@oxide/design-system 1.6.2 → 1.6.3--canary.90e0894.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.
@@ -274,8 +274,8 @@
274
274
  .asciidoc-body h3 code,
275
275
  .asciidoc-body h4 code,
276
276
  .asciidoc-body h5 code,
277
- .asciidoc-body table code {
278
- @apply text-secondary;
277
+ .asciidoc-body table code .inline-code {
278
+ @apply text-[0.825rem] text-secondary;
279
279
  @apply ml-[1px] mr-[1px] rounded border px-[4px] py-[1px] align-[1px] bg-raise border-secondary;
280
280
  }
281
281
 
@@ -296,19 +296,6 @@
296
296
  @apply overflow-x-auto !text-[13px] text-mono-code;
297
297
  }
298
298
 
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
299
  .asciidoc-body code {
313
300
  font-feature-settings: 'calt' 0;
314
301
  }
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.90e0894.0",
4
4
  "description": "Home of reusable design assets and token for oxide internal sites",
5
5
  "type": "module",
6
6
  "sideEffects": false,