@oxide/design-system 2.7.1--canary.585d1c2.0 → 2.7.1--canary.9573e9e.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
@@ -23,11 +23,13 @@
23
23
  text-decoration: underline;
24
24
  text-decoration-color: color-mix(in srgb, currentColor 60%, transparent);
25
25
  }
26
- @layer components {
27
- .inline-code {
28
- @apply text-secondary ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] text-[0.825em] bg-raise border-secondary;
29
- }
30
26
 
27
+ @utility inline-code {
28
+ @apply text-secondary;
29
+ @apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] text-[0.825em] bg-raise border-secondary;
30
+ }
31
+
32
+ @layer components {
31
33
  .asciidoc-body {
32
34
  .line-through {
33
35
  text-decoration: line-through;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "2.7.1--canary.585d1c2.0",
3
+ "version": "2.7.1--canary.9573e9e.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,
@@ -166,7 +166,7 @@
166
166
  --surface-disabled: var(--color-neutral-100);
167
167
  --surface-scrim: color(
168
168
  display-p3 0.036760063071504825 0.05804576716456642 0.06562718269807541 / 0.4
169
- ); /* #080f1166 */
169
+ ); /* #080f1166 with alpha 0.4 */
170
170
  --surface-accent: var(--theme-accent-800);
171
171
  --surface-accent-hover: var(--theme-accent-700);
172
172
  --surface-accent-secondary: var(--theme-accent-200);
@@ -254,19 +254,17 @@
254
254
  --stroke-info-tertiary: var(--theme-info-400);
255
255
  --stroke-info-quaternary: var(--theme-info-300);
256
256
  --chart-fill-area-primary: color(
257
- display-p3 0.30729539326874494 0.6299054596145268 0.440831736604609 / 0.7019607843137254
258
- ); /* #20a36cb3 */
257
+ display-p3 0.30729539326874494 0.6299054596145268 0.440831736604609 / 0.7
258
+ ); /* #20a36cb3 with alpha 0.7 */
259
259
  --chart-fill-area-secondary: color(
260
- display-p3 0.2692940449440336 0.5334053150097006 0.38200477116356163 /
261
- 0.7019607843137254
262
- ); /* #238a5eb3 */
260
+ display-p3 0.2692940449440336 0.5334053150097006 0.38200477116356163 / 0.7
261
+ ); /* #238a5eb3 with alpha 0.7 */
263
262
  --chart-fill-area-tertiary: color(
264
- display-p3 0.21921823824294856 0.40988544994958725 0.3065549544047547 /
265
- 0.7019607843137254
266
- ); /* #236a4cb3 */
263
+ display-p3 0.21921823824294856 0.40988544994958725 0.3065549544047547 / 0.7
264
+ ); /* #236a4cb3 with alpha 0.7 */
267
265
  --chart-fill-area-quaternary: color(
268
266
  display-p3 0.17205281115427723 0.2979531244804644 0.23597564991643089 / 0.2
269
- ); /* #204d3b33 */
267
+ ); /* #204d3b33 with alpha 0.2 */
270
268
  --chart-fill-item-primary: var(--theme-accent-700);
271
269
  --chart-fill-item-secondary: var(--theme-accent-600);
272
270
  --chart-fill-item-tertiary: var(--theme-accent-500);
@@ -282,14 +280,14 @@
282
280
  --chart-stroke-line-quaternary: var(--color-blue-600);
283
281
  --chart-stroke-y-axis: color(
284
282
  display-p3 0.18088995487994503 0.1992673051921286 0.20679231365610162 / 0.4
285
- ); /* #2d333566 */
283
+ ); /* #2d333566 with alpha 0.4 */
286
284
  --chart-stroke-item: color(
287
285
  display-p3 0.30729539326874494 0.6299054596145268 0.440831736604609 / 0.4
288
- ); /* #20a36c66 */
286
+ ); /* #20a36c66 with alpha 0.4 */
289
287
  --chart-stroke-item-inactive: var(--color-neutral-200);
290
288
  --chart-stroke-error: color(
291
289
  display-p3 0.7964645558620367 0.40841569441043135 0.47149465440441213 / 0.4
292
- ); /* #da617766 */
290
+ ); /* #da617766 with alpha 0.4 */
293
291
  --theme-accent-100: var(--color-green-100);
294
292
  --theme-accent-200: var(--color-green-200);
295
293
  --theme-accent-300: var(--color-green-300);