@siemens/ix 2.6.0 → 2.6.1

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 (311) hide show
  1. package/components/button.js +7 -2
  2. package/components/button.js.map +1 -1
  3. package/components/dropdown-item.js +1 -1
  4. package/components/dropdown-item.js.map +1 -1
  5. package/components/field-label.js +1 -1
  6. package/components/field-label.js.map +1 -1
  7. package/components/field-wrapper.js +2 -2
  8. package/components/field-wrapper.js.map +1 -1
  9. package/components/index3.js +2 -1
  10. package/components/index3.js.map +1 -1
  11. package/components/input.util.js +4 -8
  12. package/components/input.util.js.map +1 -1
  13. package/components/ix-date-input.js +6 -6
  14. package/components/ix-date-input.js.map +1 -1
  15. package/components/ix-input.js +3 -3
  16. package/components/ix-input.js.map +1 -1
  17. package/components/ix-number-input.js +5 -5
  18. package/components/ix-number-input.js.map +1 -1
  19. package/components/ix-textarea.js +2 -2
  20. package/components/ix-textarea.js.map +1 -1
  21. package/components/ix-toggle-button.js +2 -2
  22. package/components/ix-toggle.js +25 -5
  23. package/components/ix-toggle.js.map +1 -1
  24. package/components/ix-tree.js +330 -496
  25. package/components/ix-tree.js.map +1 -1
  26. package/components/ix-upload.js +3 -3
  27. package/components/ix-validation-tooltip.js +2 -2
  28. package/components/ix-workflow-step.js +3 -3
  29. package/components/ix-workflow-steps.js +1 -1
  30. package/components/modal.js +6 -0
  31. package/components/modal.js.map +1 -1
  32. package/components/select.js +68 -52
  33. package/components/select.js.map +1 -1
  34. package/components/tooltip.js +2 -2
  35. package/components/tree-item.js +6 -5
  36. package/components/tree-item.js.map +1 -1
  37. package/dist/cjs/{app-globals-3c9c6a50.js → app-globals-4d8f1524.js} +2 -2
  38. package/dist/cjs/{app-globals-3c9c6a50.js.map → app-globals-4d8f1524.js.map} +1 -1
  39. package/dist/cjs/core-js-b22adfab.js +26 -0
  40. package/dist/cjs/core-js-b22adfab.js.map +1 -0
  41. package/dist/cjs/{helper-text-util-3192e78f.js → helper-text-util-635a1877.js} +2 -2
  42. package/dist/cjs/{helper-text-util-3192e78f.js.map → helper-text-util-635a1877.js.map} +1 -1
  43. package/dist/cjs/{index-74904d8b.js → index-492e6488.js} +2 -2
  44. package/dist/cjs/{index-74904d8b.js.map → index-492e6488.js.map} +1 -1
  45. package/dist/cjs/{index-d2117dc0.js → index-b44a6617.js} +3 -1
  46. package/dist/cjs/index-b44a6617.js.map +1 -0
  47. package/dist/cjs/index.cjs.js +2 -2
  48. package/dist/cjs/{index.es2017-0c2b80b6.js → index.es2017-805b5876.js} +3 -3
  49. package/dist/cjs/{index.es2017-0c2b80b6.js.map → index.es2017-805b5876.js.map} +1 -1
  50. package/dist/cjs/{input.util-1c2fa43d.js → input.util-54d161e6.js} +5 -9
  51. package/dist/cjs/input.util-54d161e6.js.map +1 -0
  52. package/dist/cjs/ix-application-header.cjs.entry.js +2 -2
  53. package/dist/cjs/ix-application-switch-modal.cjs.entry.js +1 -1
  54. package/dist/cjs/ix-button.cjs.entry.js +7 -2
  55. package/dist/cjs/ix-button.cjs.entry.js.map +1 -1
  56. package/dist/cjs/ix-col_4.cjs.entry.js +1 -1
  57. package/dist/cjs/ix-date-input.cjs.entry.js +6 -6
  58. package/dist/cjs/ix-date-input.cjs.entry.js.map +1 -1
  59. package/dist/cjs/ix-dropdown-item.cjs.entry.js +1 -1
  60. package/dist/cjs/ix-dropdown-item.cjs.entry.js.map +1 -1
  61. package/dist/cjs/ix-field-label_3.cjs.entry.js +7 -7
  62. package/dist/cjs/ix-field-label_3.cjs.entry.js.map +1 -1
  63. package/dist/cjs/ix-helper-text.cjs.entry.js +2 -2
  64. package/dist/cjs/{ix-icon.entry-e95ddded.js → ix-icon.entry-e33446e2.js} +2 -2
  65. package/dist/cjs/{ix-icon.entry-e95ddded.js.map → ix-icon.entry-e33446e2.js.map} +1 -1
  66. package/dist/cjs/ix-input.cjs.entry.js +5 -5
  67. package/dist/cjs/ix-input.cjs.entry.js.map +1 -1
  68. package/dist/cjs/ix-menu.cjs.entry.js +2 -2
  69. package/dist/cjs/ix-number-input.cjs.entry.js +7 -7
  70. package/dist/cjs/ix-number-input.cjs.entry.js.map +1 -1
  71. package/dist/cjs/ix-select.cjs.entry.js +68 -52
  72. package/dist/cjs/ix-select.cjs.entry.js.map +1 -1
  73. package/dist/cjs/ix-textarea.cjs.entry.js +3 -3
  74. package/dist/cjs/ix-textarea.cjs.entry.js.map +1 -1
  75. package/dist/cjs/ix-time-picker.cjs.entry.js +1 -1
  76. package/dist/cjs/ix-toggle-button.cjs.entry.js +2 -2
  77. package/dist/cjs/ix-toggle.cjs.entry.js +17 -3
  78. package/dist/cjs/ix-toggle.cjs.entry.js.map +1 -1
  79. package/dist/cjs/ix-tree-item.cjs.entry.js +6 -5
  80. package/dist/cjs/ix-tree-item.cjs.entry.js.map +1 -1
  81. package/dist/cjs/ix-tree.cjs.entry.js +330 -489
  82. package/dist/cjs/ix-tree.cjs.entry.js.map +1 -1
  83. package/dist/cjs/ix-upload.cjs.entry.js +3 -3
  84. package/dist/cjs/ix-validation-tooltip.cjs.entry.js +2 -2
  85. package/dist/cjs/ix-workflow-step.cjs.entry.js +3 -3
  86. package/dist/cjs/ix-workflow-steps.cjs.entry.js +1 -1
  87. package/dist/cjs/loader.cjs.js +3 -3
  88. package/dist/cjs/{modal-a49409aa.js → modal-923c83a6.js} +7 -1
  89. package/dist/cjs/modal-923c83a6.js.map +1 -0
  90. package/dist/cjs/{setup-86b7d543.js → setup-cc07fbfc.js} +2 -2
  91. package/dist/cjs/{setup-86b7d543.js.map → setup-cc07fbfc.js.map} +1 -1
  92. package/dist/cjs/siemens-ix.cjs.js +3 -3
  93. package/dist/collection/components/button/button.js +7 -2
  94. package/dist/collection/components/button/button.js.map +1 -1
  95. package/dist/collection/components/date-input/date-input.js +8 -6
  96. package/dist/collection/components/date-input/date-input.js.map +1 -1
  97. package/dist/collection/components/dropdown-item/dropdown-item.css +0 -3
  98. package/dist/collection/components/field-label/field-label.js +13 -5
  99. package/dist/collection/components/field-label/field-label.js.map +1 -1
  100. package/dist/collection/components/field-wrapper/field-wrapper.js +12 -4
  101. package/dist/collection/components/field-wrapper/field-wrapper.js.map +1 -1
  102. package/dist/collection/components/input/input.fc.js +4 -8
  103. package/dist/collection/components/input/input.fc.js.map +1 -1
  104. package/dist/collection/components/input/input.js +5 -3
  105. package/dist/collection/components/input/input.js.map +1 -1
  106. package/dist/collection/components/input/number-input.js +7 -5
  107. package/dist/collection/components/input/number-input.js.map +1 -1
  108. package/dist/collection/components/input/textarea.js +2 -2
  109. package/dist/collection/components/input/textarea.js.map +1 -1
  110. package/dist/collection/components/modal/test/modal.ct.js +57 -65
  111. package/dist/collection/components/modal/test/modal.ct.js.map +1 -1
  112. package/dist/collection/components/select/select.js +68 -52
  113. package/dist/collection/components/select/select.js.map +1 -1
  114. package/dist/collection/components/select/test/select.ct.js +72 -100
  115. package/dist/collection/components/select/test/select.ct.js.map +1 -1
  116. package/dist/collection/components/toggle/toggle.css +376 -161
  117. package/dist/collection/components/toggle/toggle.js +17 -3
  118. package/dist/collection/components/toggle/toggle.js.map +1 -1
  119. package/dist/collection/components/toggle-button/toggle-button.js +2 -2
  120. package/dist/collection/components/tooltip/tooltip.js +2 -2
  121. package/dist/collection/components/tree/tree.js +6 -3
  122. package/dist/collection/components/tree/tree.js.map +1 -1
  123. package/dist/collection/components/tree-item/tree-item.js +6 -5
  124. package/dist/collection/components/tree-item/tree-item.js.map +1 -1
  125. package/dist/collection/components/upload/upload.js +3 -3
  126. package/dist/collection/components/utils/lazy-list/index.js +2 -0
  127. package/dist/collection/components/utils/lazy-list/index.js.map +1 -0
  128. package/dist/collection/components/utils/lazy-list/lazy.js +343 -0
  129. package/dist/collection/components/utils/lazy-list/lazy.js.map +1 -0
  130. package/dist/collection/components/utils/modal/modal.js +6 -0
  131. package/dist/collection/components/utils/modal/modal.js.map +1 -1
  132. package/dist/collection/components/validation-tooltip/validation-tooltip.js +2 -2
  133. package/dist/collection/components/workflow-step/workflow-step.js +3 -3
  134. package/dist/collection/components/workflow-steps/workflow-steps.js +1 -1
  135. package/dist/collection/tests/html-tags/html-tags.e2e.js +17 -0
  136. package/dist/collection/tests/html-tags/html-tags.e2e.js.map +1 -0
  137. package/dist/esm/app-globals-40082a83.js +7 -0
  138. package/dist/esm/{app-globals-ae0ca705.js.map → app-globals-40082a83.js.map} +1 -1
  139. package/dist/esm/{core-js-78b486a8.js → core-js-4a847feb.js} +2 -2
  140. package/dist/esm/{core-js-78b486a8.js.map → core-js-4a847feb.js.map} +1 -1
  141. package/dist/esm/{helper-text-util-10896253.js → helper-text-util-e47b864d.js} +2 -2
  142. package/dist/esm/{helper-text-util-10896253.js.map → helper-text-util-e47b864d.js.map} +1 -1
  143. package/dist/esm/{index-ad2af369.js → index-2b76ea55.js} +3 -2
  144. package/dist/esm/index-2b76ea55.js.map +1 -0
  145. package/dist/esm/{index-60d17930.js → index-7421df0c.js} +2 -2
  146. package/dist/esm/{index-60d17930.js.map → index-7421df0c.js.map} +1 -1
  147. package/dist/esm/{index.es2017-93ac816c.js → index.es2017-4e6fdf77.js} +3 -3
  148. package/dist/esm/{index.es2017-93ac816c.js.map → index.es2017-4e6fdf77.js.map} +1 -1
  149. package/dist/esm/index.js +3 -3
  150. package/dist/esm/{input.util-715860e3.js → input.util-c855b2ed.js} +5 -9
  151. package/dist/esm/input.util-c855b2ed.js.map +1 -0
  152. package/dist/esm/ix-application-header.entry.js +2 -2
  153. package/dist/esm/ix-application-switch-modal.entry.js +1 -1
  154. package/dist/esm/ix-button.entry.js +7 -2
  155. package/dist/esm/ix-button.entry.js.map +1 -1
  156. package/dist/esm/ix-col_4.entry.js +1 -1
  157. package/dist/esm/ix-date-input.entry.js +6 -6
  158. package/dist/esm/ix-date-input.entry.js.map +1 -1
  159. package/dist/esm/ix-dropdown-item.entry.js +1 -1
  160. package/dist/esm/ix-dropdown-item.entry.js.map +1 -1
  161. package/dist/esm/ix-field-label_3.entry.js +7 -7
  162. package/dist/esm/ix-field-label_3.entry.js.map +1 -1
  163. package/dist/esm/ix-helper-text.entry.js +2 -2
  164. package/dist/esm/{ix-icon.entry-621b700a.js → ix-icon.entry-f5f7c268.js} +2 -2
  165. package/dist/esm/{ix-icon.entry-621b700a.js.map → ix-icon.entry-f5f7c268.js.map} +1 -1
  166. package/dist/esm/ix-input.entry.js +5 -5
  167. package/dist/esm/ix-input.entry.js.map +1 -1
  168. package/dist/esm/ix-menu.entry.js +2 -2
  169. package/dist/esm/ix-number-input.entry.js +7 -7
  170. package/dist/esm/ix-number-input.entry.js.map +1 -1
  171. package/dist/esm/ix-select.entry.js +68 -52
  172. package/dist/esm/ix-select.entry.js.map +1 -1
  173. package/dist/esm/ix-textarea.entry.js +3 -3
  174. package/dist/esm/ix-textarea.entry.js.map +1 -1
  175. package/dist/esm/ix-time-picker.entry.js +1 -1
  176. package/dist/esm/ix-toggle-button.entry.js +2 -2
  177. package/dist/esm/ix-toggle.entry.js +18 -4
  178. package/dist/esm/ix-toggle.entry.js.map +1 -1
  179. package/dist/esm/ix-tree-item.entry.js +6 -5
  180. package/dist/esm/ix-tree-item.entry.js.map +1 -1
  181. package/dist/esm/ix-tree.entry.js +330 -489
  182. package/dist/esm/ix-tree.entry.js.map +1 -1
  183. package/dist/esm/ix-upload.entry.js +3 -3
  184. package/dist/esm/ix-validation-tooltip.entry.js +2 -2
  185. package/dist/esm/ix-workflow-step.entry.js +3 -3
  186. package/dist/esm/ix-workflow-steps.entry.js +1 -1
  187. package/dist/esm/loader.js +3 -3
  188. package/dist/esm/{modal-101eef04.js → modal-4b3f8800.js} +7 -1
  189. package/dist/{cjs/modal-a49409aa.js.map → esm/modal-4b3f8800.js.map} +1 -1
  190. package/dist/esm/{setup-d88021f8.js → setup-9c5fe321.js} +2 -2
  191. package/dist/esm/{setup-d88021f8.js.map → setup-9c5fe321.js.map} +1 -1
  192. package/dist/esm/siemens-ix.js +3 -3
  193. package/dist/siemens-ix/index.esm.js +1 -1
  194. package/dist/siemens-ix/{p-0dbc970e.entry.js → p-0b2f0536.entry.js} +2 -2
  195. package/dist/siemens-ix/{p-2b226409.entry.js → p-0b5c9f33.entry.js} +2 -2
  196. package/dist/siemens-ix/p-0b5c9f33.entry.js.map +1 -0
  197. package/dist/siemens-ix/{p-044c2a7b.entry.js → p-18542846.entry.js} +2 -2
  198. package/dist/siemens-ix/p-20938f73.entry.js +2 -0
  199. package/dist/siemens-ix/p-20938f73.entry.js.map +1 -0
  200. package/dist/siemens-ix/p-22cba43a.entry.js +2 -0
  201. package/dist/siemens-ix/p-22cba43a.entry.js.map +1 -0
  202. package/dist/siemens-ix/{p-9fe2759f.entry.js → p-243e8b32.entry.js} +2 -2
  203. package/dist/siemens-ix/p-243e8b32.entry.js.map +1 -0
  204. package/dist/siemens-ix/p-38d9d569.js +2 -0
  205. package/dist/siemens-ix/p-38d9d569.js.map +1 -0
  206. package/dist/siemens-ix/{p-d7aa00d6.js → p-3aaecbd9.js} +2 -2
  207. package/dist/siemens-ix/{p-175599e4.entry.js → p-42320fb3.entry.js} +2 -2
  208. package/dist/siemens-ix/p-44fa005c.js +4 -0
  209. package/dist/siemens-ix/{p-a2200306.js.map → p-44fa005c.js.map} +1 -1
  210. package/dist/siemens-ix/p-451551d1.js +2 -0
  211. package/dist/siemens-ix/p-451551d1.js.map +1 -0
  212. package/dist/siemens-ix/p-53fd545a.entry.js +2 -0
  213. package/dist/siemens-ix/p-53fd545a.entry.js.map +1 -0
  214. package/dist/siemens-ix/p-5fbdff13.entry.js +2 -0
  215. package/dist/siemens-ix/p-5fbdff13.entry.js.map +1 -0
  216. package/dist/siemens-ix/{p-1f6df0c6.js → p-738c2d1f.js} +2 -2
  217. package/dist/siemens-ix/{p-424e8092.entry.js → p-897c8e5b.entry.js} +2 -2
  218. package/dist/siemens-ix/p-897c8e5b.entry.js.map +1 -0
  219. package/dist/siemens-ix/{p-f35386ec.js → p-93d4d3c9.js} +2 -2
  220. package/dist/siemens-ix/{p-9948574f.entry.js → p-97d4b3bd.entry.js} +2 -2
  221. package/dist/siemens-ix/{p-6a4a2064.entry.js → p-9f960c0b.entry.js} +2 -2
  222. package/dist/siemens-ix/{p-0c89cbcc.entry.js → p-a4dc6824.entry.js} +2 -2
  223. package/dist/siemens-ix/{p-fe87443e.js → p-a6af13b0.js} +2 -2
  224. package/dist/siemens-ix/p-af7c4b16.entry.js +2 -0
  225. package/dist/siemens-ix/p-af7c4b16.entry.js.map +1 -0
  226. package/dist/siemens-ix/{p-a3364116.entry.js → p-afb4565c.entry.js} +2 -2
  227. package/dist/siemens-ix/{p-4c9b7548.entry.js → p-bc272f75.entry.js} +2 -2
  228. package/dist/siemens-ix/{p-3205726a.entry.js → p-bfe469e4.entry.js} +2 -2
  229. package/dist/siemens-ix/{p-792e1c52.entry.js → p-c07557b0.entry.js} +2 -2
  230. package/dist/siemens-ix/p-c07557b0.entry.js.map +1 -0
  231. package/dist/siemens-ix/p-c3ca17fc.js +2 -0
  232. package/dist/siemens-ix/p-c530de51.entry.js +2 -0
  233. package/dist/siemens-ix/p-c530de51.entry.js.map +1 -0
  234. package/dist/siemens-ix/p-d2f21544.js +2 -0
  235. package/dist/siemens-ix/{p-68bb2a09.entry.js → p-d9b654af.entry.js} +2 -2
  236. package/dist/siemens-ix/p-d9b654af.entry.js.map +1 -0
  237. package/dist/siemens-ix/{p-e9a37b3f.entry.js → p-ee0645f8.entry.js} +2 -2
  238. package/dist/siemens-ix/p-fe158b99.js +2 -0
  239. package/dist/siemens-ix/p-fe158b99.js.map +1 -0
  240. package/dist/siemens-ix/{p-f39048a2.entry.js → p-fe396297.entry.js} +2 -2
  241. package/dist/siemens-ix/siemens-ix.esm.js +1 -1
  242. package/dist/types/components/button/button.d.ts +1 -0
  243. package/dist/types/components/date-input/date-input.d.ts +2 -0
  244. package/dist/types/components/field-label/field-label.d.ts +1 -1
  245. package/dist/types/components/field-wrapper/field-wrapper.d.ts +1 -1
  246. package/dist/types/components/input/input.d.ts +2 -0
  247. package/dist/types/components/input/number-input.d.ts +2 -0
  248. package/dist/types/components/modal/test/modal.ct.d.ts +2 -1
  249. package/dist/types/components/select/select.d.ts +9 -8
  250. package/dist/types/components/utils/lazy-list/index.d.ts +2 -0
  251. package/dist/types/components/utils/lazy-list/lazy.d.ts +51 -0
  252. package/dist/types/components.d.ts +9 -3
  253. package/hydrate/index.js +499 -621
  254. package/package.json +1 -2
  255. package/dist/cjs/_commonjsHelpers-0192c5b3.js +0 -17
  256. package/dist/cjs/_commonjsHelpers-0192c5b3.js.map +0 -1
  257. package/dist/cjs/core-js-2fc351ee.js +0 -26
  258. package/dist/cjs/core-js-2fc351ee.js.map +0 -1
  259. package/dist/cjs/index-d2117dc0.js.map +0 -1
  260. package/dist/cjs/input.util-1c2fa43d.js.map +0 -1
  261. package/dist/esm/_commonjsHelpers-e557d4a5.js +0 -13
  262. package/dist/esm/_commonjsHelpers-e557d4a5.js.map +0 -1
  263. package/dist/esm/app-globals-ae0ca705.js +0 -7
  264. package/dist/esm/index-ad2af369.js.map +0 -1
  265. package/dist/esm/input.util-715860e3.js.map +0 -1
  266. package/dist/esm/modal-101eef04.js.map +0 -1
  267. package/dist/siemens-ix/p-0f0e7e14.entry.js +0 -2
  268. package/dist/siemens-ix/p-0f0e7e14.entry.js.map +0 -1
  269. package/dist/siemens-ix/p-23a4b81f.js +0 -2
  270. package/dist/siemens-ix/p-23a4b81f.js.map +0 -1
  271. package/dist/siemens-ix/p-2b226409.entry.js.map +0 -1
  272. package/dist/siemens-ix/p-424e8092.entry.js.map +0 -1
  273. package/dist/siemens-ix/p-45840cb9.js +0 -2
  274. package/dist/siemens-ix/p-45840cb9.js.map +0 -1
  275. package/dist/siemens-ix/p-4624a772.entry.js +0 -2
  276. package/dist/siemens-ix/p-4624a772.entry.js.map +0 -1
  277. package/dist/siemens-ix/p-50096707.js +0 -2
  278. package/dist/siemens-ix/p-5682e985.js +0 -2
  279. package/dist/siemens-ix/p-5db5a0b5.entry.js +0 -2
  280. package/dist/siemens-ix/p-5db5a0b5.entry.js.map +0 -1
  281. package/dist/siemens-ix/p-68bb2a09.entry.js.map +0 -1
  282. package/dist/siemens-ix/p-792e1c52.entry.js.map +0 -1
  283. package/dist/siemens-ix/p-79bb0d39.js +0 -2
  284. package/dist/siemens-ix/p-79bb0d39.js.map +0 -1
  285. package/dist/siemens-ix/p-857f99c8.entry.js +0 -2
  286. package/dist/siemens-ix/p-857f99c8.entry.js.map +0 -1
  287. package/dist/siemens-ix/p-9fe2759f.entry.js.map +0 -1
  288. package/dist/siemens-ix/p-a2200306.js +0 -4
  289. package/dist/siemens-ix/p-a427e6a2.js +0 -2
  290. package/dist/siemens-ix/p-a427e6a2.js.map +0 -1
  291. package/dist/siemens-ix/p-bded112a.entry.js +0 -2
  292. package/dist/siemens-ix/p-bded112a.entry.js.map +0 -1
  293. package/dist/siemens-ix/p-f7618d1d.entry.js +0 -2
  294. package/dist/siemens-ix/p-f7618d1d.entry.js.map +0 -1
  295. /package/dist/siemens-ix/{p-0dbc970e.entry.js.map → p-0b2f0536.entry.js.map} +0 -0
  296. /package/dist/siemens-ix/{p-044c2a7b.entry.js.map → p-18542846.entry.js.map} +0 -0
  297. /package/dist/siemens-ix/{p-d7aa00d6.js.map → p-3aaecbd9.js.map} +0 -0
  298. /package/dist/siemens-ix/{p-175599e4.entry.js.map → p-42320fb3.entry.js.map} +0 -0
  299. /package/dist/siemens-ix/{p-1f6df0c6.js.map → p-738c2d1f.js.map} +0 -0
  300. /package/dist/siemens-ix/{p-f35386ec.js.map → p-93d4d3c9.js.map} +0 -0
  301. /package/dist/siemens-ix/{p-9948574f.entry.js.map → p-97d4b3bd.entry.js.map} +0 -0
  302. /package/dist/siemens-ix/{p-6a4a2064.entry.js.map → p-9f960c0b.entry.js.map} +0 -0
  303. /package/dist/siemens-ix/{p-0c89cbcc.entry.js.map → p-a4dc6824.entry.js.map} +0 -0
  304. /package/dist/siemens-ix/{p-fe87443e.js.map → p-a6af13b0.js.map} +0 -0
  305. /package/dist/siemens-ix/{p-a3364116.entry.js.map → p-afb4565c.entry.js.map} +0 -0
  306. /package/dist/siemens-ix/{p-4c9b7548.entry.js.map → p-bc272f75.entry.js.map} +0 -0
  307. /package/dist/siemens-ix/{p-3205726a.entry.js.map → p-bfe469e4.entry.js.map} +0 -0
  308. /package/dist/siemens-ix/{p-5682e985.js.map → p-c3ca17fc.js.map} +0 -0
  309. /package/dist/siemens-ix/{p-50096707.js.map → p-d2f21544.js.map} +0 -0
  310. /package/dist/siemens-ix/{p-e9a37b3f.entry.js.map → p-ee0645f8.entry.js.map} +0 -0
  311. /package/dist/siemens-ix/{p-f39048a2.entry.js.map → p-fe396297.entry.js.map} +0 -0
