@nldd/design-system 0.8.51 → 0.8.53

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.
Files changed (208) hide show
  1. package/dist/assets/styles/slotted-reset.d.ts +51 -0
  2. package/dist/assets/styles/slotted-reset.d.ts.map +1 -0
  3. package/dist/assets/styles/slotted-reset.fixtures.d.ts +12 -0
  4. package/dist/assets/styles/slotted-reset.fixtures.d.ts.map +1 -0
  5. package/dist/assets/styles/slotted-reset.fixtures.js +21 -0
  6. package/dist/assets/styles/slotted-reset.fixtures.js.map +1 -0
  7. package/dist/assets/styles/slotted-reset.js +59 -0
  8. package/dist/assets/styles/slotted-reset.js.map +1 -0
  9. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  10. package/dist/components/actions/button/button.styles.js +2 -0
  11. package/dist/components/actions/button/button.styles.js.map +1 -1
  12. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  13. package/dist/components/actions/icon-button/icon-button.styles.js +4 -1
  14. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  15. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -1
  16. package/dist/components/actions/split-button/split-button.styles.js +2 -0
  17. package/dist/components/actions/split-button/split-button.styles.js.map +1 -1
  18. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
  19. package/dist/components/actions/toolbar/toolbar.styles.js +4 -2
  20. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
  21. package/dist/components/components.js +1 -1
  22. package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -1
  23. package/dist/components/content/blockquote/blockquote.styles.js +6 -2
  24. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
  25. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  26. package/dist/components/content/code-viewer/code-viewer.styles.js +2 -0
  27. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  28. package/dist/components/content/icon/icon-aliases.js +5 -5
  29. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  30. package/dist/components/content/icon/icon-registry.js +2 -2
  31. package/dist/components/content/icon/icon-registry.js.map +1 -1
  32. package/dist/components/content/image/image.styles.d.ts.map +1 -1
  33. package/dist/components/content/image/image.styles.js +18 -6
  34. package/dist/components/content/image/image.styles.js.map +1 -1
  35. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -1
  36. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +2 -0
  37. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -1
  38. package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
  39. package/dist/components/content/tag/tag.styles.js +4 -2
  40. package/dist/components/content/tag/tag.styles.js.map +1 -1
  41. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  42. package/dist/components/content/title/title.styles.js +21 -13
  43. package/dist/components/content/title/title.styles.js.map +1 -1
  44. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
  45. package/dist/components/content/tooltip/tooltip.styles.js +2 -0
  46. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
  47. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  48. package/dist/components/forms/form-field/form-field.styles.js +34 -21
  49. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  50. package/dist/components/{index-DYnIl3ts.js → index-Cwro7Ee_.js} +488 -298
  51. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -1
  52. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +2 -0
  53. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -1
  54. package/dist/components/inputs/code-editor/code-editor.styles.d.ts.map +1 -1
  55. package/dist/components/inputs/code-editor/code-editor.styles.js +9 -0
  56. package/dist/components/inputs/code-editor/code-editor.styles.js.map +1 -1
  57. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  58. package/dist/components/inputs/combo-box/combo-box.styles.js +2 -0
  59. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  60. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  61. package/dist/components/inputs/dropdown/dropdown.styles.js +16 -13
  62. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  63. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
  64. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +2 -0
  65. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
  66. package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
  67. package/dist/components/inputs/number-field/number-field.styles.js +2 -0
  68. package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
  69. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
  70. package/dist/components/inputs/password-field/password-field.styles.js +2 -0
  71. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
  72. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -1
  73. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +2 -0
  74. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -1
  75. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -1
  76. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +2 -0
  77. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -1
  78. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  79. package/dist/components/inputs/search-field/search-field.styles.js +2 -0
  80. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  81. package/dist/components/inputs/segmented-control/segmented-control.d.ts +5 -5
  82. package/dist/components/inputs/segmented-control/segmented-control.d.ts.map +1 -1
  83. package/dist/components/inputs/segmented-control/segmented-control.js +4 -4
  84. package/dist/components/inputs/segmented-control/segmented-control.js.map +1 -1
  85. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  86. package/dist/components/inputs/segmented-control/segmented-control.styles.js +15 -2
  87. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  88. package/dist/components/inputs/segmented-control/segmented-control.template.d.ts.map +1 -1
  89. package/dist/components/inputs/segmented-control/segmented-control.template.js +6 -3
  90. package/dist/components/inputs/segmented-control/segmented-control.template.js.map +1 -1
  91. package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -1
  92. package/dist/components/inputs/switch-field/switch-field.styles.js +2 -0
  93. package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -1
  94. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
  95. package/dist/components/inputs/text-field/text-field.styles.js +2 -0
  96. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
  97. package/dist/components/inputs/toggle-button/toggle-button.js +3 -3
  98. package/dist/components/inputs/toggle-button/toggle-button.js.map +1 -1
  99. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  100. package/dist/components/inputs/toggle-button/toggle-button.styles.js +2 -0
  101. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  102. package/dist/components/inputs/toggle-button/toggle-button.template.d.ts.map +1 -1
  103. package/dist/components/inputs/toggle-button/toggle-button.template.js +6 -1
  104. package/dist/components/inputs/toggle-button/toggle-button.template.js.map +1 -1
  105. package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
  106. package/dist/components/inputs/token/token.styles.js +2 -0
  107. package/dist/components/inputs/token/token.styles.js.map +1 -1
  108. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  109. package/dist/components/layout/card/card.styles.js +12 -0
  110. package/dist/components/layout/card/card.styles.js.map +1 -1
  111. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
  112. package/dist/components/layout/page-footer/page-footer.styles.js +2 -0
  113. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
  114. package/dist/components/layout/window/window.styles.d.ts.map +1 -1
  115. package/dist/components/layout/window/window.styles.js +2 -0
  116. package/dist/components/layout/window/window.styles.js.map +1 -1
  117. package/dist/components/lists-and-menus/cells/cell/cell.styles.d.ts.map +1 -1
  118. package/dist/components/lists-and-menus/cells/cell/cell.styles.js +2 -0
  119. package/dist/components/lists-and-menus/cells/cell/cell.styles.js.map +1 -1
  120. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.d.ts.map +1 -1
  121. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js +18 -12
  122. package/dist/components/lists-and-menus/cells/description-cell/description-cell.styles.js.map +1 -1
  123. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  124. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js +2 -0
  125. package/dist/components/lists-and-menus/cells/text-cell/text-cell.styles.js.map +1 -1
  126. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  127. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js +2 -0
  128. package/dist/components/lists-and-menus/cells/title-cell/title-cell.styles.js.map +1 -1
  129. package/dist/components/lists-and-menus/menu/menu.styles.d.ts.map +1 -1
  130. package/dist/components/lists-and-menus/menu/menu.styles.js +4 -0
  131. package/dist/components/lists-and-menus/menu/menu.styles.js.map +1 -1
  132. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -1
  133. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js +3 -0
  134. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js.map +1 -1
  135. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  136. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +3 -0
  137. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  138. package/dist/components/navigation/link/link.styles.d.ts.map +1 -1
  139. package/dist/components/navigation/link/link.styles.js +2 -0
  140. package/dist/components/navigation/link/link.styles.js.map +1 -1
  141. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
  142. package/dist/components/navigation/menu-bar/menu-bar.styles.js +2 -0
  143. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
  144. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  145. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +2 -0
  146. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  147. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  148. package/dist/components/navigation/pagination/pagination.styles.js +2 -0
  149. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  150. package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -1
  151. package/dist/components/navigation/skip-link/skip-link.styles.js +3 -1
  152. package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -1
  153. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  154. package/dist/components/navigation/tab-bar/tab-bar.styles.js +4 -1
  155. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  156. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  157. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +3 -1
  158. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  159. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -1
  160. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +4 -2
  161. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -1
  162. package/dist/components/{prism-python-C9GXiQLy.js → prism-python-DupfA39T.js} +1 -1
  163. package/dist/components/{prism-rust-De_U8Otq.js → prism-rust-yPrYE0Hd.js} +1 -1
  164. package/dist/components/{prism-typescript-BJbUDHsa.js → prism-typescript-C1NT9IBX.js} +1 -1
  165. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  166. package/dist/components/status-and-feedback/badge/badge.styles.js +4 -2
  167. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  168. package/dist/components/status-and-feedback/banner/banner.d.ts +3 -3
  169. package/dist/components/status-and-feedback/banner/banner.d.ts.map +1 -1
  170. package/dist/components/status-and-feedback/banner/banner.js +3 -2
  171. package/dist/components/status-and-feedback/banner/banner.js.map +1 -1
  172. package/dist/components/status-and-feedback/banner/banner.styles.d.ts.map +1 -1
  173. package/dist/components/status-and-feedback/banner/banner.styles.js +12 -10
  174. package/dist/components/status-and-feedback/banner/banner.styles.js.map +1 -1
  175. package/dist/components/status-and-feedback/banner/banner.template.d.ts.map +1 -1
  176. package/dist/components/status-and-feedback/banner/banner.template.js +2 -4
  177. package/dist/components/status-and-feedback/banner/banner.template.js.map +1 -1
  178. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  179. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +2 -0
  180. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  181. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
  182. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +2 -0
  183. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
  184. package/dist/components/status-and-feedback/progress/progress.styles.d.ts.map +1 -1
  185. package/dist/components/status-and-feedback/progress/progress.styles.js +2 -0
  186. package/dist/components/status-and-feedback/progress/progress.styles.js.map +1 -1
  187. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts +9 -6
  188. package/dist/components/status-and-feedback/progress-bar/progress-bar.d.ts.map +1 -1
  189. package/dist/components/status-and-feedback/progress-bar/progress-bar.js +22 -19
  190. package/dist/components/status-and-feedback/progress-bar/progress-bar.js.map +1 -1
  191. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -1
  192. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +77 -75
  193. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -1
  194. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js +8 -8
  195. package/dist/components/status-and-feedback/progress-bar/progress-bar.template.js.map +1 -1
  196. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts +25 -8
  197. package/dist/components/status-and-feedback/progress-circle/progress-circle.d.ts.map +1 -1
  198. package/dist/components/status-and-feedback/progress-circle/progress-circle.js +42 -19
  199. package/dist/components/status-and-feedback/progress-circle/progress-circle.js.map +1 -1
  200. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -1
  201. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +88 -72
  202. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -1
  203. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.d.ts +6 -0
  204. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.d.ts.map +1 -1
  205. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js +60 -19
  206. package/dist/components/status-and-feedback/progress-circle/progress-circle.template.js.map +1 -1
  207. package/dist/css/settings.css +207 -96
  208. package/package.json +1 -1
