@nldd/design-system 0.8.62 → 0.8.64

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 (476) hide show
  1. package/dist/assets/styles/{slotted-reset.d.ts → style-resets.d.ts} +1 -1
  2. package/dist/assets/styles/style-resets.d.ts.map +1 -0
  3. package/dist/assets/styles/{slotted-reset.fixtures.d.ts → style-resets.fixtures.d.ts} +4 -4
  4. package/dist/assets/styles/style-resets.fixtures.d.ts.map +1 -0
  5. package/dist/assets/styles/{slotted-reset.fixtures.js → style-resets.fixtures.js} +4 -4
  6. package/dist/assets/styles/style-resets.fixtures.js.map +1 -0
  7. package/dist/assets/styles/{slotted-reset.js → style-resets.js} +1 -1
  8. package/dist/assets/styles/style-resets.js.map +1 -0
  9. package/dist/components/actions/button/button.d.ts +9 -2
  10. package/dist/components/actions/button/button.d.ts.map +1 -1
  11. package/dist/components/actions/button/button.i18n.d.ts +5 -0
  12. package/dist/components/actions/button/button.i18n.d.ts.map +1 -0
  13. package/dist/components/actions/button/button.i18n.js +4 -0
  14. package/dist/components/actions/button/button.i18n.js.map +1 -0
  15. package/dist/components/actions/button/button.js +5 -2
  16. package/dist/components/actions/button/button.js.map +1 -1
  17. package/dist/components/actions/button/button.styles.d.ts.map +1 -1
  18. package/dist/components/actions/button/button.styles.js +21 -7
  19. package/dist/components/actions/button/button.styles.js.map +1 -1
  20. package/dist/components/actions/button/button.template.d.ts.map +1 -1
  21. package/dist/components/actions/button/button.template.js +17 -4
  22. package/dist/components/actions/button/button.template.js.map +1 -1
  23. package/dist/components/actions/button-bar/button-bar.styles.d.ts.map +1 -1
  24. package/dist/components/actions/button-bar/button-bar.styles.js +3 -0
  25. package/dist/components/actions/button-bar/button-bar.styles.js.map +1 -1
  26. package/dist/components/actions/button-group/button-group.styles.d.ts.map +1 -1
  27. package/dist/components/actions/button-group/button-group.styles.js +3 -0
  28. package/dist/components/actions/button-group/button-group.styles.js.map +1 -1
  29. package/dist/components/actions/icon-button/icon-button.d.ts +10 -2
  30. package/dist/components/actions/icon-button/icon-button.d.ts.map +1 -1
  31. package/dist/components/actions/icon-button/icon-button.i18n.d.ts +5 -0
  32. package/dist/components/actions/icon-button/icon-button.i18n.d.ts.map +1 -0
  33. package/dist/components/actions/icon-button/icon-button.i18n.js +4 -0
  34. package/dist/components/actions/icon-button/icon-button.i18n.js.map +1 -0
  35. package/dist/components/actions/icon-button/icon-button.js +5 -2
  36. package/dist/components/actions/icon-button/icon-button.js.map +1 -1
  37. package/dist/components/actions/icon-button/icon-button.styles.d.ts.map +1 -1
  38. package/dist/components/actions/icon-button/icon-button.styles.js +4 -1
  39. package/dist/components/actions/icon-button/icon-button.styles.js.map +1 -1
  40. package/dist/components/actions/icon-button/icon-button.template.d.ts.map +1 -1
  41. package/dist/components/actions/icon-button/icon-button.template.js +11 -2
  42. package/dist/components/actions/icon-button/icon-button.template.js.map +1 -1
  43. package/dist/components/actions/menu/menu.styles.d.ts.map +1 -1
  44. package/dist/components/actions/menu/menu.styles.js +4 -1
  45. package/dist/components/actions/menu/menu.styles.js.map +1 -1
  46. package/dist/components/actions/split-button/split-button.styles.d.ts.map +1 -1
  47. package/dist/components/actions/split-button/split-button.styles.js +4 -1
  48. package/dist/components/actions/split-button/split-button.styles.js.map +1 -1
  49. package/dist/components/actions/toolbar/toolbar.styles.d.ts.map +1 -1
  50. package/dist/components/actions/toolbar/toolbar.styles.js +4 -1
  51. package/dist/components/actions/toolbar/toolbar.styles.js.map +1 -1
  52. package/dist/components/components.js +64 -62
  53. package/dist/components/content/blockquote/blockquote.styles.d.ts.map +1 -1
  54. package/dist/components/content/blockquote/blockquote.styles.js +4 -1
  55. package/dist/components/content/blockquote/blockquote.styles.js.map +1 -1
  56. package/dist/components/content/byline/byline.d.ts +11 -0
  57. package/dist/components/content/byline/byline.d.ts.map +1 -1
  58. package/dist/components/content/byline/byline.js +20 -0
  59. package/dist/components/content/byline/byline.js.map +1 -1
  60. package/dist/components/content/byline/byline.styles.d.ts.map +1 -1
  61. package/dist/components/content/byline/byline.styles.js +17 -2
  62. package/dist/components/content/byline/byline.styles.js.map +1 -1
  63. package/dist/components/content/byline/byline.template.d.ts.map +1 -1
  64. package/dist/components/content/byline/byline.template.js +17 -2
  65. package/dist/components/content/byline/byline.template.js.map +1 -1
  66. package/dist/components/content/code-viewer/code-viewer.styles.d.ts.map +1 -1
  67. package/dist/components/content/code-viewer/code-viewer.styles.js +4 -1
  68. package/dist/components/content/code-viewer/code-viewer.styles.js.map +1 -1
  69. package/dist/components/content/icon/icon-aliases.js +1 -1
  70. package/dist/components/content/icon/icon-aliases.js.map +1 -1
  71. package/dist/components/content/icon/icon.styles.d.ts.map +1 -1
  72. package/dist/components/content/icon/icon.styles.js +3 -0
  73. package/dist/components/content/icon/icon.styles.js.map +1 -1
  74. package/dist/components/content/image/image.styles.d.ts.map +1 -1
  75. package/dist/components/content/image/image.styles.js +4 -1
  76. package/dist/components/content/image/image.styles.js.map +1 -1
  77. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.d.ts.map +1 -1
  78. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js +4 -1
  79. package/dist/components/content/keyboard-shortcut/keyboard-shortcut.styles.js.map +1 -1
  80. package/dist/components/content/tag/tag.styles.d.ts.map +1 -1
  81. package/dist/components/content/tag/tag.styles.js +4 -1
  82. package/dist/components/content/tag/tag.styles.js.map +1 -1
  83. package/dist/components/content/title/title.styles.d.ts.map +1 -1
  84. package/dist/components/content/title/title.styles.js +4 -1
  85. package/dist/components/content/title/title.styles.js.map +1 -1
  86. package/dist/components/content/tooltip/tooltip.styles.d.ts.map +1 -1
  87. package/dist/components/content/tooltip/tooltip.styles.js +4 -1
  88. package/dist/components/content/tooltip/tooltip.styles.js.map +1 -1
  89. package/dist/components/forms/form-actions/form-actions.styles.d.ts.map +1 -1
  90. package/dist/components/forms/form-actions/form-actions.styles.js +4 -0
  91. package/dist/components/forms/form-actions/form-actions.styles.js.map +1 -1
  92. package/dist/components/forms/form-field/form-field.styles.d.ts.map +1 -1
  93. package/dist/components/forms/form-field/form-field.styles.js +5 -1
  94. package/dist/components/forms/form-field/form-field.styles.js.map +1 -1
  95. package/dist/components/{index-DPe5myEj.js → index-BNhqNvDd.js} +4882 -2776
  96. package/dist/components/index.d.ts +2 -0
  97. package/dist/components/index.d.ts.map +1 -1
  98. package/dist/components/index.js +2 -0
  99. package/dist/components/index.js.map +1 -1
  100. package/dist/components/inputs/checkbox/checkbox.styles.d.ts.map +1 -1
  101. package/dist/components/inputs/checkbox/checkbox.styles.js +3 -0
  102. package/dist/components/inputs/checkbox/checkbox.styles.js.map +1 -1
  103. package/dist/components/inputs/checkbox-field/checkbox-field.styles.d.ts.map +1 -1
  104. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js +4 -1
  105. package/dist/components/inputs/checkbox-field/checkbox-field.styles.js.map +1 -1
  106. package/dist/components/inputs/code-editor/code-editor.styles.d.ts.map +1 -1
  107. package/dist/components/inputs/code-editor/code-editor.styles.js +4 -1
  108. package/dist/components/inputs/code-editor/code-editor.styles.js.map +1 -1
  109. package/dist/components/inputs/combo-box/combo-box.styles.d.ts.map +1 -1
  110. package/dist/components/inputs/combo-box/combo-box.styles.js +4 -1
  111. package/dist/components/inputs/combo-box/combo-box.styles.js.map +1 -1
  112. package/dist/components/inputs/dropdown/dropdown.styles.d.ts.map +1 -1
  113. package/dist/components/inputs/dropdown/dropdown.styles.js +4 -1
  114. package/dist/components/inputs/dropdown/dropdown.styles.js.map +1 -1
  115. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.d.ts.map +1 -1
  116. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js +4 -1
  117. package/dist/components/inputs/multi-line-text-field/multi-line-text-field.styles.js.map +1 -1
  118. package/dist/components/inputs/number-field/number-field.styles.d.ts.map +1 -1
  119. package/dist/components/inputs/number-field/number-field.styles.js +4 -1
  120. package/dist/components/inputs/number-field/number-field.styles.js.map +1 -1
  121. package/dist/components/inputs/password-field/password-field.styles.d.ts.map +1 -1
  122. package/dist/components/inputs/password-field/password-field.styles.js +4 -1
  123. package/dist/components/inputs/password-field/password-field.styles.js.map +1 -1
  124. package/dist/components/inputs/radio-button/radio-button.styles.d.ts.map +1 -1
  125. package/dist/components/inputs/radio-button/radio-button.styles.js +3 -0
  126. package/dist/components/inputs/radio-button/radio-button.styles.js.map +1 -1
  127. package/dist/components/inputs/radio-button-field/radio-button-field.styles.d.ts.map +1 -1
  128. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js +4 -1
  129. package/dist/components/inputs/radio-button-field/radio-button-field.styles.js.map +1 -1
  130. package/dist/components/inputs/radio-button-group/radio-button-group.styles.d.ts.map +1 -1
  131. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js +4 -1
  132. package/dist/components/inputs/radio-button-group/radio-button-group.styles.js.map +1 -1
  133. package/dist/components/inputs/search-field/search-field.styles.d.ts.map +1 -1
  134. package/dist/components/inputs/search-field/search-field.styles.js +13 -1
  135. package/dist/components/inputs/search-field/search-field.styles.js.map +1 -1
  136. package/dist/components/inputs/search-field/search-field.template.d.ts.map +1 -1
  137. package/dist/components/inputs/search-field/search-field.template.js +47 -39
  138. package/dist/components/inputs/search-field/search-field.template.js.map +1 -1
  139. package/dist/components/inputs/segmented-control/segmented-control.styles.d.ts.map +1 -1
  140. package/dist/components/inputs/segmented-control/segmented-control.styles.js +4 -1
  141. package/dist/components/inputs/segmented-control/segmented-control.styles.js.map +1 -1
  142. package/dist/components/inputs/stepper/stepper.styles.d.ts.map +1 -1
  143. package/dist/components/inputs/stepper/stepper.styles.js +3 -0
  144. package/dist/components/inputs/stepper/stepper.styles.js.map +1 -1
  145. package/dist/components/inputs/switch/switch.styles.d.ts.map +1 -1
  146. package/dist/components/inputs/switch/switch.styles.js +3 -0
  147. package/dist/components/inputs/switch/switch.styles.js.map +1 -1
  148. package/dist/components/inputs/switch-field/switch-field.styles.d.ts.map +1 -1
  149. package/dist/components/inputs/switch-field/switch-field.styles.js +4 -1
  150. package/dist/components/inputs/switch-field/switch-field.styles.js.map +1 -1
  151. package/dist/components/inputs/text-field/text-field.styles.d.ts.map +1 -1
  152. package/dist/components/inputs/text-field/text-field.styles.js +4 -1
  153. package/dist/components/inputs/text-field/text-field.styles.js.map +1 -1
  154. package/dist/components/inputs/toggle-button/toggle-button.styles.d.ts.map +1 -1
  155. package/dist/components/inputs/toggle-button/toggle-button.styles.js +4 -1
  156. package/dist/components/inputs/toggle-button/toggle-button.styles.js.map +1 -1
  157. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.d.ts.map +1 -1
  158. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js +3 -0
  159. package/dist/components/inputs/toggle-button-group/toggle-button-group.styles.js.map +1 -1
  160. package/dist/components/inputs/token/token.styles.d.ts.map +1 -1
  161. package/dist/components/inputs/token/token.styles.js +4 -1
  162. package/dist/components/inputs/token/token.styles.js.map +1 -1
  163. package/dist/components/layout/app-view/app-view.styles.d.ts.map +1 -1
  164. package/dist/components/layout/app-view/app-view.styles.js +3 -0
  165. package/dist/components/layout/app-view/app-view.styles.js.map +1 -1
  166. package/dist/components/layout/box/box.styles.d.ts.map +1 -1
  167. package/dist/components/layout/box/box.styles.js +3 -0
  168. package/dist/components/layout/box/box.styles.js.map +1 -1
  169. package/dist/components/layout/card/card.d.ts +28 -2
  170. package/dist/components/layout/card/card.d.ts.map +1 -1
  171. package/dist/components/layout/card/card.i18n.d.ts +5 -0
  172. package/dist/components/layout/card/card.i18n.d.ts.map +1 -0
  173. package/dist/components/layout/card/card.i18n.js +4 -0
  174. package/dist/components/layout/card/card.i18n.js.map +1 -0
  175. package/dist/components/layout/card/card.js +54 -2
  176. package/dist/components/layout/card/card.js.map +1 -1
  177. package/dist/components/layout/card/card.styles.d.ts.map +1 -1
  178. package/dist/components/layout/card/card.styles.js +20 -0
  179. package/dist/components/layout/card/card.styles.js.map +1 -1
  180. package/dist/components/layout/card/card.template.d.ts.map +1 -1
  181. package/dist/components/layout/card/card.template.js +17 -1
  182. package/dist/components/layout/card/card.template.js.map +1 -1
  183. package/dist/components/layout/collection/collection.d.ts +7 -5
  184. package/dist/components/layout/collection/collection.d.ts.map +1 -1
  185. package/dist/components/layout/collection/collection.js +17 -5
  186. package/dist/components/layout/collection/collection.js.map +1 -1
  187. package/dist/components/layout/collection/collection.styles.js +12 -12
  188. package/dist/components/layout/collection/collection.styles.js.map +1 -1
  189. package/dist/components/layout/collection/collection.template.d.ts.map +1 -1
  190. package/dist/components/layout/collection/collection.template.js +4 -2
  191. package/dist/components/layout/collection/collection.template.js.map +1 -1
  192. package/dist/components/layout/container/container.d.ts +7 -3
  193. package/dist/components/layout/container/container.d.ts.map +1 -1
  194. package/dist/components/layout/container/container.js +15 -3
  195. package/dist/components/layout/container/container.js.map +1 -1
  196. package/dist/components/layout/container/container.styles.d.ts.map +1 -1
  197. package/dist/components/layout/container/container.styles.js +42 -1
  198. package/dist/components/layout/container/container.styles.js.map +1 -1
  199. package/dist/components/layout/divider/divider.styles.d.ts.map +1 -1
  200. package/dist/components/layout/divider/divider.styles.js +3 -0
  201. package/dist/components/layout/divider/divider.styles.js.map +1 -1
  202. package/dist/components/layout/page/page.styles.d.ts.map +1 -1
  203. package/dist/components/layout/page/page.styles.js +3 -0
  204. package/dist/components/layout/page/page.styles.js.map +1 -1
  205. package/dist/components/layout/page-footer/page-footer.d.ts +1 -0
  206. package/dist/components/layout/page-footer/page-footer.d.ts.map +1 -1
  207. package/dist/components/layout/page-footer/page-footer.js +12 -4
  208. package/dist/components/layout/page-footer/page-footer.js.map +1 -1
  209. package/dist/components/layout/page-footer/page-footer.styles.d.ts.map +1 -1
  210. package/dist/components/layout/page-footer/page-footer.styles.js +13 -1
  211. package/dist/components/layout/page-footer/page-footer.styles.js.map +1 -1
  212. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.d.ts.map +1 -1
  213. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js +3 -0
  214. package/dist/components/layout/page-sections/full-bleed-section/full-bleed-section.styles.js.map +1 -1
  215. package/dist/components/layout/page-sections/hero/hero.d.ts +25 -5
  216. package/dist/components/layout/page-sections/hero/hero.d.ts.map +1 -1
  217. package/dist/components/layout/page-sections/hero/hero.js +60 -11
  218. package/dist/components/layout/page-sections/hero/hero.js.map +1 -1
  219. package/dist/components/layout/page-sections/hero/hero.styles.d.ts.map +1 -1
  220. package/dist/components/layout/page-sections/hero/hero.styles.js +15 -4
  221. package/dist/components/layout/page-sections/hero/hero.styles.js.map +1 -1
  222. package/dist/components/layout/page-sections/hero/hero.template.d.ts.map +1 -1
  223. package/dist/components/layout/page-sections/hero/hero.template.js +13 -1
  224. package/dist/components/layout/page-sections/hero/hero.template.js.map +1 -1
  225. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.d.ts.map +1 -1
  226. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js +3 -0
  227. package/dist/components/layout/page-sections/one-half-one-half-section/one-half-one-half-section.styles.js.map +1 -1
  228. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.d.ts.map +1 -1
  229. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js +3 -0
  230. package/dist/components/layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.styles.js.map +1 -1
  231. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts +119 -0
  232. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.d.ts.map +1 -0
  233. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.d.ts +6 -0
  234. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.d.ts.map +1 -0
  235. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.js +5 -0
  236. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.i18n.js.map +1 -0
  237. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js +219 -0
  238. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.js.map +1 -0
  239. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts +2 -0
  240. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.d.ts.map +1 -0
  241. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js +157 -0
  242. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.styles.js.map +1 -0
  243. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.d.ts +4 -0
  244. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.d.ts.map +1 -0
  245. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.js +57 -0
  246. package/dist/components/layout/page-sections/sidebar-section/sidebar-section.template.js.map +1 -0
  247. package/dist/components/layout/page-sections/simple-section/simple-section.styles.d.ts.map +1 -1
  248. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js +3 -0
  249. package/dist/components/layout/page-sections/simple-section/simple-section.styles.js.map +1 -1
  250. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.d.ts.map +1 -1
  251. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js +3 -0
  252. package/dist/components/layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.styles.js.map +1 -1
  253. package/dist/components/layout/popover/popover.styles.d.ts.map +1 -1
  254. package/dist/components/layout/popover/popover.styles.js +3 -0
  255. package/dist/components/layout/popover/popover.styles.js.map +1 -1
  256. package/dist/components/layout/sheet/sheet.styles.d.ts.map +1 -1
  257. package/dist/components/layout/sheet/sheet.styles.js +3 -0
  258. package/dist/components/layout/sheet/sheet.styles.js.map +1 -1
  259. package/dist/components/layout/spacer/spacer.styles.d.ts.map +1 -1
  260. package/dist/components/layout/spacer/spacer.styles.js +3 -0
  261. package/dist/components/layout/spacer/spacer.styles.js.map +1 -1
  262. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.d.ts.map +1 -1
  263. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js +3 -0
  264. package/dist/components/layout/split-views/bar-split-view/bar-split-view.styles.js.map +1 -1
  265. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts +47 -19
  266. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.d.ts.map +1 -1
  267. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js +123 -73
  268. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.js.map +1 -1
  269. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.d.ts.map +1 -1
  270. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js +17 -14
  271. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.styles.js.map +1 -1
  272. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.d.ts.map +1 -1
  273. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js +10 -8
  274. package/dist/components/layout/split-views/navigation-split-view/navigation-split-view.template.js.map +1 -1
  275. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.d.ts.map +1 -1
  276. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js +3 -0
  277. package/dist/components/layout/split-views/side-by-side-split-view/side-by-side-split-view.styles.js.map +1 -1
  278. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.d.ts.map +1 -1
  279. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js +3 -0
  280. package/dist/components/layout/split-views/split-view-divider/split-view-divider.styles.js.map +1 -1
  281. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.d.ts.map +1 -1
  282. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js +3 -0
  283. package/dist/components/layout/split-views/split-view-pane/split-view-pane.styles.js.map +1 -1
  284. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.d.ts.map +1 -1
  285. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js +3 -0
  286. package/dist/components/layout/split-views/stacked-split-view/stacked-split-view.styles.js.map +1 -1
  287. package/dist/components/layout/window/window.d.ts +1 -19
  288. package/dist/components/layout/window/window.d.ts.map +1 -1
  289. package/dist/components/layout/window/window.js +1 -187
  290. package/dist/components/layout/window/window.js.map +1 -1
  291. package/dist/components/layout/window/window.styles.d.ts.map +1 -1
  292. package/dist/components/layout/window/window.styles.js +5 -28
  293. package/dist/components/layout/window/window.styles.js.map +1 -1
  294. package/dist/components/layout/window/window.template.d.ts.map +1 -1
  295. package/dist/components/layout/window/window.template.js +1 -2
  296. package/dist/components/layout/window/window.template.js.map +1 -1
  297. package/dist/components/lists-and-tables/cells/cell/cell.styles.d.ts.map +1 -1
  298. package/dist/components/lists-and-tables/cells/cell/cell.styles.js +4 -1
  299. package/dist/components/lists-and-tables/cells/cell/cell.styles.js.map +1 -1
  300. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.d.ts.map +1 -1
  301. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js +4 -1
  302. package/dist/components/lists-and-tables/cells/description-cell/description-cell.styles.js.map +1 -1
  303. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.d.ts.map +1 -1
  304. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js +3 -0
  305. package/dist/components/lists-and-tables/cells/drag-handle-cell/drag-handle-cell.styles.js.map +1 -1
  306. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.d.ts.map +1 -1
  307. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js +3 -0
  308. package/dist/components/lists-and-tables/cells/icon-cell/icon-cell.styles.js.map +1 -1
  309. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.d.ts.map +1 -1
  310. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.js +3 -0
  311. package/dist/components/lists-and-tables/cells/spacer-cell/spacer-cell.styles.js.map +1 -1
  312. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.d.ts.map +1 -1
  313. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js +4 -1
  314. package/dist/components/lists-and-tables/cells/text-cell/text-cell.styles.js.map +1 -1
  315. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.d.ts.map +1 -1
  316. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js +3 -0
  317. package/dist/components/lists-and-tables/cells/timeline-track-cell/timeline-track-cell.styles.js.map +1 -1
  318. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.d.ts.map +1 -1
  319. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js +4 -1
  320. package/dist/components/lists-and-tables/cells/title-cell/title-cell.styles.js.map +1 -1
  321. package/dist/components/lists-and-tables/list/list.d.ts +183 -8
  322. package/dist/components/lists-and-tables/list/list.d.ts.map +1 -1
  323. package/dist/components/lists-and-tables/list/list.i18n.d.ts +3 -0
  324. package/dist/components/lists-and-tables/list/list.i18n.d.ts.map +1 -1
  325. package/dist/components/lists-and-tables/list/list.i18n.js +3 -0
  326. package/dist/components/lists-and-tables/list/list.i18n.js.map +1 -1
  327. package/dist/components/lists-and-tables/list/list.js +522 -17
  328. package/dist/components/lists-and-tables/list/list.js.map +1 -1
  329. package/dist/components/lists-and-tables/list/list.styles.d.ts.map +1 -1
  330. package/dist/components/lists-and-tables/list/list.styles.js +163 -25
  331. package/dist/components/lists-and-tables/list/list.styles.js.map +1 -1
  332. package/dist/components/lists-and-tables/list/list.template.d.ts +26 -1
  333. package/dist/components/lists-and-tables/list/list.template.d.ts.map +1 -1
  334. package/dist/components/lists-and-tables/list/list.template.js +76 -18
  335. package/dist/components/lists-and-tables/list/list.template.js.map +1 -1
  336. package/dist/components/lists-and-tables/list-item/list-item.d.ts +30 -9
  337. package/dist/components/lists-and-tables/list-item/list-item.d.ts.map +1 -1
  338. package/dist/components/lists-and-tables/list-item/list-item.i18n.d.ts +1 -1
  339. package/dist/components/lists-and-tables/list-item/list-item.i18n.js +1 -1
  340. package/dist/components/lists-and-tables/list-item/list-item.i18n.js.map +1 -1
  341. package/dist/components/lists-and-tables/list-item/list-item.js +81 -20
  342. package/dist/components/lists-and-tables/list-item/list-item.js.map +1 -1
  343. package/dist/components/lists-and-tables/list-item/list-item.styles.d.ts.map +1 -1
  344. package/dist/components/lists-and-tables/list-item/list-item.styles.js +55 -32
  345. package/dist/components/lists-and-tables/list-item/list-item.styles.js.map +1 -1
  346. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts +1 -1
  347. package/dist/components/lists-and-tables/list-item/list-item.template.d.ts.map +1 -1
  348. package/dist/components/lists-and-tables/list-item/list-item.template.js +10 -5
  349. package/dist/components/lists-and-tables/list-item/list-item.template.js.map +1 -1
  350. package/dist/components/lists-and-tables/table/table.styles.d.ts.map +1 -1
  351. package/dist/components/lists-and-tables/table/table.styles.js +4 -1
  352. package/dist/components/lists-and-tables/table/table.styles.js.map +1 -1
  353. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts +0 -44
  354. package/dist/components/navigation/breadcrumbs/breadcrumbs.d.ts.map +1 -1
  355. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts +0 -1
  356. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.d.ts.map +1 -1
  357. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js +0 -1
  358. package/dist/components/navigation/breadcrumbs/breadcrumbs.i18n.js.map +1 -1
  359. package/dist/components/navigation/breadcrumbs/breadcrumbs.js +1 -84
  360. package/dist/components/navigation/breadcrumbs/breadcrumbs.js.map +1 -1
  361. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.d.ts.map +1 -1
  362. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js +6 -52
  363. package/dist/components/navigation/breadcrumbs/breadcrumbs.styles.js.map +1 -1
  364. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.d.ts.map +1 -1
  365. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js +1 -17
  366. package/dist/components/navigation/breadcrumbs/breadcrumbs.template.js.map +1 -1
  367. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.d.ts.map +1 -1
  368. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js +5 -1
  369. package/dist/components/navigation/document-tab-bar/document-tab-bar.styles.js.map +1 -1
  370. package/dist/components/navigation/link/link.d.ts +9 -2
  371. package/dist/components/navigation/link/link.d.ts.map +1 -1
  372. package/dist/components/navigation/link/link.i18n.d.ts +5 -0
  373. package/dist/components/navigation/link/link.i18n.d.ts.map +1 -0
  374. package/dist/components/navigation/link/link.i18n.js +4 -0
  375. package/dist/components/navigation/link/link.i18n.js.map +1 -0
  376. package/dist/components/navigation/link/link.js +5 -2
  377. package/dist/components/navigation/link/link.js.map +1 -1
  378. package/dist/components/navigation/link/link.styles.d.ts.map +1 -1
  379. package/dist/components/navigation/link/link.styles.js +18 -1
  380. package/dist/components/navigation/link/link.styles.js.map +1 -1
  381. package/dist/components/navigation/link/link.template.d.ts.map +1 -1
  382. package/dist/components/navigation/link/link.template.js +14 -1
  383. package/dist/components/navigation/link/link.template.js.map +1 -1
  384. package/dist/components/navigation/menu-bar/menu-bar.styles.d.ts.map +1 -1
  385. package/dist/components/navigation/menu-bar/menu-bar.styles.js +4 -1
  386. package/dist/components/navigation/menu-bar/menu-bar.styles.js.map +1 -1
  387. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.d.ts.map +1 -1
  388. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js +4 -1
  389. package/dist/components/navigation/menu-bar-item/menu-bar-item.styles.js.map +1 -1
  390. package/dist/components/navigation/pagination/pagination.styles.d.ts.map +1 -1
  391. package/dist/components/navigation/pagination/pagination.styles.js +4 -1
  392. package/dist/components/navigation/pagination/pagination.styles.js.map +1 -1
  393. package/dist/components/navigation/skip-link/skip-link.styles.d.ts.map +1 -1
  394. package/dist/components/navigation/skip-link/skip-link.styles.js +4 -1
  395. package/dist/components/navigation/skip-link/skip-link.styles.js.map +1 -1
  396. package/dist/components/navigation/tab-bar/tab-bar.d.ts.map +1 -1
  397. package/dist/components/navigation/tab-bar/tab-bar.js +11 -4
  398. package/dist/components/navigation/tab-bar/tab-bar.js.map +1 -1
  399. package/dist/components/navigation/tab-bar/tab-bar.styles.d.ts.map +1 -1
  400. package/dist/components/navigation/tab-bar/tab-bar.styles.js +29 -4
  401. package/dist/components/navigation/tab-bar/tab-bar.styles.js.map +1 -1
  402. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts +5 -0
  403. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.d.ts.map +1 -1
  404. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js +17 -0
  405. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.js.map +1 -1
  406. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.d.ts.map +1 -1
  407. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js +32 -16
  408. package/dist/components/navigation/top-navigation-bar/top-navigation-bar.styles.js.map +1 -1
  409. package/dist/components/navigation/top-title-bar/top-title-bar.styles.d.ts.map +1 -1
  410. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js +4 -1
  411. package/dist/components/navigation/top-title-bar/top-title-bar.styles.js.map +1 -1
  412. package/dist/components/{prism-python-mIMEATOA.js → prism-python--N285k7w.js} +1 -1
  413. package/dist/components/{prism-rust-Ig3wVTFD.js → prism-rust-Cnm1tSdo.js} +1 -1
  414. package/dist/components/{prism-typescript-BeulJu8Z.js → prism-typescript-BPJAiB1s.js} +1 -1
  415. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts +35 -12
  416. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.d.ts.map +1 -1
  417. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js +48 -13
  418. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.js.map +1 -1
  419. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.d.ts.map +1 -1
  420. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js +81 -18
  421. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.styles.js.map +1 -1
  422. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts +1 -2
  423. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.d.ts.map +1 -1
  424. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js +21 -7
  425. package/dist/components/status-and-feedback/activity-indicator/activity-indicator.template.js.map +1 -1
  426. package/dist/components/status-and-feedback/badge/badge.styles.d.ts.map +1 -1
  427. package/dist/components/status-and-feedback/badge/badge.styles.js +4 -1
  428. package/dist/components/status-and-feedback/badge/badge.styles.js.map +1 -1
  429. package/dist/components/status-and-feedback/banner/banner.styles.d.ts.map +1 -1
  430. package/dist/components/status-and-feedback/banner/banner.styles.js +4 -1
  431. package/dist/components/status-and-feedback/banner/banner.styles.js.map +1 -1
  432. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.d.ts.map +1 -1
  433. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js +12 -2
  434. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.js.map +1 -1
  435. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.d.ts.map +1 -1
  436. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js +4 -1
  437. package/dist/components/status-and-feedback/inline-dialog/inline-dialog.styles.js.map +1 -1
  438. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts +124 -0
  439. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.d.ts.map +1 -0
  440. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.d.ts +6 -0
  441. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.d.ts.map +1 -0
  442. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.js +5 -0
  443. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.i18n.js.map +1 -0
  444. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js +550 -0
  445. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.js.map +1 -0
  446. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts +2 -0
  447. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.d.ts.map +1 -0
  448. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js +304 -0
  449. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.styles.js.map +1 -0
  450. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.d.ts +4 -0
  451. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.d.ts.map +1 -0
  452. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.js +72 -0
  453. package/dist/components/status-and-feedback/just-in-time-education/just-in-time-education.template.js.map +1 -0
  454. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.d.ts.map +1 -1
  455. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js +4 -1
  456. package/dist/components/status-and-feedback/modal-dialog/modal-dialog.styles.js.map +1 -1
  457. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.d.ts.map +1 -1
  458. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js +4 -1
  459. package/dist/components/status-and-feedback/progress-bar/progress-bar.styles.js.map +1 -1
  460. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.d.ts.map +1 -1
  461. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js +4 -1
  462. package/dist/components/status-and-feedback/progress-circle/progress-circle.styles.js.map +1 -1
  463. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts +6 -1
  464. package/dist/components/status-and-feedback/status-bar/status-bar.d.ts.map +1 -1
  465. package/dist/components/status-and-feedback/status-bar/status-bar.js +23 -9
  466. package/dist/components/status-and-feedback/status-bar/status-bar.js.map +1 -1
  467. package/dist/components/status-and-feedback/status-bar/status-bar.styles.d.ts.map +1 -1
  468. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js +4 -1
  469. package/dist/components/status-and-feedback/status-bar/status-bar.styles.js.map +1 -1
  470. package/dist/css/rich-text.css +63 -0
  471. package/dist/css/settings.css +10 -3
  472. package/package.json +9 -1
  473. package/dist/assets/styles/slotted-reset.d.ts.map +0 -1
  474. package/dist/assets/styles/slotted-reset.fixtures.d.ts.map +0 -1
  475. package/dist/assets/styles/slotted-reset.fixtures.js.map +0 -1
  476. package/dist/assets/styles/slotted-reset.js.map +0 -1
