@oxide/design-system 2.5.1 → 2.5.2--canary.dfce62b.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/dist/asciidoc.css CHANGED
@@ -6,24 +6,22 @@
6
6
  * Copyright Oxide Computer Company
7
7
  */
8
8
 
9
- @layer utilities {
10
- .text-mono-code {
11
- @apply text-[0.825em] !normal-case;
12
- font-feature-settings: 'calt' 0;
13
- letter-spacing: 0;
14
- }
9
+ @utility text-mono-code {
10
+ @apply text-[0.825em] !normal-case;
11
+ font-feature-settings: 'calt' 0;
12
+ letter-spacing: 0;
13
+ }
15
14
 
16
- .accent-link {
17
- @apply text-accent-secondary hover:text-accent;
18
- text-decoration: underline;
19
- text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
20
- }
15
+ @utility accent-link {
16
+ @apply text-accent-secondary hover:text-accent;
17
+ text-decoration: underline;
18
+ text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
19
+ }
21
20
 
22
- .link-with-underline {
23
- @apply text-default hover:text-raise;
24
- text-decoration: underline;
25
- text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
26
- }
21
+ @utility link-with-underline {
22
+ @apply text-default hover:text-raise;
23
+ text-decoration: underline;
24
+ text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
27
25
  }
28
26
 
29
27
  @layer components {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "2.5.1",
3
+ "version": "2.5.2--canary.dfce62b.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -40,6 +40,7 @@
40
40
  "@figma-export/transform-svg-with-svgo": "^6.0.2",
41
41
  "@svgr/plugin-jsx": "^8.1.0",
42
42
  "@trivago/prettier-plugin-sort-imports": "^3.3.0",
43
+ "@types/culori": "^2.1.1",
43
44
  "@types/react": "^18.0.28",
44
45
  "@types/react-dom": "^18.0.11",
45
46
  "@types/svg-sprite": "^0.0.34",
@@ -74,6 +75,7 @@
74
75
  "@radix-ui/react-accordion": "^1.2.2",
75
76
  "@radix-ui/react-tabs": "^1.1.3",
76
77
  "classnames": "^2.5.1",
78
+ "culori": "^4.0.1",
77
79
  "shiki": "^1.24.0"
78
80
  },
79
81
  "files": [