@oxide/design-system 1.7.2--canary.02be107.0 → 1.7.2--canary.38a4ce9.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.
Files changed (2) hide show
  1. package/README.md +1 -3
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -35,9 +35,7 @@ back with figma.
35
35
  ## Exporting Icons
36
36
 
37
37
  Icons are also exported from figma using
38
- [figma export cli](https://figma-export.marcomontalbano.com/). A PR should be opened
39
- automatically for updating icons via the
40
- [update-icons workflow](.github/workflows/update-icons.yaml).
38
+ [figma export cli](https://figma-export.marcomontalbano.com/).
41
39
 
42
40
  Icons are processed and exported as SVGs for direct use in environments where SVGR is
43
41
  supported (like our web console). However, for other internal sites such as the marketing
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.7.2--canary.02be107.0",
3
+ "version": "1.7.2--canary.38a4ce9.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,