@cupra/ui-kit 2.0.0-canary.129 → 2.0.0-canary.131

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 (295) hide show
  1. package/dist/cjs/components/base/ds-base-input/ds-base-input.cjs +3 -3
  2. package/dist/cjs/components/base/ds-base-progress-bar/ds-base-progress-bar.cjs +3 -3
  3. package/dist/cjs/components/ds-accordion/ds-accordion.cjs +4 -4
  4. package/dist/cjs/components/ds-avatar/ds-avatar.cjs +3 -3
  5. package/dist/cjs/components/ds-badge/styles/common.styles.cjs +2 -2
  6. package/dist/cjs/components/ds-bullets/ds-bullets.cjs +5 -5
  7. package/dist/cjs/components/ds-button/ds-button.cjs +13 -13
  8. package/dist/cjs/components/ds-button/styles/common.styles.cjs +2 -2
  9. package/dist/cjs/components/ds-checkbox/ds-checkbox.cjs +3 -3
  10. package/dist/cjs/components/ds-chip/ds-chip.cjs +3 -3
  11. package/dist/cjs/components/ds-dialog-body/ds-dialog-body.cjs +3 -3
  12. package/dist/cjs/components/ds-dialog-header/ds-dialog-header.cjs +3 -3
  13. package/dist/cjs/components/ds-divider/ds-divider.cjs +3 -3
  14. package/dist/cjs/components/ds-drawer/styles/common.styles.cjs +4 -4
  15. package/dist/cjs/components/ds-hyperlink/ds-hyperlink.cjs +5 -5
  16. package/dist/cjs/components/ds-icon/ds-icon.cjs +8 -8
  17. package/dist/cjs/components/ds-icon-button/ds-icon-button.cjs +6 -6
  18. package/dist/cjs/components/ds-link-button/ds-link-button.cjs +5 -5
  19. package/dist/cjs/components/ds-list/styles/common.styles.cjs +2 -2
  20. package/dist/cjs/components/ds-list-item/styles/common.styles.cjs +2 -2
  21. package/dist/cjs/components/ds-loader-dots/ds-loader-dots.cjs +3 -3
  22. package/dist/cjs/components/ds-loader-dots/styles/common.styles.cjs +17 -9
  23. package/dist/cjs/components/ds-loader-logo/ds-loader-logo.cjs +1 -1
  24. package/dist/cjs/components/ds-logo/ds-logo.cjs +3 -3
  25. package/dist/cjs/components/ds-map-pin/styles/common.styles.cjs +1 -1
  26. package/dist/cjs/components/ds-navigation-controls/styles/common.styles.cjs +1 -1
  27. package/dist/cjs/components/ds-radio/ds-radio.cjs +3 -3
  28. package/dist/cjs/components/ds-search/ds-search.cjs +4 -4
  29. package/dist/cjs/components/ds-skeleton/styles/common.styles.cjs +2 -2
  30. package/dist/cjs/components/ds-slider/ds-slider.cjs +6 -6
  31. package/dist/cjs/components/ds-slider/styles/common.styles.cjs +10 -9
  32. package/dist/cjs/components/ds-static-box/ds-static-box.cjs +5 -5
  33. package/dist/cjs/components/ds-table/ds-table.cjs +1 -1
  34. package/dist/cjs/components/ds-table/styles/common.styles.cjs +2 -2
  35. package/dist/cjs/components/ds-table-cell/styles/common.styles.cjs +2 -2
  36. package/dist/cjs/components/ds-table-row/styles/common.styles.cjs +2 -2
  37. package/dist/cjs/components/ds-tag/styles/common.styles.cjs +3 -3
  38. package/dist/cjs/components/ds-text/ds-text.cjs +1 -1
  39. package/dist/cjs/components/ds-theme-provider/ds-theme-provider.cjs +1 -1
  40. package/dist/cjs/components/ds-toast/ds-toast.cjs +2 -2
  41. package/dist/cjs/components/ds-toggle-switch/ds-toggle-switch.cjs +3 -3
  42. package/dist/cjs/components/ds-tooltip/ds-tooltip.cjs +7 -7
  43. package/dist/cjs/components/ds-tooltip/styles/common.styles.cjs +2 -2
  44. package/dist/cjs/decorators/customUiKitElement.cjs +1 -1
  45. package/dist/cjs/utils/IconsManager.cjs +1 -1
  46. package/dist/cjs/utils/PubSub.cjs +1 -1
  47. package/dist/cjs/utils/StylesRegistry/StylesRegistry.cjs +1 -1
  48. package/dist/cjs/utils/componentFactory.cjs +0 -4
  49. package/dist/cjs/utils/version.cjs +1 -1
  50. package/dist/esm/components/base/ds-base-input/ds-base-input.js +17 -18
  51. package/dist/esm/components/base/ds-base-progress-bar/ds-base-progress-bar.js +16 -17
  52. package/dist/esm/components/ds-accordion/ds-accordion.js +9 -10
  53. package/dist/esm/components/ds-avatar/ds-avatar.js +9 -10
  54. package/dist/esm/components/ds-badge/styles/common.styles.js +2 -1
  55. package/dist/esm/components/ds-bullets/ds-bullets.js +10 -11
  56. package/dist/esm/components/ds-button/ds-button.js +39 -50
  57. package/dist/esm/components/ds-button/styles/common.styles.js +2 -2
  58. package/dist/esm/components/ds-checkbox/ds-checkbox.js +24 -25
  59. package/dist/esm/components/ds-chip/ds-chip.js +12 -13
  60. package/dist/esm/components/ds-dialog-body/ds-dialog-body.js +7 -8
  61. package/dist/esm/components/ds-dialog-header/ds-dialog-header.js +9 -10
  62. package/dist/esm/components/ds-divider/ds-divider.js +9 -10
  63. package/dist/esm/components/ds-drawer/styles/common.styles.js +4 -3
  64. package/dist/esm/components/ds-hyperlink/ds-hyperlink.js +14 -15
  65. package/dist/esm/components/ds-icon/ds-icon.js +15 -15
  66. package/dist/esm/components/ds-icon-button/ds-icon-button.js +27 -28
  67. package/dist/esm/components/ds-link-button/ds-link-button.js +18 -19
  68. package/dist/esm/components/ds-list/styles/common.styles.js +2 -1
  69. package/dist/esm/components/ds-list-item/styles/common.styles.js +2 -1
  70. package/dist/esm/components/ds-loader-dots/ds-loader-dots.js +8 -9
  71. package/dist/esm/components/ds-loader-dots/styles/common.styles.js +17 -8
  72. package/dist/esm/components/ds-loader-logo/ds-loader-logo.js +1 -1
  73. package/dist/esm/components/ds-logo/ds-logo.js +10 -11
  74. package/dist/esm/components/ds-map-pin/styles/common.styles.js +1 -1
  75. package/dist/esm/components/ds-navigation-controls/styles/common.styles.js +1 -1
  76. package/dist/esm/components/ds-radio/ds-radio.js +12 -13
  77. package/dist/esm/components/ds-search/ds-search.js +16 -17
  78. package/dist/esm/components/ds-skeleton/styles/common.styles.js +2 -1
  79. package/dist/esm/components/ds-slider/ds-slider.js +51 -52
  80. package/dist/esm/components/ds-slider/styles/common.styles.js +10 -10
  81. package/dist/esm/components/ds-static-box/ds-static-box.js +15 -16
  82. package/dist/esm/components/ds-table/ds-table.js +1 -1
  83. package/dist/esm/components/ds-table/styles/common.styles.js +2 -1
  84. package/dist/esm/components/ds-table-cell/styles/common.styles.js +2 -1
  85. package/dist/esm/components/ds-table-row/styles/common.styles.js +2 -1
  86. package/dist/esm/components/ds-tag/styles/common.styles.js +3 -2
  87. package/dist/esm/components/ds-text/ds-text.js +1 -1
  88. package/dist/esm/components/ds-theme-provider/ds-theme-provider.js +1 -1
  89. package/dist/esm/components/ds-toast/ds-toast.js +6 -6
  90. package/dist/esm/components/ds-toggle-switch/ds-toggle-switch.js +11 -12
  91. package/dist/esm/components/ds-tooltip/ds-tooltip.js +24 -25
  92. package/dist/esm/components/ds-tooltip/styles/common.styles.js +2 -2
  93. package/dist/esm/decorators/customUiKitElement.js +1 -1
  94. package/dist/esm/utils/IconsManager.js +1 -1
  95. package/dist/esm/utils/PubSub.js +1 -1
  96. package/dist/esm/utils/StylesRegistry/StylesRegistry.js +1 -1
  97. package/dist/esm/utils/componentFactory.js +0 -4
  98. package/dist/esm/utils/version.js +1 -1
  99. package/dist/types/components/base/ds-base-input/ds-base-input.d.ts +1 -1
  100. package/dist/types/components/base/ds-base-progress-bar/ds-base-progress-bar.d.ts +1 -1
  101. package/dist/types/components/ds-accordion/ds-accordion.d.ts +1 -1
  102. package/dist/types/components/ds-avatar/ds-avatar.d.ts +1 -1
  103. package/dist/types/components/ds-badge/ds-badge.d.ts +1 -1
  104. package/dist/types/components/ds-bullets/ds-bullets.d.ts +2 -2
  105. package/dist/types/components/ds-button/ds-button.d.ts +3 -7
  106. package/dist/types/components/ds-button/ds-button.types.d.ts +0 -2
  107. package/dist/types/components/ds-carousel-indicator/ds-carousel-indicator.d.ts +1 -1
  108. package/dist/types/components/ds-checkbox/ds-checkbox.d.ts +1 -1
  109. package/dist/types/components/ds-chip/ds-chip.d.ts +1 -1
  110. package/dist/types/components/ds-currency/ds-currency.d.ts +2 -2
  111. package/dist/types/components/ds-dialog/ds-dialog.d.ts +1 -1
  112. package/dist/types/components/ds-dialog-body/ds-dialog-body.d.ts +1 -1
  113. package/dist/types/components/ds-dialog-fullscreen/ds-dialog-fullscreen.d.ts +1 -1
  114. package/dist/types/components/ds-dialog-header/ds-dialog-header.d.ts +1 -1
  115. package/dist/types/components/ds-divider/ds-divider.d.ts +1 -1
  116. package/dist/types/components/ds-hyperlink/ds-hyperlink.d.ts +1 -1
  117. package/dist/types/components/ds-icon/ds-icon.d.ts +1 -1
  118. package/dist/types/components/ds-inline-alert/ds-inline-alert.d.ts +1 -1
  119. package/dist/types/components/ds-input/ds-input.d.ts +1 -1
  120. package/dist/types/components/ds-link-button/ds-link-button.d.ts +1 -1
  121. package/dist/types/components/ds-loader-bar/ds-loader-bar.d.ts +1 -1
  122. package/dist/types/components/ds-loader-dots/ds-loader-dots.d.ts +2 -2
  123. package/dist/types/components/ds-loader-logo/ds-loader-logo.d.ts +1 -1
  124. package/dist/types/components/ds-loader-spinner/ds-loader-spinner.d.ts +1 -1
  125. package/dist/types/components/ds-logo/ds-logo.d.ts +1 -1
  126. package/dist/types/components/ds-map-pin/ds-map-pin.d.ts +1 -1
  127. package/dist/types/components/ds-picker-item/ds-picker-item.d.ts +1 -1
  128. package/dist/types/components/ds-progress-bar/ds-progress-bar.d.ts +1 -1
  129. package/dist/types/components/ds-radio/ds-radio.d.ts +1 -1
  130. package/dist/types/components/ds-search/ds-search.d.ts +3 -3
  131. package/dist/types/components/ds-search-input/ds-search-input.d.ts +5 -5
  132. package/dist/types/components/ds-slider/ds-slider.d.ts +1 -1
  133. package/dist/types/components/ds-static-box/ds-static-box.d.ts +1 -1
  134. package/dist/types/components/ds-stepper/ds-stepper.d.ts +1 -1
  135. package/dist/types/components/ds-table/ds-table.d.ts +1 -1
  136. package/dist/types/components/ds-tag/ds-tag.d.ts +1 -1
  137. package/dist/types/components/ds-text-input/ds-text-input.d.ts +5 -5
  138. package/dist/types/components/ds-textarea/ds-textarea.d.ts +5 -5
  139. package/dist/types/components/ds-theme-provider/ds-theme-provider.d.ts +1 -1
  140. package/dist/types/components/ds-toast-message/ds-toast-message.d.ts +1 -1
  141. package/dist/types/components/ds-toggle-switch/ds-toggle-switch.d.ts +1 -1
  142. package/dist/types/components/ds-tooltip/ds-tooltip.d.ts +1 -1
  143. package/dist-react/cjs/components/base/ds-base-input/ds-base-input.cjs +3 -3
  144. package/dist-react/cjs/components/base/ds-base-progress-bar/ds-base-progress-bar.cjs +3 -3
  145. package/dist-react/cjs/components/ds-accordion/ds-accordion.cjs +4 -4
  146. package/dist-react/cjs/components/ds-avatar/ds-avatar.cjs +3 -3
  147. package/dist-react/cjs/components/ds-badge/styles/common.styles.cjs +2 -2
  148. package/dist-react/cjs/components/ds-bullets/ds-bullets.cjs +5 -5
  149. package/dist-react/cjs/components/ds-button/ds-button.cjs +13 -13
  150. package/dist-react/cjs/components/ds-button/styles/common.styles.cjs +2 -2
  151. package/dist-react/cjs/components/ds-checkbox/ds-checkbox.cjs +3 -3
  152. package/dist-react/cjs/components/ds-chip/ds-chip.cjs +3 -3
  153. package/dist-react/cjs/components/ds-dialog-body/ds-dialog-body.cjs +3 -3
  154. package/dist-react/cjs/components/ds-dialog-header/ds-dialog-header.cjs +3 -3
  155. package/dist-react/cjs/components/ds-divider/ds-divider.cjs +3 -3
  156. package/dist-react/cjs/components/ds-drawer/styles/common.styles.cjs +4 -4
  157. package/dist-react/cjs/components/ds-hyperlink/ds-hyperlink.cjs +5 -5
  158. package/dist-react/cjs/components/ds-icon/ds-icon.cjs +8 -8
  159. package/dist-react/cjs/components/ds-icon-button/ds-icon-button.cjs +6 -6
  160. package/dist-react/cjs/components/ds-link-button/ds-link-button.cjs +5 -5
  161. package/dist-react/cjs/components/ds-list/styles/common.styles.cjs +2 -2
  162. package/dist-react/cjs/components/ds-list-item/styles/common.styles.cjs +2 -2
  163. package/dist-react/cjs/components/ds-loader-dots/ds-loader-dots.cjs +3 -3
  164. package/dist-react/cjs/components/ds-loader-dots/styles/common.styles.cjs +17 -9
  165. package/dist-react/cjs/components/ds-loader-logo/ds-loader-logo.cjs +1 -1
  166. package/dist-react/cjs/components/ds-logo/ds-logo.cjs +3 -3
  167. package/dist-react/cjs/components/ds-map-pin/styles/common.styles.cjs +1 -1
  168. package/dist-react/cjs/components/ds-navigation-controls/styles/common.styles.cjs +1 -1
  169. package/dist-react/cjs/components/ds-radio/ds-radio.cjs +3 -3
  170. package/dist-react/cjs/components/ds-search/ds-search.cjs +4 -4
  171. package/dist-react/cjs/components/ds-skeleton/styles/common.styles.cjs +2 -2
  172. package/dist-react/cjs/components/ds-slider/ds-slider.cjs +6 -6
  173. package/dist-react/cjs/components/ds-slider/styles/common.styles.cjs +10 -9
  174. package/dist-react/cjs/components/ds-static-box/ds-static-box.cjs +5 -5
  175. package/dist-react/cjs/components/ds-table/ds-table.cjs +1 -1
  176. package/dist-react/cjs/components/ds-table/styles/common.styles.cjs +2 -2
  177. package/dist-react/cjs/components/ds-table-cell/styles/common.styles.cjs +2 -2
  178. package/dist-react/cjs/components/ds-table-row/styles/common.styles.cjs +2 -2
  179. package/dist-react/cjs/components/ds-tag/styles/common.styles.cjs +3 -3
  180. package/dist-react/cjs/components/ds-text/ds-text.cjs +1 -1
  181. package/dist-react/cjs/components/ds-theme-provider/ds-theme-provider.cjs +1 -1
  182. package/dist-react/cjs/components/ds-toast/ds-toast.cjs +2 -2
  183. package/dist-react/cjs/components/ds-toggle-switch/ds-toggle-switch.cjs +3 -3
  184. package/dist-react/cjs/components/ds-tooltip/ds-tooltip.cjs +7 -7
  185. package/dist-react/cjs/components/ds-tooltip/styles/common.styles.cjs +2 -2
  186. package/dist-react/cjs/decorators/customUiKitElement.cjs +1 -1
  187. package/dist-react/cjs/utils/IconsManager.cjs +1 -1
  188. package/dist-react/cjs/utils/PubSub.cjs +1 -1
  189. package/dist-react/cjs/utils/StylesRegistry/StylesRegistry.cjs +1 -1
  190. package/dist-react/cjs/utils/componentFactory.cjs +0 -2
  191. package/dist-react/cjs/utils/version.cjs +1 -1
  192. package/dist-react/esm/components/base/ds-base-input/ds-base-input.js +17 -18
  193. package/dist-react/esm/components/base/ds-base-progress-bar/ds-base-progress-bar.js +16 -17
  194. package/dist-react/esm/components/ds-accordion/ds-accordion.js +9 -10
  195. package/dist-react/esm/components/ds-avatar/ds-avatar.js +9 -10
  196. package/dist-react/esm/components/ds-badge/styles/common.styles.js +2 -1
  197. package/dist-react/esm/components/ds-bullets/ds-bullets.js +10 -11
  198. package/dist-react/esm/components/ds-button/ds-button.js +39 -50
  199. package/dist-react/esm/components/ds-button/styles/common.styles.js +2 -2
  200. package/dist-react/esm/components/ds-checkbox/ds-checkbox.js +24 -25
  201. package/dist-react/esm/components/ds-chip/ds-chip.js +12 -13
  202. package/dist-react/esm/components/ds-dialog-body/ds-dialog-body.js +7 -8
  203. package/dist-react/esm/components/ds-dialog-header/ds-dialog-header.js +9 -10
  204. package/dist-react/esm/components/ds-divider/ds-divider.js +9 -10
  205. package/dist-react/esm/components/ds-drawer/styles/common.styles.js +4 -3
  206. package/dist-react/esm/components/ds-hyperlink/ds-hyperlink.js +14 -15
  207. package/dist-react/esm/components/ds-icon/ds-icon.js +15 -15
  208. package/dist-react/esm/components/ds-icon-button/ds-icon-button.js +27 -28
  209. package/dist-react/esm/components/ds-link-button/ds-link-button.js +18 -19
  210. package/dist-react/esm/components/ds-list/styles/common.styles.js +2 -1
  211. package/dist-react/esm/components/ds-list-item/styles/common.styles.js +2 -1
  212. package/dist-react/esm/components/ds-loader-dots/ds-loader-dots.js +8 -9
  213. package/dist-react/esm/components/ds-loader-dots/styles/common.styles.js +17 -8
  214. package/dist-react/esm/components/ds-loader-logo/ds-loader-logo.js +1 -1
  215. package/dist-react/esm/components/ds-logo/ds-logo.js +10 -11
  216. package/dist-react/esm/components/ds-map-pin/styles/common.styles.js +1 -1
  217. package/dist-react/esm/components/ds-navigation-controls/styles/common.styles.js +1 -1
  218. package/dist-react/esm/components/ds-radio/ds-radio.js +12 -13
  219. package/dist-react/esm/components/ds-search/ds-search.js +16 -17
  220. package/dist-react/esm/components/ds-skeleton/styles/common.styles.js +2 -1
  221. package/dist-react/esm/components/ds-slider/ds-slider.js +51 -52
  222. package/dist-react/esm/components/ds-slider/styles/common.styles.js +10 -10
  223. package/dist-react/esm/components/ds-static-box/ds-static-box.js +15 -16
  224. package/dist-react/esm/components/ds-table/ds-table.js +1 -1
  225. package/dist-react/esm/components/ds-table/styles/common.styles.js +2 -1
  226. package/dist-react/esm/components/ds-table-cell/styles/common.styles.js +2 -1
  227. package/dist-react/esm/components/ds-table-row/styles/common.styles.js +2 -1
  228. package/dist-react/esm/components/ds-tag/styles/common.styles.js +3 -2
  229. package/dist-react/esm/components/ds-text/ds-text.js +1 -1
  230. package/dist-react/esm/components/ds-theme-provider/ds-theme-provider.js +1 -1
  231. package/dist-react/esm/components/ds-toast/ds-toast.js +6 -6
  232. package/dist-react/esm/components/ds-toggle-switch/ds-toggle-switch.js +11 -12
  233. package/dist-react/esm/components/ds-tooltip/ds-tooltip.js +24 -25
  234. package/dist-react/esm/components/ds-tooltip/styles/common.styles.js +2 -2
  235. package/dist-react/esm/decorators/customUiKitElement.js +1 -1
  236. package/dist-react/esm/utils/IconsManager.js +1 -1
  237. package/dist-react/esm/utils/PubSub.js +1 -1
  238. package/dist-react/esm/utils/StylesRegistry/StylesRegistry.js +1 -1
  239. package/dist-react/esm/utils/componentFactory.js +0 -2
  240. package/dist-react/esm/utils/version.js +1 -1
  241. package/dist-react/types/components/base/ds-base-input/ds-base-input.d.ts +1 -1
  242. package/dist-react/types/components/base/ds-base-progress-bar/ds-base-progress-bar.d.ts +1 -1
  243. package/dist-react/types/components/ds-accordion/ds-accordion.d.ts +1 -1
  244. package/dist-react/types/components/ds-avatar/ds-avatar.d.ts +1 -1
  245. package/dist-react/types/components/ds-badge/ds-badge.d.ts +1 -1
  246. package/dist-react/types/components/ds-bullets/ds-bullets.d.ts +2 -2
  247. package/dist-react/types/components/ds-button/ds-button.d.ts +3 -7
  248. package/dist-react/types/components/ds-button/ds-button.types.d.ts +0 -2
  249. package/dist-react/types/components/ds-carousel-indicator/ds-carousel-indicator.d.ts +1 -1
  250. package/dist-react/types/components/ds-checkbox/ds-checkbox.d.ts +1 -1
  251. package/dist-react/types/components/ds-chip/ds-chip.d.ts +1 -1
  252. package/dist-react/types/components/ds-currency/ds-currency.d.ts +2 -2
  253. package/dist-react/types/components/ds-dialog/ds-dialog.d.ts +1 -1
  254. package/dist-react/types/components/ds-dialog-body/ds-dialog-body.d.ts +1 -1
  255. package/dist-react/types/components/ds-dialog-fullscreen/ds-dialog-fullscreen.d.ts +1 -1
  256. package/dist-react/types/components/ds-dialog-header/ds-dialog-header.d.ts +1 -1
  257. package/dist-react/types/components/ds-divider/ds-divider.d.ts +1 -1
  258. package/dist-react/types/components/ds-hyperlink/ds-hyperlink.d.ts +1 -1
  259. package/dist-react/types/components/ds-icon/ds-icon.d.ts +1 -1
  260. package/dist-react/types/components/ds-inline-alert/ds-inline-alert.d.ts +1 -1
  261. package/dist-react/types/components/ds-input/ds-input.d.ts +1 -1
  262. package/dist-react/types/components/ds-link-button/ds-link-button.d.ts +1 -1
  263. package/dist-react/types/components/ds-loader-bar/ds-loader-bar.d.ts +1 -1
  264. package/dist-react/types/components/ds-loader-dots/ds-loader-dots.d.ts +2 -2
  265. package/dist-react/types/components/ds-loader-logo/ds-loader-logo.d.ts +1 -1
  266. package/dist-react/types/components/ds-loader-spinner/ds-loader-spinner.d.ts +1 -1
  267. package/dist-react/types/components/ds-logo/ds-logo.d.ts +1 -1
  268. package/dist-react/types/components/ds-map-pin/ds-map-pin.d.ts +1 -1
  269. package/dist-react/types/components/ds-picker-item/ds-picker-item.d.ts +1 -1
  270. package/dist-react/types/components/ds-progress-bar/ds-progress-bar.d.ts +1 -1
  271. package/dist-react/types/components/ds-radio/ds-radio.d.ts +1 -1
  272. package/dist-react/types/components/ds-search/ds-search.d.ts +3 -3
  273. package/dist-react/types/components/ds-search-input/ds-search-input.d.ts +5 -5
  274. package/dist-react/types/components/ds-slider/ds-slider.d.ts +1 -1
  275. package/dist-react/types/components/ds-static-box/ds-static-box.d.ts +1 -1
  276. package/dist-react/types/components/ds-stepper/ds-stepper.d.ts +1 -1
  277. package/dist-react/types/components/ds-table/ds-table.d.ts +1 -1
  278. package/dist-react/types/components/ds-tag/ds-tag.d.ts +1 -1
  279. package/dist-react/types/components/ds-text-input/ds-text-input.d.ts +5 -5
  280. package/dist-react/types/components/ds-textarea/ds-textarea.d.ts +5 -5
  281. package/dist-react/types/components/ds-theme-provider/ds-theme-provider.d.ts +1 -1
  282. package/dist-react/types/components/ds-toast-message/ds-toast-message.d.ts +1 -1
  283. package/dist-react/types/components/ds-toggle-switch/ds-toggle-switch.d.ts +1 -1
  284. package/dist-react/types/components/ds-tooltip/ds-tooltip.d.ts +1 -1
  285. package/package.json +1 -1
  286. package/dist/cjs/utils/cssWithTokens.cjs +0 -1
  287. package/dist/cjs/utils/htmlWithTokens.cjs +0 -1
  288. package/dist/esm/utils/cssWithTokens.js +0 -8
  289. package/dist/esm/utils/htmlWithTokens.js +0 -10
  290. package/dist-react/cjs/utils/cssWithTokens.cjs +0 -1
  291. package/dist-react/cjs/utils/htmlWithTokens.cjs +0 -1
  292. package/dist-react/esm/utils/cssWithTokens.js +0 -8
  293. package/dist-react/esm/utils/htmlWithTokens.js +0 -10
  294. package/dist-react/types/utils/cssWithTokens.d.ts +0 -2
  295. package/dist-react/types/utils/htmlWithTokens.d.ts +0 -2