@@ -61,6 +61,7 @@ export { NLDDFullBleedSection } from './layout/page-sections/full-bleed-section/
61
61
  export { NLDDOneThirdTwoThirdsSection } from './layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js';
62
62
  export { NLDDTwoThirdsOneThirdSection } from './layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js';
63
63
  export { NLDDOneHalfOneHalfSection } from './layout/page-sections/one-half-one-half-section/one-half-one-half-section.js';
64
+ export { NLDDSidebarSection } from './layout/page-sections/sidebar-section/sidebar-section.js';
64
65
  export { NLDDBox } from './layout/box/box.js';
65
66
  export { NLDDCard } from './layout/card/card.js';
66
67
  export { NLDDCollection } from './layout/collection/collection.js';
@@ -100,4 +101,5 @@ export { NLDDProgressBar, NLDDProgressBarSegmentIndicator } from './status-and-f
100
101
  export { NLDDProgressCircle, NLDDProgressCircleSegmentIndicator } from './status-and-feedback/progress-circle/progress-circle.js';
101
102
  export { NLDDActivityIndicator } from './status-and-feedback/activity-indicator/activity-indicator.js';
102
103
  export { NLDDStatusBar } from './status-and-feedback/status-bar/status-bar.js';
104
+ export { NLDDJustInTimeEducation } from './status-and-feedback/just-in-time-education/just-in-time-education.js';
103
105
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"AAAA;;;;;;;;GAQG;AAKH,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AACxD,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAE,eAAe,EAAE,MAAM,wCAAwC,CAAC;AACzE,OAAO,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAC;AACnE,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAKlD,OAAO,EAAE,QAAQ,EAAE,MAAM,wBAAwB,CAAC;AAClD,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,kCAAkC,CAAC;AAChE,OAAO,EAAE,SAAS,EAAE,MAAM,0BAA0B,CAAC;AACrD,OAAO,EAAE,WAAW,EAAE,MAAM,8BAA8B,CAAC;AAC3D,OAAO,EAAE,cAAc,EAAE,MAAM,oCAAoC,CAAC;AACpE,OAAO,EAAE,OAAO,EAAE,MAAM,sBAAsB,CAAC;AAC/C,OAAO,EAAE,oBAAoB,EAAE,MAAM,kDAAkD,CAAC;AACxF,OAAO,EAAE,cAAc,EAAE,MAAM,sCAAsC,CAAC;AACtE,OAAO,EAAE,UAAU,EAAE,MAAM,4BAA4B,CAAC;AAKxD,OAAO,EAAE,QAAQ,EAAE,MAAM,sBAAsB,CAAC;AAChD,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AACvE,OAAO,EAAE,aAAa,EAAE,MAAM,kCAAkC,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAC;AAKvE,OAAO,EAAE,aAAa,EAAE,MAAM,mCAAmC,CAAC;AAClE,OAAO,EAAE,sBAAsB,EAAE,MAAM,yDAAyD,CAAC;AACjG,OAAO,EAAE,cAAc,EAAE,MAAM,qCAAqC,CAAC;AACrE,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,YAAY,EAAE,MAAM,iCAAiC,CAAC;AAC/D,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,YAAY,EAAE,MAAM,+BAA+B,CAAC;AAC7D,OAAO,EAAE,iBAAiB,EAAE,MAAM,2CAA2C,CAAC;AAC9E,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,oBAAoB,EAAE,MAAM,mDAAmD,CAAC;AACzF,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,eAAe,EAAE,MAAM,uCAAuC,CAAC;AACxE,OAAO,EAAE,oBAAoB,EAAE,MAAM,iDAAiD,CAAC;AACvF,OAAO,EAAE,gBAAgB,EAAE,MAAM,yCAAyC,CAAC;AAC3E,OAAO,EAAE,qBAAqB,EAAE,MAAM,qDAAqD,CAAC;AAE5F,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AAKpD,OAAO,EAAE,WAAW,EAAE,MAAM,+BAA+B,CAAC;AAE5D,OAAO,EAAE,gBAAgB,EAAE,MAAM,uDAAuD,CAAC;AACzF,OAAO,EAAE,uBAAuB,EAAE,MAAM,qEAAqE,CAAC;AAC9G,OAAO,EAAE,uBAAuB,EAAE,MAAM,yEAAyE,CAAC;AAClH,OAAO,EAAE,oBAAoB,EAAE,MAAM,+DAA+D,CAAC;AAErG,OAAO,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AAE5F,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEjD,OAAO,EAAE,iBAAiB,EAAE,MAAM,yDAAyD,CAAC;AAC5F,OAAO,EAAE,QAAQ,EAAE,MAAM,qCAAqC,CAAC;AAC/D,OAAO,EAAE,oBAAoB,EAAE,MAAM,iEAAiE,CAAC;AACvG,OAAO,EAAE,4BAA4B,EAAE,MAAM,qFAAqF,CAAC;AACnI,OAAO,EAAE,4BAA4B,EAAE,MAAM,qFAAqF,CAAC;AACnI,OAAO,EAAE,yBAAyB,EAAE,MAAM,+EAA+E,CAAC;AAE1H,OAAO,EAAE,OAAO,EAAE,MAAM,qBAAqB,CAAC;AAC9C,OAAO,EAAE,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AACjD,OAAO,EAAE,cAAc,EAAE,MAAM,mCAAmC,CAAC;AAEnE,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AACvD,OAAO,EAAE,aAAa,EAAE,MAAM,iCAAiC,CAAC;AAChE,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,WAAW,EAAE,MAAM,6BAA6B,CAAC;AAC1D,OAAO,EAAE,SAAS,EAAE,MAAM,yBAAyB,CAAC;AACpD,OAAO,EAAE,UAAU,EAAE,MAAM,2BAA2B,CAAC;AAEvD,OAAO,EACN,cAAc,EACd,sBAAsB,EACtB,0BAA0B,GAC1B,MAAM,qCAAqC,CAAC;AAK7C,OAAO,EAAE,QAAQ,EAAE,MAAM,iCAAiC,CAAC;AAC3D,OAAO,EAAE,YAAY,EAAE,MAAM,2CAA2C,CAAC;AACzE,OAAO,EAAE,SAAS,EAAE,YAAY,EAAE,MAAM,mCAAmC,CAAC;AAE5E,OAAO,EAAE,QAAQ,EAAE,MAAM,uCAAuC,CAAC;AACjE,OAAO,EAAE,cAAc,EAAE,MAAM,qDAAqD,CAAC;AACrF,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,aAAa,EAAE,MAAM,mDAAmD,CAAC;AAClF,OAAO,EAAE,YAAY,EAAE,MAAM,iDAAiD,CAAC;AAC/E,OAAO,EAAE,mBAAmB,EAAE,MAAM,+DAA+D,CAAC;AAEpG,OAAO,EAAE,kBAAkB,EAAE,MAAM,+DAA+D,CAAC;AACnG,OAAO,EAAE,qBAAqB,EAAE,MAAM,qEAAqE,CAAC;AAK5G,OAAO,EACN,eAAe,EACf,mBAAmB,GACnB,MAAM,yCAAyC,CAAC;AACjD,OAAO,EAAE,WAAW,EAAE,MAAM,mCAAmC,CAAC;AAChE,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,QAAQ,EAAE,MAAM,2BAA2B,CAAC;AACrD,OAAO,EAAE,YAAY,EAAE,MAAM,qCAAqC,CAAC;AACnE,OAAO,EAAE,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAC7F,OAAO,EAAE,eAAe,EAAE,MAAM,6CAA6C,CAAC;AAC9E,OAAO,EAAE,UAAU,EAAE,MAAM,iCAAiC,CAAC;AAC7D,OAAO,EAAE,kBAAkB,EAAE,MAAM,mDAAmD,CAAC;AACvF,OAAO,EAAE,cAAc,EAAE,MAAM,uCAAuC,CAAC;AAKvE,OAAO,EAAE,eAAe,EAAE,MAAM,oDAAoD,CAAC;AACrF,OAAO,EAAE,gBAAgB,EAAE,MAAM,sDAAsD,CAAC;AACxF,OAAO,EAAE,UAAU,EAAE,MAAM,wCAAwC,CAAC;AACpE,OAAO,EAAE,SAAS,EAAE,MAAM,sCAAsC,CAAC;AACjE,OAAO,EAAE,eAAe,EAAE,+BAA+B,EAAE,MAAM,oDAAoD,CAAC;AACtH,OAAO,EAAE,kBAAkB,EAAE,kCAAkC,EAAE,MAAM,0DAA0D,CAAC;AAClI,OAAO,EAAE,qBAAqB,EAAE,MAAM,gEAAgE,CAAC;AACvG,OAAO,EAAE,aAAa,EAAE,MAAM,gDAAgD,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
@@ -66,6 +66,7 @@ export { NLDDFullBleedSection } from './layout/page-sections/full-bleed-section/
66
66
  export { NLDDOneThirdTwoThirdsSection } from './layout/page-sections/one-third-two-thirds-section/one-third-two-thirds-section.js';
