@budibase/bbui 2.1.46-alpha.1 → 2.1.46-alpha.3
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/dist/bbui.es.js +3 -3
- package/dist/bbui.es.js.map +1 -1
- package/package.json +31 -31
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@budibase/bbui",
|
|
3
3
|
"description": "A UI solution used in the different Budibase projects.",
|
|
4
|
-
"version": "2.1.46-alpha.
|
|
4
|
+
"version": "2.1.46-alpha.3",
|
|
5
5
|
"license": "MPL-2.0",
|
|
6
6
|
"svelte": "src/index.js",
|
|
7
7
|
"module": "dist/bbui.es.js",
|
|
@@ -37,35 +37,35 @@
|
|
|
37
37
|
"dist"
|
|
38
38
|
],
|
|
39
39
|
"dependencies": {
|
|
40
|
-
"@adobe/spectrum-css-workflow-icons": "
|
|
41
|
-
"@budibase/string-templates": "2.1.46-alpha.
|
|
42
|
-
"@spectrum-css/actionbutton": "
|
|
43
|
-
"@spectrum-css/actiongroup": "
|
|
44
|
-
"@spectrum-css/avatar": "
|
|
45
|
-
"@spectrum-css/button": "
|
|
46
|
-
"@spectrum-css/buttongroup": "
|
|
47
|
-
"@spectrum-css/checkbox": "
|
|
48
|
-
"@spectrum-css/dialog": "
|
|
49
|
-
"@spectrum-css/divider": "
|
|
50
|
-
"@spectrum-css/dropzone": "
|
|
51
|
-
"@spectrum-css/fieldgroup": "
|
|
52
|
-
"@spectrum-css/fieldlabel": "
|
|
53
|
-
"@spectrum-css/icon": "
|
|
54
|
-
"@spectrum-css/illustratedmessage": "
|
|
55
|
-
"@spectrum-css/inlinealert": "
|
|
56
|
-
"@spectrum-css/inputgroup": "
|
|
57
|
-
"@spectrum-css/label": "
|
|
58
|
-
"@spectrum-css/link": "
|
|
59
|
-
"@spectrum-css/menu": "
|
|
60
|
-
"@spectrum-css/modal": "
|
|
61
|
-
"@spectrum-css/pagination": "
|
|
62
|
-
"@spectrum-css/picker": "
|
|
63
|
-
"@spectrum-css/popover": "
|
|
64
|
-
"@spectrum-css/progressbar": "
|
|
65
|
-
"@spectrum-css/progresscircle": "
|
|
66
|
-
"@spectrum-css/radio": "
|
|
67
|
-
"@spectrum-css/search": "
|
|
68
|
-
"@spectrum-css/sidenav": "
|
|
40
|
+
"@adobe/spectrum-css-workflow-icons": "1.2.1",
|
|
41
|
+
"@budibase/string-templates": "2.1.46-alpha.3",
|
|
42
|
+
"@spectrum-css/actionbutton": "1.0.1",
|
|
43
|
+
"@spectrum-css/actiongroup": "1.0.1",
|
|
44
|
+
"@spectrum-css/avatar": "3.0.2",
|
|
45
|
+
"@spectrum-css/button": "3.0.1",
|
|
46
|
+
"@spectrum-css/buttongroup": "3.0.2",
|
|
47
|
+
"@spectrum-css/checkbox": "3.0.2",
|
|
48
|
+
"@spectrum-css/dialog": "3.0.1",
|
|
49
|
+
"@spectrum-css/divider": "1.0.3",
|
|
50
|
+
"@spectrum-css/dropzone": "3.0.2",
|
|
51
|
+
"@spectrum-css/fieldgroup": "3.0.2",
|
|
52
|
+
"@spectrum-css/fieldlabel": "3.0.1",
|
|
53
|
+
"@spectrum-css/icon": "3.0.1",
|
|
54
|
+
"@spectrum-css/illustratedmessage": "3.0.2",
|
|
55
|
+
"@spectrum-css/inlinealert": "2.0.1",
|
|
56
|
+
"@spectrum-css/inputgroup": "3.0.2",
|
|
57
|
+
"@spectrum-css/label": "2.0.10",
|
|
58
|
+
"@spectrum-css/link": "3.1.1",
|
|
59
|
+
"@spectrum-css/menu": "3.0.1",
|
|
60
|
+
"@spectrum-css/modal": "3.0.1",
|
|
61
|
+
"@spectrum-css/pagination": "3.0.3",
|
|
62
|
+
"@spectrum-css/picker": "1.0.1",
|
|
63
|
+
"@spectrum-css/popover": "3.0.1",
|
|
64
|
+
"@spectrum-css/progressbar": "1.0.2",
|
|
65
|
+
"@spectrum-css/progresscircle": "1.0.2",
|
|
66
|
+
"@spectrum-css/radio": "3.0.2",
|
|
67
|
+
"@spectrum-css/search": "3.0.2",
|
|
68
|
+
"@spectrum-css/sidenav": "3.0.2",
|
|
69
69
|
"@spectrum-css/slider": "3.0.1",
|
|
70
70
|
"@spectrum-css/statuslight": "3.0.2",
|
|
71
71
|
"@spectrum-css/stepper": "3.0.3",
|
|
@@ -88,5 +88,5 @@
|
|
|
88
88
|
"resolutions": {
|
|
89
89
|
"loader-utils": "1.4.1"
|
|
90
90
|
},
|
|
91
|
-
"gitHead": "
|
|
91
|
+
"gitHead": "91f7e2bcaffc47fa3614e7286ba84ae322ef81ac"
|
|
92
92
|
}
|