@@ -6,36 +6,34 @@ import { __decorate as r } from "../../_virtual/_@oxc-project_runtime@0.122.0/he
6
6
  import { UiKitElement as i } from "../base/UiKitElement.js";
7
7
  import { customUiKitElement as a } from "../../decorators/customUiKitElement.js";
8
8
  import { booleanConverter as o } from "../../utils/booleanConverter.js";
9
- import { htmlWithTokens as s } from "../../utils/htmlWithTokens.js";
10
- import { e as c } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
9
+ import { e as s } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
11
10
  import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/class-map.js";
12
- import { ViewportMixin as l } from "../../mixins/ViewportMixin.js";
13
- import { objectConverter as u } from "../../utils/objectConverter.js";
14
- import { r as d } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/choose.js";
15
- import { n as f } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/when.js";
16
- import { buttonStyles as p, loadingDotsStyles as m, textStyles as h } from "./styles/common.styles.js";
11
+ import { ViewportMixin as c } from "../../mixins/ViewportMixin.js";
12
+ import { objectConverter as l } from "../../utils/objectConverter.js";
13
+ import { r as u } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/choose.js";
14
+ import { n as d } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/when.js";
15
+ import { buttonStyles as f, loadingDotsStyles as p, textStyles as m } from "./styles/common.styles.js";
17
16
  //#region src/components/ds-button/ds-button.ts
