hakumi_components 0.1.3.pre → 0.1.4.pre

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.

Potentially problematic release.


This version of hakumi_components might be problematic. Click here for more details.

checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 373d4824131a4d4c05f23e7319cc941a79f69ec2e5d15db886409d8d63fa0e09
4
- data.tar.gz: 1b226632061dba5dd7a922e042abf97b34fbf53e9785a385753bc4e6a8424430
3
+ metadata.gz: 8220fb604bab2f5fb8afefcbac36f6a95e1cb735164152f6bd4859fcad5ef353
4
+ data.tar.gz: 8d57947550ee614e877900f6117a5aedce53faae686d0fb170bfdba405f01bd3
5
5
  SHA512:
6
- metadata.gz: 242ba12ec276a0e400070aca9983f787ea8fde99677f72a899b0c919b58aceb64c5428b8e08bd7f45ba5816e3a563e903fb130e0ca34305642f4fcbb1bed86d9
7
- data.tar.gz: 8b58822285305a3d3c436a231250b87814d9d81212a77afad7fb1a3d25baee9af4d5b7fa6d69b7d9f46fc29532eac3211977549164d0447f8cb2f062ca62a513
6
+ metadata.gz: 5fb12e5c8fbf03d9f921309a4df59c8af43f3091d7de1f968dec0d5f9ea02881a24320d162336d712231682096d8edd6bef281357175fff53cc1bc9eebf97408
7
+ data.tar.gz: a92edcd9abe7c00c0da93ee93e907b766645ee908267ab9e11d8a7990e615d3af2c95b57052622edc40f436aabf520e12cd8234a729cacdd66c1bfc0a9b2691a
@@ -1,5 +1,5 @@
1
1
  import RegistryController from "../base/registry_controller.js"
2
- import { Persistence } from "hakumi_components"
2
+ import { Persistence } from "../../index.js"
3
3
  const STATE_LABELS = {
4
4
  open: { true: "open", false: "closed" },
5
5
  visible: { true: "visible", false: "hidden" },
@@ -1,5 +1,5 @@
1
1
  import RegistryController from "../base/registry_controller.js"
2
- import { Persistence } from "hakumi_components"
2
+ import { Persistence } from "../../index.js"
3
3
 
4
4
  const DEFAULT_DURATION = 4.5
5
5
  const NOTICE_ANIMATION_MS = 200
@@ -1,5 +1,5 @@
1
1
  import RegistryController from "../base/registry_controller.js"
2
- import { Persistence } from "hakumi_components"
2
+ import { Persistence } from "../../index.js"
3
3
 
4
4
  export default class extends RegistryController {
5
5
  static values = {
@@ -1,5 +1,5 @@
1
1
  # frozen_string_literal: true
2
2
 
3
3
  module HakumiComponents
4
- VERSION = "0.1.3.pre"
4
+ VERSION = "0.1.4.pre"
5
5
  end
metadata CHANGED
@@ -1,7 +1,7 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: hakumi_components
3
3
  version: !ruby/object:Gem::Version
4
- version: 0.1.3.pre
4
+ version: 0.1.4.pre
5
5
  platform: ruby
6
6
  authors:
7
7
  - kb714