@@ -0,0 +1,51 @@
1
+ /**
2
+ * Reset for slotted (light-DOM) content in shadow-DOM components.
3
+ *
4
+ * Slotted nodes live in the consumer's document, so document-level CSS —
5
+ * Tailwind Preflight, Bootstrap Reboot, a bespoke host reset — beats a
6
+ * component's `::slotted()` rules for any *normal* declaration, regardless of
7
+ * specificity. That bleeds host styling into our components and breaks visual
8
+ * consistency across consumers.
9
+ *
10
+ * `all: revert !important` closes that gap: an *important* declaration from the
11
+ * shadow tree beats document declarations (even important ones), and `revert`
12
+ * rolls each property back to its user-agent default — a stable, host-independent
13
+ * baseline. Properties a host might weaponise (`display: none`,
14
+ * `pointer-events: none`, stray margins/decoration) fall back to UA defaults.
15
+ *
16
+ * Usage — place at the START of a `::slotted()` rule, then declare the
17
+ * properties the component owns, each `!important` so it wins over the revert:
18
+ *
19
+ * ```ts
20
+ * css`
21
+ * ::slotted(:not([slot])) {
22
+ * ${slottedReset}
23
+ * ${inheritedTextReset}
24
+ * color: var(--semantics-content-color) !important;
25
+ * font: var(--_font) !important;
26
+ * }
27
+ * `
28
+ * ```
29
+ *
30
+ * NOTE: `revert` does NOT isolate *inherited* properties — they still flow in
31
+ * from the host via the chain `body → host → :host → slot`. For slotted text,
32
+ * add {@link inheritedTextReset} to seal the inherited typography that `font`
33
+ * does not cover.
34
+ */
35
+ export declare const slottedReset: import("lit").CSSResult;
36
+ /**
37
+ * Inherited typography that the `font` shorthand does NOT cover and that a host
38
+ * can otherwise leak into our text — directly (`a { text-decoration }`) or via
39
+ * inheritance (`body { letter-spacing }`). Used in two places:
40
+ *
41
+ * - inside `::slotted(…)` to lock the consumer's slotted text (pair with
42
+ * {@link slottedReset}), and
43
+ * - inside `:host`, as a guard block right after the `--_*` vars, to lock the
44
+ * component's OWN shadow text against host inheritance (no `all: revert` there).
45
+ *
46
+ * `text-align` is locked to `start` (logical, RTL-safe) — a host cannot centre or
47
+ * justify our text. A component that needs a different alignment sets it
48
+ * explicitly on its own element, which overrides this inherited default.
49
+ */
50
+ export declare const inheritedTextReset: import("lit").CSSResult;
51
+ //# sourceMappingURL=slotted-reset.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slotted-reset.d.ts","sourceRoot":"","sources":["../../../src/assets/styles/slotted-reset.ts"],"names":[],"mappings":"AAEA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,eAAO,MAAM,YAAY,yBAExB,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,eAAO,MAAM,kBAAkB,yBAK9B,CAAC"}
@@ -0,0 +1,12 @@
1
+ /**
2
+ * A deliberately hostile host stylesheet for slotted-reset regression coverage:
3
+ * Tailwind Preflight's key resets plus aggressive direct and inherited overrides
4
+ * (including an `!important`, to prove a shadow `!important` still wins). Inject it
5
+ * at document level around slotted content; the slotted-reset must neutralise it.
6
+ *
7
+ * Shared by the regression test (slotted-reset.test.ts) and the Storybook demo
8
+ * (Foundations/Host CSS Isolation) so both exercise the exact same threat. Kept
9
+ * out of test-utils.ts so the Storybook story doesn't depend on a test-only module.
10
+ */
11
+ export declare const hostileHostCss = "\n\t*, ::before, ::after { box-sizing: border-box; }\n\th1, h2, h3, h4, h5, h6 { font-size: 9px !important; font-weight: 100; margin: 40px; }\n\tp { margin: 40px; }\n\ta { color: rgb(255, 0, 0); text-decoration: none; }\n\timg { width: 12px; height: auto; max-width: none; }\n\tselect { opacity: 1; appearance: auto; font: inherit; }\n\t[slot=\"title\"], [slot=\"description\"] { color: rgb(255, 0, 255); margin: 30px; }\n\tbody { letter-spacing: 6px; text-transform: uppercase; }\n";
12
+ //# sourceMappingURL=slotted-reset.fixtures.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slotted-reset.fixtures.d.ts","sourceRoot":"","sources":["../../../src/assets/styles/slotted-reset.fixtures.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,eAAO,MAAM,cAAc,ueAS1B,CAAC"}
@@ -0,0 +1,21 @@
1
+ /**
2
+ * A deliberately hostile host stylesheet for slotted-reset regression coverage:
3
+ * Tailwind Preflight's key resets plus aggressive direct and inherited overrides
4
+ * (including an `!important`, to prove a shadow `!important` still wins). Inject it
5
+ * at document level around slotted content; the slotted-reset must neutralise it.
6
+ *
7
+ * Shared by the regression test (slotted-reset.test.ts) and the Storybook demo
8
+ * (Foundations/Host CSS Isolation) so both exercise the exact same threat. Kept
9
+ * out of test-utils.ts so the Storybook story doesn't depend on a test-only module.
10
+ */
11
+ export const hostileHostCss = `
12
+ *, ::before, ::after { box-sizing: border-box; }
13
+ h1, h2, h3, h4, h5, h6 { font-size: 9px !important; font-weight: 100; margin: 40px; }
14
+ p { margin: 40px; }
15
+ a { color: rgb(255, 0, 0); text-decoration: none; }
16
+ img { width: 12px; height: auto; max-width: none; }
17
+ select { opacity: 1; appearance: auto; font: inherit; }
18
+ [slot="title"], [slot="description"] { color: rgb(255, 0, 255); margin: 30px; }
19
+ body { letter-spacing: 6px; text-transform: uppercase; }
20
+ `;
21
+ //# sourceMappingURL=slotted-reset.fixtures.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slotted-reset.fixtures.js","sourceRoot":"","sources":["../../../src/assets/styles/slotted-reset.fixtures.ts"],"names":[],"mappings":"AAAA;;;;;;;;;GASG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG;;;;;;;;;CAS7B,CAAC"}
@@ -0,0 +1,59 @@
1
+ import { css } from 'lit';
2
+ /**
3
+ * Reset for slotted (light-DOM) content in shadow-DOM components.
4
+ *
5
+ * Slotted nodes live in the consumer's document, so document-level CSS —
6
+ * Tailwind Preflight, Bootstrap Reboot, a bespoke host reset — beats a
7
+ * component's `::slotted()` rules for any *normal* declaration, regardless of
8
+ * specificity. That bleeds host styling into our components and breaks visual
9
+ * consistency across consumers.
10
+ *
11
+ * `all: revert !important` closes that gap: an *important* declaration from the
12
+ * shadow tree beats document declarations (even important ones), and `revert`
13
+ * rolls each property back to its user-agent default — a stable, host-independent
14
+ * baseline. Properties a host might weaponise (`display: none`,
15
+ * `pointer-events: none`, stray margins/decoration) fall back to UA defaults.
16
+ *
17
+ * Usage — place at the START of a `::slotted()` rule, then declare the
18
+ * properties the component owns, each `!important` so it wins over the revert:
19
+ *
20
+ * ```ts
21
+ * css`
22
+ * ::slotted(:not([slot])) {
23
+ * ${slottedReset}
24
+ * ${inheritedTextReset}
25
+ * color: var(--semantics-content-color) !important;
26
+ * font: var(--_font) !important;
27
+ * }
28
+ * `
29
+ * ```
30
+ *
31
+ * NOTE: `revert` does NOT isolate *inherited* properties — they still flow in
32
+ * from the host via the chain `body → host → :host → slot`. For slotted text,
33
+ * add {@link inheritedTextReset} to seal the inherited typography that `font`
34
+ * does not cover.
35
+ */
36
+ export const slottedReset = css `
37
+ all: revert !important;
38
+ `;
39
+ /**
40
+ * Inherited typography that the `font` shorthand does NOT cover and that a host
41
+ * can otherwise leak into our text — directly (`a { text-decoration }`) or via
42
+ * inheritance (`body { letter-spacing }`). Used in two places:
43
+ *
44
+ * - inside `::slotted(…)` to lock the consumer's slotted text (pair with
45
+ * {@link slottedReset}), and
46
+ * - inside `:host`, as a guard block right after the `--_*` vars, to lock the
47
+ * component's OWN shadow text against host inheritance (no `all: revert` there).
48
+ *
49
+ * `text-align` is locked to `start` (logical, RTL-safe) — a host cannot centre or
50
+ * justify our text. A component that needs a different alignment sets it
51
+ * explicitly on its own element, which overrides this inherited default.
52
+ */
53
+ export const inheritedTextReset = css `
54
+ text-align: start !important;
55
+ letter-spacing: normal !important;
56
+ word-spacing: normal !important;
57
+ text-transform: none !important;
58
+ `;
59
+ //# sourceMappingURL=slotted-reset.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"slotted-reset.js","sourceRoot":"","sources":["../../../src/assets/styles/slotted-reset.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;GAiCG;AACH,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;CAE9B,CAAC;AAEF;;;;;;;;;;;;;GAaG;AACH,MAAM,CAAC,MAAM,kBAAkB,GAAG,GAAG,CAAA;;;;;CAKpC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/button/button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,yBA0RxB,CAAC"}
1
+ {"version":3,"file":"button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/button/button.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,YAAY,yBA2RxB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const buttonStyles = css `
3
4
 
4
5
 
@@ -22,6 +23,7 @@ export const buttonStyles = css `
22
23
  --_disclosure-icon-margin-left: -2px;
23
24
  --_disclosure-icon-size: var(--primitives-space-20);
24
25
 
26
+ ${inheritedTextReset}
25
27
  display: inline-block;
26
28
  max-width: 100%;
27
29
  user-select: none;
@@ -1 +1 @@
1
- {"version":3,"file":"button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0R9B,CAAC"}
1
+ {"version":3,"file":"button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/button/button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;IAuB3B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoQrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAmR5B,CAAC"}
1
+ {"version":3,"file":"icon-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBAqR5B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const iconButtonStyles = css `
3
4
 
4
5
 
@@ -19,7 +20,9 @@ export const iconButtonStyles = css `
19
20
  --_disclosure-icon-margin-right: calc(var(--primitives-space-2) * -1);
20
21
  --_disclosure-icon-size: var(--primitives-space-20);
21
22
  --_text-display: none;
23
+ --_text-font: var(--primitives-font-body-xxs-medium-flat);
22
24
 
25
+ ${inheritedTextReset}
23
26
  display: inline-block;
24
27
  max-width: 100%;
25
28
  user-select: none;
@@ -271,7 +274,7 @@ export const iconButtonStyles = css `
271
274
  display: var(--_text-display);
272
275
  text-align: center;
273
276
  color: inherit;
274
- font: var(--primitives-font-body-xxs-bold-flat);
277
+ font: var(--_text-font);
275
278
  white-space: nowrap;
276
279
  }
