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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "not-bulma",
3
- "version": "1.2.0",
3
+ "version": "1.2.2",
4
4
  "description": "not-* family UI components on Bulma CSS Framework",
5
5
  "main": "src/index.js",
6
6
  "svelte": "src/index.js",
@@ -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 UITag from "./ui.tag.svelte";
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
- UITag,
45
+ UITagSelect,
46
46
  UITelephone,
47
47
  UITextarea,
48
48
  UITextfield,
@@ -1,6 +1,6 @@
1
1
  aside.menu{
2
2
  position: fixed;
3
- background-color: #ffffff;
3
+
4
4
  overflow-y: scroll;
5
5
  padding: 1rem;
6
6