18
- var g = class extends l(i) {
17
+ var h = class extends c(i) {
19
18
  constructor(...e) {
20
19
  super(...e), this.variant = "primary", this.mode = "light", this.size = "large", this.disabled = !1, this.destructive = !1, this.htmlTagName = "button", this.type = "button", this.iconPosition = "left", this.rounded = !1, this.fullWidth = !1, this.loading = !1;
21
20
  }
22
21
  static {
23
22
  this.styles = [
24
- p,
25
- h,
26
- m
23
+ f,
24
+ m,
25
+ p
27
26
  ];
28
27
  }
29
28
  connectedCallback() {
30
29
  super.connectedCallback(), this.closestForm = this.closest("form");
31
30
  }
32
31
  get classes() {
33
- let e = typeof this.size == "string" ? this.size : this.size[this.viewport], t = !!(this.customBackground || this.customColor);
32
+ let e = typeof this.size == "string" ? this.size : this.size[this.viewport];
34
33
  return {
35
34
  button: !0,
36
35
  [`tag-${this.htmlTagName}`]: !0,
37
36
  [`variant-${this.variant}`]: !0,
38
- custom: t,
39
37
  [e]: !!e,
40
38
  [this.mode]: !!this.mode,
41
39
  rounded: this.rounded,
@@ -76,11 +74,8 @@ var g = class extends l(i) {
76
74
  get contentTemplate() {
77
75
  return this.loading && this.textLoading ? t`${this.textLoading}` : t`<slot></slot>`;
78
76
  }
79
- updated(e) {
80
- super.updated(e), this.customBackground ? this.style.setProperty("--ui-kit-button-custom-bg", this.customBackground) : this.style.removeProperty("--ui-kit-button-custom-bg"), this.customColor ? this.style.setProperty("--ui-kit-button-custom-color", this.customColor) : this.style.removeProperty("--ui-kit-button-custom-color");
81
- }
82
77
  get cssTokens() {
83
- return s`
78
+ return t`
84
79
  <style>
85
80
  :host{
86
81
  color-scheme: ${this.mode};
@@ -95,45 +90,45 @@ var g = class extends l(i) {
95
90
  render() {
96
91
  return t`
97
92
  ${this.cssTokens}
98
- ${d(this.htmlTagName || "button", [
93
+ ${u(this.htmlTagName || "button", [
99
94
  ["button", () => t`
100
95
  <button
101
- class=${c(this.classes)}
96
+ class=${s(this.classes)}
102
97
  aria-label=${this.textContent?.replace(/^\s+|\s+$/g, "")}
103
98
  type=${this.type}
104
99
  @click=${this.handleClick}
105
100
  ?disabled=${this.disabled}
106
101
  >
107
- ${f(this.iconPosition === "left", () => t` ${this.iconTemplate} `)}
102
+ ${d(this.iconPosition === "left", () => t` ${this.iconTemplate} `)}
108
103
  <span class="container">
109
104
  ${this.contentTemplate}
110
105
  ${this.loadingTemplate}
111
106
  </span>
112
- ${f(this.iconPosition === "right", () => t` ${this.iconTemplate} `)}
107
+ ${d(this.iconPosition === "right", () => t` ${this.iconTemplate} `)}
113
108
  </button>
114
109
  `],
115
110
  ["a", () => t`
116
111
  <a
117
- class=${c(this.classes)}
112
+ class=${s(this.classes)}
118
113
  aria-label=${this.textContent?.replace(/^\s+|\s+$/g, "")}
119
114
  href=${this.href}
120
115
  rel=${this.rel}
121
116
  target=${this.target}
122
117
  @click=${this.handleClick}
123
118
  >
124
- ${f(this.iconPosition === "left", () => t`${this.iconTemplate}`)}
119
+ ${d(this.iconPosition === "left", () => t`${this.iconTemplate}`)}
125
120
  <span class="container">
126
121
  ${this.contentTemplate}
127
122
  ${this.loadingTemplate}
128
123
  </span>
129
- ${f(this.iconPosition === "right", () => t`${this.iconTemplate}`)}
124
+ ${d(this.iconPosition === "right", () => t`${this.iconTemplate}`)}
130
125
  </a>
131
126
  `],
132
127
  ["custom", () => t`
133
- <div class=${c(this.classes)} @click=${this.handleCustomClick}>
134
- ${f(this.iconPosition === "left", () => t`${this.iconTemplate}`)}
128
+ <div class=${s(this.classes)} @click=${this.handleCustomClick}>
129
+ ${d(this.iconPosition === "left", () => t`${this.iconTemplate}`)}
135
130
  ${this.loading && this.textLoading ? t`<span class="container">${this.textLoading}${this.loadingTemplate}</span>` : t`<slot></slot>${this.loadingTemplate}`}
136
- ${f(this.iconPosition === "right", () => t`${this.iconTemplate}`)}
131
+ ${d(this.iconPosition === "right", () => t`${this.iconTemplate}`)}
137
132
  </div>
138
133
  `]
139
134
  ])}
@@ -143,55 +138,49 @@ var g = class extends l(i) {
143
138
  r([n({
144
139
  type: String,
145
140
  reflect: !0
146
- })], g.prototype, "variant", void 0), r([n({
141
+ })], h.prototype, "variant", void 0), r([n({
147
142
  type: String,
148
143
  reflect: !0
149
- })], g.prototype, "mode", void 0), r([n({
144
+ })], h.prototype, "mode", void 0), r([n({
150
145
  type: String,
151
- converter: u
152
- })], g.prototype, "size", void 0), r([n({
146
+ converter: l
147
+ })], h.prototype, "size", void 0), r([n({
153
148
  type: Boolean,
154
149
  converter: o
155
- })], g.prototype, "disabled", void 0), r([n({
150
+ })], h.prototype, "disabled", void 0), r([n({
156
151
  type: Boolean,
157
152
  converter: o
158
- })], g.prototype, "destructive", void 0), r([n({
153
+ })], h.prototype, "destructive", void 0), r([n({
159
154
  type: String,
160
155
  attribute: "icon-name"
161
- })], g.prototype, "iconName", void 0), r([n({
156
+ })], h.prototype, "iconName", void 0), r([n({
162
157
  type: String,
163
158
  attribute: "html-tag-name"
164
- })], g.prototype, "htmlTagName", void 0), r([n({
159
+ })], h.prototype, "htmlTagName", void 0), r([n({
165
160
  type: String,
166
161
  reflect: !0
167
- })], g.prototype, "href", void 0), r([n({
162
+ })], h.prototype, "href", void 0), r([n({
168
163
  type: String,
169
164
  reflect: !0
170
- })], g.prototype, "rel", void 0), r([n({
165
+ })], h.prototype, "rel", void 0), r([n({
171
166
  type: String,
172
167
  reflect: !0
173
- })], g.prototype, "target", void 0), r([n({ type: String })], g.prototype, "type", void 0), r([n({
168
+ })], h.prototype, "target", void 0), r([n({ type: String })], h.prototype, "type", void 0), r([n({
174
169
  type: String,
175
170
  attribute: "icon-position"
176
- })], g.prototype, "iconPosition", void 0), r([n({
171
+ })], h.prototype, "iconPosition", void 0), r([n({
177
172
  type: Boolean,
178
173
  converter: o
179
- })], g.prototype, "rounded", void 0), r([n({
174
+ })], h.prototype, "rounded", void 0), r([n({
180
175
  type: Boolean,
181
176
  converter: o,
182
177
  attribute: "full-width"
183
- })], g.prototype, "fullWidth", void 0), r([n({
178
+ })], h.prototype, "fullWidth", void 0), r([n({
184
179
  type: Boolean,
185
180
  converter: o
186
- })], g.prototype, "loading", void 0), r([n({
181
+ })], h.prototype, "loading", void 0), r([n({
187
182
  type: String,
188
183
  attribute: "text-loading"
189
- })], g.prototype, "textLoading", void 0), r([n({
190
- type: String,
191
- attribute: "custom-background"
192
- })], g.prototype, "customBackground", void 0), r([n({
193
- type: String,
194
- attribute: "custom-color"
195
- })], g.prototype, "customColor", void 0), g = r([a("ds-button")], g);
184
+ })], h.prototype, "textLoading", void 0), h = r([a("ds-button")], h);
196
185
  //#endregion
197
- export { g as DsButton };
186
+ export { h as DsButton };
@@ -13,7 +13,7 @@ var t = e`
13
13
  box-sizing: border-box;
14
14
  justify-content: center;
15
15
  align-items: center;
16
- gap: var(--ui-kit-button-gap, 0);
16
+ gap: var(--ui-kit-private-button-gap, 0);
17
17
  padding: 0;
18
18
  margin: 0;
19
19
  background: transparent;
@@ -38,7 +38,7 @@ var t = e`
38
38
  width: auto;
39
39
  flex: 1;
40
40
  min-width: 0;
41
- gap: var(--ui-kit-button-gap, 0);
41
+ gap: var(--ui-kit-private-button-gap, 0);
42
42
  padding: 0;
43
43
  margin: 0;
44
44
  background: transparent;
@@ -8,14 +8,13 @@ import { __decorate as a } from "../../_virtual/_@oxc-project_runtime@0.122.0/he
8
8
  import { UiKitElement as o } from "../base/UiKitElement.js";
9
9
  import { customUiKitElement as s } from "../../decorators/customUiKitElement.js";
10
10
  import { booleanConverter as c } from "../../utils/booleanConverter.js";
11
- import { htmlWithTokens as l } from "../../utils/htmlWithTokens.js";
12
- import { e as u } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
11
+ import { e as l } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
13
12
  import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/class-map.js";
14
- import { checkboxGroupDisabledContext as d, checkboxGroupErrorContext as f, checkboxGroupSizeContext as p } from "../ds-checkbox-group/ds-checkbox-group.js";
15
- import { FormAssociatedMixin as m } from "../../mixins/FormAssociatedMixin.js";
16
- import { commonStyles as h } from "./styles/common.styles.js";
13
+ import { checkboxGroupDisabledContext as u, checkboxGroupErrorContext as d, checkboxGroupSizeContext as f } from "../ds-checkbox-group/ds-checkbox-group.js";
14
+ import { FormAssociatedMixin as p } from "../../mixins/FormAssociatedMixin.js";
15
+ import { commonStyles as m } from "./styles/common.styles.js";
17
16
  //#region src/components/ds-checkbox/ds-checkbox.ts
18
- var g = class extends m(o) {
17
+ var h = class extends p(o) {
19
18
  constructor(...e) {
20
19
  super(...e), this.inputPlacement = "left", this._checked = void 0, this._checkedState = !1, this.required = !1, this._disabled = !1, this.mode = "light", this._size = "medium", this.helperText = "", this.infoText = "", this._forcedError = "", this.invalidError = "", this.indeterminate = !1, this.dataAriaLabel = "";
21
20
  }
@@ -26,25 +25,25 @@ var g = class extends m(o) {
26
25
  this._checked = e;
27
26
  }
28
27
  static {
29
- this.styles = [h];
28
+ this.styles = [m];
30
29
  }
31
30
  connectedCallback() {
32
31
  super.connectedCallback(), queueMicrotask(() => {
33
32
  this.createContextConsumers([
34
33
  {
35
- context: d,
34
+ context: u,
36
35
  callback: (e) => {
37
36
  this.disabledGroup = e;
38
37
  }
39
38
  },
40
39
  {
41
- context: f,
40
+ context: d,
42
41
  callback: (e) => {
43
42
  this.errorGroup = e;
44
43
  }
45
44
  },
46
45
  {
47
- context: p,
46
+ context: f,
48
47
  callback: (e) => {
49
48
  this.sizeGroup = e;
50
49
  }
@@ -113,7 +112,7 @@ var g = class extends m(o) {
113
112
  });
114
113
  }
115
114
  get styleTokens() {
116
- return l`
115
+ return n`
117
116
  <style>
118
117
  :host{
119
118
  color-scheme: ${this.mode};
@@ -125,7 +124,7 @@ var g = class extends m(o) {
125
124
  render() {
126
125
  return n`
127
126
  ${this.styleTokens}
128
- <div class=${u(this.classes)}>
127
+ <div class=${l(this.classes)}>
129
128
  <label>
130
129
  <span class="checkmark-container">
131
130
  <span class="checkmark">
@@ -157,44 +156,44 @@ var g = class extends m(o) {
157
156
  `;
158
157
  }
159
158
  };
160
- a([r({ type: String })], g.prototype, "name", void 0), a([r({ type: String })], g.prototype, "value", void 0), a([r({
159
+ a([r({ type: String })], h.prototype, "name", void 0), a([r({ type: String })], h.prototype, "value", void 0), a([r({
161
160
  type: String,
162
161
  attribute: "input-placement"
163
- })], g.prototype, "inputPlacement", void 0), a([r({
162
+ })], h.prototype, "inputPlacement", void 0), a([r({
164
163
  type: Boolean,
165
164
  attribute: "checked",
166
165
  converter: c,
167
166
  reflect: !0
168
- })], g.prototype, "_checked", void 0), a([i()], g.prototype, "_checkedState", void 0), a([r({
167
+ })], h.prototype, "_checked", void 0), a([i()], h.prototype, "_checkedState", void 0), a([r({
169
168
  type: Boolean,
170
169
  converter: c
171
- })], g.prototype, "required", void 0), a([r({
170
+ })], h.prototype, "required", void 0), a([r({
172
171
  type: Boolean,
173
172
  converter: c,
174
173
  attribute: "disabled"
175
- })], g.prototype, "_disabled", void 0), a([r({
174
+ })], h.prototype, "_disabled", void 0), a([r({
176
175
  type: String,
177
176
  reflect: !0
178
- })], g.prototype, "mode", void 0), a([r({
177
+ })], h.prototype, "mode", void 0), a([r({
179
178
  type: String,
180
179
  attribute: "size"
181
- })], g.prototype, "_size", void 0), a([r({
180
+ })], h.prototype, "_size", void 0), a([r({
182
181
  type: String,
183
182
  attribute: "helper-text"
184
- })], g.prototype, "helperText", void 0), a([r({
183
+ })], h.prototype, "helperText", void 0), a([r({
185
184
  type: String,
186
185
  attribute: "info-text"
187
- })], g.prototype, "infoText", void 0), a([r({
186
+ })], h.prototype, "infoText", void 0), a([r({
188
187
  type: String,
189
188
  attribute: "forced-error"
190
- })], g.prototype, "_forcedError", void 0), a([r({
189
+ })], h.prototype, "_forcedError", void 0), a([r({
191
190
  type: String,
192
191
  attribute: "invalid-error"
193
- })], g.prototype, "invalidError", void 0), a([r({
192
+ })], h.prototype, "invalidError", void 0), a([r({
194
193
  type: Boolean,
195
194
  converter: c
196
- })], g.prototype, "indeterminate", void 0), a([r({
195
+ })], h.prototype, "indeterminate", void 0), a([r({
197
196
  type: String,
198
197
  attribute: "data-aria-label"
199
- })], g.prototype, "dataAriaLabel", void 0), a([i()], g.prototype, "disabledGroup", void 0), a([i()], g.prototype, "errorGroup", void 0), a([i()], g.prototype, "sizeGroup", void 0), g = a([s("ds-checkbox")], g);
198
+ })], h.prototype, "dataAriaLabel", void 0), a([i()], h.prototype, "disabledGroup", void 0), a([i()], h.prototype, "errorGroup", void 0), a([i()], h.prototype, "sizeGroup", void 0), h = a([s("ds-checkbox")], h);
200
199
  //#endregion
@@ -6,19 +6,18 @@ import { __decorate as r } from "../../_virtual/_@oxc-project_runtime@0.122.0/he
6
6
  import { UiKitElement as i } from "../base/UiKitElement.js";
7
7
  import { customUiKitElement as a } from "../../decorators/customUiKitElement.js";
8
8
  import { booleanConverter as o } from "../../utils/booleanConverter.js";
9
- import { htmlWithTokens as s } from "../../utils/htmlWithTokens.js";
10
- import { e as c } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
9
+ import { e as s } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
11
10
  import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/class-map.js";
12
- import { commonStyles as l } from "./styles/common.styles.js";
11
+ import { commonStyles as c } from "./styles/common.styles.js";
13
12
  //#region src/components/ds-chip/ds-chip.ts
14
- var u = class extends i {
13
+ var l = class extends i {
15
14
  constructor(...e) {
16
15
  super(...e), this.mode = "light", this.size = "large", this.selected = !1, this.deselectable = !1, this.slottedText = "", this.handleSlotChange = (e) => {
17
16
  this.slottedText = e.target.assignedNodes({ flatten: !0 }).filter((e) => e.nodeType === Node.TEXT_NODE).map((e) => e.textContent.trim()).join(" "), this.requestUpdate();
18
17
  };
19
18
  }
20
19
  static {
21
- this.styles = [l];
20
+ this.styles = [c];
22
21
  }
23
22
  get classes() {
24
23
  return {
@@ -31,7 +30,7 @@ var u = class extends i {
31
30
  };
32
31
  }
33
32
  get styleTokens() {
34
- return s`
33
+ return t`
35
34
  <style>
36
35
  :host{
37
36
  color-scheme: ${this.mode};
@@ -89,7 +88,7 @@ var u = class extends i {
89
88
  aria-label=${`chip ${this.slottedText}`}
90
89
  tabindex="0"
91
90
  data-testid="ds-chip-container"
92
- class=${c(this.classes)}
91
+ class=${s(this.classes)}
93
92
  @click=${this.handleClick}
94
93
  @keydown=${this.handleKeyDown}
95
94
  >
@@ -100,21 +99,21 @@ var u = class extends i {
100
99
  `;
101
100
  }
102
101
  };
103
- r([n({ type: String })], u.prototype, "value", void 0), r([n({
102
+ r([n({ type: String })], l.prototype, "value", void 0), r([n({
104
103
  type: String,
105
104
  reflect: !0
106
- })], u.prototype, "mode", void 0), r([n({
105
+ })], l.prototype, "mode", void 0), r([n({
107
106
  type: String,
108
107
  reflect: !0
109
- })], u.prototype, "size", void 0), r([n({
108
+ })], l.prototype, "size", void 0), r([n({
110
109
  type: Boolean,
111
110
  converter: o,
112
111
  reflect: !0
113
- })], u.prototype, "selected", void 0), r([n({
112
+ })], l.prototype, "selected", void 0), r([n({
114
113
  type: Boolean,
115
114
  converter: o
116
- })], u.prototype, "deselectable", void 0), r([n({
115
+ })], l.prototype, "deselectable", void 0), r([n({
117
116
  type: String,
118
117
  attribute: "icon-name"
119
- })], u.prototype, "iconName", void 0), u = r([a("ds-chip")], u);
118
+ })], l.prototype, "iconName", void 0), l = r([a("ds-chip")], l);
120
119
  //#endregion
@@ -3,20 +3,19 @@ import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/index.js";
3
3
  import { __decorate as t } from "../../_virtual/_@oxc-project_runtime@0.122.0/helpers/decorate.js";
4
4
  import { UiKitElement as n } from "../base/UiKitElement.js";
5
5
  import { customUiKitElement as r } from "../../decorators/customUiKitElement.js";
6
- import { htmlWithTokens as i } from "../../utils/htmlWithTokens.js";
7
- import { e as a } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
6
+ import { e as i } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
8
7
  import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/class-map.js";
9
- import { commonStyles as o } from "./styles/common.styles.js";
8
+ import { commonStyles as a } from "./styles/common.styles.js";
10
9
  //#region src/components/ds-dialog-body/ds-dialog-body.ts
11
- var s = class extends n {
10
+ var o = class extends n {
12
11
  static {
13
- this.styles = [o];
12
+ this.styles = [a];
14
13
  }
15
14
  get classes() {
16
15
  return { container: !0 };
17
16
  }
18
17
  get styleTokens() {
19
- return i`
18
+ return e`
20
19
  <style>
21
20
  :host{
22
21
  grid-area: body;
@@ -27,7 +26,7 @@ var s = class extends n {
27
26
  render() {
28
27
  return e`
29
28
  ${this.styleTokens}
30
- <div data-testid="ds-dialog-body-container" class=${a(this.classes)}>
29
+ <div data-testid="ds-dialog-body-container" class=${i(this.classes)}>
31
30
  <slot name="description"></slot>
32
31
  <slot name="image"></slot>
33
32
  <slot></slot>
@@ -35,5 +34,5 @@ var s = class extends n {
35
34
  `;
36
35
  }
37
36
  };
38
- s = t([r("ds-dialog-body")], s);
37
+ o = t([r("ds-dialog-body")], o);
39
38
  //#endregion
@@ -5,23 +5,22 @@ import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/decorators.js";
5
5
  import { __decorate as r } from "../../_virtual/_@oxc-project_runtime@0.122.0/helpers/decorate.js";
6
6
  import { UiKitElement as i } from "../base/UiKitElement.js";
7
7
  import { customUiKitElement as a } from "../../decorators/customUiKitElement.js";
8
- import { htmlWithTokens as o } from "../../utils/htmlWithTokens.js";
9
- import { e as s } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
8
+ import { e as o } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
10
9
  import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/class-map.js";
11
- import { commonStyles as c } from "./styles/common.styles.js";
10
+ import { commonStyles as s } from "./styles/common.styles.js";
12
11
  //#region src/components/ds-dialog-header/ds-dialog-header.ts
13
- var l = class extends i {
12
+ var c = class extends i {
14
13
  constructor(...e) {
15
14
  super(...e), this.title = "primary", this.iconSize = 32;
16
15
  }
17
16
  static {
18
- this.styles = [c];
17
+ this.styles = [s];
19
18
  }
20
19
  get classes() {
21
20
  return { container: !0 };
22
21
  }
23
22
  get styleTokens() {
24
- return o`
23
+ return t`
25
24
  <style>
26
25
  :host{
27
26
  grid-area: header;
@@ -39,7 +38,7 @@ var l = class extends i {
39
38
  render() {
40
39
  return t`
41
40
  ${this.styleTokens}
42
- <div data-testid="ds-dialog-header-container" class=${s(this.classes)}>
41
+ <div data-testid="ds-dialog-header-container" class=${o(this.classes)}>
43
42
  <div class="title-container">
44
43
  ${this.iconTemplate}
45
44
  <div class="title">${this.title}</div>
@@ -49,11 +48,11 @@ var l = class extends i {
49
48
  `;
50
49
  }
51
50
  };
52
- r([n({ type: String })], l.prototype, "title", void 0), r([n({
51
+ r([n({ type: String })], c.prototype, "title", void 0), r([n({
53
52
  type: String,
54
53
  attribute: "icon-name"
55
- })], l.prototype, "iconName", void 0), r([n({
54
+ })], c.prototype, "iconName", void 0), r([n({
56
55
  type: Number,
57
56
  attribute: "icon-size"
58
- })], l.prototype, "iconSize", void 0), l = r([a("ds-dialog-header")], l);
57
+ })], c.prototype, "iconSize", void 0), c = r([a("ds-dialog-header")], c);
59
58
  //#endregion
@@ -5,17 +5,16 @@ import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/decorators.js";
5
5
  import { __decorate as n } from "../../_virtual/_@oxc-project_runtime@0.122.0/helpers/decorate.js";
6
6
  import { UiKitElement as r } from "../base/UiKitElement.js";
7
7
  import { customUiKitElement as i } from "../../decorators/customUiKitElement.js";
8
- import { htmlWithTokens as a } from "../../utils/htmlWithTokens.js";
9
- import { e as o } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
8
+ import { e as a } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
10
9
  import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/class-map.js";
11
- import { orientationStyles as s } from "./styles/common.styles.js";
10
+ import { orientationStyles as o } from "./styles/common.styles.js";
12
11
  //#region src/components/ds-divider/ds-divider.ts
13
- var c = class extends r {
12
+ var s = class extends r {
14
13
  constructor(...e) {
15
14
  super(...e), this.orientation = "horizontal", this.variant = "primary", this.mode = "light";
16
15
  }
17
16
  static {
18
- this.styles = [s];
17
+ this.styles = [o];
19
18
  }
20
19
  get classes() {
21
20
  return {
@@ -26,7 +25,7 @@ var c = class extends r {
26
25
  };
27
26
  }
28
27
  get styleTokens() {
29
- return a`
28
+ return e`
30
29
  <style>
31
30
  :host{
32
31
  color-scheme: ${this.mode};
@@ -37,13 +36,13 @@ var c = class extends r {
37
36
  render() {
38
37
  return e`
39
38
  ${this.styleTokens}
40
- <hr aria-orientation=${this.orientation} class=${o(this.classes)} />
39
+ <hr aria-orientation=${this.orientation} class=${a(this.classes)} />
41
40
  `;
42
41
  }
43
42
  };
44
- n([t({ type: String })], c.prototype, "orientation", void 0), n([t({ type: String })], c.prototype, "variant", void 0), n([t({
43
+ n([t({ type: String })], s.prototype, "orientation", void 0), n([t({ type: String })], s.prototype, "variant", void 0), n([t({
45
44
  type: String,
46
45
  reflect: !0
47
- })], c.prototype, "mode", void 0), c = n([i("ds-divider")], c);
46
+ })], s.prototype, "mode", void 0), s = n([i("ds-divider")], s);
48
47
  //#endregion
49
- export { c as DsDivider };
48
+ export { s as DsDivider };
@@ -1,4 +1,5 @@
1
- import { cssWithTokens as e } from "../../../utils/cssWithTokens.js";
1
+ import { i as e } from "../../../node_modules/.pnpm/@lit_reactive-element@2.1.1/node_modules/@lit/reactive-element/css-tag.js";
2
+ import "../../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/index.js";
2
3
  import { cssQueries as t } from "../../../utils/cssQueries.js";
3
4
  //#region src/components/ds-drawer/styles/common.styles.ts
4
5
  var n = e`
@@ -58,7 +59,7 @@ var n = e`
58
59
  transform: translateY(0);
59
60
  ${t.m} {
60
61
  transform: translateX(0);
61
- box-shadow: 0 -8px 32px 0 var(--ds-opacity-black-60, rgba(9, 9, 11, 0.60));
62
+ box-shadow: 0 -8px 32px 0 var(--ds-opacity-black-60, rgba(9, 9, 11, 0.6));
62
63
  }
63
64
  }
64
65
 
@@ -82,7 +83,7 @@ var n = e`
82
83
  -webkit-overflow-scrolling: touch;
83
84
  }
84
85
  `, r = e`
85
- .close-button {
86
+ .close-button {
86
87
  position: absolute;
87
88
  }
88
89
  `;
@@ -5,24 +5,23 @@ import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/decorators.js";
5
5
  import { __decorate as n } from "../../_virtual/_@oxc-project_runtime@0.122.0/helpers/decorate.js";
6
6
  import { UiKitElement as r } from "../base/UiKitElement.js";
7
7
  import { customUiKitElement as i } from "../../decorators/customUiKitElement.js";
8
- import { htmlWithTokens as a } from "../../utils/htmlWithTokens.js";
9
- import { e as o } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
8
+ import { e as a } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/class-map.js";
10
9
  import "../../node_modules/.pnpm/lit@3.3.1/node_modules/lit/directives/class-map.js";
11
- import { r as s } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/choose.js";
12
- import { commonStyles as c } from "./styles/common.styles.js";
10
+ import { r as o } from "../../node_modules/.pnpm/lit-html@3.3.1/node_modules/lit-html/directives/choose.js";
11
+ import { commonStyles as s } from "./styles/common.styles.js";
13
12
  //#region src/components/ds-hyperlink/ds-hyperlink.ts
14
- var l = class extends r {
13
+ var c = class extends r {
15
14
  constructor(...e) {
16
15
  super(...e), this.htmlTagName = "a", this.mode = "light", this.size = "large";
17
16
  }
18
17
  static {
19
- this.styles = [c];
18
+ this.styles = [s];
20
19
  }
21
20
  handleClick(e) {
22
21
  this.href || e.preventDefault();
23
22
  }
24
23
  get styleTokens() {
25
- return a`
24
+ return e`
26
25
  <style>
27
26
  :host {
28
27
  color-scheme: ${this.mode};
@@ -40,13 +39,13 @@ var l = class extends r {
40
39
  render() {
41
40
  return e`
42
41
  ${this.styleTokens}
43
- ${s(this.htmlTagName || "a", [["button", () => e`
44
- <button class=${o(this.classes)}>
42
+ ${o(this.htmlTagName || "a", [["button", () => e`
43
+ <button class=${a(this.classes)}>
45
44
  <slot></slot>
46
45
  </button>
47
46
  `], ["a", () => e`
48
47
  <a
49
- class=${o(this.classes)}
48
+ class=${a(this.classes)}
50
49
  href=${this.href}
51
50
  rel=${this.rel}
52
51
  target=${this.target}
@@ -61,17 +60,17 @@ var l = class extends r {
61
60
  n([t({
62
61
  type: String,
63
62
  attribute: "html-tag-name"
64
- })], l.prototype, "htmlTagName", void 0), n([t({
63
+ })], c.prototype, "htmlTagName", void 0), n([t({
65
64
  type: String,
66
65
  reflect: !0
67
- })], l.prototype, "href", void 0), n([t({
66
+ })], c.prototype, "href", void 0), n([t({
68
67
  type: String,
69
68
  reflect: !0
70
- })], l.prototype, "rel", void 0), n([t({
69
+ })], c.prototype, "rel", void 0), n([t({
71
70
  type: String,
72
71
  reflect: !0
73
- })], l.prototype, "target", void 0), n([t({
72
+ })], c.prototype, "target", void 0), n([t({
74
73
  type: String,
75
74
  reflect: !0
76
- })], l.prototype, "mode", void 0), n([t({ type: String })], l.prototype, "size", void 0), l = n([i("ds-hyperlink")], l);
75
+ })], c.prototype, "mode", void 0), n([t({ type: String })], c.prototype, "size", void 0), c = n([i("ds-hyperlink")], c);
77
76
  //#endregion