@oxide/design-system 1.6.2 → 1.6.3--canary.021dabf.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.
@@ -7,6 +7,12 @@
7
7
  */
8
8
 
9
9
  @layer components {
10
+ .accent-link {
11
+ @apply text-accent-secondary hover:text-accent;
12
+ text-decoration: underline;
13
+ text-decoration-color: var(--content-accent-tertiary);
14
+ }
15
+
10
16
  .asciidoc-body .line-through {
11
17
  text-decoration: line-through;
12
18
  }
@@ -274,8 +280,8 @@
274
280
  .asciidoc-body h3 code,
275
281
  .asciidoc-body h4 code,
276
282
  .asciidoc-body h5 code,
277
- .asciidoc-body table code {
278
- @apply text-secondary;
283
+ .asciidoc-body table code .inline-code {
284
+ @apply text-[0.825rem] text-secondary;
279
285
  @apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] bg-raise border-secondary;
280
286
  }
281
287
 
@@ -296,19 +302,6 @@
296
302
  @apply overflow-x-auto !text-[13px] text-mono-code;
297
303
  }
298
304
 
299
- .asciidoc-body h1 code,
300
- .asciidoc-body h2 code,
301
- .asciidoc-body h3 code,
302
- .asciidoc-body h4 code,
303
- .asciidoc-body h5 code {
304
- @apply text-[0.825em];
305
- }
306
-
307
- .asciidoc-body .paragraph > code,
308
- .asciidoc-body p code {
309
- @apply text-[0.825rem];
310
- }
311
-
312
305
  .asciidoc-body code {
313
306
  font-feature-settings: 'calt' 0;
314
307
  }
@@ -559,8 +552,8 @@
559
552
  @apply border-r-0;
560
553
  }
561
554
 
562
- /*
563
- specificity to handle nested tables
555
+ /*
556
+ specificity to handle nested tables
564
557
  todo: check if it's needed in any of the other table styles
565
558
  */
566
559
  .asciidoc-body tbody > tr:last-child > td,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@oxide/design-system",
3
- "version": "1.6.2",
3
+ "version": "1.6.3--canary.021dabf.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,