@oxide/design-system 2.7.1--canary.1bbaaff.0 → 2.8.0--canary.437591d.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 +26 -28
- package/dist/button.css +1 -1
- package/dist/{chunk-BTKC2KJ2.js → chunk-EZCJJGCD.js} +234 -325
- package/dist/chunk-EZCJJGCD.js.map +1 -0
- package/dist/components/src/index.js +12 -12
- package/dist/components/src/index.js.map +1 -1
- package/dist/icons/index.d.ts +0 -9
- package/dist/icons/react/index.d.ts +158 -176
- package/dist/icons/react/index.js +1 -7
- package/dist/tabs.css +1 -1
- package/icons/sprite.svg +1 -1
- package/icons/svg/open-link-12.svg +1 -1
- package/package.json +3 -1
- package/styles/dist/blue.css +162 -643
- package/styles/dist/green.css +162 -641
- package/styles/dist/main.css +634 -855
- package/styles/dist/purple.css +162 -643
- package/styles/dist/red.css +162 -643
- package/styles/dist/tailwind.css +51 -0
- package/styles/dist/yellow.css +162 -641
- package/dist/chunk-BTKC2KJ2.js.map +0 -1
- package/icons/svg/download-outline-12.svg +0 -1
- package/icons/svg/size-outline-12.svg +0 -1
- package/icons/svg/time-outline-12.svg +0 -1
- package/styles/dist/tailwind-tokens.ts +0 -2988
package/dist/asciidoc.css
CHANGED
|
@@ -6,24 +6,27 @@
|
|
|
6
6
|
* Copyright Oxide Computer Company
|
|
7
7
|
*/
|
|
8
8
|
|
|
9
|
-
@
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
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
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
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
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
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);
|
|
25
|
+
}
|
|
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;
|
|
27
30
|
}
|
|
28
31
|
|
|
29
32
|
@layer components {
|
|
@@ -288,11 +291,6 @@
|
|
|
288
291
|
@apply normal-case text-default;
|
|
289
292
|
}
|
|
290
293
|
|
|
291
|
-
.inline-code {
|
|
292
|
-
@apply text-secondary;
|
|
293
|
-
@apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] text-[0.825em] bg-raise border-secondary;
|
|
294
|
-
}
|
|
295
|
-
|
|
296
294
|
p code,
|
|
297
295
|
h1 code,
|
|
298
296
|
h2 code,
|
|
@@ -403,7 +401,7 @@
|
|
|
403
401
|
}
|
|
404
402
|
|
|
405
403
|
.admonitionblock.tip strong {
|
|
406
|
-
color: var(--
|
|
404
|
+
color: var(--color-purple-800);
|
|
407
405
|
}
|
|
408
406
|
|
|
409
407
|
.admonitionblock,
|
|
@@ -413,9 +411,9 @@
|
|
|
413
411
|
|
|
414
412
|
.admonitionblock.tip,
|
|
415
413
|
.admonitionblock.tip blockquote {
|
|
416
|
-
background-color: var(--
|
|
417
|
-
color: var(--
|
|
418
|
-
border-color: var(--
|
|
414
|
+
background-color: var(--color-purple-200);
|
|
415
|
+
color: var(--color-purple-800);
|
|
416
|
+
border-color: var(--color-purple-400);
|
|
419
417
|
}
|
|
420
418
|
|
|
421
419
|
.admonitionblock.caution,
|
|
@@ -440,7 +438,7 @@
|
|
|
440
438
|
}
|
|
441
439
|
|
|
442
440
|
.admonitionblock.tip {
|
|
443
|
-
color: var(--
|
|
441
|
+
color: var(--color-purple-800);
|
|
444
442
|
}
|
|
445
443
|
|
|
446
444
|
.admonitionblock.caution p code,
|
|
@@ -453,7 +451,7 @@
|
|
|
453
451
|
}
|
|
454
452
|
|
|
455
453
|
.admonitionblock.tip p code {
|
|
456
|
-
|
|
454
|
+
@apply bg-purple-800;
|
|
457
455
|
}
|
|
458
456
|
|
|
459
457
|
.admonitionblock a {
|
|
@@ -474,7 +472,7 @@
|
|
|
474
472
|
}
|
|
475
473
|
|
|
476
474
|
.admonitionblock.tip a {
|
|
477
|
-
|
|
475
|
+
@apply text-purple-800;
|
|
478
476
|
}
|
|
479
477
|
|
|
480
478
|
.admonition-icon svg {
|
package/dist/button.css
CHANGED