@oxide/design-system 1.7.1 → 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.
- package/README.md +1 -3
- package/package.json +3 -2
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/).
|
|
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.
|
|
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,
|
|
@@ -27,7 +27,8 @@
|
|
|
27
27
|
"build:components": "tsup --dts",
|
|
28
28
|
"release": "auto shipit",
|
|
29
29
|
"lint": "eslint --ext .js,.ts,.tsx,.json .",
|
|
30
|
-
"fmt": "prettier --cache --write . && npm run lint -- --fix"
|
|
30
|
+
"fmt": "prettier --cache --write . && npm run lint -- --fix",
|
|
31
|
+
"tsc": "tsc"
|
|
31
32
|
},
|
|
32
33
|
"author": "Oxide Computer Company <bots@oxidecomputer.com>",
|
|
33
34
|
"license": "MPL 2.0",
|