@cypress-design/react-icon 0.10.1 → 0.11.0
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/CHANGELOG.md +13 -0
- package/dist/index.es.mjs +6 -6
- package/dist/index.es.mjs.map +1 -1
- package/dist/index.umd.js +6 -6
- package/dist/index.umd.js.map +1 -1
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,18 @@
|
|
|
1
1
|
# @cypress-design/react-icon
|
|
2
2
|
|
|
3
|
+
## 0.11.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#105](https://github.com/cypress-io/cypress-design/pull/105) [`2f54f5b`](https://github.com/cypress-io/cypress-design/commit/2f54f5b867b60ba5ce2e40fd38870bd65187ba30) Thanks [@elevatebart](https://github.com/elevatebart)! - move animation of running status to SMIL
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- [#103](https://github.com/cypress-io/cypress-design/pull/103) [`e82d8cb`](https://github.com/cypress-io/cypress-design/commit/e82d8cb60882a379d89f86d1ff7b8f1d5b56ce66) Thanks [@mapsandapps](https://github.com/mapsandapps)! - Change the status icon for noTests; fix some icon colors
|
|
12
|
+
|
|
13
|
+
- Updated dependencies [[`2f54f5b`](https://github.com/cypress-io/cypress-design/commit/2f54f5b867b60ba5ce2e40fd38870bd65187ba30), [`e82d8cb`](https://github.com/cypress-io/cypress-design/commit/e82d8cb60882a379d89f86d1ff7b8f1d5b56ce66)]:
|
|
14
|
+
- @cypress-design/icon-registry@0.13.0
|
|
15
|
+
|
|
3
16
|
## 0.10.1
|
|
4
17
|
|
|
5
18
|
### Patch Changes
|
package/dist/index.es.mjs
CHANGED
|
@@ -1588,7 +1588,7 @@ var IconStatusErroredOutline = function (props) {
|
|
|
1588
1588
|
var _a = iconsRegistry.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["16", "24"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
|
|
1589
1589
|
var iconBodies = {
|
|
1590
1590
|
"16": "<path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M2 8a6 6 0 1 1 12 0A6 6 0 0 1 2 8Zm6-8a8 8 0 1 0 0 16A8 8 0 0 0 8 0Zm1 5a1 1 0 0 0-2 0v3a1 1 0 0 0 2 0V5Zm-1 7a1 1 0 1 0 0-2 1 1 0 0 0 0 2Z\" fill=\"currentColor\" class=\"icon-dark\"/>",
|
|
1591
|
-
"24": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Z\" fill=\"currentColor\"/><path d=\"M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\" fill=\"currentColor\"/>"
|
|
1591
|
+
"24": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\"/><path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M12 7a1 1 0 0 1 1 1v5a1 1 0 1 1-2 0V8a1 1 0 0 1 1-1Z\" fill=\"currentColor\" class=\"icon-dark\"/><path d=\"M13 16a1 1 0 1 1-2 0 1 1 0 0 1 2 0Z\" fill=\"currentColor\" class=\"icon-dark\"/>"
|
|
1592
1592
|
};
|
|
1593
1593
|
var body = iconBodies[size];
|
|
1594
1594
|
if (!body) {
|
|
@@ -1716,7 +1716,7 @@ var IconStatusPendingSimple = function (props) {
|
|
|
1716
1716
|
var _a = iconsRegistry.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["4", "8"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
|
|
1717
1717
|
var iconBodies = {
|
|
1718
1718
|
"4": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" stroke=\"currentColor\" class=\"icon-dark\"/>",
|
|
1719
|
-
"8": "<
|
|
1719
|
+
"8": "<path d=\"M2.852 1.228a3 3 0 1 0 2.296 0\" stroke=\"currentColor\" class=\"icon-dark\" stroke-width=\"2\"/>"
|
|
1720
1720
|
};
|
|
1721
1721
|
var body = iconBodies[size];
|
|
1722
1722
|
if (!body) {
|
|
@@ -1777,9 +1777,9 @@ var IconStatusQueuedSimple = function (props) {
|
|
|
1777
1777
|
var IconStatusRunningOutline = function (props) {
|
|
1778
1778
|
var _a = iconsRegistry.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["12", "16", "24"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
|
|
1779
1779
|
var iconBodies = {
|
|
1780
|
-
"12": "<circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"#E1E3ED\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light\"/><
|
|
1781
|
-
"16": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"#E1E3ED\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light\"/><
|
|
1782
|
-
"24": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#E1E3ED\" stroke-width=\"2\" class=\"icon-light\"/><
|
|
1780
|
+
"12": "<circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"#E1E3ED\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light\"/><circle cx=\"6\" cy=\"6\" r=\"4\" stroke=\"currentColor\" stroke-width=\"2\" stroke-dasharray=\"5 20\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" values=\"25;0\" dur=\"1s\" repeatCount=\"indefinite\"/></circle>",
|
|
1781
|
+
"16": "<circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"#E1E3ED\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light\"/><circle cx=\"8\" cy=\"8\" r=\"6\" stroke=\"currentColor\" stroke-width=\"2\" stroke-dasharray=\"10 28\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" values=\"36.6;0\" dur=\"1s\" repeatCount=\"indefinite\"/></circle>",
|
|
1782
|
+
"24": "<circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"#E1E3ED\" stroke-width=\"2\" class=\"icon-light\"/><circle cx=\"12\" cy=\"12\" r=\"9\" stroke=\"currentColor\" stroke-width=\"2\" stroke-dasharray=\"15 42\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" values=\"57;0\" dur=\"1s\" repeatCount=\"indefinite\"/></circle>"
|
|
1783
1783
|
};
|
|
1784
1784
|
var body = iconBodies[size];
|
|
1785
1785
|
if (!body) {
|
|
@@ -1791,7 +1791,7 @@ var IconStatusRunningSimple = function (props) {
|
|
|
1791
1791
|
var _a = iconsRegistry.getComponentAttributes(__assign(__assign({}, props), { availableSizes: ["4", "8"] })), size = _a.sizeWithDefault, compiledClasses = _a.compiledClasses;
|
|
1792
1792
|
var iconBodies = {
|
|
1793
1793
|
"4": "<circle cx=\"2\" cy=\"2\" r=\"1.5\" fill=\"#C5C9FD\" stroke=\"currentColor\" class=\"icon-dark-stroke icon-light-fill\"><animate attributeName=\"stroke-width\" values=\"2;1;2\" dur=\"1.5s\" repeatCount=\"indefinite\"/><animate attributeName=\"r\" values=\"1;1.5;1\" dur=\"1.5s\" repeatCount=\"indefinite\"/></circle>",
|
|
1794
|
-
"8": "<circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"#E1E3ED\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light\"/><
|
|
1794
|
+
"8": "<circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"#E1E3ED\" stroke-width=\"2\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-light\"/><circle cx=\"4\" cy=\"4\" r=\"3\" stroke=\"currentColor\" stroke-width=\"2\" stroke-dasharray=\"5 14\" stroke-linecap=\"round\" stroke-linejoin=\"round\" class=\"icon-dark\"><animate attributeName=\"stroke-dashoffset\" values=\"18.3;0\" dur=\"1s\" repeatCount=\"indefinite\"/></circle>"
|
|
1795
1795
|
};
|
|
1796
1796
|
var body = iconBodies[size];
|
|
1797
1797
|
if (!body) {
|