@oxide/design-system 1.5.2--canary.0af6e8f.0 → 1.5.2--canary.c232691.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.
@@ -589,7 +589,7 @@
589
589
  }
590
590
 
591
591
  .asciidoc-body .colist table {
592
- @apply mt-[1.5rem];
592
+ @apply my-[1.5rem];
593
593
  }
594
594
 
595
595
  .asciidoc-body .colist table td {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.5.2--canary.0af6e8f.0",
3
+ "version": "1.5.2--canary.c232691.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -10,6 +10,7 @@
10
10
  "./styles/dist/*": "./styles/dist/*",
11
11
  "./components/dist/*.css": "./components/dist/*.css",
12
12
  "./components/dist": "./components/dist/index.js",
13
+ "./icons": "./icons/index.js",
13
14
  ".": {
14
15
  "import": {
15
16
  "types": "./components/dist/index.d.ts",