@elliemae/ds-spinner 2.0.0-alpha.9 → 2.0.0-next.4

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/cjs/DSSpinner.js CHANGED
@@ -49,7 +49,7 @@ const DSSpinner = _ref => {
49
49
  size
50
50
  }
51
51
  }, void 0, _svg || (_svg = /*#__PURE__*/_jsx__default["default"]("svg", {
52
- className: `${blockName}-tl`,
52
+ className: "".concat(blockName, "-tl"),
53
53
  viewBox: "0 0 16.6 16.6",
54
54
  xmlns: "http://www.w3.org/2000/svg"
55
55
  }, void 0, /*#__PURE__*/_jsx__default["default"]("path", {
@@ -57,7 +57,7 @@ const DSSpinner = _ref => {
57
57
  fill: "#408a90",
58
58
  stroke: "#fbfbfb"
59
59
  }))), _svg2 || (_svg2 = /*#__PURE__*/_jsx__default["default"]("svg", {
60
- className: `${blockName}-tr`,
60
+ className: "".concat(blockName, "-tr"),
61
61
  viewBox: "0 0 16.6 16.6",
62
62
  xmlns: "http://www.w3.org/2000/svg"
63
63
  }, void 0, /*#__PURE__*/_jsx__default["default"]("path", {
@@ -65,7 +65,7 @@ const DSSpinner = _ref => {
65
65
  fill: "#f7901e",
66
66
  stroke: "#fbfbfb"
67
67
  }))), _svg3 || (_svg3 = /*#__PURE__*/_jsx__default["default"]("svg", {
68
- className: `${blockName}-br`,
68
+ className: "".concat(blockName, "-br"),
69
69
  viewBox: "0 0 16.6 16.6",
70
70
  xmlns: "http://www.w3.org/2000/svg"
71
71
  }, void 0, /*#__PURE__*/_jsx__default["default"]("path", {
@@ -73,7 +73,7 @@ const DSSpinner = _ref => {
73
73
  fill: "#0067ab",
74
74
  stroke: "#fbfbfb"
75
75
  }))), _svg4 || (_svg4 = /*#__PURE__*/_jsx__default["default"]("svg", {
76
- className: `${blockName}-bl`,
76
+ className: "".concat(blockName, "-bl"),
77
77
  viewBox: "0 0 16.6 16.6",
78
78
  xmlns: "http://www.w3.org/2000/svg"
79
79
  }, void 0, /*#__PURE__*/_jsx__default["default"]("path", {
package/esm/DSSpinner.js CHANGED
@@ -39,7 +39,7 @@ const DSSpinner = _ref => {
39
39
  size
40
40
  }
41
41
  }, void 0, _svg || (_svg = /*#__PURE__*/_jsx("svg", {
42
- className: `${blockName}-tl`,
42
+ className: "".concat(blockName, "-tl"),
43
43
  viewBox: "0 0 16.6 16.6",
44
44
  xmlns: "http://www.w3.org/2000/svg"
45
45
  }, void 0, /*#__PURE__*/_jsx("path", {
@@ -47,7 +47,7 @@ const DSSpinner = _ref => {
47
47
  fill: "#408a90",
48
48
  stroke: "#fbfbfb"
49
49
  }))), _svg2 || (_svg2 = /*#__PURE__*/_jsx("svg", {
50
- className: `${blockName}-tr`,
50
+ className: "".concat(blockName, "-tr"),
51
51
  viewBox: "0 0 16.6 16.6",
52
52
  xmlns: "http://www.w3.org/2000/svg"
53
53
  }, void 0, /*#__PURE__*/_jsx("path", {
@@ -55,7 +55,7 @@ const DSSpinner = _ref => {
55
55
  fill: "#f7901e",
56
56
  stroke: "#fbfbfb"
57
57
  }))), _svg3 || (_svg3 = /*#__PURE__*/_jsx("svg", {
58
- className: `${blockName}-br`,
58
+ className: "".concat(blockName, "-br"),
59
59
  viewBox: "0 0 16.6 16.6",
60
60
  xmlns: "http://www.w3.org/2000/svg"
61
61
  }, void 0, /*#__PURE__*/_jsx("path", {
@@ -63,7 +63,7 @@ const DSSpinner = _ref => {
63
63
  fill: "#0067ab",
64
64
  stroke: "#fbfbfb"
65
65
  }))), _svg4 || (_svg4 = /*#__PURE__*/_jsx("svg", {
66
- className: `${blockName}-bl`,
66
+ className: "".concat(blockName, "-bl"),
67
67
  viewBox: "0 0 16.6 16.6",
68
68
  xmlns: "http://www.w3.org/2000/svg"
69
69
  }, void 0, /*#__PURE__*/_jsx("path", {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@elliemae/ds-spinner",
3
- "version": "2.0.0-alpha.9",
3
+ "version": "2.0.0-next.4",
4
4
  "license": "MIT",
5
5
  "description": "ICE MT - Dimsum - Spinner",
6
6
  "module": "./esm/index.js",
@@ -36,8 +36,8 @@
36
36
  "build": "node ../../scripts/build/build.js"
37
37
  },
38
38
  "dependencies": {
39
- "@elliemae/ds-classnames": "2.0.0-alpha.9",
40
- "@elliemae/ds-utilities": "2.0.0-alpha.9"
39
+ "@elliemae/ds-classnames": "2.0.0-next.4",
40
+ "@elliemae/ds-utilities": "2.0.0-next.4"
41
41
  },
42
42
  "peerDependencies": {
43
43
  "lodash": "^4.17.21",
package/cjs/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "type": "commonjs",
3
- "sideEffects": [
4
- "*.css",
5
- "*.scss"
6
- ]
7
- }
package/esm/package.json DELETED
@@ -1,7 +0,0 @@
1
- {
2
- "type": "module",
3
- "sideEffects": [
4
- "*.css",
5
- "*.scss"
6
- ]
7
- }