diff --git a/.changeset/spicy-readers-tickle.md b/.changeset/spicy-readers-tickle.md new file mode 100644 index 000000000..f25c45e75 --- /dev/null +++ b/.changeset/spicy-readers-tickle.md @@ -0,0 +1,7 @@ +--- +'@cypress-design/react-icon': minor +'@cypress-design/vue-icon': minor +'@cypress-design/icon-registry': minor +--- + +Added are Accessibility icons variations: size 12x and 16x outline diff --git a/.changeset/ten-geckos-worry.md b/.changeset/ten-geckos-worry.md new file mode 100644 index 000000000..64f14dc89 --- /dev/null +++ b/.changeset/ten-geckos-worry.md @@ -0,0 +1,5 @@ +--- +'@cypress-design/icon-registry': patch +--- + +add technology-magnifying-glass-no-results icon diff --git a/ReadMe.md b/ReadMe.md index 8da9454ae..092c73633 100644 --- a/ReadMe.md +++ b/ReadMe.md @@ -95,7 +95,7 @@ The name and size should match what's shown in Figma. Once added, the svg attributes should be tweaked so as to integrate with the icon generation tooling. -- Replace main color with `currentColor` +- Replace the main color with `currentColor` - Add `class="icon-dark"` to paths that are dark, generally the strokes - Add `class="icon-light"` to paths that are light, generally the fills - Remove the `width` and `height` attributes of the SVG diff --git a/components/Icon/react/CHANGELOG.md b/components/Icon/react/CHANGELOG.md index ba9330964..e93f36961 100644 --- a/components/Icon/react/CHANGELOG.md +++ b/components/Icon/react/CHANGELOG.md @@ -1,5 +1,112 @@ # @cypress-design/react-icon +## 1.4.9 + +### Patch Changes + +- [`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: document-added-plus color settings in 12px was wrong + +- Updated dependencies [[`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8)]: + - @cypress-design/icon-registry@1.4.9 + +## 1.4.8 + +### Patch Changes + +- [`d551652`](https://github.com/cypress-io/cypress-design/commit/d55165243ca2ea4acd78ddc428fb007a92815677) Thanks [@elevatebart](https://github.com/elevatebart)! - add plus icons for uicov branch review + +- Updated dependencies [[`d551652`](https://github.com/cypress-io/cypress-design/commit/d55165243ca2ea4acd78ddc428fb007a92815677)]: + - @cypress-design/icon-registry@1.4.8 + +## 1.4.7 + +### Patch Changes + +- [`381174a`](https://github.com/cypress-io/cypress-design/commit/381174aaec12e10963bdf8244c0dcc5a0afd307f) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: add plus icon in 12 + +- Updated dependencies [[`381174a`](https://github.com/cypress-io/cypress-design/commit/381174aaec12e10963bdf8244c0dcc5a0afd307f)]: + - @cypress-design/icon-registry@1.4.7 + +## 1.4.6 + +### Patch Changes + +- [#486](https://github.com/cypress-io/cypress-design/pull/486) [`904ea0f`](https://github.com/cypress-io/cypress-design/commit/904ea0f9e081407cb9759a96bececdf3d6f87956) Thanks [@emilyrohrbough](https://github.com/emilyrohrbough)! - Update Flaky Status Icon with latest designs + +- Updated dependencies [[`904ea0f`](https://github.com/cypress-io/cypress-design/commit/904ea0f9e081407cb9759a96bececdf3d6f87956)]: + - @cypress-design/icon-registry@1.4.6 + +## 1.4.5 + +### Patch Changes + +- [`abd180b`](https://github.com/cypress-io/cypress-design/commit/abd180b9a528d4e535e3ff453013a30bf12808cf) Thanks [@elevatebart](https://github.com/elevatebart)! - add object-chain-link tested icon + +- Updated dependencies [[`abd180b`](https://github.com/cypress-io/cypress-design/commit/abd180b9a528d4e535e3ff453013a30bf12808cf)]: + - @cypress-design/icon-registry@1.4.5 + +## 1.4.4 + +### Patch Changes + +- [`de75259`](https://github.com/cypress-io/cypress-design/commit/de752594d675900c91e15d1d31d61a30be11d27a) Thanks [@elevatebart](https://github.com/elevatebart)! - add chain link 12 + +- Updated dependencies [[`de75259`](https://github.com/cypress-io/cypress-design/commit/de752594d675900c91e15d1d31d61a30be11d27a)]: + - @cypress-design/icon-registry@1.4.4 + +## 1.4.3 + +### Patch Changes + +- [`a22d163`](https://github.com/cypress-io/cypress-design/commit/a22d163bcc26bb04412625b6b7270372aa79f112) Thanks [@elevatebart](https://github.com/elevatebart)! - add browser checkmark + +- Updated dependencies [[`a22d163`](https://github.com/cypress-io/cypress-design/commit/a22d163bcc26bb04412625b6b7270372aa79f112)]: + - @cypress-design/icon-registry@1.4.3 + +## 1.4.2 + +### Patch Changes + +- [`266b524`](https://github.com/cypress-io/cypress-design/commit/266b52441e49291c5609cdc4d6fa85c6c7734ec6) Thanks [@elevatebart](https://github.com/elevatebart)! - add code editor diff icon + +- Updated dependencies [[`266b524`](https://github.com/cypress-io/cypress-design/commit/266b52441e49291c5609cdc4d6fa85c6c7734ec6)]: + - @cypress-design/icon-registry@1.4.2 + +## 1.4.1 + +### Patch Changes + +- [`6721d7c`](https://github.com/cypress-io/cypress-design/commit/6721d7c875e8a9d432e630ff3b2bc94696118d01) Thanks [@elevatebart](https://github.com/elevatebart)! - add triangle arrow icons + +- Updated dependencies [[`6721d7c`](https://github.com/cypress-io/cypress-design/commit/6721d7c875e8a9d432e630ff3b2bc94696118d01)]: + - @cypress-design/icon-registry@1.4.1 + +## 1.4.0 + +### Minor Changes + +- [#478](https://github.com/cypress-io/cypress-design/pull/478) [`9355536`](https://github.com/cypress-io/cypress-design/commit/9355536799317ce8dc9478c431434641c28dbc62) Thanks [@astone123](https://github.com/astone123)! - add technology-ui-coverage 16px icon + +### Patch Changes + +- Updated dependencies [[`1f8b5f4`](https://github.com/cypress-io/cypress-design/commit/1f8b5f4480202f0026589bad345b30a52e5f513e)]: + - @cypress-design/icon-registry@1.4.0 + +## 1.3.5 + +### Patch Changes + +- [`cc0523c`](https://github.com/cypress-io/cypress-design/commit/cc0523cf82169d631747e249309540e29f494181) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Fixing the versions for the vue and react packages + +## 1.3.4 + +### Patch Changes + +- [#471](https://github.com/cypress-io/cypress-design/pull/471) [`1df01a2`](https://github.com/cypress-io/cypress-design/commit/1df01a2ee7a2d2a2df21d6f4ed6fe7ad0c6b6a59) Thanks [@estrada9166](https://github.com/estrada9166)! - Added upgrade square icon + +- Updated dependencies [[`1df01a2`](https://github.com/cypress-io/cypress-design/commit/1df01a2ee7a2d2a2df21d6f4ed6fe7ad0c6b6a59)]: + - @cypress-design/icon-registry@1.3.4 + ## 1.3.3 ### Patch Changes diff --git a/components/Icon/react/package.json b/components/Icon/react/package.json index b758e5be3..ce47656e0 100644 --- a/components/Icon/react/package.json +++ b/components/Icon/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-icon", - "version": "1.3.3", + "version": "1.4.9", "files": [ "*" ], diff --git a/components/Icon/vue/CHANGELOG.md b/components/Icon/vue/CHANGELOG.md index bc242b7ee..c6cbc5526 100644 --- a/components/Icon/vue/CHANGELOG.md +++ b/components/Icon/vue/CHANGELOG.md @@ -1,5 +1,112 @@ # @cypress-design/vue-icon +## 1.4.9 + +### Patch Changes + +- [`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: document-added-plus color settings in 12px was wrong + +- Updated dependencies [[`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8)]: + - @cypress-design/icon-registry@1.4.9 + +## 1.4.8 + +### Patch Changes + +- [`d551652`](https://github.com/cypress-io/cypress-design/commit/d55165243ca2ea4acd78ddc428fb007a92815677) Thanks [@elevatebart](https://github.com/elevatebart)! - add plus icons for uicov branch review + +- Updated dependencies [[`d551652`](https://github.com/cypress-io/cypress-design/commit/d55165243ca2ea4acd78ddc428fb007a92815677)]: + - @cypress-design/icon-registry@1.4.8 + +## 1.4.7 + +### Patch Changes + +- [`381174a`](https://github.com/cypress-io/cypress-design/commit/381174aaec12e10963bdf8244c0dcc5a0afd307f) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: add plus icon in 12 + +- Updated dependencies [[`381174a`](https://github.com/cypress-io/cypress-design/commit/381174aaec12e10963bdf8244c0dcc5a0afd307f)]: + - @cypress-design/icon-registry@1.4.7 + +## 1.4.6 + +### Patch Changes + +- [#486](https://github.com/cypress-io/cypress-design/pull/486) [`904ea0f`](https://github.com/cypress-io/cypress-design/commit/904ea0f9e081407cb9759a96bececdf3d6f87956) Thanks [@emilyrohrbough](https://github.com/emilyrohrbough)! - Update Flaky Status Icon with latest designs + +- Updated dependencies [[`904ea0f`](https://github.com/cypress-io/cypress-design/commit/904ea0f9e081407cb9759a96bececdf3d6f87956)]: + - @cypress-design/icon-registry@1.4.6 + +## 1.4.5 + +### Patch Changes + +- [`abd180b`](https://github.com/cypress-io/cypress-design/commit/abd180b9a528d4e535e3ff453013a30bf12808cf) Thanks [@elevatebart](https://github.com/elevatebart)! - add object-chain-link tested icon + +- Updated dependencies [[`abd180b`](https://github.com/cypress-io/cypress-design/commit/abd180b9a528d4e535e3ff453013a30bf12808cf)]: + - @cypress-design/icon-registry@1.4.5 + +## 1.4.4 + +### Patch Changes + +- [`de75259`](https://github.com/cypress-io/cypress-design/commit/de752594d675900c91e15d1d31d61a30be11d27a) Thanks [@elevatebart](https://github.com/elevatebart)! - add chain link 12 + +- Updated dependencies [[`de75259`](https://github.com/cypress-io/cypress-design/commit/de752594d675900c91e15d1d31d61a30be11d27a)]: + - @cypress-design/icon-registry@1.4.4 + +## 1.4.3 + +### Patch Changes + +- [`a22d163`](https://github.com/cypress-io/cypress-design/commit/a22d163bcc26bb04412625b6b7270372aa79f112) Thanks [@elevatebart](https://github.com/elevatebart)! - add browser checkmark + +- Updated dependencies [[`a22d163`](https://github.com/cypress-io/cypress-design/commit/a22d163bcc26bb04412625b6b7270372aa79f112)]: + - @cypress-design/icon-registry@1.4.3 + +## 1.4.2 + +### Patch Changes + +- [`266b524`](https://github.com/cypress-io/cypress-design/commit/266b52441e49291c5609cdc4d6fa85c6c7734ec6) Thanks [@elevatebart](https://github.com/elevatebart)! - add code editor diff icon + +- Updated dependencies [[`266b524`](https://github.com/cypress-io/cypress-design/commit/266b52441e49291c5609cdc4d6fa85c6c7734ec6)]: + - @cypress-design/icon-registry@1.4.2 + +## 1.4.1 + +### Patch Changes + +- [`6721d7c`](https://github.com/cypress-io/cypress-design/commit/6721d7c875e8a9d432e630ff3b2bc94696118d01) Thanks [@elevatebart](https://github.com/elevatebart)! - add triangle arrow icons + +- Updated dependencies [[`6721d7c`](https://github.com/cypress-io/cypress-design/commit/6721d7c875e8a9d432e630ff3b2bc94696118d01)]: + - @cypress-design/icon-registry@1.4.1 + +## 1.4.0 + +### Minor Changes + +- [#478](https://github.com/cypress-io/cypress-design/pull/478) [`9355536`](https://github.com/cypress-io/cypress-design/commit/9355536799317ce8dc9478c431434641c28dbc62) Thanks [@astone123](https://github.com/astone123)! - add technology-ui-coverage 16px icon + +### Patch Changes + +- Updated dependencies [[`1f8b5f4`](https://github.com/cypress-io/cypress-design/commit/1f8b5f4480202f0026589bad345b30a52e5f513e)]: + - @cypress-design/icon-registry@1.4.0 + +## 1.3.5 + +### Patch Changes + +- [`cc0523c`](https://github.com/cypress-io/cypress-design/commit/cc0523cf82169d631747e249309540e29f494181) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Fixing the versions for the vue and react packages + +## 1.3.4 + +### Patch Changes + +- [#471](https://github.com/cypress-io/cypress-design/pull/471) [`1df01a2`](https://github.com/cypress-io/cypress-design/commit/1df01a2ee7a2d2a2df21d6f4ed6fe7ad0c6b6a59) Thanks [@estrada9166](https://github.com/estrada9166)! - Added upgrade square icon + +- Updated dependencies [[`1df01a2`](https://github.com/cypress-io/cypress-design/commit/1df01a2ee7a2d2a2df21d6f4ed6fe7ad0c6b6a59)]: + - @cypress-design/icon-registry@1.3.4 + ## 1.3.3 ### Patch Changes diff --git a/components/Icon/vue/package.json b/components/Icon/vue/package.json index 87009557b..a43ddfa72 100644 --- a/components/Icon/vue/package.json +++ b/components/Icon/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-icon", - "version": "1.3.3", + "version": "1.4.9", "files": [ "*" ], diff --git a/components/Tag/ReadMe.md b/components/Tag/ReadMe.md index 0651013a0..dd2b021da 100644 --- a/components/Tag/ReadMe.md +++ b/components/Tag/ReadMe.md @@ -1,4 +1,5 @@ @@ -6,6 +7,23 @@ import Tag from '@cypress-design/vue-tag' Tag +
+
+