@@ -36,12 +36,11 @@
36
36
  /* Handle */
37
37
  /* Handle on hover */
38
38
  display: inline-flex;
39
+ flex-direction: row;
39
40
  position: relative;
40
- height: 2rem;
41
- justify-content: flex-start;
42
- align-items: center;
43
- margin-right: 0.25rem;
44
- cursor: pointer;
41
+ height: 1.5rem;
42
+ margin-block-start: 0.25rem;
43
+ margin-block-end: 0.25rem;
45
44
  }
46
45
  :host *,
47
46
  :host *::after,
@@ -78,23 +77,34 @@
78
77
  :host ::-webkit-scrollbar-corner {
79
78
  display: none;
80
79
  }
80
+ :host input[type=checkbox] {
81
+ display: none;
82
+ }
83
+ :host .wrapper {
84
+ display: flex;
85
+ align-items: flex-start;
86
+ width: 100%;
87
+ height: 100%;
88
+ }
89
+ :host .label {
90
+ display: inline-block;
91
+ white-space: normal;
92
+ overflow: hidden;
93
+ text-overflow: ellipsis;
94
+ margin-block-start: 0.125rem;
95
+ margin-inline-start: 0.5625rem;
96
+ }
81
97
  :host .switch {
98
+ all: unset;
82
99
  position: relative;
83
100
  display: inline-block;
84
101
  width: 3rem;
85
102
  min-width: 3rem;
86
103
  max-width: 3rem;
87
104
  height: 1.5rem;
88
- margin-right: 0.25rem;
89
- }
90
- :host .switch input {
91
- opacity: 0;
92
- width: 0;
93
- height: 0;
94
105
  }