277
280
  `;
@@ -1 +1 @@
1
- {"version":3,"file":"icon-button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmRlC,CAAC"}
1
+ {"version":3,"file":"icon-button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/icon-button/icon-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;IAsB/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+PrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"split-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBA0E7B,CAAC"}
1
+ {"version":3,"file":"split-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBA2E7B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const splitButtonStyles = css `
3
4
 
4
5
 
@@ -10,6 +11,7 @@ export const splitButtonStyles = css `
10
11
  --_divider-color: var(--semantics-buttons-neutral-tinted-divider-color);
11
12
  --_divider-length: var(--semantics-buttons-md-divider-length);
12
13
 
14
+ ${inheritedTextReset}
13
15
  display: inline-flex;
14
16
  isolation: isolate;
15
17
  -webkit-tap-highlight-color: transparent;
@@ -1 +1 @@
1
- {"version":3,"file":"split-button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA0EnC,CAAC"}
1
+ {"version":3,"file":"split-button.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/split-button/split-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;IAWhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgErB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/toolbar/toolbar.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBAqOzB,CAAC"}
1
+ {"version":3,"file":"toolbar.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/actions/toolbar/toolbar.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,aAAa,yBAsOzB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const toolbarStyles = css `
3
4
 
4
5
 
@@ -16,9 +17,10 @@ export const toolbarStyles = css `
16
17
  --_item-width: auto;
17
18
  --_title-group-min-width: 200px;
18
19
  --_title-group-height: var(--semantics-controls-md-min-size);
19
- --_title-font: var(--primitives-font-body-lg-bold-flat);
20
+ --_title-font: var(--primitives-font-body-lg-medium-flat);
20
21
  --_subtitle-font: var(--primitives-font-body-xs-regular-flat);
21
22
 
23
+ ${inheritedTextReset}
22
24
  box-sizing: border-box;
23
25
  display: block;
24
26
  }
@@ -26,7 +28,7 @@ export const toolbarStyles = css `
26
28
  :host([size="sm"]) {
27
29
  --_gap: var(--components-toolbar-sm-gap);
28
30
  --_title-group-height: var(--semantics-controls-sm-min-size);
29
- --_title-font: var(--primitives-font-body-sm-bold-flat);
31
+ --_title-font: var(--primitives-font-body-sm-medium-flat);
30
32
  --_subtitle-font: var(--primitives-font-body-xxs-regular-flat);
31
33
  }