67
67
  export { NLDDTwoThirdsOneThirdSection } from './layout/page-sections/two-thirds-one-third-section/two-thirds-one-third-section.js';
68
68
  export { NLDDOneHalfOneHalfSection } from './layout/page-sections/one-half-one-half-section/one-half-one-half-section.js';
69
+ export { NLDDSidebarSection } from './layout/page-sections/sidebar-section/sidebar-section.js';
69
70
  export { NLDDBox } from './layout/box/box.js';
70
71
  export { NLDDCard } from './layout/card/card.js';
71
72
  export { NLDDCollection } from './layout/collection/collection.js';
@@ -108,5 +109,6 @@ export { NLDDProgressBar, NLDDProgressBarSegmentIndicator } from './status-and-f
108
109
  export { NLDDProgressCircle, NLDDProgressCircleSegmentIndicator } from './status-and-feedback/progress-circle/progress-circle.js';
109
110
  export { NLDDActivityIndicator } from './status-and-feedback/activity-indicator/activity-indicator.js';
110
111
  export { NLDDStatusBar } from './status-and-feedback/status-bar/status-bar.js';
112
+ export { NLDDJustInTimeEducation } from './status-and-feedback/just-in-time-education/just-in-time-education.js';
111
113
  // Auto-register happens on import of individual component files
