@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,5 +1,6 @@
1
1
  export * from '@spark-web/a11y';
2
2
  export * from '@spark-web/accordion';
3
+ export * from '@spark-web/action-dropdown';
3
4
  export * from '@spark-web/alert';
4
5
  export * from '@spark-web/analytics';
5
6
  export * from '@spark-web/badge';
@@ -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,
@@ -1,5 +1,6 @@
1
1
  export * from '@spark-web/a11y';
2
2
  export * from '@spark-web/accordion';
3
+ export * from '@spark-web/action-dropdown';
3
4
  export * from '@spark-web/alert';
4
5
  export * from '@spark-web/analytics';
5
6
  export * from '@spark-web/badge';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/design-system",
3
- "version": "5.0.85",
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.2.0",
12
- "@spark-web/accordion": "5.1.6",
13
- "@spark-web/alert": "5.0.1",
14
- "@spark-web/analytics": "5.0.0",
15
- "@spark-web/badge": "^5.0.2",
16
- "@spark-web/box": "5.2.2",
17
- "@spark-web/button": "5.5.3",
18
- "@spark-web/checkbox": "5.0.5",
19
- "@spark-web/columns": "5.0.2",
20
- "@spark-web/combobox": "5.3.2",
21
- "@spark-web/container": "5.0.2",
22
- "@spark-web/control-label": "5.0.3",
23
- "@spark-web/core": "5.1.1",
24
- "@spark-web/currency-input": "5.1.2",
25
- "@spark-web/data-table": "5.1.1",
26
- "@spark-web/date-picker": "5.1.2",
27
- "@spark-web/divider": "5.0.0",
28
- "@spark-web/dropzone": "5.0.2",
29
- "@spark-web/field": "5.2.0",
30
- "@spark-web/fieldset": "5.0.2",
31
- "@spark-web/float-input": "5.1.2",
32
- "@spark-web/heading": "5.1.3",
33
- "@spark-web/hidden": "5.0.2",
34
- "@spark-web/icon": "5.0.0",
35
- "@spark-web/inline": "5.0.2",
36
- "@spark-web/link": "5.0.2",
37
- "@spark-web/modal-dialog": "5.2.9",
38
- "@spark-web/multi-select": "5.2.0",
39
- "@spark-web/nav-link": "5.0.3",
40
- "@spark-web/next-utils": "5.0.0",
41
- "@spark-web/password-input": "5.1.2",
42
- "@spark-web/radio": "5.2.2",
43
- "@spark-web/row": "5.0.2",
44
- "@spark-web/select": "5.0.2",
45
- "@spark-web/spinner": "5.0.1",
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.2",
48
- "@spark-web/tabs": "5.0.3",
49
- "@spark-web/text": "5.2.3",
50
- "@spark-web/text-area": "5.1.2",
51
- "@spark-web/text-input": "5.4.0",
52
- "@spark-web/text-link": "5.3.3",
53
- "@spark-web/text-list": "5.0.4",
54
- "@spark-web/theme": "5.12.9",
55
- "@spark-web/toggle-group": "5.0.2",
56
- "@spark-web/utils": "5.0.0",
57
- "@spark-web/vertical-stepper": "5.0.6"
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"