32
34
 
@@ -1 +1 @@
1
- {"version":3,"file":"toolbar.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/toolbar/toolbar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqO/B,CAAC"}
1
+ {"version":3,"file":"toolbar.styles.js","sourceRoot":"","sources":["../../../../src/components/actions/toolbar/toolbar.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;IAoB5B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkNrB,CAAC"}
@@ -1,4 +1,4 @@
1
- import { N, a, b, c, d, e, f, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, O, P, Q, R, S, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE } from "./index-DYnIl3ts.js";
1
+ import { N, a, b, c, d, e, f, h, i, j, k, l, m, n, o, p, q, r, s, t, u, v, w, x, y, z, A, B, C, D, E, F, G, H, I, J, K, L, M, O, P, Q, R, S, T, U, V, W, X, Y, Z, _, $, a0, a1, a2, a3, a4, a5, a6, a7, a8, a9, aa, ab, ac, ad, ae, af, ag, ah, ai, aj, ak, al, am, an, ao, ap, aq, ar, as, at, au, av, aw, ax, ay, az, aA, aB, aC, aD, aE } from "./index-Cwro7Ee_.js";
2
2
  export {
3
3
  N as NLDDAppView,
4
4
  a as NLDDBadge,
@@ -1 +1 @@
1
- {"version":3,"file":"blockquote.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/blockquote/blockquote.styles.ts"],"names":[],"mappings":"AAKA,eAAO,MAAM,gBAAgB,yBA6E5B,CAAC"}
1
+ {"version":3,"file":"blockquote.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/blockquote/blockquote.styles.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,gBAAgB,yBAgF5B,CAAC"}
@@ -1,5 +1,6 @@
1
1
  import { css, unsafeCSS } from 'lit';
2
2
  import { breakpoints } from '../../../assets/styles/breakpoints.js';
3
+ import { slottedReset, inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
3
4
  const smMax = unsafeCSS(breakpoints.smMax);
4
5
  export const blockquoteStyles = css `
5
6
 
@@ -23,6 +24,7 @@ export const blockquoteStyles = css `
23
24
  --_attribution-font: var(--semantics-blockquotes-sm-attribution-font);
24
25
  }
25
26
 
27
+ ${inheritedTextReset}
26
28
  display: block;
27
29
  max-width: var(--semantics-blockquotes-max-width);
28
30
  }