112
114
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/components/index.ts"],"names":[],"mappings":"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"}
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox/checkbox.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBA2G1B,CAAC"}
1
+ {"version":3,"file":"checkbox.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox/checkbox.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,cAAc,yBA8G1B,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import { css } from 'lit';
2
2
  export const checkboxStyles = css `
3
+ :host {
4
+ box-sizing: border-box;
5
+ }
3
6
 
4
7
 
5
8
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox/checkbox.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2GhC,CAAC"}
1
+ {"version":3,"file":"checkbox.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox/checkbox.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8GhC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,yBA+C/B,CAAC"}
1
+ {"version":3,"file":"checkbox-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,yBAkD/B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const checkboxFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"checkbox-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;IAMlC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
1
+ {"version":3,"file":"checkbox-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/checkbox-field/checkbox-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;IASlC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"code-editor.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBAiH5B,CAAC"}
1
+ {"version":3,"file":"code-editor.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,gBAAgB,yBAoH5B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const codeEditorStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"code-editor.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.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;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FrB,CAAC"}
1
+ {"version":3,"file":"code-editor.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/code-editor/code-editor.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,gBAAgB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;IAuB/B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA6FrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"combo-box.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,yBAuK1B,CAAC"}
1
+ {"version":3,"file":"combo-box.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,yBA0K1B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const comboBoxStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"combo-box.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;IAgB7B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuJrB,CAAC"}
1
+ {"version":3,"file":"combo-box.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/combo-box/combo-box.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;IAmB7B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuJrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/dropdown/dropdown.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,yBAgM1B,CAAC"}
1
+ {"version":3,"file":"dropdown.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/dropdown/dropdown.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,cAAc,yBAmM1B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { slottedReset, inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { slottedReset, inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const dropdownStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"dropdown.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/dropdown/dropdown.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,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;IAyB7B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4GlB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Df,CAAC"}
1
+ {"version":3,"file":"dropdown.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/dropdown/dropdown.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,YAAY,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE1F,MAAM,CAAC,MAAM,cAAc,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4B7B,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;IA4GlB,YAAY;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA2Df,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"multi-line-text-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/multi-line-text-field/multi-line-text-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,wBAAwB,yBA8JpC,CAAC"}
1
+ {"version":3,"file":"multi-line-text-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/multi-line-text-field/multi-line-text-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,wBAAwB,yBAiKpC,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const multiLineTextFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"multi-line-text-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/multi-line-text-field/multi-line-text-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;IAgBvC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IrB,CAAC"}
1
+ {"version":3,"file":"multi-line-text-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/multi-line-text-field/multi-line-text-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,wBAAwB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;IAmBvC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"number-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/number-field/number-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAgI7B,CAAC"}
1
+ {"version":3,"file":"number-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/number-field/number-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAmI7B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const numberFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"number-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/number-field/number-field.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;;;;;;;;;;;;;IAahC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmHrB,CAAC"}
1
+ {"version":3,"file":"number-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/number-field/number-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;IAgBhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmHrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"password-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,yBAqL/B,CAAC"}
1
+ {"version":3,"file":"password-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,mBAAmB,yBAwL/B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const passwordFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"password-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAC;AAE7E,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;IAiBlC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoKrB,CAAC"}
1
+ {"version":3,"file":"password-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/password-field/password-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,mBAAmB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;IAoBlC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAoKrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"radio-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAqG7B,CAAC"}
1
+ {"version":3,"file":"radio-button.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,iBAAiB,yBAwG7B,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import { css } from 'lit';
2
2
  export const radioButtonStyles = css `
3
+ :host {
4
+ box-sizing: border-box;
5
+ }
3
6
 
4
7
 
5
8
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"radio-button.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqGnC,CAAC"}
1
+ {"version":3,"file":"radio-button.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button/radio-button.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwGnC,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"radio-button-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-field/radio-button-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBA+ClC,CAAC"}
1
+ {"version":3,"file":"radio-button-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-field/radio-button-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBAkDlC,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const radioButtonFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"radio-button-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-field/radio-button-field.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;;;;;;IAMrC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
1
+ {"version":3,"file":"radio-button-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-field/radio-button-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;IASrC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"radio-button-group.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-group/radio-button-group.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBAqBlC,CAAC"}
1
+ {"version":3,"file":"radio-button-group.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-group/radio-button-group.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBAwBlC,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const radioButtonGroupStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"radio-button-group.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-group/radio-button-group.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;;;;;;IAMrC,kBAAkB;;;;;;;;;;;;;;;CAerB,CAAC"}
1
+ {"version":3,"file":"radio-button-group.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/radio-button-group/radio-button-group.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;IASrC,kBAAkB;;;;;;;;;;;;;;;CAerB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"search-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAqJ7B,CAAC"}
1
+ {"version":3,"file":"search-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAiK7B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const searchFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -72,6 +75,15 @@ export const searchFieldStyles = css `
72
75
 
73
76
  /* # Elements */
74
77
 
78
+ .search-field__label {
79
+ display: flex;
80
+ min-width: 0;
81
+ flex-grow: 1;
82
+ align-self: stretch;
83
+ flex-direction: row;
84
+ align-items: center;
85
+ }
86
+
75
87
  .search-field__search-icon {
76
88
  display: flex;
77
89
  margin-inline: calc((var(--_min-size) - var(--_search-icon-size)) / 2 - var(--semantics-input-fields-border-thickness));
@@ -1 +1 @@
1
- {"version":3,"file":"search-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.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;;;;;;;;;;;;;;;;IAgBhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqIrB,CAAC"}
1
+ {"version":3,"file":"search-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;IAmBhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA8IrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"search-field.template.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,4CAA4C,CAAC;AACpD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,8BAA8B,CAAC;AAEtC,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,eAAe,GAAG,cAAc,CA8C9E"}
1
+ {"version":3,"file":"search-field.template.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAiB,cAAc,EAAE,MAAM,KAAK,CAAC;AACpD,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,mBAAmB,CAAC;AACzD,OAAO,4CAA4C,CAAC;AACpD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,8BAA8B,CAAC;AAEtC,wBAAgB,mBAAmB,CAAC,SAAS,EAAE,eAAe,GAAG,cAAc,CAsD9E"}
@@ -4,47 +4,55 @@ import './../../actions/button/button.js';
4
4
  import './../../content/icon/icon.js';
5
5
  export function searchFieldTemplate(component) {
6
6
  const buttonSize = component.size === 'sm' ? 'xs' : 'sm';
7
+ // Only render the fade + end (clear / search buttons) when at least one is
8
+ // shown; an empty end would otherwise reserve its padding as a dead click
9
+ // zone on the right, shrinking the input's focus-on-click area.
10
+ const hasEnd = Boolean(component.value) || component.showSearchButton;
7
11
  return html `
8
12
  <div class="search-field">
9
- <div class="search-field__search-icon">
10
- <nldd-icon name="search"></nldd-icon>
11
- </div>
12
- <input class="search-field__input"
13
- type="search"
14
- .value=${component.value}
15
- placeholder=${component.placeholder}
16
- aria-label=${component.accessibleLabel || component.placeholder || nothing}
17
- ?disabled=${component.disabled}
18
- name=${component.name || nothing}
19
- spellcheck=${component.noSpellcheck ? 'false' : 'true'}
20
- @input=${component._handleInput}
21
- @change=${component._handleChange}
22
- @keydown=${component._handleKeydown}
23
- >
24
- <div class="search-field__input-fade"></div>
25
- <div class="search-field__end">
26
- ${component.value ? html `
27
- <div class="search-field__clear-button">
28
- <nldd-icon-button
29
- variant="neutral-transparent"
30
- size=${buttonSize}
31
- icon="dismiss"
32
- text=${component._t('components.search-field.clear-action')}
33
- @click=${component._handleClear}
34
- ></nldd-icon-button>
35
- </div>
36
- ` : nothing}
37
- ${component.showSearchButton ? html `
38
- <div class="search-field__search-button">
39
- <nldd-button
40
- variant="neutral-tinted"
41
- size=${buttonSize}
42
- text=${component._t('components.search-field.search-action')}
43
- @click=${component._handleSearch}
44
- ></nldd-button>
45
- </div>
46
- ` : nothing}
47
- </div>
13
+ <label class="search-field__label">
14
+ <div class="search-field__search-icon" aria-hidden="true">
15
+ <nldd-icon name="search"></nldd-icon>
16
+ </div>
17
+ <input class="search-field__input"
18
+ type="search"
19
+ .value=${component.value}
20
+ placeholder=${component.placeholder}
21
+ aria-label=${component.accessibleLabel || component.placeholder || nothing}
22
+ ?disabled=${component.disabled}
23
+ name=${component.name || nothing}
24
+ spellcheck=${component.noSpellcheck ? 'false' : 'true'}
25
+ @input=${component._handleInput}
26
+ @change=${component._handleChange}
27
+ @keydown=${component._handleKeydown}
28
+ >
29
+ </label>
30
+ ${hasEnd ? html `
31
+ <div class="search-field__input-fade"></div>
32
+ <div class="search-field__end">
33
+ ${component.value ? html `
34
+ <div class="search-field__clear-button">
35
+ <nldd-icon-button
36
+ variant="neutral-transparent"
37
+ size=${buttonSize}
38
+ icon="dismiss"
39
+ text=${component._t('components.search-field.clear-action')}
40
+ @click=${component._handleClear}
41
+ ></nldd-icon-button>
42
+ </div>
43
+ ` : nothing}
44
+ ${component.showSearchButton ? html `
45
+ <div class="search-field__search-button">
46
+ <nldd-button
47
+ variant="neutral-tinted"
48
+ size=${buttonSize}
49
+ text=${component._t('components.search-field.search-action')}
50
+ @click=${component._handleSearch}
51
+ ></nldd-button>
52
+ </div>
53
+ ` : nothing}
54
+ </div>
55
+ ` : nothing}
48
56
  </div>
49
57
  `;
50
58
  }
@@ -1 +1 @@
1
- {"version":3,"file":"search-field.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAEpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,8BAA8B,CAAC;AAEtC,MAAM,UAAU,mBAAmB,CAAC,SAA0B;IAC7D,MAAM,UAAU,GAAG,SAAS,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IAEzD,OAAO,IAAI,CAAA;;;;;;;aAOC,SAAS,CAAC,KAAK;kBACV,SAAS,CAAC,WAAW;iBACtB,SAAS,CAAC,eAAe,IAAI,SAAS,CAAC,WAAW,IAAI,OAAO;gBAC9D,SAAS,CAAC,QAAQ;WACvB,SAAS,CAAC,IAAI,IAAI,OAAO;iBACnB,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM;aAC7C,SAAS,CAAC,YAAY;cACrB,SAAS,CAAC,aAAa;eACtB,SAAS,CAAC,cAAc;;;;MAIjC,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAA;;;;cAId,UAAU;;cAEV,SAAS,CAAC,EAAE,CAAC,sCAAsC,CAAC;gBAClD,SAAS,CAAC,YAAY;;;KAGjC,CAAC,CAAC,CAAC,OAAO;MACT,SAAS,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAA;;;;cAIzB,UAAU;cACV,SAAS,CAAC,EAAE,CAAC,uCAAuC,CAAC;gBACnD,SAAS,CAAC,aAAa;;;KAGlC,CAAC,CAAC,CAAC,OAAO;;;EAGb,CAAC;AACH,CAAC"}
1
+ {"version":3,"file":"search-field.template.js","sourceRoot":"","sources":["../../../../src/components/inputs/search-field/search-field.template.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,IAAI,EAAE,OAAO,EAAkB,MAAM,KAAK,CAAC;AAEpD,OAAO,4CAA4C,CAAC;AACpD,OAAO,kCAAkC,CAAC;AAC1C,OAAO,8BAA8B,CAAC;AAEtC,MAAM,UAAU,mBAAmB,CAAC,SAA0B;IAC7D,MAAM,UAAU,GAAG,SAAS,CAAC,IAAI,KAAK,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC,CAAC,CAAC,IAAI,CAAC;IACzD,2EAA2E;IAC3E,0EAA0E;IAC1E,gEAAgE;IAChE,MAAM,MAAM,GAAG,OAAO,CAAC,SAAS,CAAC,KAAK,CAAC,IAAI,SAAS,CAAC,gBAAgB,CAAC;IAEtE,OAAO,IAAI,CAAA;;;;;;;;cAQE,SAAS,CAAC,KAAK;mBACV,SAAS,CAAC,WAAW;kBACtB,SAAS,CAAC,eAAe,IAAI,SAAS,CAAC,WAAW,IAAI,OAAO;iBAC9D,SAAS,CAAC,QAAQ;YACvB,SAAS,CAAC,IAAI,IAAI,OAAO;kBACnB,SAAS,CAAC,YAAY,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,MAAM;cAC7C,SAAS,CAAC,YAAY;eACrB,SAAS,CAAC,aAAa;gBACtB,SAAS,CAAC,cAAc;;;KAGnC,MAAM,CAAC,CAAC,CAAC,IAAI,CAAA;;;OAGX,SAAS,CAAC,KAAK,CAAC,CAAC,CAAC,IAAI,CAAA;;;;eAId,UAAU;;eAEV,SAAS,CAAC,EAAE,CAAC,sCAAsC,CAAC;iBAClD,SAAS,CAAC,YAAY;;;MAGjC,CAAC,CAAC,CAAC,OAAO;OACT,SAAS,CAAC,gBAAgB,CAAC,CAAC,CAAC,IAAI,CAAA;;;;eAIzB,UAAU;eACV,SAAS,CAAC,EAAE,CAAC,uCAAuC,CAAC;iBACnD,SAAS,CAAC,aAAa;;;MAGlC,CAAC,CAAC,CAAC,OAAO;;IAEZ,CAAC,CAAC,CAAC,OAAO;;EAEZ,CAAC;AACH,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"segmented-control.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/segmented-control/segmented-control.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBA2ElC,CAAC;AAEF,eAAO,MAAM,0BAA0B,yBAuKtC,CAAC"}
1
+ {"version":3,"file":"segmented-control.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/segmented-control/segmented-control.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,sBAAsB,yBA8ElC,CAAC;AAEF,eAAO,MAAM,0BAA0B,yBAuKtC,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const segmentedControlStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"segmented-control.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/segmented-control/segmented-control.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;;;;;;;;;;;;IAYrC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DrB,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;IAezC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJrB,CAAC"}
1
+ {"version":3,"file":"segmented-control.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/segmented-control/segmented-control.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,sBAAsB,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;IAerC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CA+DrB,CAAC;AAEF,MAAM,CAAC,MAAM,0BAA0B,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;IAezC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwJrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"stepper.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/stepper/stepper.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBAgFzB,CAAC"}
1
+ {"version":3,"file":"stepper.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/stepper/stepper.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,aAAa,yBAmFzB,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import { css } from 'lit';
2
2
  export const stepperStyles = css `
3
+ :host {
4
+ box-sizing: border-box;
5
+ }
3
6
 
4
7
 
5
8
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"stepper.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/stepper/stepper.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgF/B,CAAC"}
1
+ {"version":3,"file":"stepper.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/stepper/stepper.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,aAAa,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmF/B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"switch.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/switch/switch.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,yBAgHxB,CAAC"}
1
+ {"version":3,"file":"switch.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/switch/switch.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,YAAY,yBAmHxB,CAAC"}
@@ -1,5 +1,8 @@
1
1
  import { css } from 'lit';
2
2
  export const switchStyles = css `
3
+ :host {
4
+ box-sizing: border-box;
5
+ }
3
6
 
4
7
 
5
8
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"switch.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/switch/switch.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAgH9B,CAAC"}
1
+ {"version":3,"file":"switch.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/switch/switch.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,YAAY,GAAG,GAAG,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAmH9B,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"switch-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/switch-field/switch-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBA+C7B,CAAC"}
1
+ {"version":3,"file":"switch-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/switch-field/switch-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,iBAAiB,yBAkD7B,CAAC"}
@@ -1,6 +1,9 @@
1
1
  import { css } from 'lit';
2
- import { inheritedTextReset } from '../../../assets/styles/slotted-reset.js';
2
+ import { inheritedTextReset } from '../../../assets/styles/style-resets.js';
3
3
  export const switchFieldStyles = css `
4
+ :host {
5
+ box-sizing: border-box;
6
+ }
4
7
 
5
8
 
6
9
  /* # Host */
@@ -1 +1 @@
1
- {"version":3,"file":"switch-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/switch-field/switch-field.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;;;;;;IAMhC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
1
+ {"version":3,"file":"switch-field.styles.js","sourceRoot":"","sources":["../../../../src/components/inputs/switch-field/switch-field.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAC1B,OAAO,EAAE,kBAAkB,EAAE,MAAM,wCAAwC,CAAC;AAE5E,MAAM,CAAC,MAAM,iBAAiB,GAAG,GAAG,CAAA;;;;;;;;;IAShC,kBAAkB;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAyCrB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"text-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/text-field/text-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,yBAwJ3B,CAAC"}
1
+ {"version":3,"file":"text-field.styles.d.ts","sourceRoot":"","sources":["../../../../src/components/inputs/text-field/text-field.styles.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,eAAe,yBA2J3B,CAAC"}