@oxide/design-system 1.7.3 → 1.7.4--canary.41dc589.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.
@@ -18,15 +18,15 @@
18
18
  }
19
19
 
20
20
  .asciidoc-body .quoteblock {
21
- @apply mb-8 mt-8 border-l pl-[1.6rem] text-tertiary border-default;
21
+ @apply mb-8 mt-8 border-l pl-[1.6rem] text-secondary border-default;
22
22
  }
23
23
 
24
24
  .asciidoc-body .quoteblock p {
25
- @apply text-tertiary;
25
+ @apply text-secondary;
26
26
  }
27
27
 
28
28
  .asciidoc-body .quoteblock .attribution {
29
- @apply mt-8 text-default;
29
+ @apply mt-8 text-raise;
30
30
  }
31
31
 
32
32
  .asciidoc-body .attribution cite {
@@ -74,7 +74,7 @@
74
74
 
75
75
  /* Use semi-bold for strong */
76
76
  .asciidoc-body strong {
77
- @apply font-[500] text-default;
77
+ @apply font-[500] text-raise;
78
78
  }
79
79
 
80
80
  .asciidoc-body a strong {
@@ -85,7 +85,7 @@
85
85
  .asciidoc-body h3,
86
86
  .asciidoc-body h4,
87
87
  .asciidoc-body h5 {
88
- @apply relative mb-3 mt-10 text-default;
88
+ @apply relative mb-3 mt-10 text-raise;
89
89
  }
90
90
 
91
91
  /* Removes top spacing from header if it is the first element */
@@ -102,7 +102,7 @@
102
102
  .asciidoc-body h3 a,
103
103
  .asciidoc-body h4 a,
104
104
  .asciidoc-body h5 a {
105
- @apply flex items-center text-default;
105
+ @apply flex items-center text-raise;
106
106
  }
107
107
 
108
108
  .asciidoc-body h1[data-sectnum]:before,
@@ -110,7 +110,7 @@
110
110
  .asciidoc-body h3[data-sectnum]:before,
111
111
  .asciidoc-body h4[data-sectnum]:before,
112
112
  .asciidoc-body h5[data-sectnum]:before {
113
- @apply bottom-0 mr-2 inline-block text-quaternary 800:absolute 800:-left-[72px] 800:mr-0 800:w-[60px] 800:text-right 800:text-sans-lg;
113
+ @apply bottom-0 mr-2 inline-block text-tertiary 800:absolute 800:-left-[72px] 800:mr-0 800:w-[60px] 800:text-right 800:text-sans-lg;
114
114
  }
115
115
 
116
116
  .asciidoc-body h3[data-sectnum]:before,
@@ -128,7 +128,7 @@
128
128
 
129
129
  .asciidoc-body h4,
130
130
  .asciidoc-body h5 {
131
- @apply mb-2 mt-8 text-sans-lg text-default;
131
+ @apply mb-2 mt-8 text-sans-lg text-raise;
132
132
  }
133
133
 
134
134
  .asciidoc-body .anchor {
@@ -139,12 +139,12 @@
139
139
  }
140
140
 
141
141
  .asciidoc-body .dlist dt {
142
- @apply text-sans-lg text-default;
142
+ @apply text-sans-lg text-raise;
143
143
  }
144
144
 
145
145
  .asciidoc-body .dlist dt:after {
146
146
  content: ':';
147
- @apply text-sans-lg text-quaternary;
147
+ @apply text-sans-lg text-tertiary;
148
148
  }
149
149
 
150
150
  .asciidoc-body {
@@ -167,7 +167,7 @@
167
167
 
168
168
  .asciidoc-body ul,
169
169
  .asciidoc-body ol {
170
- @apply mb-4 list-disc text-mono-sm text-tertiary;
170
+ @apply mb-4 list-disc text-mono-sm text-secondary;
171
171
  }
172
172
 
173
173
  .asciidoc-body ul p,
@@ -245,7 +245,7 @@
245
245
  }
246
246
 
247
247
  .asciidoc-body p {
248
- @apply text-secondary;
248
+ @apply text-default;
249
249
  }
250
250
 
251
251
  .asciidoc-body .arabic {
@@ -269,7 +269,7 @@
269
269
  }
270
270
 
271
271
  .asciidoc-body ol p {
272
- @apply normal-case text-secondary;
272
+ @apply normal-case text-default;
273
273
  }
274
274
 
275
275
  .text-mono-code {
@@ -285,7 +285,7 @@
285
285
  .asciidoc-body h4 code,
286
286
  .asciidoc-body h5 code,
287
287
  .asciidoc-body table code .inline-code {
288
- @apply text-[0.825rem] text-secondary;
288
+ @apply text-[0.825rem] text-default;
289
289
  @apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] bg-raise border-secondary;
290
290
  }
291
291
 
@@ -315,16 +315,16 @@
315
315
  }
316
316
 
317
317
  .asciidoc-body .listingblock pre:not(.highlight) {
318
- @apply text-secondary;
318
+ @apply text-default;
319
319
  }
320
320
 
321
321
  .asciidoc-body .listingblock code[data-lang]:before {
322
- @apply absolute right-2 top-2 block text-mono-xs text-tertiary;
322
+ @apply absolute right-2 top-2 block text-mono-xs text-secondary;
323
323
  content: attr(data-lang);
324
324
  }
325
325
 
326
326
  .asciidoc-body pre .conum[data-value] {
327
- @apply relative -top-[0.125rem] inline-block h-[1rem] min-w-[1rem] rounded-full text-center not-italic text-mono-xs text-tertiary bg-raise;
327
+ @apply relative -top-[0.125rem] inline-block h-[1rem] min-w-[1rem] rounded-full text-center not-italic text-mono-xs text-secondary bg-raise;
328
328
  }
329
329
 
330
330
  .asciidoc-body pre .conum[data-value]:after {
@@ -496,7 +496,7 @@
496
496
  }
497
497
 
498
498
  .asciidoc-body .imageblock .title {
499
- @apply mt-3 max-w-full text-center not-italic text-mono-xs text-tertiary;
499
+ @apply mt-3 max-w-full text-center not-italic text-mono-xs text-secondary;
500
500
  }
501
501
 
502
502
  .asciidoc-body img.wide {
@@ -506,7 +506,7 @@
506
506
  }
507
507
 
508
508
  .asciidoc-body sup.footnote {
509
- @apply text-mono-xs text-tertiary;
509
+ @apply text-mono-xs text-secondary;
510
510
  }
511
511
 
512
512
  .asciidoc-body sup.footnote a {
@@ -524,7 +524,7 @@
524
524
  }
525
525
 
526
526
  .asciidoc-body .title {
527
- @apply mb-2 max-w-[40rem] text-left italic text-sans-lg text-tertiary;
527
+ @apply mb-2 max-w-[40rem] text-left italic text-sans-lg text-secondary;
528
528
  }
529
529
 
530
530
  .asciidoc-body summary.title {
@@ -583,7 +583,7 @@
583
583
  }
584
584
 
585
585
  .asciidoc-body table th {
586
- @apply text-left text-mono-xs text-tertiary bg-raise;
586
+ @apply text-left text-mono-xs text-secondary bg-raise;
587
587
  }
588
588
 
589
589
  .asciidoc-body table th p {
@@ -611,7 +611,7 @@
611
611
  }
612
612
 
613
613
  .asciidoc-body .colist table tr td:first-of-type {
614
- @apply w-[1%] whitespace-nowrap text-quaternary;
614
+ @apply w-[1%] whitespace-nowrap text-tertiary;
615
615
  }
616
616
 
617
617
  .asciidoc-body .colist table b {
@@ -729,7 +729,7 @@
729
729
  }
730
730
 
731
731
  .asciidoc-body .admonitionblock {
732
- color: var(--content-default) !important;
732
+ color: var(--content-raise) !important;
733
733
  background-color: var(--surface-raise) !important;
734
734
  }
735
735
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.7.3",
3
+ "version": "1.7.4--canary.41dc589.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,