@zohodesk/svg 1.0.0-temp.60.1 → 1.0.0-temp.60.2

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,5 +35,9 @@
35
35
  --zdt_svg_danger_tiny_circle: hsla(133, calc(var(--zd-saturation) * 48.36%), calc(52.16% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
36
36
  --zdt_svg_danger_small_circle: hsla(0, calc(var(--zd-saturation) * 100.00%), calc(70.98% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
37
37
  --zdt_svg_danger_circle_fill: hsla(0, calc(var(--zd-saturation) * 0.00%), calc(100.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
38
+
39
+ /* loader */
40
+ --zdt_svg_loader_outer_stroke: hsla(147, calc(var(--zd-saturation) * 90.06%), 31.57%, 1);
41
+ --zdt_svg_loader_inner_stroke: hsla(146, calc(var(--zd-saturation) * 79.19%), 43.33%, 1);
38
42
  }
39
43
  }
@@ -35,5 +35,9 @@
35
35
  --zdt_svg_danger_tiny_circle: hsla(163, calc(var(--zd-saturation) * 44.89%), calc(55.88% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
36
36
  --zdt_svg_danger_small_circle: hsla(0, calc(var(--zd-saturation) * 0.00%), calc(0.39% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
37
37
  --zdt_svg_danger_circle_fill: hsla(0, calc(var(--zd-saturation) * 0.00%), calc(100.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
38
+
39
+ /* loader */
40
+ --zdt_svg_loader_outer_stroke: hsla(147, calc(var(--zd-saturation) * 90.06%), 31.57%, 1);
41
+ --zdt_svg_loader_inner_stroke: hsla(146, calc(var(--zd-saturation) * 79.19%), 43.33%, 1);
38
42
  }
39
43
  }
@@ -35,5 +35,9 @@
35
35
  --zdt_svg_danger_tiny_circle: hsla(133, calc(var(--zd-saturation) * 48.36%), calc(52.16% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
36
36
  --zdt_svg_danger_small_circle: hsla(0, calc(var(--zd-saturation) * 100.00%), calc(70.98% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
37
37
  --zdt_svg_danger_circle_fill: hsla(0, calc(var(--zd-saturation) * 0.00%), calc(100.00% + var(--zdc_default_inverse)), calc(1 + var(--zdc_alpha_high)));
38
+
39
+ /* loader */
40
+ --zdt_svg_loader_outer_stroke: hsla(147, calc(var(--zd-saturation) * 90.06%), 31.57%, 1);
41
+ --zdt_svg_loader_inner_stroke: hsla(146, calc(var(--zd-saturation) * 79.19%), 43.33%, 1);
38
42
  }
39
43
  }
@@ -22,7 +22,7 @@ export default class Loader extends React.PureComponent {
22
22
  dataId: dataId
23
23
  }, /*#__PURE__*/React.createElement("circle", {
24
24
  fill: "none",
25
- stroke: "#089949",
25
+ stroke: "var(--zdt_svg_loader_outer_stroke)",
26
26
  strokeWidth: 2,
27
27
  strokeLinecap: "round",
28
28
  strokeLinejoin: "round",
@@ -34,7 +34,7 @@ export default class Loader extends React.PureComponent {
34
34
  strokeDashoffset: 82
35
35
  }), /*#__PURE__*/React.createElement("circle", {
36
36
  fill: "none",
37
- stroke: "#17c662",
37
+ stroke: "var(--zdt_svg_loader_inner_stroke)",
38
38
  strokeLinecap: "round",
39
39
  strokeLinejoin: "round",
40
40
  cx: 20,
@@ -65,7 +65,7 @@ var Loader = /*#__PURE__*/function (_React$PureComponent) {
65
65
  dataId: dataId
66
66
  }, /*#__PURE__*/_react["default"].createElement("circle", {
67
67
  fill: "none",
68
- stroke: "#089949",
68
+ stroke: "var(--zdt_svg_loader_outer_stroke)",
69
69
  strokeWidth: 2,
70
70
  strokeLinecap: "round",
71
71
  strokeLinejoin: "round",
@@ -77,7 +77,7 @@ var Loader = /*#__PURE__*/function (_React$PureComponent) {
77
77
  strokeDashoffset: 82
78
78
  }), /*#__PURE__*/_react["default"].createElement("circle", {
79
79
  fill: "none",
80
- stroke: "#17c662",
80
+ stroke: "var(--zdt_svg_loader_inner_stroke)",
81
81
  strokeLinecap: "round",
82
82
  strokeLinejoin: "round",
83
83
  cx: 20,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zohodesk/svg",
3
- "version": "1.0.0-temp.60.1",
3
+ "version": "1.0.0-temp.60.2",
4
4
  "main": "lib/index",
5
5
  "module": "es/index.js",
6
6
  "jsnext:main": "es/index.js",
@@ -32,7 +32,7 @@
32
32
  "lint": "react-cli lint",
33
33
  "common_package_build": "cd ../common && npm run build && cd ../svg",
34
34
  "docs": "react-cli docs",
35
- "prepublishOnly": "node prePublish.js && npm run customTest && npm run download",
35
+ "prepublishOnly": "node prePublish.js && npm run download",
36
36
  "postpublish": "node postPublish.js",
37
37
  "download": "react-cli clean ./node_modules ./package-lock.json && npm install && cd ../ && npm run download",
38
38
  "test": "react-cli test",
@@ -56,7 +56,7 @@
56
56
  "dependencies": {},
57
57
  "devDependencies": {
58
58
  "@zohodesk/variables": "1.2.0",
59
- "@zohodesk-private/color-variable-preprocessor": "1.0.0-temp-13.2",
59
+ "@zohodesk-private/color-variable-preprocessor": "1.0.0-temp-13.3",
60
60
  "@svgr/cli": "6.2.1",
61
61
  "@zohodesk-private/css-variable-migrator": "1.0.9",
62
62
  "@testing-library/jest-dom": "^5.11.9",