not-bulma 1.2.0 → 1.2.2
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.
package/package.json
CHANGED
|
@@ -17,7 +17,7 @@ import UIRangeLogarithmic from "./ui.range.logarithmic.svelte";
|
|
|
17
17
|
import UISelectFromModel from "./ui.select.from.model.svelte";
|
|
18
18
|
import UISelect from "./ui.select.svelte";
|
|
19
19
|
import UISwitch from "./ui.switch.svelte";
|
|
20
|
-
import
|
|
20
|
+
import UITagSelect from "./ui.tag.select.svelte";
|
|
21
21
|
import UITelephone from "./ui.telephone.svelte";
|
|
22
22
|
import UITextarea from "./ui.textarea.svelte";
|
|
23
23
|
import UITextfield from "./ui.textfield.svelte";
|
|
@@ -42,7 +42,7 @@ export {
|
|
|
42
42
|
UISelectFromModel,
|
|
43
43
|
UISelect,
|
|
44
44
|
UISwitch,
|
|
45
|
-
|
|
45
|
+
UITagSelect,
|
|
46
46
|
UITelephone,
|
|
47
47
|
UITextarea,
|
|
48
48
|
UITextfield,
|
package/src/scss/_menu.scss
CHANGED
|
File without changes
|