{{size}}

+
+
+ + {{color}} + +
+
+ + {{color}} + +
+
+
+
[figma::Tag](https://www.figma.com/file/1WJ3GVQyMV5e7xVxPg3yID/Design-System%2C-v1.x---%40latest?node-id=1950-2659&t=XOxzeAZJ0mBFwEHV-4) diff --git a/components/Tag/constants/CHANGELOG.md b/components/Tag/constants/CHANGELOG.md index ae7f50299..381d77d7b 100644 --- a/components/Tag/constants/CHANGELOG.md +++ b/components/Tag/constants/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/constants-tag +## 1.0.1 + +### Patch Changes + +- [`aefd489`](https://github.com/cypress-io/cypress-design/commit/aefd4892aa8757a28ca1a3ca4e21ee5d25171f88) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: tags with their border should be exactly their size but their padding is too big + ## 1.0.0 ### Major Changes diff --git a/components/Tag/constants/package.json b/components/Tag/constants/package.json index 5ed9929f1..eff86ff89 100644 --- a/components/Tag/constants/package.json +++ b/components/Tag/constants/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/constants-tag", - "version": "1.0.0", + "version": "1.0.1", "files": [ "*" ], diff --git a/components/Tag/constants/src/index.ts b/components/Tag/constants/src/index.ts index c50323c0f..03d165a8f 100644 --- a/components/Tag/constants/src/index.ts +++ b/components/Tag/constants/src/index.ts @@ -2,10 +2,10 @@ export const CssShared = 'rounded border align-middle font-medium inline-flex items-center' export const CssSize = { - '16': 'text-[12px] leading-[16px] h-[16px] px-[4px]', - '20': 'text-[14px] leading-[20px] h-[20px] px-[4px]', - '24': 'text-[16px] leading-[24px] h-[24px] px-[8px]', - '32': 'text-[16px] leading-[24px] h-[32px] px-[12px]', + '16': 'text-[12px] leading-[16px] h-[16px] px-[3px]', + '20': 'text-[14px] leading-[20px] h-[20px] px-[3px]', + '24': 'text-[16px] leading-[24px] h-[24px] px-[7px]', + '32': 'text-[16px] leading-[24px] h-[32px] px-[11px]', } as const export const CssColor = { diff --git a/components/Tag/react/CHANGELOG.md b/components/Tag/react/CHANGELOG.md index 8e632a336..5e783e09b 100644 --- a/components/Tag/react/CHANGELOG.md +++ b/components/Tag/react/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/react-tag +## 1.0.3 + +### Patch Changes + +- [`aefd489`](https://github.com/cypress-io/cypress-design/commit/aefd4892aa8757a28ca1a3ca4e21ee5d25171f88) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: tags with their border should be exactly their size but their padding is too big + ## 1.0.2 ### Patch Changes diff --git a/components/Tag/react/ReadMe.md b/components/Tag/react/ReadMe.md index dd59c1b6c..f31c7a6bd 100644 --- a/components/Tag/react/ReadMe.md +++ b/components/Tag/react/ReadMe.md @@ -17,3 +17,11 @@ yarn add @cypress-design/react-tag ```ts import Tag from '@cypress-design/react-tag' ``` + +```tsx live +export default () => ( + + Tag + +) +``` diff --git a/components/Tag/react/package.json b/components/Tag/react/package.json index e9b45393e..14751218f 100644 --- a/components/Tag/react/package.json +++ b/components/Tag/react/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/react-tag", - "version": "1.0.2", + "version": "1.0.3", "files": [ "*" ], diff --git a/components/Tag/vue/CHANGELOG.md b/components/Tag/vue/CHANGELOG.md index 19a0c7165..b8b15de3d 100644 --- a/components/Tag/vue/CHANGELOG.md +++ b/components/Tag/vue/CHANGELOG.md @@ -1,5 +1,11 @@ # @cypress-design/vue-tag +## 1.0.1 + +### Patch Changes + +- [`aefd489`](https://github.com/cypress-io/cypress-design/commit/aefd4892aa8757a28ca1a3ca4e21ee5d25171f88) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: tags with their border should be exactly their size but their padding is too big + ## 1.0.0 ### Major Changes diff --git a/components/Tag/vue/ReadMe.md b/components/Tag/vue/ReadMe.md index c80e24c87..7f581d27b 100644 --- a/components/Tag/vue/ReadMe.md +++ b/components/Tag/vue/ReadMe.md @@ -17,3 +17,9 @@ yarn add @cypress-design/vue-tag ```ts import Tag from '@cypress-design/vue-tag' ``` + +```vue live + + Tag + +``` diff --git a/components/Tag/vue/package.json b/components/Tag/vue/package.json index 30ab4fc1b..c188cb28e 100644 --- a/components/Tag/vue/package.json +++ b/components/Tag/vue/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/vue-tag", - "version": "1.0.0", + "version": "1.0.1", "files": [ "*" ], diff --git a/icon-registry/CHANGELOG.md b/icon-registry/CHANGELOG.md index b0ddaa11d..73ffdb56a 100644 --- a/icon-registry/CHANGELOG.md +++ b/icon-registry/CHANGELOG.md @@ -1,5 +1,77 @@ # @cypress-design/icon-registry +## 1.4.9 + +### Patch Changes + +- [`55104a0`](https://github.com/cypress-io/cypress-design/commit/55104a0de78a7f4984bab364e409fb596110d3e8) Thanks [@elevatebart](https://github.com/elevatebart)! - fix: document-added-plus color settings in 12px was wrong + +## 1.4.8 + +### Patch Changes + +- [`d551652`](https://github.com/cypress-io/cypress-design/commit/d55165243ca2ea4acd78ddc428fb007a92815677) Thanks [@elevatebart](https://github.com/elevatebart)! - add plus icons for uicov branch review + +## 1.4.7 + +### Patch Changes + +- [`381174a`](https://github.com/cypress-io/cypress-design/commit/381174aaec12e10963bdf8244c0dcc5a0afd307f) Thanks [@elevatebart](https://github.com/elevatebart)! - feat: add plus icon in 12 + +## 1.4.6 + +### Patch Changes + +- [#486](https://github.com/cypress-io/cypress-design/pull/486) [`904ea0f`](https://github.com/cypress-io/cypress-design/commit/904ea0f9e081407cb9759a96bececdf3d6f87956) Thanks [@emilyrohrbough](https://github.com/emilyrohrbough)! - Update Flaky Status Icon with latest designs + +## 1.4.5 + +### Patch Changes + +- [`abd180b`](https://github.com/cypress-io/cypress-design/commit/abd180b9a528d4e535e3ff453013a30bf12808cf) Thanks [@elevatebart](https://github.com/elevatebart)! - add object-chain-link tested icon + +## 1.4.4 + +### Patch Changes + +- [`de75259`](https://github.com/cypress-io/cypress-design/commit/de752594d675900c91e15d1d31d61a30be11d27a) Thanks [@elevatebart](https://github.com/elevatebart)! - add chain link 12 + +## 1.4.3 + +### Patch Changes + +- [`a22d163`](https://github.com/cypress-io/cypress-design/commit/a22d163bcc26bb04412625b6b7270372aa79f112) Thanks [@elevatebart](https://github.com/elevatebart)! - add browser checkmark + +## 1.4.2 + +### Patch Changes + +- [`266b524`](https://github.com/cypress-io/cypress-design/commit/266b52441e49291c5609cdc4d6fa85c6c7734ec6) Thanks [@elevatebart](https://github.com/elevatebart)! - add code editor diff icon + +## 1.4.1 + +### Patch Changes + +- [`6721d7c`](https://github.com/cypress-io/cypress-design/commit/6721d7c875e8a9d432e630ff3b2bc94696118d01) Thanks [@elevatebart](https://github.com/elevatebart)! - add triangle arrow icons + +## 1.4.0 + +### Minor Changes + +- [#476](https://github.com/cypress-io/cypress-design/pull/476) [`1f8b5f4`](https://github.com/cypress-io/cypress-design/commit/1f8b5f4480202f0026589bad345b30a52e5f513e) Thanks [@astone123](https://github.com/astone123)! - add technology-ui-coverage 16px icon + +## 1.3.5 + +### Patch Changes + +- [#473](https://github.com/cypress-io/cypress-design/pull/473) [`79a3318`](https://github.com/cypress-io/cypress-design/commit/79a3318850277b207eac4105ddb12a8d0a40e50a) Thanks [@ryanjwilke](https://github.com/ryanjwilke)! - Added icons for UI Coverage & Accessibility + +## 1.3.4 + +### Patch Changes + +- [#471](https://github.com/cypress-io/cypress-design/pull/471) [`1df01a2`](https://github.com/cypress-io/cypress-design/commit/1df01a2ee7a2d2a2df21d6f4ed6fe7ad0c6b6a59) Thanks [@estrada9166](https://github.com/estrada9166)! - Added upgrade square icon + ## 1.3.3 ### Patch Changes diff --git a/icon-registry/icons-static/action-upgrade-square_x16.svg b/icon-registry/icons-static/action-upgrade-square_x16.svg new file mode 100644 index 000000000..dfb6142b4 --- /dev/null +++ b/icon-registry/icons-static/action-upgrade-square_x16.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon-registry/icons-static/arrow-square-triangle-down_x12.svg b/icon-registry/icons-static/arrow-square-triangle-down_x12.svg new file mode 100644 index 000000000..b0e6cfea0 --- /dev/null +++ b/icon-registry/icons-static/arrow-square-triangle-down_x12.svg @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/arrow-square-triangle-up_x12.svg b/icon-registry/icons-static/arrow-square-triangle-up_x12.svg new file mode 100644 index 000000000..546c76ae1 --- /dev/null +++ b/icon-registry/icons-static/arrow-square-triangle-up_x12.svg @@ -0,0 +1,5 @@ + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/cypress-accessibility-outline_x16.svg b/icon-registry/icons-static/cypress-accessibility-outline_x16.svg new file mode 100644 index 000000000..a73fab021 --- /dev/null +++ b/icon-registry/icons-static/cypress-accessibility-outline_x16.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon-registry/icons-static/cypress-accessibility_x12.svg b/icon-registry/icons-static/cypress-accessibility_x12.svg new file mode 100644 index 000000000..0c100a0d4 --- /dev/null +++ b/icon-registry/icons-static/cypress-accessibility_x12.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon-registry/icons-static/cypress-accessibility_x16.svg b/icon-registry/icons-static/cypress-accessibility_x16.svg new file mode 100644 index 000000000..838efe102 --- /dev/null +++ b/icon-registry/icons-static/cypress-accessibility_x16.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon-registry/icons-static/cypress-ui-coverage_x16.svg b/icon-registry/icons-static/cypress-ui-coverage_x16.svg new file mode 100644 index 000000000..0fee2bfa0 --- /dev/null +++ b/icon-registry/icons-static/cypress-ui-coverage_x16.svg @@ -0,0 +1,3 @@ + + + diff --git a/icon-registry/icons-static/document-added-square-plus_x12.svg b/icon-registry/icons-static/document-added-square-plus_x12.svg new file mode 100644 index 000000000..dd3830e36 --- /dev/null +++ b/icon-registry/icons-static/document-added-square-plus_x12.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-chain-link-added_x16.svg b/icon-registry/icons-static/object-chain-link-added_x16.svg new file mode 100644 index 000000000..3aad0cb44 --- /dev/null +++ b/icon-registry/icons-static/object-chain-link-added_x16.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-chain-link-tested_x16.svg b/icon-registry/icons-static/object-chain-link-tested_x16.svg new file mode 100644 index 000000000..65dd4f12b --- /dev/null +++ b/icon-registry/icons-static/object-chain-link-tested_x16.svg @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-chain-link_x12.svg b/icon-registry/icons-static/object-chain-link_x12.svg new file mode 100644 index 000000000..a1e956f5d --- /dev/null +++ b/icon-registry/icons-static/object-chain-link_x12.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-element-added_x16.svg b/icon-registry/icons-static/object-element-added_x16.svg new file mode 100644 index 000000000..f8b422e2c --- /dev/null +++ b/icon-registry/icons-static/object-element-added_x16.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-interactivity-outline_x16.svg b/icon-registry/icons-static/object-interactivity-outline_x16.svg new file mode 100644 index 000000000..86f75374b --- /dev/null +++ b/icon-registry/icons-static/object-interactivity-outline_x16.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-interactivity-outline_x24.svg b/icon-registry/icons-static/object-interactivity-outline_x24.svg new file mode 100644 index 000000000..8184fe216 --- /dev/null +++ b/icon-registry/icons-static/object-interactivity-outline_x24.svg @@ -0,0 +1,9 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-interactivity_x12.svg b/icon-registry/icons-static/object-interactivity_x12.svg new file mode 100644 index 000000000..44ae0e9a0 --- /dev/null +++ b/icon-registry/icons-static/object-interactivity_x12.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-interactivity_x16.svg b/icon-registry/icons-static/object-interactivity_x16.svg new file mode 100644 index 000000000..22698a58b --- /dev/null +++ b/icon-registry/icons-static/object-interactivity_x16.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/object-interactivity_x24.svg b/icon-registry/icons-static/object-interactivity_x24.svg new file mode 100644 index 000000000..d429956f0 --- /dev/null +++ b/icon-registry/icons-static/object-interactivity_x24.svg @@ -0,0 +1,6 @@ + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/status-flaky_x10.svg b/icon-registry/icons-static/status-flaky_x10.svg new file mode 100644 index 000000000..4c495d6b2 --- /dev/null +++ b/icon-registry/icons-static/status-flaky_x10.svg @@ -0,0 +1,4 @@ + + + + diff --git a/icon-registry/icons-static/status-flaky_x12.svg b/icon-registry/icons-static/status-flaky_x12.svg new file mode 100644 index 000000000..f44038ce9 --- /dev/null +++ b/icon-registry/icons-static/status-flaky_x12.svg @@ -0,0 +1,5 @@ + + + + + diff --git a/icon-registry/icons-static/status-flaky_x16.svg b/icon-registry/icons-static/status-flaky_x16.svg index 245c8d7ea..bc3b36363 100644 --- a/icon-registry/icons-static/status-flaky_x16.svg +++ b/icon-registry/icons-static/status-flaky_x16.svg @@ -1,4 +1,5 @@ - - + + + diff --git a/icon-registry/icons-static/status-flaky_x24.svg b/icon-registry/icons-static/status-flaky_x24.svg index ade551bad..94ee58e56 100644 --- a/icon-registry/icons-static/status-flaky_x24.svg +++ b/icon-registry/icons-static/status-flaky_x24.svg @@ -1,4 +1,5 @@ - - + + + diff --git a/icon-registry/icons-static/technology-browser-added_x16.svg b/icon-registry/icons-static/technology-browser-added_x16.svg new file mode 100644 index 000000000..482852bc7 --- /dev/null +++ b/icon-registry/icons-static/technology-browser-added_x16.svg @@ -0,0 +1,8 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/technology-browser-checkmark_x48.svg b/icon-registry/icons-static/technology-browser-checkmark_x48.svg new file mode 100644 index 000000000..49073e012 --- /dev/null +++ b/icon-registry/icons-static/technology-browser-checkmark_x48.svg @@ -0,0 +1,26 @@ + + + + + + + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/technology-code-editor-diff_x48.svg b/icon-registry/icons-static/technology-code-editor-diff_x48.svg new file mode 100644 index 000000000..4cd7114c6 --- /dev/null +++ b/icon-registry/icons-static/technology-code-editor-diff_x48.svg @@ -0,0 +1,44 @@ + + + + + + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/technology-magnifying-glass-no-results_x24.svg b/icon-registry/icons-static/technology-magnifying-glass-no-results_x24.svg new file mode 100644 index 000000000..bdb26c79e --- /dev/null +++ b/icon-registry/icons-static/technology-magnifying-glass-no-results_x24.svg @@ -0,0 +1,12 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/technology-magnifying-glass-no-results_x48.svg b/icon-registry/icons-static/technology-magnifying-glass-no-results_x48.svg new file mode 100644 index 000000000..6099f56b1 --- /dev/null +++ b/icon-registry/icons-static/technology-magnifying-glass-no-results_x48.svg @@ -0,0 +1,13 @@ + + + + + \ No newline at end of file diff --git a/icon-registry/icons-static/technology-ui-coverage_x16.svg b/icon-registry/icons-static/technology-ui-coverage_x16.svg new file mode 100644 index 000000000..1c51cc986 --- /dev/null +++ b/icon-registry/icons-static/technology-ui-coverage_x16.svg @@ -0,0 +1,6 @@ + + + + diff --git a/icon-registry/package.json b/icon-registry/package.json index 0343fa273..6cf4a236a 100644 --- a/icon-registry/package.json +++ b/icon-registry/package.json @@ -1,6 +1,6 @@ { "name": "@cypress-design/icon-registry", - "version": "1.3.3", + "version": "1.4.9", "description": "All svg files to be exposed to the Icon component", "main": "dist/index.umd.js", "module": "dist/index.es.mjs", diff --git a/package.json b/package.json index ec29bf9db..a76565fe4 100644 --- a/package.json +++ b/package.json @@ -100,7 +100,7 @@ "rollup-plugin-postcss": "^4.0.2", "rollup-plugin-sourcemaps": "^0.6.3", "shiki": "^1.6.2", - "turbo": "^2.0.9", + "turbo": "^2.1.1", "typescript": "5.4.5", "universal-cookie": "^7.1.4", "vite": "5.2.12", diff --git a/scripts/watch-icons.mjs b/scripts/watch-icons.mjs index 029b8b395..ed526c895 100755 --- a/scripts/watch-icons.mjs +++ b/scripts/watch-icons.mjs @@ -37,9 +37,9 @@ watcher.on('add', async (file) => { async function buildIcons(file) { if ( - !/icons-static\/[a-zA-Z-]+_x\d+\.svg$/.test(file) && - !/icons-logo\/[a-zA-Z-_]+\.svg$/.test(file) && - !/icons-animated\/[a-zA-Z-_]+\.svg$/.test(file) + !/icons-static\/[a-zA-Z0-9-]+_x\d+\.svg$/.test(file) && + !/icons-logo\/[a-zA-Z0-9-_]+\.svg$/.test(file) && + !/icons-animated\/[a-zA-Z0-9-_]+\.svg$/.test(file) ) { console.log('Not an icon file, skipping') return diff --git a/yarn.lock b/yarn.lock index 6ee6b4a99..938b9b83e 100644 --- a/yarn.lock +++ b/yarn.lock @@ -8666,47 +8666,47 @@ tunnel-agent@^0.6.0: dependencies: safe-buffer "^5.0.1" -turbo-darwin-64@2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.0.9.tgz#dc7bb92060a41b92155195dba5850c9669fa765a" - integrity sha512-owlGsOaExuVGBUfrnJwjkL1BWlvefjSKczEAcpLx4BI7Oh6ttakOi+JyomkPkFlYElRpjbvlR2gP8WIn6M/+xQ== - -turbo-darwin-arm64@2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.0.9.tgz#6e5ce2c0f03999c6ec0116d5525841107da3078b" - integrity sha512-XAXkKkePth5ZPPE/9G9tTnPQx0C8UTkGWmNGYkpmGgRr8NedW+HrPsi9N0HcjzzIH9A4TpNYvtiV+WcwdaEjKA== - -turbo-linux-64@2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.0.9.tgz#e00e5e1b1cffab23c58888e7c397e108dc24fe2f" - integrity sha512-l9wSgEjrCFM1aG16zItBsZ206ZlhSSx1owB8Cgskfv0XyIXRGHRkluihiaxkp+UeU5WoEfz4EN5toc+ICA0q0w== - -turbo-linux-arm64@2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.0.9.tgz#d240e4f0a784d03f1a79fd9e6c4e83abd9aa57c7" - integrity sha512-gRnjxXRne18B27SwxXMqL3fJu7jw/8kBrOBTBNRSmZZiG1Uu3nbnP7b4lgrA/bCku6C0Wligwqurvtpq6+nFHA== - -turbo-windows-64@2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.0.9.tgz#d52835302e722cc7de670b90aca55ce2b3516879" - integrity sha512-ZVo0apxUvaRq4Vm1qhsfqKKhtRgReYlBVf9MQvVU1O9AoyydEQvLDO1ryqpXDZWpcHoFxHAQc9msjAMtE5K2lA== - -turbo-windows-arm64@2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.0.9.tgz#45f0aa685514ec1cc753a559924e003b22b24bb7" - integrity sha512-sGRz7c5Pey6y7y9OKi8ypbWNuIRPF9y8xcMqL56OZifSUSo+X2EOsOleR9MKxQXVaqHPGOUKWsE6y8hxBi9pag== - -turbo@^2.0.9: - version "2.0.9" - resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.0.9.tgz#fa0ab576c4cb9a8fc9db648e9ac9adfe10a22ae5" - integrity sha512-QaLaUL1CqblSKKPgLrFW3lZWkWG4pGBQNW+q1ScJB5v1D/nFWtsrD/yZljW/bdawg90ihi4/ftQJ3h6fz1FamA== +turbo-darwin-64@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/turbo-darwin-64/-/turbo-darwin-64-2.1.1.tgz#da7fcfa7fb8a94ad5c33e8518e2b898a6525826d" + integrity sha512-aYNuJpZlCoi0Htd79fl/2DywpewGKijdXeOfg9KzNuPVKzSMYlAXuAlNGh0MKjiOcyqxQGL7Mq9LFhwA0VpDpQ== + +turbo-darwin-arm64@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/turbo-darwin-arm64/-/turbo-darwin-arm64-2.1.1.tgz#a80fe457ab7baf838f054382d2f3ef03e51a13de" + integrity sha512-tifJKD8yHY48rHXPMcM8o1jI/Jk2KCaXiNjTKvvy9Zsim61BZksNVLelIbrRoCGwAN6PUBZO2lGU5iL/TQJ5Pw== + +turbo-linux-64@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/turbo-linux-64/-/turbo-linux-64-2.1.1.tgz#2f97a1078e73e39ebf080985f3bebe53814bafbc" + integrity sha512-Js6d/bSQe9DuV9c7ITXYpsU/ADzFHABdz1UIHa7Oqjj9VOEbFeA9WpAn0c+mdJrVD+IXJFbbDZUjN7VYssmtcg== + +turbo-linux-arm64@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/turbo-linux-arm64/-/turbo-linux-arm64-2.1.1.tgz#8527a9bfe189957398ccaf05669ccd924e732d31" + integrity sha512-LidzTCq0yvQ+N8w8Qub9FmhQ/mmEIeoqFi7DSupekEV2EjvE9jw/zYc9Pk67X+g7dHVfgOnvVzmrjChdxpFePw== + +turbo-windows-64@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/turbo-windows-64/-/turbo-windows-64-2.1.1.tgz#fe92cfddcf9d37e9649d67573e06072cd0c2c732" + integrity sha512-GKc9ZywKwy4xLDhwXd6H07yzl0TB52HjXMrFLyHGhCVnf/w0oq4sLJv2sjbvuarPjsyx4xnCBJ3m3oyL2XmFtA== + +turbo-windows-arm64@2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/turbo-windows-arm64/-/turbo-windows-arm64-2.1.1.tgz#5a20090208a337a1dbeaae8e22341ac684620c6d" + integrity sha512-oFKkMj11KKUv3xSK9/fhAEQTxLUp1Ol1EOktwc32+SFtEU0uls7kosAz0b+qe8k3pJGEMFdDPdqoEjyJidbxtQ== + +turbo@^2.1.1: + version "2.1.1" + resolved "https://registry.yarnpkg.com/turbo/-/turbo-2.1.1.tgz#b1e71f8fefa9d1c60b77b2fbdebd35702555593d" + integrity sha512-u9gUDkmR9dFS8b5kAYqIETK4OnzsS4l2ragJ0+soSMHh6VEeNHjTfSjk1tKxCqLyziCrPogadxP680J+v6yGHw== optionalDependencies: - turbo-darwin-64 "2.0.9" - turbo-darwin-arm64 "2.0.9" - turbo-linux-64 "2.0.9" - turbo-linux-arm64 "2.0.9" - turbo-windows-64 "2.0.9" - turbo-windows-arm64 "2.0.9" + turbo-darwin-64 "2.1.1" + turbo-darwin-arm64 "2.1.1" + turbo-linux-64 "2.1.1" + turbo-linux-arm64 "2.1.1" + turbo-windows-64 "2.1.1" + turbo-windows-arm64 "2.1.1" tweetnacl@^0.14.3, tweetnacl@~0.14.0: version "0.14.5"