@spark-web/design-system 5.0.89 → 5.0.90

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.
@@ -35,6 +35,7 @@ export * from '@spark-web/row';
35
35
  export * from '@spark-web/select';
36
36
  export * from '@spark-web/spinner';
37
37
  export * from '@spark-web/stack';
38
+ export * from '@spark-web/switch';
38
39
  export * from '@spark-web/tabs';
39
40
  export * from '@spark-web/text';
40
41
  export * from '@spark-web/text-area';
@@ -39,6 +39,7 @@ var row = require('@spark-web/row');
39
39
  var select = require('@spark-web/select');
40
40
  var spinner = require('@spark-web/spinner');
41
41
  var stack = require('@spark-web/stack');
42
+ var _switch = require('@spark-web/switch');
42
43
  var tabs = require('@spark-web/tabs');
43
44
  var text = require('@spark-web/text');
44
45
  var textArea = require('@spark-web/text-area');
@@ -274,6 +275,12 @@ Object.keys(stack).forEach(function (k) {
274
275
  get: function () { return stack[k]; }
275
276
  });
276
277
  });
278
+ Object.keys(_switch).forEach(function (k) {
279
+ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
280
+ enumerable: true,
281
+ get: function () { return _switch[k]; }
282
+ });
283
+ });
277
284
  Object.keys(tabs).forEach(function (k) {
278
285
  if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
279
286
  enumerable: true,
@@ -39,6 +39,7 @@ var row = require('@spark-web/row');
39
39
  var select = require('@spark-web/select');
40
40
  var spinner = require('@spark-web/spinner');
41
41
  var stack = require('@spark-web/stack');
42
+ var _switch = require('@spark-web/switch');
42
43
  var tabs = require('@spark-web/tabs');
43
44
  var text = require('@spark-web/text');
44
45
  var textArea = require('@spark-web/text-area');
@@ -274,6 +275,12 @@ Object.keys(stack).forEach(function (k) {
274
275
  get: function () { return stack[k]; }
275
276
  });
276
277
  });
278
+ Object.keys(_switch).forEach(function (k) {
279
+ if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
280
+ enumerable: true,
281
+ get: function () { return _switch[k]; }
282
+ });
283
+ });
277
284
  Object.keys(tabs).forEach(function (k) {
278
285
  if (k !== 'default' && !exports.hasOwnProperty(k)) Object.defineProperty(exports, k, {
279
286
  enumerable: true,
@@ -35,6 +35,7 @@ export * from '@spark-web/row';
35
35
  export * from '@spark-web/select';
36
36
  export * from '@spark-web/spinner';
37
37
  export * from '@spark-web/stack';
38
+ export * from '@spark-web/switch';
38
39
  export * from '@spark-web/tabs';
39
40
  export * from '@spark-web/text';
40
41
  export * from '@spark-web/text-area';
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@spark-web/design-system",
3
- "version": "5.0.89",
3
+ "version": "5.0.90",
4
4
  "license": "MIT",
5
5
  "main": "dist/spark-web-design-system.cjs.js",
6
6
  "module": "dist/spark-web-design-system.esm.js",
@@ -46,6 +46,7 @@
46
46
  "@spark-web/spinner": "5.1.0",
47
47
  "@spark-web/ssr": "5.0.0",
48
48
  "@spark-web/stack": "5.1.0",
49
+ "@spark-web/switch": "5.0.1",
49
50
  "@spark-web/tabs": "5.1.0",
50
51
  "@spark-web/text": "5.3.0",
51
52
  "@spark-web/text-area": "6.0.0",