@spark-web/design-system 5.0.85 → 5.0.87
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.
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export * from "./declarations/src/index";
|
|
1
|
+
export * from "./declarations/src/index.js";
|
|
2
2
|
//# sourceMappingURL=data:application/json;charset=utf-8;base64,eyJ2ZXJzaW9uIjozLCJmaWxlIjoic3Bhcmstd2ViLWRlc2lnbi1zeXN0ZW0uY2pzLmQudHMiLCJzb3VyY2VSb290IjoiIiwic291cmNlcyI6WyIuL2RlY2xhcmF0aW9ucy9zcmMvaW5kZXguZC50cyJdLCJuYW1lcyI6W10sIm1hcHBpbmdzIjoiQUFBQSJ9
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var a11y = require('@spark-web/a11y');
|
|
6
6
|
var accordion = require('@spark-web/accordion');
|
|
7
|
+
var actionDropdown = require('@spark-web/action-dropdown');
|
|
7
8
|
var alert = require('@spark-web/alert');
|
|
8
9
|
var analytics = require('@spark-web/analytics');
|
|
9
10
|
var badge = require('@spark-web/badge');
|
|
@@ -63,6 +64,12 @@ Object.keys(accordion).forEach(function (k) {
|
|
|
63
64
|
get: function () { return accordion[k]; }
|
|
64
65
|
});
|
|
65
66
|
});
|
|
67
|
+
Object.keys(actionDropdown).forEach(function (k) {
|
|
68
|
+
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return actionDropdown[k]; }
|
|
71
|
+
});
|
|
72
|
+
});
|
|
66
73
|
Object.keys(alert).forEach(function (k) {
|
|
67
74
|
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
68
75
|
enumerable: true,
|
|
@@ -4,6 +4,7 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var a11y = require('@spark-web/a11y');
|
|
6
6
|
var accordion = require('@spark-web/accordion');
|
|
7
|
+
var actionDropdown = require('@spark-web/action-dropdown');
|
|
7
8
|
var alert = require('@spark-web/alert');
|
|
8
9
|
var analytics = require('@spark-web/analytics');
|
|
9
10
|
var badge = require('@spark-web/badge');
|
|
@@ -63,6 +64,12 @@ Object.keys(accordion).forEach(function (k) {
|
|
|
63
64
|
get: function () { return accordion[k]; }
|
|
64
65
|
});
|
|
65
66
|
});
|
|
67
|
+
Object.keys(actionDropdown).forEach(function (k) {
|
|
68
|
+
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
69
|
+
enumerable: true,
|
|
70
|
+
get: function () { return actionDropdown[k]; }
|
|
71
|
+
});
|
|
72
|
+
});
|
|
66
73
|
Object.keys(alert).forEach(function (k) {
|
|
67
74
|
if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
|
|
68
75
|
enumerable: true,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@spark-web/design-system",
|
|
3
|
-
"version": "5.0.
|
|
3
|
+
"version": "5.0.87",
|
|
4
4
|
"license": "MIT",
|
|
5
5
|
"main": "dist/spark-web-design-system.cjs.js",
|
|
6
6
|
"module": "dist/spark-web-design-system.esm.js",
|
|
@@ -8,53 +8,54 @@
|
|
|
8
8
|
"dist"
|
|
9
9
|
],
|
|
10
10
|
"dependencies": {
|
|
11
|
-
"@spark-web/a11y": "5.
|
|
12
|
-
"@spark-web/accordion": "5.
|
|
13
|
-
"@spark-web/
|
|
14
|
-
"@spark-web/
|
|
15
|
-
"@spark-web/
|
|
16
|
-
"@spark-web/
|
|
17
|
-
"@spark-web/
|
|
18
|
-
"@spark-web/
|
|
19
|
-
"@spark-web/
|
|
20
|
-
"@spark-web/
|
|
21
|
-
"@spark-web/
|
|
22
|
-
"@spark-web/
|
|
23
|
-
"@spark-web/
|
|
24
|
-
"@spark-web/
|
|
25
|
-
"@spark-web/
|
|
26
|
-
"@spark-web/
|
|
27
|
-
"@spark-web/
|
|
28
|
-
"@spark-web/
|
|
29
|
-
"@spark-web/
|
|
30
|
-
"@spark-web/
|
|
31
|
-
"@spark-web/
|
|
32
|
-
"@spark-web/
|
|
33
|
-
"@spark-web/
|
|
34
|
-
"@spark-web/
|
|
35
|
-
"@spark-web/
|
|
36
|
-
"@spark-web/
|
|
37
|
-
"@spark-web/
|
|
38
|
-
"@spark-web/
|
|
39
|
-
"@spark-web/
|
|
40
|
-
"@spark-web/
|
|
41
|
-
"@spark-web/
|
|
42
|
-
"@spark-web/
|
|
43
|
-
"@spark-web/
|
|
44
|
-
"@spark-web/
|
|
45
|
-
"@spark-web/
|
|
11
|
+
"@spark-web/a11y": "5.3.0",
|
|
12
|
+
"@spark-web/accordion": "5.2.0",
|
|
13
|
+
"@spark-web/action-dropdown": "1.0.1",
|
|
14
|
+
"@spark-web/alert": "5.1.0",
|
|
15
|
+
"@spark-web/analytics": "5.1.0",
|
|
16
|
+
"@spark-web/badge": "^5.1.0",
|
|
17
|
+
"@spark-web/box": "6.0.0",
|
|
18
|
+
"@spark-web/button": "5.6.0",
|
|
19
|
+
"@spark-web/checkbox": "5.1.0",
|
|
20
|
+
"@spark-web/columns": "5.1.0",
|
|
21
|
+
"@spark-web/combobox": "6.0.0",
|
|
22
|
+
"@spark-web/container": "5.1.0",
|
|
23
|
+
"@spark-web/control-label": "5.1.0",
|
|
24
|
+
"@spark-web/core": "5.2.0",
|
|
25
|
+
"@spark-web/currency-input": "6.0.0",
|
|
26
|
+
"@spark-web/data-table": "5.2.0",
|
|
27
|
+
"@spark-web/date-picker": "5.2.0",
|
|
28
|
+
"@spark-web/divider": "5.1.0",
|
|
29
|
+
"@spark-web/dropzone": "6.0.0",
|
|
30
|
+
"@spark-web/field": "5.3.0",
|
|
31
|
+
"@spark-web/fieldset": "5.1.0",
|
|
32
|
+
"@spark-web/float-input": "6.0.0",
|
|
33
|
+
"@spark-web/heading": "5.2.0",
|
|
34
|
+
"@spark-web/hidden": "5.1.0",
|
|
35
|
+
"@spark-web/icon": "5.1.0",
|
|
36
|
+
"@spark-web/inline": "5.1.0",
|
|
37
|
+
"@spark-web/link": "5.1.0",
|
|
38
|
+
"@spark-web/modal-dialog": "6.0.0",
|
|
39
|
+
"@spark-web/multi-select": "6.0.0",
|
|
40
|
+
"@spark-web/nav-link": "5.1.0",
|
|
41
|
+
"@spark-web/next-utils": "5.1.0",
|
|
42
|
+
"@spark-web/password-input": "6.0.0",
|
|
43
|
+
"@spark-web/radio": "5.3.0",
|
|
44
|
+
"@spark-web/row": "5.1.0",
|
|
45
|
+
"@spark-web/select": "6.0.0",
|
|
46
|
+
"@spark-web/spinner": "5.1.0",
|
|
46
47
|
"@spark-web/ssr": "5.0.0",
|
|
47
|
-
"@spark-web/stack": "5.0
|
|
48
|
-
"@spark-web/tabs": "5.0
|
|
49
|
-
"@spark-web/text": "5.
|
|
50
|
-
"@spark-web/text-area": "
|
|
51
|
-
"@spark-web/text-input": "
|
|
52
|
-
"@spark-web/text-link": "5.
|
|
53
|
-
"@spark-web/text-list": "5.0
|
|
54
|
-
"@spark-web/theme": "5.
|
|
55
|
-
"@spark-web/toggle-group": "5.0
|
|
56
|
-
"@spark-web/utils": "5.
|
|
57
|
-
"@spark-web/vertical-stepper": "5.0
|
|
48
|
+
"@spark-web/stack": "5.1.0",
|
|
49
|
+
"@spark-web/tabs": "5.1.0",
|
|
50
|
+
"@spark-web/text": "5.3.0",
|
|
51
|
+
"@spark-web/text-area": "6.0.0",
|
|
52
|
+
"@spark-web/text-input": "6.0.0",
|
|
53
|
+
"@spark-web/text-link": "5.4.0",
|
|
54
|
+
"@spark-web/text-list": "5.1.0",
|
|
55
|
+
"@spark-web/theme": "5.13.0",
|
|
56
|
+
"@spark-web/toggle-group": "5.1.0",
|
|
57
|
+
"@spark-web/utils": "5.1.0",
|
|
58
|
+
"@spark-web/vertical-stepper": "5.1.0"
|
|
58
59
|
},
|
|
59
60
|
"engines": {
|
|
60
61
|
"node": ">= 14.13"
|