95
106
  :host .slider {
96
107
  position: absolute;
97
- cursor: pointer;
98
108
  top: 0;
99
109
  left: 0;
100
110
  right: 0;
@@ -102,219 +112,424 @@
102
112
  background-color: var(--theme-switch-off--background);
103
113
  transition: var(--theme-default-time);
104
114
  border-radius: 1.5rem;
105
- border: 1px solid transparent;
115
+ border: 0.0625rem solid transparent;
106
116
  }
107
117
  :host .slider:before {
108
118
  position: absolute;
109
119
  content: "";
110
120
  height: 1.125rem;
111
121
  width: 1.125rem;
112
- left: 4px;
113
- bottom: 2px;
122
+ left: 0.125rem;
123
+ bottom: 0.125rem;
114
124
  background-color: var(--theme-switch-thumb-off--background);
115
125
  transition: var(--theme-default-time);
116
126
  border-radius: 50%;
117
127
  }
118
- :host input {
119
- border: 0;
120
- clip: rect(0 0 0 0);
121
- height: 1px;
122
- margin: -1px;
123
- overflow: hidden;
124
- padding: 0;
125
- position: absolute;
126
- width: 1px;
127
- }
128
- :host input:focus-visible + .switch > .slider {
129
- outline: 1px solid var(--theme-color-focus-bdr);
130
- outline-offset: 1px;
131
- }
132
- :host input:checked + .switch > .slider::before {
128
+ :host .switch.checked > .slider::before {
133
129
  background-color: var(--theme-switch-thumb-on--background);
134
- transform: translateX(1.35rem);
130
+ transform: translateX(1.5rem);
135
131
  }
136
- :host input + .switch > .slider {
132
+ :host .switch > .slider {
137
133
  border-color: var(--theme-switch-off--border-color);
138
134
  }
139
- :host input + .switch:hover > .slider {
135
+ :host .switch:hover > .slider {
140
136
  background-color: var(--theme-switch-off--background--hover);
141
137
  border-color: var(--theme-switch-off--border-color--hover);
142
138
  }
143
- :host input + .switch:hover > .slider:before {
139
+ :host .switch:hover > .slider:before {
144
140
  background-color: var(--theme-switch-thumb-off--background--hover);
145
141
  }
146
- :host input + .switch:active > .slider {
142
+ :host .switch:active > .slider {
147
143
  background-color: var(--theme-switch-off--background--active);
148
144
  border-color: var(--theme-switch-off--border-color--active);
149
145
  }
150
- :host input + .switch:active > .slider:before {
146
+ :host .switch:active > .slider:before {
151
147
  background-color: var(--theme-switch-thumb-off--background--active);
152
148
  }
153
- :host input:checked + .switch > .slider {
149
+ :host .switch.checked > .slider {
154
150
  background-color: var(--theme-switch-on--background);
155
151
  border-color: var(--theme-switch-on--border-color);
156
152
  }
157
- :host input:checked + .switch:hover > .slider {
153
+ :host .switch.checked:hover > .slider {
158
154
  background-color: var(--theme-switch-on--background--hover);
159
155
  border-color: var(--theme-switch-on--border-color--hover);
160
156
  }
161
- :host input:checked + .switch:hover > .slider:before {
157
+ :host .switch.checked:hover > .slider:before {
162
158
  background-color: var(--theme-switch-thumb-on--background--hover);
163
159
  }
164
- :host input:checked + .switch:active > .slider {
160
+ :host .switch.checked:active > .slider {
165
161
  background-color: var(--theme-switch-on--background--active);
166
162
  border-color: var(--theme-switch-on--border-color--active);
167
163
  }
168
- :host input:checked + .switch:active > .slider:before {
164
+ :host .switch.checked:active > .slider:before {
169
165
  background-color: var(--theme-switch-thumb-on--background--active);
170
166
  }
171
- :host input:indeterminate + .switch > .slider::before {
172
- transform: translateX(0.7rem);
167
+ :host .switch.indeterminate > .slider::before {
168
+ transform: translateX(0.75rem);
173
169
  }
174
- :host .toggle-text {
175
- overflow: hidden;
176
- white-space: nowrap;
177
- text-overflow: ellipsis;
170
+
171
+ :host(:not(.disabled)) .wrapper {
172
+ cursor: pointer;
173
+ }
174
+ :host(:not(.disabled)) .switch:focus-visible > .slider {
175
+ outline: 0.0625rem solid var(--theme-color-focus-bdr);
176
+ outline-offset: 0.0625rem;
178
177
  }
179
178
 
180
179
  :host(.disabled) {
181
180
  pointer-events: none;
182
181
  }
183
- :host(.disabled) input + .switch {
182
+ :host(.disabled) .switch {
184
183
  opacity: 0.5;
185
184
  }
186
- :host(.disabled) input + .switch > .slider {
185
+ :host(.disabled) .switch > .slider {
187
186
  background-color: var(--theme-switch-off--background--disabled);
188
187
  }
189
- :host(.disabled) input + .switch > .slider:before {
188
+ :host(.disabled) .switch > .slider:before {
190
189
  background-color: var(--theme-switch-thumb-off--background--disabled);
191
190
  }
192
- :host(.disabled) input:checked + .switch > .slider {
191
+ :host(.disabled) .switch.checked > .slider {
193
192
  background-color: var(--theme-switch-on--background--disabled);
194
193
  }
195
- :host(.disabled) input:checked + .switch > .slider:before {
194
+ :host(.disabled) .switch.checked > .slider:before {
196
195
  background-color: var(--theme-switch-thumb-on--background--disabled);
197
196
  }
198
- :host(.disabled) .toggle-text {
197
+ :host(.disabled) .label {
199
198
  color: var(--theme-color-weak-text);
200
199
  }
201
200
 
202
201
  :host(.ix-info:not(.disabled)) .slider {
203
- --theme-switch-off--background: var(--theme-switch-off--background--info);
204
- --theme-switch-off--background--hover: var(--theme-switch-off--background--info--hover);
205
- --theme-switch-off--background--active: var(--theme-switch-off--background--info--active);
206
- --theme-switch-thumb-off--background: var(--theme-switch-thumb-off--background--info);
207
- --theme-switch-thumb-off--background--hover: var(--theme-switch-thumb-off--background--info--hover);
208
- --theme-switch-thumb-off--background--active: var(--theme-switch-thumb-off--background--info--active);
209
- --theme-switch-off--border-color: var(--theme-switch-off--border-color--info);
210
- --theme-switch-off--border-color--hover: var(--theme-switch-off--border-color--info--hover);
211
- --theme-switch-off--border-color--active: var(--theme-switch-off--border-color--info--active);
212
- --theme-switch-on--background: var(--theme-switch-on--background--info);
213
- --theme-switch-on--background--hover: var(--theme-switch-on--background--info--hover);
214
- --theme-switch-on--background--active: var(--theme-switch-on--background--info--active);
215
- --theme-switch-thumb-on--background: var(--theme-switch-thumb-on--background--info);
216
- --theme-switch-thumb-on--background--hover: var(--theme-switch-thumb-on--background--info--hover);
217
- --theme-switch-thumb-on--background--active: var(--theme-switch-thumb-on--background--info--active);
218
- --theme-switch-on--border-color: var(--theme-switch-on--border-color--info);
219
- --theme-switch-on--border-color--hover: var(--theme-switch-on--border-color--info--hover);
220
- --theme-switch-on--border-color--active: var(--theme-switch-on--border-color--info--active);
221
- --theme-switch-mixed--background: var(--theme-switch-mixed--background--info);
222
- --theme-switch-mixed--background--hover: var(--theme-switch-mixed--background--info--hover);
223
- --theme-switch-mixed--background--active: var(--theme-switch-mixed--background--info--active);
224
- --theme-switch-thumb-mixed--background: var(--theme-switch-thumb-mixed--background--info);
225
- --theme-switch-thumb-mixed--background--hover: var(--theme-switch-thumb-mixed--background--info--hover);
226
- --theme-switch-thumb-mixed--background--active: var(--theme-switch-thumb-mixed--background--info--active);
227
- --theme-switch-mixed--border-color: var(--theme-switch-mixed--border-color--info);
228
- --theme-switch-mixed--border-color--hover: var(--theme-switch-mixed--border-color--info--hover);
229
- --theme-switch-mixed--border-color--active: var(--theme-switch-mixed--border-color--info--active);
202
+ --theme-switch-off--background: var(
203
+ --theme-switch-off--background--info
204
+ );
205
+ --theme-switch-off--background--hover: var(
206
+ --theme-switch-off--background--info--hover
207
+ );
208
+ --theme-switch-off--background--active: var(
209
+ --theme-switch-off--background--info--active
210
+ );
211
+ --theme-switch-thumb-off--background: var(
212
+ --theme-switch-thumb-off--background--info
213
+ );
214
+ --theme-switch-thumb-off--background--hover: var(
215
+ --theme-switch-thumb-off--background--info--hover
216
+ );
217
+ --theme-switch-thumb-off--background--active: var(
218
+ --theme-switch-thumb-off--background--info--active
219
+ );
220
+ --theme-switch-off--border-color: var(
221
+ --theme-switch-off--border-color--info
222
+ );
223
+ --theme-switch-off--border-color--hover: var(
224
+ --theme-switch-off--border-color--info--hover
225
+ );
226
+ --theme-switch-off--border-color--active: var(
227
+ --theme-switch-off--border-color--info--active
228
+ );
229
+ --theme-switch-on--background: var(
230
+ --theme-switch-on--background--info
231
+ );
232
+ --theme-switch-on--background--hover: var(
233
+ --theme-switch-on--background--info--hover
234
+ );
235
+ --theme-switch-on--background--active: var(
236
+ --theme-switch-on--background--info--active
237
+ );
238
+ --theme-switch-thumb-on--background: var(
239
+ --theme-switch-thumb-on--background--info
240
+ );
241
+ --theme-switch-thumb-on--background--hover: var(
242
+ --theme-switch-thumb-on--background--info--hover
243
+ );
244
+ --theme-switch-thumb-on--background--active: var(
245
+ --theme-switch-thumb-on--background--info--active
246
+ );
247
+ --theme-switch-on--border-color: var(
248
+ --theme-switch-on--border-color--info
249
+ );
250
+ --theme-switch-on--border-color--hover: var(
251
+ --theme-switch-on--border-color--info--hover
252
+ );
253
+ --theme-switch-on--border-color--active: var(
254
+ --theme-switch-on--border-color--info--active
255
+ );
256
+ --theme-switch-mixed--background: var(
257
+ --theme-switch-mixed--background--info
258
+ );
259
+ --theme-switch-mixed--background--hover: var(
260
+ --theme-switch-mixed--background--info--hover
261
+ );
262
+ --theme-switch-mixed--background--active: var(
263
+ --theme-switch-mixed--background--info--active
264
+ );
265
+ --theme-switch-thumb-mixed--background: var(
266
+ --theme-switch-thumb-mixed--background--info
267
+ );
268
+ --theme-switch-thumb-mixed--background--hover: var(
269
+ --theme-switch-thumb-mixed--background--info--hover
270
+ );
271
+ --theme-switch-thumb-mixed--background--active: var(
272
+ --theme-switch-thumb-mixed--background--info--active
273
+ );
274
+ --theme-switch-mixed--border-color: var(
275
+ --theme-switch-mixed--border-color--info
276
+ );
277
+ --theme-switch-mixed--border-color--hover: var(
278
+ --theme-switch-mixed--border-color--info--hover
279
+ );
280
+ --theme-switch-mixed--border-color--active: var(
281
+ --theme-switch-mixed--border-color--info--active
282
+ );
230
283
  }
231
284
 
232
285
  :host(.ix-warning:not(.disabled)) .slider {
233
- --theme-switch-off--background: var(--theme-switch-off--background--warning);
234
- --theme-switch-off--background--hover: var(--theme-switch-off--background--warning--hover);
235
- --theme-switch-off--background--active: var(--theme-switch-off--background--warning--active);
236
- --theme-switch-thumb-off--background: var(--theme-switch-thumb-off--background--warning);
237
- --theme-switch-thumb-off--background--hover: var(--theme-switch-thumb-off--background--warning--hover);
238
- --theme-switch-thumb-off--background--active: var(--theme-switch-thumb-off--background--warning--active);
239
- --theme-switch-off--border-color: var(--theme-switch-off--border-color--warning);
240
- --theme-switch-off--border-color--hover: var(--theme-switch-off--border-color--warning--hover);
241
- --theme-switch-off--border-color--active: var(--theme-switch-off--border-color--warning--active);
242
- --theme-switch-on--background: var(--theme-switch-on--background--warning);
243
- --theme-switch-on--background--hover: var(--theme-switch-on--background--warning--hover);
244
- --theme-switch-on--background--active: var(--theme-switch-on--background--warning--active);
245
- --theme-switch-thumb-on--background: var(--theme-switch-thumb-on--background--warning);
246
- --theme-switch-thumb-on--background--hover: var(--theme-switch-thumb-on--background--warning--hover);
247
- --theme-switch-thumb-on--background--active: var(--theme-switch-thumb-on--background--warning--active);
248
- --theme-switch-on--border-color: var(--theme-switch-on--border-color--warning);
249
- --theme-switch-on--border-color--hover: var(--theme-switch-on--border-color--warning--hover);
250
- --theme-switch-on--border-color--active: var(--theme-switch-on--border-color--warning--active);
251
- --theme-switch-mixed--background: var(--theme-switch-mixed--background--warning);
252
- --theme-switch-mixed--background--hover: var(--theme-switch-mixed--background--warning--hover);
253
- --theme-switch-mixed--background--active: var(--theme-switch-mixed--background--warning--active);
254
- --theme-switch-thumb-mixed--background: var(--theme-switch-thumb-mixed--background--warning);
255
- --theme-switch-thumb-mixed--background--hover: var(--theme-switch-thumb-mixed--background--warning--hover);
256
- --theme-switch-thumb-mixed--background--active: var(--theme-switch-thumb-mixed--background--warning--active);
257
- --theme-switch-mixed--border-color: var(--theme-switch-mixed--border-color--warning);
258
- --theme-switch-mixed--border-color--hover: var(--theme-switch-mixed--border-color--warning--hover);
259
- --theme-switch-mixed--border-color--active: var(--theme-switch-mixed--border-color--warning--active);
286
+ --theme-switch-off--background: var(
287
+ --theme-switch-off--background--warning
288
+ );
289
+ --theme-switch-off--background--hover: var(
290
+ --theme-switch-off--background--warning--hover
291
+ );
292
+ --theme-switch-off--background--active: var(
293
+ --theme-switch-off--background--warning--active
294
+ );
295
+ --theme-switch-thumb-off--background: var(
296
+ --theme-switch-thumb-off--background--warning
297
+ );
298
+ --theme-switch-thumb-off--background--hover: var(
299
+ --theme-switch-thumb-off--background--warning--hover
300
+ );
301
+ --theme-switch-thumb-off--background--active: var(
302
+ --theme-switch-thumb-off--background--warning--active
303
+ );
304
+ --theme-switch-off--border-color: var(
305
+ --theme-switch-off--border-color--warning
306
+ );
307
+ --theme-switch-off--border-color--hover: var(
308
+ --theme-switch-off--border-color--warning--hover
309
+ );
310
+ --theme-switch-off--border-color--active: var(
311
+ --theme-switch-off--border-color--warning--active
312
+ );
313
+ --theme-switch-on--background: var(
314
+ --theme-switch-on--background--warning
315
+ );
316
+ --theme-switch-on--background--hover: var(
317
+ --theme-switch-on--background--warning--hover
318
+ );
319
+ --theme-switch-on--background--active: var(
320
+ --theme-switch-on--background--warning--active
321
+ );
322
+ --theme-switch-thumb-on--background: var(
323
+ --theme-switch-thumb-on--background--warning
324
+ );
325
+ --theme-switch-thumb-on--background--hover: var(
326
+ --theme-switch-thumb-on--background--warning--hover
327
+ );
328
+ --theme-switch-thumb-on--background--active: var(
329
+ --theme-switch-thumb-on--background--warning--active
330
+ );
331
+ --theme-switch-on--border-color: var(
332
+ --theme-switch-on--border-color--warning
333
+ );
334
+ --theme-switch-on--border-color--hover: var(
335
+ --theme-switch-on--border-color--warning--hover
336
+ );
337
+ --theme-switch-on--border-color--active: var(
338
+ --theme-switch-on--border-color--warning--active
339
+ );
340
+ --theme-switch-mixed--background: var(
341
+ --theme-switch-mixed--background--warning
342
+ );
343
+ --theme-switch-mixed--background--hover: var(
344
+ --theme-switch-mixed--background--warning--hover
345
+ );
346
+ --theme-switch-mixed--background--active: var(
347
+ --theme-switch-mixed--background--warning--active
348
+ );
349
+ --theme-switch-thumb-mixed--background: var(
350
+ --theme-switch-thumb-mixed--background--warning
351
+ );
352
+ --theme-switch-thumb-mixed--background--hover: var(
353
+ --theme-switch-thumb-mixed--background--warning--hover
354
+ );
355
+ --theme-switch-thumb-mixed--background--active: var(
356
+ --theme-switch-thumb-mixed--background--warning--active
357
+ );
358
+ --theme-switch-mixed--border-color: var(
359
+ --theme-switch-mixed--border-color--warning
360
+ );
361
+ --theme-switch-mixed--border-color--hover: var(
362
+ --theme-switch-mixed--border-color--warning--hover
363
+ );
364
+ --theme-switch-mixed--border-color--active: var(
365
+ --theme-switch-mixed--border-color--warning--active
366
+ );
260
367
  }
261
368
 
262
369
  :host(.ix-invalid--required:not(.disabled)) .slider {
263
- --theme-switch-off--background: var(--theme-switch-off--background--invalid);
264
- --theme-switch-off--background--hover: var(--theme-switch-off--background--invalid--hover);
265
- --theme-switch-off--background--active: var(--theme-switch-off--background--invalid--active);
266
- --theme-switch-thumb-off--background: var(--theme-switch-thumb-off--background--invalid);
267
- --theme-switch-thumb-off--background--hover: var(--theme-switch-thumb-off--background--invalid--hover);
268
- --theme-switch-thumb-off--background--active: var(--theme-switch-thumb-off--background--invalid--active);
269
- --theme-switch-off--border-color: var(--theme-switch-off--border-color--invalid);
270
- --theme-switch-off--border-color--hover: var(--theme-switch-off--border-color--invalid--hover);
271
- --theme-switch-off--border-color--active: var(--theme-switch-off--border-color--invalid--active);
272
- --theme-switch-on--background: var(--theme-switch-on--background--invalid);
273
- --theme-switch-on--background--hover: var(--theme-switch-on--background--invalid--hover);
274
- --theme-switch-on--background--active: var(--theme-switch-on--background--invalid--active);
275
- --theme-switch-thumb-on--background: var(--theme-switch-thumb-on--background--invalid);
276
- --theme-switch-thumb-on--background--hover: var(--theme-switch-thumb-on--background--invalid--hover);
277
- --theme-switch-thumb-on--background--active: var(--theme-switch-thumb-on--background--invalid--active);
278
- --theme-switch-on--border-color: var(--theme-switch-on--border-color--invalid);
279
- --theme-switch-on--border-color--hover: var(--theme-switch-on--border-color--invalid--hover);
280
- --theme-switch-on--border-color--active: var(--theme-switch-on--border-color--invalid--active);
281
- --theme-switch-mixed--background: var(--theme-switch-mixed--background--invalid);
282
- --theme-switch-mixed--background--hover: var(--theme-switch-mixed--background--invalid--hover);
283
- --theme-switch-mixed--background--active: var(--theme-switch-mixed--background--invalid--active);
284
- --theme-switch-thumb-mixed--background: var(--theme-switch-thumb-mixed--background--invalid);
285
- --theme-switch-thumb-mixed--background--hover: var(--theme-switch-thumb-mixed--background--invalid--hover);
286
- --theme-switch-thumb-mixed--background--active: var(--theme-switch-thumb-mixed--background--invalid--active);
287
- --theme-switch-mixed--border-color: var(--theme-switch-mixed--border-color--invalid);
288
- --theme-switch-mixed--border-color--hover: var(--theme-switch-mixed--border-color--invalid--hover);
289
- --theme-switch-mixed--border-color--active: var(--theme-switch-mixed--border-color--invalid--active);
370
+ --theme-switch-off--background: var(
371
+ --theme-switch-off--background--invalid
372
+ );
373
+ --theme-switch-off--background--hover: var(
374
+ --theme-switch-off--background--invalid--hover
375
+ );
376
+ --theme-switch-off--background--active: var(
377
+ --theme-switch-off--background--invalid--active
378
+ );
379
+ --theme-switch-thumb-off--background: var(
380
+ --theme-switch-thumb-off--background--invalid
381
+ );
382
+ --theme-switch-thumb-off--background--hover: var(
383
+ --theme-switch-thumb-off--background--invalid--hover
384
+ );
385
+ --theme-switch-thumb-off--background--active: var(
386
+ --theme-switch-thumb-off--background--invalid--active
387
+ );
388
+ --theme-switch-off--border-color: var(
389
+ --theme-switch-off--border-color--invalid
390
+ );
391
+ --theme-switch-off--border-color--hover: var(
392
+ --theme-switch-off--border-color--invalid--hover
393
+ );
394
+ --theme-switch-off--border-color--active: var(
395
+ --theme-switch-off--border-color--invalid--active
396
+ );
397
+ --theme-switch-on--background: var(
398
+ --theme-switch-on--background--invalid
399
+ );
400
+ --theme-switch-on--background--hover: var(
401
+ --theme-switch-on--background--invalid--hover
402
+ );
403
+ --theme-switch-on--background--active: var(
404
+ --theme-switch-on--background--invalid--active
405
+ );
406
+ --theme-switch-thumb-on--background: var(
407
+ --theme-switch-thumb-on--background--invalid
408
+ );
409
+ --theme-switch-thumb-on--background--hover: var(
410
+ --theme-switch-thumb-on--background--invalid--hover
411
+ );
412
+ --theme-switch-thumb-on--background--active: var(
413
+ --theme-switch-thumb-on--background--invalid--active
414
+ );
415
+ --theme-switch-on--border-color: var(
416
+ --theme-switch-on--border-color--invalid
417
+ );
418
+ --theme-switch-on--border-color--hover: var(
419
+ --theme-switch-on--border-color--invalid--hover
420
+ );
421
+ --theme-switch-on--border-color--active: var(
422
+ --theme-switch-on--border-color--invalid--active
423
+ );
424
+ --theme-switch-mixed--background: var(
425
+ --theme-switch-mixed--background--invalid
426
+ );
427
+ --theme-switch-mixed--background--hover: var(
428
+ --theme-switch-mixed--background--invalid--hover
429
+ );
430
+ --theme-switch-mixed--background--active: var(
431
+ --theme-switch-mixed--background--invalid--active
432
+ );
433
+ --theme-switch-thumb-mixed--background: var(
434
+ --theme-switch-thumb-mixed--background--invalid
435
+ );
436
+ --theme-switch-thumb-mixed--background--hover: var(
437
+ --theme-switch-thumb-mixed--background--invalid--hover
438
+ );
439
+ --theme-switch-thumb-mixed--background--active: var(
440
+ --theme-switch-thumb-mixed--background--invalid--active
441
+ );
442
+ --theme-switch-mixed--border-color: var(
443
+ --theme-switch-mixed--border-color--invalid
444
+ );
445
+ --theme-switch-mixed--border-color--hover: var(
446
+ --theme-switch-mixed--border-color--invalid--hover
447
+ );
448
+ --theme-switch-mixed--border-color--active: var(
449
+ --theme-switch-mixed--border-color--invalid--active
450
+ );
290
451
  }
291
452
 
292
453
  :host(.ix-invalid:not(.disabled)) .slider {
293
- --theme-switch-off--background: var(--theme-switch-off--background--invalid);
294
- --theme-switch-off--background--hover: var(--theme-switch-off--background--invalid--hover);
295
- --theme-switch-off--background--active: var(--theme-switch-off--background--invalid--active);
296
- --theme-switch-thumb-off--background: var(--theme-switch-thumb-off--background--invalid);
297
- --theme-switch-thumb-off--background--hover: var(--theme-switch-thumb-off--background--invalid--hover);
298
- --theme-switch-thumb-off--background--active: var(--theme-switch-thumb-off--background--invalid--active);
299
- --theme-switch-off--border-color: var(--theme-switch-off--border-color--invalid);
300
- --theme-switch-off--border-color--hover: var(--theme-switch-off--border-color--invalid--hover);
301
- --theme-switch-off--border-color--active: var(--theme-switch-off--border-color--invalid--active);
302
- --theme-switch-on--background: var(--theme-switch-on--background--invalid);
303
- --theme-switch-on--background--hover: var(--theme-switch-on--background--invalid--hover);
304
- --theme-switch-on--background--active: var(--theme-switch-on--background--invalid--active);
305
- --theme-switch-thumb-on--background: var(--theme-switch-thumb-on--background--invalid);
306
- --theme-switch-thumb-on--background--hover: var(--theme-switch-thumb-on--background--invalid--hover);
307
- --theme-switch-thumb-on--background--active: var(--theme-switch-thumb-on--background--invalid--active);
308
- --theme-switch-on--border-color: var(--theme-switch-on--border-color--invalid);
309
- --theme-switch-on--border-color--hover: var(--theme-switch-on--border-color--invalid--hover);
310
- --theme-switch-on--border-color--active: var(--theme-switch-on--border-color--invalid--active);
311
- --theme-switch-mixed--background: var(--theme-switch-mixed--background--invalid);
312
- --theme-switch-mixed--background--hover: var(--theme-switch-mixed--background--invalid--hover);
313
- --theme-switch-mixed--background--active: var(--theme-switch-mixed--background--invalid--active);
314
- --theme-switch-thumb-mixed--background: var(--theme-switch-thumb-mixed--background--invalid);
315
- --theme-switch-thumb-mixed--background--hover: var(--theme-switch-thumb-mixed--background--invalid--hover);
316
- --theme-switch-thumb-mixed--background--active: var(--theme-switch-thumb-mixed--background--invalid--active);
317
- --theme-switch-mixed--border-color: var(--theme-switch-mixed--border-color--invalid);
318
- --theme-switch-mixed--border-color--hover: var(--theme-switch-mixed--border-color--invalid--hover);
319
- --theme-switch-mixed--border-color--active: var(--theme-switch-mixed--border-color--invalid--active);
454
+ --theme-switch-off--background: var(
455
+ --theme-switch-off--background--invalid
456
+ );
457
+ --theme-switch-off--background--hover: var(
458
+ --theme-switch-off--background--invalid--hover
459
+ );
460
+ --theme-switch-off--background--active: var(
461
+ --theme-switch-off--background--invalid--active
462
+ );
463
+ --theme-switch-thumb-off--background: var(
464
+ --theme-switch-thumb-off--background--invalid
465
+ );
466
+ --theme-switch-thumb-off--background--hover: var(
467
+ --theme-switch-thumb-off--background--invalid--hover
468
+ );
469
+ --theme-switch-thumb-off--background--active: var(
470
+ --theme-switch-thumb-off--background--invalid--active
471
+ );
472
+ --theme-switch-off--border-color: var(
473
+ --theme-switch-off--border-color--invalid
474
+ );
475
+ --theme-switch-off--border-color--hover: var(
476
+ --theme-switch-off--border-color--invalid--hover
477
+ );
478
+ --theme-switch-off--border-color--active: var(
479
+ --theme-switch-off--border-color--invalid--active
480
+ );
481
+ --theme-switch-on--background: var(
482
+ --theme-switch-on--background--invalid
483
+ );
484
+ --theme-switch-on--background--hover: var(
485
+ --theme-switch-on--background--invalid--hover
486
+ );
487
+ --theme-switch-on--background--active: var(
488
+ --theme-switch-on--background--invalid--active
489
+ );
490
+ --theme-switch-thumb-on--background: var(
491
+ --theme-switch-thumb-on--background--invalid
492
+ );
493
+ --theme-switch-thumb-on--background--hover: var(
494
+ --theme-switch-thumb-on--background--invalid--hover
495
+ );
496
+ --theme-switch-thumb-on--background--active: var(
497
+ --theme-switch-thumb-on--background--invalid--active
498
+ );
499
+ --theme-switch-on--border-color: var(
500
+ --theme-switch-on--border-color--invalid
501
+ );
502
+ --theme-switch-on--border-color--hover: var(
503
+ --theme-switch-on--border-color--invalid--hover
504
+ );
505
+ --theme-switch-on--border-color--active: var(
506
+ --theme-switch-on--border-color--invalid--active
507
+ );
508
+ --theme-switch-mixed--background: var(
509
+ --theme-switch-mixed--background--invalid
510
+ );
511
+ --theme-switch-mixed--background--hover: var(
512
+ --theme-switch-mixed--background--invalid--hover
513
+ );
514
+ --theme-switch-mixed--background--active: var(
515
+ --theme-switch-mixed--background--invalid--active
516
+ );
517
+ --theme-switch-thumb-mixed--background: var(
518
+ --theme-switch-thumb-mixed--background--invalid
519
+ );
520
+ --theme-switch-thumb-mixed--background--hover: var(
521
+ --theme-switch-thumb-mixed--background--invalid--hover
522
+ );
523
+ --theme-switch-thumb-mixed--background--active: var(
524
+ --theme-switch-thumb-mixed--background--invalid--active
525
+ );
526
+ --theme-switch-mixed--border-color: var(
527
+ --theme-switch-mixed--border-color--invalid
528
+ );
529
+ --theme-switch-mixed--border-color--hover: var(
530
+ --theme-switch-mixed--border-color--invalid--hover
531
+ );
532
+ --theme-switch-mixed--border-color--active: var(
533
+ --theme-switch-mixed--border-color--invalid--active
534
+ );
320
535
  }