@@ -72,11 +74,13 @@ export const blockquoteStyles = css `
72
74
  }
73
75
 
74
76
  ::slotted(p) {
75
- margin: 0;
77
+ ${slottedReset}
78
+ ${inheritedTextReset}
79
+ margin: 0 !important;
76
80
  }
77
81
 
78
82
  .blockquote__attribution::slotted(p) {
79
- display: inline;
83
+ display: inline !important;
80
84
  }
81
85
  `;
82
86
  //# sourceMappingURL=blockquote.styles.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"blockquote.styles.js","sourceRoot":"","sources":["../../../../src/components/content/blockquote/blockquote.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AAEpE,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;uBAUZ,KAAK;;;;;;4CAMgB,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DhD,CAAC"}
1
+ {"version":3,"file":"blockquote.styles.js","sourceRoot":"","sources":["../../../../src/components/content/blockquote/blockquote.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,SAAS,EAAE,MAAM,KAAK,CAAC;AACrC,OAAO,EAAE,WAAW,EAAE,MAAM,uCAAuC,CAAC;AACpE,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE3F,MAAM,KAAK,GAAG,SAAS,CAAC,WAAW,CAAC,KAAK,CAAC,CAAC;AAE3C,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;uBAUZ,KAAK;;;;;;4CAMgB,KAAK;;;;;;IAM7C,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAkDlB,YAAY;IACZ,kBAAkB;;;;;;;CAOrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"code-viewer.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,gBAAgB,yBAqM5B,CAAC"}
1
+ {"version":3,"file":"code-viewer.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBAsM5B,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const codeViewerStyles = css `
3
4
 
4
5
 
@@ -19,6 +20,7 @@ export const codeViewerStyles = css `
19
20
  --_actions-area-size: calc(var(--semantics-controls-md-min-size) + var(--_actions-area-padding) * 2);
20
21
  --_actions-z-index: 1;
21
22
 
23
+ ${inheritedTextReset}
22
24
  display: flex;
23
25
  position: relative;
24
26
  }
@@ -1 +1 @@
1
- {"version":3,"file":"code-viewer.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqMlC,CAAC"}
1
+ {"version":3,"file":"code-viewer.styles.js","sourceRoot":"","sources":["../../../../src/components/content/code-viewer/code-viewer.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;IAoB/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAkLrB,CAAC"}
@@ -216,11 +216,11 @@ export const aliases = {
216
216
  // starburst-filled
217
217
  'new': 'starburst-filled',
218
218
  'promotion': 'starburst-filled',
219
- // square-arrow-right
220
- 'logout': 'square-arrow-right',
221
- 'exit': 'square-arrow-right',
222
- // square-arrow-right-inward
223
- 'login': 'square-arrow-right-inward',
219
+ // arrow-right-out-bucket
220
+ 'logout': 'arrow-right-out-bucket',
221
+ 'exit': 'arrow-right-out-bucket',
222
+ // arrow-right-in-bucket
223
+ 'login': 'arrow-right-in-bucket',
224
224
  // square-arrow-right-top
225
225
  'external-link': 'square-arrow-right-top',
226
226
  // square-arrow-up
@@ -1 +1 @@
1
- {"version":3,"file":"icon-aliases.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icon-aliases.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-aliases.js"],"names":[],"mappings":"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"}
@@ -6,6 +6,8 @@ export const iconRegistry = new Map([
6
6
  ['arrow-down-in-bucket', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 3v10.586l4.293-4.293 1.414 1.414L12 17.414l-6.707-6.707 1.414-1.414L11 13.586V3zM5 16v3a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1v-3h2v3a3 3 0 0 1-3 3H6a3 3 0 0 1-3-3v-3z\"/>\n</svg>"],
7
7
  ['arrow-left', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m12 4-8 8 8 8 1.41-1.42L7.828 13H21v-2H7.828l5.582-5.58z\"/>\n</svg>"],
8
8
  ['arrow-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m12 4 8 8-8 8-1.41-1.42L16.172 13H3v-2h13.172L10.59 5.42z\"/>\n</svg>"],
9
+ ['arrow-right-in-bucket', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 3a3 3 0 0 1 3 3v12a3 3 0 0 1-3 3h-6v-2h6a1 1 0 0 0 1-1V6a1 1 0 0 0-1-1h-6V3zm-3 9-5 5-1.41-1.42L11.17 13H3v-2h8.17L8.6 8.42 10 7z\"/>\n</svg>"],
10
+ ['arrow-right-out-bucket', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 5H6a1 1 0 0 0-1 1v12a1 1 0 0 0 1 1h6v2H6a3 3 0 0 1-3-3V6a3 3 0 0 1 3-3h6zm9 7-5 5-1.41-1.42L17.17 13H9v-2h8.17L14.6 8.42 16 7z\"/>\n</svg>"],
9
11
  ['arrow-u-turn-backward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9.4 4.4 5.82 8H16a6 6 0 0 1 0 12h-4v-2h4a4 4 0 0 0 0-8H5.82l3.58 3.6L8 15 2 9l6-6z\"/>\n</svg>"],
10
12
  ['arrow-u-turn-forward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n <path fill=\"currentColor\" d=\"M14.6 4.4 18.18 8H8a6 6 0 0 0 0 12h4v-2H8a4 4 0 0 1 0-8h10.18l-3.58 3.6L16 15l6-6-6-6z\"/>\n</svg>"],
11
13
  ['arrow-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"m4 12 8-8 8 8-1.42 1.41L13 7.828V21h-2V7.828L5.42 13.41z\"/>\n</svg>"],
@@ -141,8 +143,6 @@ export const iconRegistry = new Map([
141
143
  ['ship-wheel', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a1 1 0 0 1 1 1v1.063a7.96 7.96 0 0 1 3.903 1.619l.754-.753a1 1 0 0 1 1.414 1.414l-.754.753A7.96 7.96 0 0 1 19.936 11H21a1 1 0 1 1 0 2h-1.064a7.95 7.95 0 0 1-1.619 3.903l.754.754a1 1 0 0 1-1.414 1.414l-.754-.754A7.95 7.95 0 0 1 13 19.936V21a1 1 0 1 1-2 0v-1.064a7.96 7.96 0 0 1-3.904-1.619l-.753.754a1 1 0 0 1-1.414-1.414l.753-.754A7.96 7.96 0 0 1 4.064 13H3a1 1 0 1 1 0-2h1.064a7.96 7.96 0 0 1 1.618-3.904l-.753-.753a1 1 0 0 1 1.414-1.414l.753.753A7.96 7.96 0 0 1 11 4.063V3a1 1 0 0 1 1-1M8.524 16.889A6 6 0 0 0 11 17.915v-3.09a3 3 0 0 1-.291-.12zm4.766-2.185q-.14.068-.29.121v3.09a6 6 0 0 0 2.475-1.026zM6.085 13c.153.911.51 1.752 1.025 2.475l2.185-2.185a3 3 0 0 1-.121-.29zm8.741 0q-.054.15-.122.29l2.185 2.185A6 6 0 0 0 17.915 13zM12 10.5a1.5 1.5 0 1 0 0 3 1.5 1.5 0 0 0 0-3M7.11 8.524A6 6 0 0 0 6.085 11h3.089q.053-.15.12-.291zm7.594 2.185q.069.142.122.291h3.089a6 6 0 0 0-1.026-2.476zM11 6.084A6 6 0 0 0 8.524 7.11l2.185 2.185A3 3 0 0 1 11 9.174zm2 3.09q.15.053.29.12l2.185-2.184A6 6 0 0 0 13 6.084z\"/>\n</svg>"],
142
144
  ['slash-circle', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M12 2a10 10 0 1 1 0 20 10 10 0 0 1 0-20M5.68 7.1A8 8 0 0 0 16.9 18.32zM12 4c-1.85 0-3.55.63-4.9 1.68L18.32 16.9A8 8 0 0 0 12 4\"/>\n</svg>"],
143
145
  ['sparkles', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M15.4 10.16c.1-.53.86-.53.97 0l.8 3.67a1 1 0 0 0 .76.77l3.68.8c.52.1.52.86 0 .97l-3.68.79a1 1 0 0 0-.77.77l-.79 3.67c-.11.53-.86.53-.97 0l-.8-3.67a1 1 0 0 0-.76-.77l-3.68-.8c-.64-.22-.64-.98 0-.97l3.68-.79a1 1 0 0 0 .77-.77zM6.1 4.82c.1-.42.7-.42.79 0l.56 2.61c.06.31.3.55.61.62l2.61.56c.42.09.42.69 0 .78l-2.61.56a.8.8 0 0 0-.61.62l-.56 2.6c-.1.43-.7.43-.79 0l-.56-2.6a.8.8 0 0 0-.61-.62L2.32 9.4c-.43-.09-.43-.7 0-.78l2.6-.56a.8.8 0 0 0 .62-.62zM14.2 2.24c.07-.32.52-.32.59 0l.33 1.54a.6.6 0 0 0 .46.46l1.55.34c.31.06.31.52 0 .58l-1.55.34a.6.6 0 0 0-.46.46l-.33 1.54c-.07.32-.52.32-.59 0l-.33-1.54a.6.6 0 0 0-.46-.46l-1.55-.34c-.32-.06-.32-.52 0-.58l1.55-.34a.6.6 0 0 0 .46-.46z\"/>\n</svg>"],
144
- ['square-arrow-right', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M13 9V7a1 1 0 0 0-1-1H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h7a1 1 0 0 0 1-1v-2h2v2a3 3 0 0 1-3 3H5a3 3 0 0 1-3-3V7a3 3 0 0 1 3-3h7a3 3 0 0 1 3 3v2z\"/>\n\t<path fill=\"currentColor\" d=\"M18.41 16.59 17 15.17 19.17 13H8v-2h11.17L17 8.83l1.41-1.42L23 12z\"/>\n</svg>"],
145
- ['square-arrow-right-inward', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 4a3 3 0 0 1 3 3v10a3 3 0 0 1-3 3H9a3 3 0 0 1-3-3v-2h2v2a1 1 0 0 0 1 1h9a1 1 0 0 0 1-1V7a1 1 0 0 0-1-1H9a1 1 0 0 0-1 1v2H6V7a3 3 0 0 1 3-3z\"/>\n\t<path fill=\"currentColor\" d=\"m17 12-4.59 4.59L11 15.17 13.17 13H2v-2h11.17L11 8.83l1.41-1.42z\"/>\n</svg>"],
146
146
  ['square-arrow-right-top', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M11.772 8H5a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-6.765l2-2V19c0 1.66-1.34 3-3 3H5c-1.66 0-3-1.34-3-3V9a3 3 0 0 1 3-3h8.772z\"/>\n\t<path fill=\"currentColor\" d=\"M22 11h-2V5.407l-9.296 9.296L9.3 13.3 18.6 4H13V2h9z\"/>\n</svg>"],
147
147
  ['square-arrow-up', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M9 11H7a1 1 0 0 0-1 1v7a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1v-7a1 1 0 0 0-1-1h-2V9h2a3 3 0 0 1 3 3v7a3 3 0 0 1-3 3H7c-1.66 0-3-1.34-3-3v-7a3 3 0 0 1 3-3h2z\"/>\n\t<path fill=\"currentColor\" d=\"M16.59 5.59 15.17 7 13 4.828V16h-2V4.828L8.83 7 7.41 5.59 12 1z\"/>\n</svg>"],
148
148
  ['square-on-square', "<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\">\n\t<path fill=\"currentColor\" d=\"M18 5v1h1c1.66 0 3 1.34 3 3v10c0 1.658-1.308 3-3 3H9c-1.66 0-3-1.34-3-3v-1H5c-1.66 0-3-1.34-3-3V5a3 3 0 0 1 3-3h10c1.66 0 3 1.34 3 3M9 8a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h10a1 1 0 0 0 1-1V9a1 1 0 0 0-1-1zM5 4a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h1V9a3 3 0 0 1 3-3h7V5a1 1 0 0 0-1-1z\"/>\n</svg>"],
@@ -1 +1 @@
1
- {"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"icon-registry.js","sourceRoot":"","sources":["../../../../src/components/content/icon/icon-registry.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"image.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,WAAW,yBA+YvB,CAAC"}
1
+ {"version":3,"file":"image.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,yBA0ZvB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { slottedReset, inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const imageStyles = css `
3
4
 
4
5
 
@@ -24,6 +25,7 @@ export const imageStyles = css `
24
25
  --_object-position: center;
25
26
  --_max-width: 100%;
26
27
 
28
+ ${inheritedTextReset}
27
29
  box-sizing: border-box;
28
30
  display: block;
29
31
  max-width: var(--_max-width);
@@ -97,8 +99,7 @@ export const imageStyles = css `
97
99
  object-fit / object-position aren't inheritable into <picture>'s child
98
100
  <img>, so we don't bother targeting <picture> here. */
99
101
 
100
- .image__img,
101
- ::slotted(img) {
102
+ .image__img {
102
103
  display: block;
103
104
  width: 100%;
104
105
  height: 100%;
@@ -107,15 +108,26 @@ export const imageStyles = css `
107
108
  object-position: var(--_object-position);
108
109
  }
109
110
 
111
+ ::slotted(img) {
112
+ ${slottedReset}
113
+ display: block !important;
114
+ width: 100% !important;
115
+ height: 100% !important;
116
+ max-width: 100% !important;
117
+ object-fit: var(--_object-fit) !important;
118
+ object-position: var(--_object-position) !important;
119
+ }
120
+
110
121
  /* <picture> is a wrapper that picks the right <source>; layout properties
111
122
  like width/height DO apply to it directly even though object-fit doesn't.
112
123
  Size it so the slotted picture fills the media wrapper, then let the
113
124
  consumer style the inner <img> for fit/position. */
114
125
  ::slotted(picture) {
115
- display: block;
116
- width: 100%;
117
- height: 100%;
118
- max-width: 100%;
126
+ ${slottedReset}
127
+ display: block !important;
128
+ width: 100% !important;
129
+ height: 100% !important;
130
+ max-width: 100% !important;
119
131
  }
120
132
 
121
133
 
@@ -1 +1 @@
1
- {"version":3,"file":"image.styles.js","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Y7B,CAAC"}
1
+ {"version":3,"file":"image.styles.js","sourceRoot":"","sources":["../../../../src/components/content/image/image.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE3F,MAAM,CAAC,MAAM,WAAW,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;IAyB1B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IAoFlB,YAAY;;;;;;;;;;;;;;IAcZ,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+Rf,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard-shortcut.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,sBAAsB,yBAsElC,CAAC"}
1
+ {"version":3,"file":"keyboard-shortcut.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBAuElC,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const keyboardShortcutStyles = css `
3
4
 
4
5
 
@@ -9,6 +10,7 @@ export const keyboardShortcutStyles = css `
9
10
  --_inline-padding: var(--primitives-space-6);
10
11
  --_font: var(--primitives-font-body-xs-regular-flat);
11
12
 
13
+ ${inheritedTextReset}
12
14
  display: inline-flex;
13
15
  vertical-align: middle;
14
16
  }
@@ -1 +1 @@
1
- {"version":3,"file":"keyboard-shortcut.styles.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAsExC,CAAC"}
1
+ {"version":3,"file":"keyboard-shortcut.styles.js","sourceRoot":"","sources":["../../../../src/components/content/keyboard-shortcut/keyboard-shortcut.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;;IAUrC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6DrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"tag.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,SAAS,yBA6LrB,CAAC"}
1
+ {"version":3,"file":"tag.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,SAAS,yBA8LrB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  import { css } from 'lit';
2
+ import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
3
  export const tagStyles = css `
3
4
 
4
5
 
@@ -11,10 +12,11 @@ export const tagStyles = css `
11
12
  --_inline-padding: var(--primitives-space-6);
12
13
  --_gap: var(--primitives-space-3);
13
14
  --_content-color: var(--components-tag-neutral-content-color);
14
- --_font: var(--primitives-font-body-sm-bold-flat);
15
+ --_font: var(--primitives-font-body-sm-medium-flat);
15
16
  --_icon-size: var(--primitives-space-16);
16
17
  --_icon-offset-correction: var(--primitives-space-1);
17
18
 
19
+ ${inheritedTextReset}
18
20
  display: inline-flex;
19
21
  vertical-align: middle;
20
22
  }
@@ -24,7 +26,7 @@ export const tagStyles = css `
24
26
  --_min-height: var(--primitives-space-20);
25
27
  --_inline-padding: var(--primitives-space-4);
26
28
  --_gap: var(--primitives-space-2);
27
- --_font: var(--primitives-font-body-xs-bold-flat);
29
+ --_font: var(--primitives-font-body-xs-medium-flat);
28
30
  --_icon-size: var(--primitives-space-14);
29
31
  }
30
32
 
@@ -1 +1 @@
1
- {"version":3,"file":"tag.styles.js","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6L3B,CAAC"}
1
+ {"version":3,"file":"tag.styles.js","sourceRoot":"","sources":["../../../../src/components/content/tag/tag.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,SAAS,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;IAgBxB,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8KrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"title.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/title/title.styles.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,WAAW,yBA0NvB,CAAC"}
1
+ {"version":3,"file":"title.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/content/title/title.styles.ts"],"names":[],"mappings":"AASA,eAAO,MAAM,WAAW,yBAiOvB,CAAC"}