@carbon/web-components 2.42.0 → 2.43.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (211) hide show
  1. package/custom-elements.json +1225 -97
  2. package/dist/accordion.min.js +1 -1
  3. package/dist/code-snippet.min.js +7 -7
  4. package/dist/{collection-helpers-_CvqQaiX.js → collection-helpers-C5emLOnk.js} +1 -1
  5. package/dist/combo-box.min.js +5 -5
  6. package/dist/{content-switcher-item-VHI7iTTP.js → content-switcher-item-3fTDI2Aq.js} +1 -1
  7. package/dist/content-switcher.min.js +1 -1
  8. package/dist/data-table.min.js +1 -1
  9. package/dist/date-picker.min.js +1 -1
  10. package/dist/{dropdown-item-Pt_eWt66.js → dropdown-item-BO7AhHPd.js} +25 -25
  11. package/dist/dropdown.min.js +1 -1
  12. package/dist/file-uploader.min.js +1 -1
  13. package/dist/fluid-search.min.js +33 -0
  14. package/dist/fluid-select.min.js +30 -0
  15. package/dist/fluid-textarea.min.js +36 -0
  16. package/dist/icon-indicator.min.js +1 -1
  17. package/dist/inline-loading.min.js +1 -1
  18. package/dist/list.min.js +1 -1
  19. package/dist/loading.min.js +1 -1
  20. package/dist/menu.min.js +1 -1
  21. package/dist/modal.min.js +5 -5
  22. package/dist/multi-select.min.js +1 -1
  23. package/dist/overflow-menu.min.js +1 -1
  24. package/dist/pagination.min.js +1 -1
  25. package/dist/progress-indicator.min.js +1 -1
  26. package/dist/radio-button.min.js +10 -8
  27. package/dist/{search-BrKCrPl3.js → search-DhwzN9sI.js} +2 -1
  28. package/dist/search.min.js +4 -4
  29. package/dist/select-BIi12O8B.js +108 -0
  30. package/dist/select-item-Be7OL9mD.js +28 -0
  31. package/dist/select-skeleton-8uIIQzNt.js +31 -0
  32. package/dist/select.min.js +1 -4
  33. package/dist/structured-list.min.js +1 -1
  34. package/dist/tabs.min.js +1 -1
  35. package/dist/textarea.min.js +23 -15
  36. package/dist/time-picker.min.js +20 -20
  37. package/dist/ui-shell.min.js +2 -2
  38. package/es/components/combo-box/combo-box.d.ts +9 -2
  39. package/es/components/combo-box/combo-box.js +63 -6
  40. package/es/components/combo-box/combo-box.js.map +1 -1
  41. package/es/components/combo-box/combo-box.scss.js +1 -1
  42. package/es/components/data-table/data-table.scss.js +1 -1
  43. package/es/components/dropdown/dropdown.d.ts +8 -0
  44. package/es/components/dropdown/dropdown.js +29 -11
  45. package/es/components/dropdown/dropdown.js.map +1 -1
  46. package/es/components/dropdown/dropdown.scss.js +1 -1
  47. package/es/components/file-uploader/file-uploader.scss.js +1 -1
  48. package/es/components/fluid-search/fluid-search-skeleton.d.ts +17 -0
  49. package/es/components/fluid-search/fluid-search-skeleton.js +38 -0
  50. package/es/components/fluid-search/fluid-search-skeleton.js.map +1 -0
  51. package/es/components/fluid-search/fluid-search.d.ts +17 -0
  52. package/es/components/fluid-search/fluid-search.js +44 -0
  53. package/es/components/fluid-search/fluid-search.js.map +1 -0
  54. package/es/components/fluid-search/fluid-search.scss.js +13 -0
  55. package/es/components/fluid-search/fluid-search.scss.js.map +1 -0
  56. package/es/components/fluid-search/index.d.ts +8 -0
  57. package/es/components/fluid-search/index.js +10 -0
  58. package/es/components/fluid-search/index.js.map +1 -0
  59. package/es/components/fluid-select/fluid-select-skeleton.d.ts +17 -0
  60. package/es/components/fluid-select/fluid-select-skeleton.js +40 -0
  61. package/es/components/fluid-select/fluid-select-skeleton.js.map +1 -0
  62. package/es/components/fluid-select/fluid-select.d.ts +19 -0
  63. package/es/components/fluid-select/fluid-select.js +59 -0
  64. package/es/components/fluid-select/fluid-select.js.map +1 -0
  65. package/es/components/fluid-select/fluid-select.scss.js +13 -0
  66. package/es/components/fluid-select/fluid-select.scss.js.map +1 -0
  67. package/es/components/fluid-select/index.d.ts +8 -0
  68. package/es/components/fluid-select/index.js +10 -0
  69. package/es/components/fluid-select/index.js.map +1 -0
  70. package/es/components/fluid-textarea/fluid-textarea-skeleton.d.ts +17 -0
  71. package/es/components/fluid-textarea/fluid-textarea-skeleton.js +42 -0
  72. package/es/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -0
  73. package/es/components/fluid-textarea/fluid-textarea.d.ts +18 -0
  74. package/es/components/fluid-textarea/fluid-textarea.js +46 -0
  75. package/es/components/fluid-textarea/fluid-textarea.js.map +1 -0
  76. package/es/components/fluid-textarea/fluid-textarea.scss.js +13 -0
  77. package/es/components/fluid-textarea/fluid-textarea.scss.js.map +1 -0
  78. package/es/components/fluid-textarea/index.d.ts +8 -0
  79. package/es/components/fluid-textarea/index.js +10 -0
  80. package/es/components/fluid-textarea/index.js.map +1 -0
  81. package/es/components/inline-loading/inline-loading.scss.js +1 -1
  82. package/es/components/list/list.scss.js +1 -1
  83. package/es/components/loading/loading.scss.js +1 -1
  84. package/es/components/menu/menu.js +3 -1
  85. package/es/components/menu/menu.js.map +1 -1
  86. package/es/components/modal/modal.scss.js +1 -1
  87. package/es/components/multi-select/multi-select.scss.js +1 -1
  88. package/es/components/overflow-menu/overflow-menu-body.js +22 -10
  89. package/es/components/overflow-menu/overflow-menu-body.js.map +1 -1
  90. package/es/components/radio-button/radio-button-group.js +4 -2
  91. package/es/components/radio-button/radio-button-group.js.map +1 -1
  92. package/es/components/radio-button/radio-button.d.ts +8 -0
  93. package/es/components/radio-button/radio-button.js +53 -3
  94. package/es/components/radio-button/radio-button.js.map +1 -1
  95. package/es/components/radio-button/radio-button.scss.js +1 -1
  96. package/es/components/search/search-skeleton.js +2 -2
  97. package/es/components/search/search-skeleton.js.map +1 -1
  98. package/es/components/search/search.js +1 -0
  99. package/es/components/search/search.js.map +1 -1
  100. package/es/components/search/search.scss.js +1 -1
  101. package/es/components/select/select.d.ts +4 -0
  102. package/es/components/select/select.js +14 -1
  103. package/es/components/select/select.js.map +1 -1
  104. package/es/components/select/select.scss.js +1 -1
  105. package/es/components/textarea/textarea.d.ts +4 -0
  106. package/es/components/textarea/textarea.js +37 -11
  107. package/es/components/textarea/textarea.js.map +1 -1
  108. package/es/components/time-picker/time-picker.js +13 -8
  109. package/es/components/time-picker/time-picker.js.map +1 -1
  110. package/es/components/ui-shell/side-nav.scss.js +1 -1
  111. package/es-custom/components/combo-box/combo-box.d.ts +9 -2
  112. package/es-custom/components/combo-box/combo-box.js +63 -6
  113. package/es-custom/components/combo-box/combo-box.js.map +1 -1
  114. package/es-custom/components/combo-box/combo-box.scss.js +1 -1
  115. package/es-custom/components/data-table/data-table.scss.js +1 -1
  116. package/es-custom/components/dropdown/dropdown.d.ts +8 -0
  117. package/es-custom/components/dropdown/dropdown.js +29 -11
  118. package/es-custom/components/dropdown/dropdown.js.map +1 -1
  119. package/es-custom/components/dropdown/dropdown.scss.js +1 -1
  120. package/es-custom/components/file-uploader/file-uploader.scss.js +1 -1
  121. package/es-custom/components/fluid-search/fluid-search-skeleton.d.ts +17 -0
  122. package/es-custom/components/fluid-search/fluid-search-skeleton.js +38 -0
  123. package/es-custom/components/fluid-search/fluid-search-skeleton.js.map +1 -0
  124. package/es-custom/components/fluid-search/fluid-search.d.ts +17 -0
  125. package/es-custom/components/fluid-search/fluid-search.js +44 -0
  126. package/es-custom/components/fluid-search/fluid-search.js.map +1 -0
  127. package/es-custom/components/fluid-search/fluid-search.scss.js +13 -0
  128. package/es-custom/components/fluid-search/fluid-search.scss.js.map +1 -0
  129. package/es-custom/components/fluid-search/index.d.ts +8 -0
  130. package/es-custom/components/fluid-search/index.js +10 -0
  131. package/es-custom/components/fluid-search/index.js.map +1 -0
  132. package/es-custom/components/fluid-select/fluid-select-skeleton.d.ts +17 -0
  133. package/es-custom/components/fluid-select/fluid-select-skeleton.js +40 -0
  134. package/es-custom/components/fluid-select/fluid-select-skeleton.js.map +1 -0
  135. package/es-custom/components/fluid-select/fluid-select.d.ts +19 -0
  136. package/es-custom/components/fluid-select/fluid-select.js +59 -0
  137. package/es-custom/components/fluid-select/fluid-select.js.map +1 -0
  138. package/es-custom/components/fluid-select/fluid-select.scss.js +13 -0
  139. package/es-custom/components/fluid-select/fluid-select.scss.js.map +1 -0
  140. package/es-custom/components/fluid-select/index.d.ts +8 -0
  141. package/es-custom/components/fluid-select/index.js +10 -0
  142. package/es-custom/components/fluid-select/index.js.map +1 -0
  143. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.d.ts +17 -0
  144. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js +42 -0
  145. package/es-custom/components/fluid-textarea/fluid-textarea-skeleton.js.map +1 -0
  146. package/es-custom/components/fluid-textarea/fluid-textarea.d.ts +18 -0
  147. package/es-custom/components/fluid-textarea/fluid-textarea.js +46 -0
  148. package/es-custom/components/fluid-textarea/fluid-textarea.js.map +1 -0
  149. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js +13 -0
  150. package/es-custom/components/fluid-textarea/fluid-textarea.scss.js.map +1 -0
  151. package/es-custom/components/fluid-textarea/index.d.ts +8 -0
  152. package/es-custom/components/fluid-textarea/index.js +10 -0
  153. package/es-custom/components/fluid-textarea/index.js.map +1 -0
  154. package/es-custom/components/inline-loading/inline-loading.scss.js +1 -1
  155. package/es-custom/components/list/list.scss.js +1 -1
  156. package/es-custom/components/loading/loading.scss.js +1 -1
  157. package/es-custom/components/menu/menu.js +3 -1
  158. package/es-custom/components/menu/menu.js.map +1 -1
  159. package/es-custom/components/modal/modal.scss.js +1 -1
  160. package/es-custom/components/multi-select/multi-select.scss.js +1 -1
  161. package/es-custom/components/overflow-menu/overflow-menu-body.js +22 -10
  162. package/es-custom/components/overflow-menu/overflow-menu-body.js.map +1 -1
  163. package/es-custom/components/radio-button/radio-button-group.js +4 -2
  164. package/es-custom/components/radio-button/radio-button-group.js.map +1 -1
  165. package/es-custom/components/radio-button/radio-button.d.ts +8 -0
  166. package/es-custom/components/radio-button/radio-button.js +53 -3
  167. package/es-custom/components/radio-button/radio-button.js.map +1 -1
  168. package/es-custom/components/radio-button/radio-button.scss.js +1 -1
  169. package/es-custom/components/search/search-skeleton.js +2 -2
  170. package/es-custom/components/search/search-skeleton.js.map +1 -1
  171. package/es-custom/components/search/search.js +1 -0
  172. package/es-custom/components/search/search.js.map +1 -1
  173. package/es-custom/components/search/search.scss.js +1 -1
  174. package/es-custom/components/select/select.d.ts +4 -0
  175. package/es-custom/components/select/select.js +14 -1
  176. package/es-custom/components/select/select.js.map +1 -1
  177. package/es-custom/components/select/select.scss.js +1 -1
  178. package/es-custom/components/textarea/textarea.d.ts +4 -0
  179. package/es-custom/components/textarea/textarea.js +37 -11
  180. package/es-custom/components/textarea/textarea.js.map +1 -1
  181. package/es-custom/components/time-picker/time-picker.js +13 -8
  182. package/es-custom/components/time-picker/time-picker.js.map +1 -1
  183. package/es-custom/components/ui-shell/side-nav.scss.js +1 -1
  184. package/lib/components/combo-box/combo-box.d.ts +9 -2
  185. package/lib/components/dropdown/dropdown.d.ts +8 -0
  186. package/lib/components/fluid-search/fluid-search-skeleton.d.ts +17 -0
  187. package/lib/components/fluid-search/fluid-search.d.ts +17 -0
  188. package/lib/components/fluid-search/index.d.ts +8 -0
  189. package/lib/components/fluid-select/fluid-select-skeleton.d.ts +17 -0
  190. package/lib/components/fluid-select/fluid-select.d.ts +19 -0
  191. package/lib/components/fluid-select/index.d.ts +8 -0
  192. package/lib/components/fluid-textarea/fluid-textarea-skeleton.d.ts +17 -0
  193. package/lib/components/fluid-textarea/fluid-textarea.d.ts +18 -0
  194. package/lib/components/fluid-textarea/index.d.ts +8 -0
  195. package/lib/components/radio-button/radio-button.d.ts +8 -0
  196. package/lib/components/select/select.d.ts +4 -0
  197. package/lib/components/textarea/textarea.d.ts +4 -0
  198. package/package.json +6 -6
  199. package/scss/components/combo-box/combo-box.scss +82 -18
  200. package/scss/components/data-table/_table-core.scss +9 -9
  201. package/scss/components/data-table/_table-expandable.scss +7 -7
  202. package/scss/components/data-table/_table-selection.scss +3 -3
  203. package/scss/components/dropdown/dropdown.scss +2 -0
  204. package/scss/components/fluid-search/fluid-search.scss +55 -0
  205. package/scss/components/fluid-select/fluid-select.scss +58 -0
  206. package/scss/components/fluid-textarea/fluid-textarea.scss +16 -0
  207. package/scss/components/list/list.scss +1 -1
  208. package/scss/components/radio-button/radio-button.scss +9 -4
  209. package/scss/components/select/select.scss +1 -0
  210. package/telemetry.yml +9 -10
  211. package/dist/select-Dwsf_c0t.js +0 -104
@@ -0,0 +1,44 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { __decorate } from 'tslib';
9
+ import { prefix } from '../../globals/settings.js';
10
+ import { html } from 'lit';
11
+ import { carbonElement } from '../../globals/decorators/carbon-element.js';
12
+ import styles from './fluid-search.scss.js';
13
+ import CDSSearch from '../search/search.js';
14
+
15
+ /**
16
+ * Copyright IBM Corp.2025
17
+ *
18
+ * This source code is licensed under the Apache-2.0 license found in the
19
+ * LICENSE file in the root directory of this source tree.
20
+ */
21
+ /**
22
+ * Fluid text input.
23
+ *
24
+ * @element cds-custom-fluid-search
25
+ */
26
+ let CDSFluidSearch = class CDSFluidSearch extends CDSSearch {
27
+ render() {
28
+ const { labelText, id } = this;
29
+ return html `
30
+ <label for="${id}" part="label-text" class="${prefix}--label"
31
+ >${labelText}</label
32
+ >
33
+ ${super.render()}
34
+ `;
35
+ }
36
+ };
37
+ CDSFluidSearch.styles = [CDSSearch.styles, styles];
38
+ CDSFluidSearch = __decorate([
39
+ carbonElement(`${prefix}-fluid-search`)
40
+ ], CDSFluidSearch);
41
+ var CDSFluidSearch$1 = CDSFluidSearch;
42
+
43
+ export { CDSFluidSearch$1 as default };
44
+ //# sourceMappingURL=fluid-search.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-search.js","sources":["../../../src/components/fluid-search/fluid-search.ts"],"sourcesContent":["/**\n * Copyright IBM Corp.2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { prefix } from '../../globals/settings';\nimport { html } from 'lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\nimport styles from './fluid-search.scss?lit';\nimport CDSSearch from '../search/search';\n\n/**\n * Fluid text input.\n *\n * @element cds-custom-fluid-search\n */\n@customElement(`${prefix}-fluid-search`)\nclass CDSFluidSearch extends CDSSearch {\n render() {\n const { labelText, id } = this;\n\n return html`\n <label for=\"${id}\" part=\"label-text\" class=\"${prefix}--label\"\n >${labelText}</label\n >\n ${super.render()}\n `;\n }\n\n static styles = [CDSSearch.styles, styles];\n}\n\nexport default CDSFluidSearch;\n"],"names":["customElement"],"mappings":";;;;;;;;;;;;;;AAAA;;;;;AAKG;AAQH;;;;AAIG;AAEH,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,SAAS,CAAA;IACpC,MAAM,GAAA;AACJ,QAAA,MAAM,EAAE,SAAS,EAAE,EAAE,EAAE,GAAG,IAAI;AAE9B,QAAA,OAAO,IAAI,CAAA;AACK,kBAAA,EAAA,EAAE,8BAA8B,MAAM,CAAA;WAC/C,SAAS,CAAA;;QAEZ,KAAK,CAAC,MAAM,EAAE;KACjB;;;AAGI,cAAM,CAAA,MAAA,GAAG,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAA5B;AAZT,cAAc,GAAA,UAAA,CAAA;AADnB,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,aAAA,CAAe;AACjC,CAAA,EAAA,cAAc,CAanB;AAED,uBAAe,cAAc;;;;"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { css } from 'lit';
9
+
10
+ var styles = css([".cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-field) inset;-webkit-text-fill-color:var(--cds-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label{color:var(--cds-text-secondary,#525252);display:inline-block;font-weight:var(--cds-label-01-font-weight,400);font-weight:400;line-height:var(--cds-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label,.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds-custom--label .cds-custom--toggletip-label{font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-block;inline-size:100%;padding:0;text-align:start}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;display:flex;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);justify-content:center;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--label.cds-custom--skeleton{background:CanvasText}.cds-custom--label.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--label.cds-custom--skeleton{block-size:.875rem;inline-size:4.6875rem}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--form-requirement{display:none;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-text-helper,#6f6f6f);font-size:var(--cds-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}.cds-custom--assistive-text,.cds-custom--visually-hidden{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--text-input{--cds-layout-size-height-local:clamp(max(var(--cds-layout-size-height-min),var(--cds-layout-size-height-sm)),var(--cds-layout-size-height,var(--cds-layout-size-height-md)),min(var(--cds-layout-size-height-max),var(--cds-layout-size-height-lg)));--cds-layout-density-padding-inline-local:clamp(var(--cds-layout-density-padding-inline-min),var(--cds-layout-density-padding-inline,var(--cds-layout-density-padding-inline-normal)),var(--cds-layout-density-padding-inline-max));border:0;box-sizing:border-box;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--text-input *,.cds-custom--text-input :after,.cds-custom--text-input :before{box-sizing:inherit}.cds-custom--text-input{background-color:var(--cds-field);block-size:var(--cds-layout-size-height-local);border:none;border-block-end:1px solid var(--cds-border-strong);color:var(--cds-text-primary,#161616);font-family:inherit;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);outline:2px solid transparent;outline-offset:-2px;padding:0 var(--cds-layout-density-padding-inline-local);transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input:active,.cds-custom--text-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input:active,.cds-custom--text-input:focus{outline-style:dotted}}.cds-custom--text-input-wrapper svg[hidden]{display:none}.cds-custom--password-input{padding-inline-end:2.5rem}.cds-custom--text-input--sm.cds-custom--password-input{padding-inline-end:2rem}.cds-custom--text-input--lg.cds-custom--password-input{padding-inline-end:3rem}.cds-custom--text-input::-moz-placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input::placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--text-input--light{background-color:var(--cds-field-02,#fff)}.cds-custom--text-input__field-wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--text-input__invalid-icon{position:absolute;fill:var(--cds-support-error,#da1e28);inset-block-start:50%;inset-inline-end:1rem;transform:translateY(-50%)}.cds-custom--text-input__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--text-input__invalid-icon--warning path:first-of-type{fill:#000;opacity:1}.cds-custom--text-input--password__visibility{align-items:center;display:inline-flex;overflow:visible;position:relative}.cds-custom--text-input--password__visibility:focus{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus{outline-style:dotted}}.cds-custom--text-input--password__visibility{cursor:pointer}.cds-custom--text-input--password__visibility:focus{outline:1px solid transparent}.cds-custom--text-input--password__visibility:focus svg{outline:1px solid var(--cds-focus,#0f62fe)}@media screen and (prefers-contrast){.cds-custom--text-input--password__visibility:focus svg{outline-style:dotted}}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{align-items:center;display:flex;opacity:0;pointer-events:none;position:absolute;z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{display:inline-block}}.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:opacity 70ms cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{transition:none}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:before{transition:none}.cds-custom--text-input--password__visibility:before{block-size:0;border-style:solid;content:\"\";inline-size:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text{box-sizing:content-box;color:inherit;opacity:1;white-space:normal;word-break:break-word}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{background-color:var(--cds-background-inverse,#393939);block-size:auto;border-radius:.125rem;box-shadow:0 2px 6px var(--cds-shadow,rgba(0,0,0,.3));color:var(--cds-text-inverse,#fff);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:400;font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:-moz-max-content;inline-size:max-content;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);max-inline-size:13rem;min-inline-size:1.5rem;padding:.1875rem 1rem;text-align:start;transform:translateX(-50%);z-index:6000}@media (-ms-high-contrast:active),(-ms-high-contrast:none){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-accelerator:true){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@supports (-ms-ime-align:auto){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inline-size:auto}}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{border:1px solid transparent}}.cds-custom--text-input--password__visibility:after{content:attr(aria-label)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--a11y:after{content:none}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:after,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible:before,.cds-custom--text-input--password__visibility:focus:after,.cds-custom--text-input--password__visibility:focus:before,.cds-custom--text-input--password__visibility:hover:after,.cds-custom--text-input--password__visibility:hover:before{opacity:1}@keyframes cds-custom--tooltip-fade{0%{opacity:0}to{opacity:1}}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text{margin:auto;overflow:visible;clip:auto}.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--visible.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:focus .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:focus.cds-custom--tooltip--a11y:before,.cds-custom--text-input--password__visibility:hover .cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:hover.cds-custom--tooltip--a11y:before{animation:cds-custom--tooltip-fade 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden .cds-custom--assistive-text,.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden+.cds-custom--assistive-text{margin:-1px;overflow:hidden;clip:rect(0,0,0,0)}.cds-custom--text-input--password__visibility.cds-custom--tooltip--hidden.cds-custom--tooltip--a11y:before{animation:none;opacity:0}.cds-custom--text-input--password__visibility .cds-custom--assistive-text:after{block-size:.75rem;content:\"\";display:block;inline-size:100%;inset-block-start:-.75rem;inset-inline-start:0;position:absolute}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after,.cds-custom--text-input--password__visibility:before{inset-block-end:0;inset-inline-start:50%}.cds-custom--text-input--password__visibility:before{border-color:transparent transparent var(--cds-background-inverse,#393939);border-width:0 .25rem .3125rem;inset-block-end:-.5rem;transform:translate(-50%,100%)}.cds-custom--text-input--password__visibility .cds-custom--assistive-text,.cds-custom--text-input--password__visibility+.cds-custom--assistive-text,.cds-custom--text-input--password__visibility:after{inset-block-end:-.8125rem;transform:translate(-50%,100%)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{align-items:center;background:none;block-size:100%;border:0;cursor:pointer;display:flex;inline-size:2.5rem;inset-inline-end:0;justify-content:center;min-block-size:auto;outline:2px solid transparent;outline-offset:-2px;padding:0;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--toggle-password-tooltip .cds-custom--popover{inset-inline-start:-2.5rem}.cds-custom--toggle-password-tooltip .cds-custom--popover-content{min-inline-size:2.5rem}.cds-custom--text-input--sm+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:2rem}.cds-custom--text-input--lg+.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{inline-size:3rem}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252);transition:fill 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus{outline-style:dotted}}.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:focus svg,.cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-icon-primary,#161616)}.cds-custom--text-input--invalid,.cds-custom--text-input--warning{padding-inline-end:2.5rem}.cds-custom--text-input--invalid.cds-custom--password-input{padding-inline-end:4rem}.cds-custom--text-input--invalid+.cds-custom--text-input--password__visibility__toggle{inset-inline-end:1rem}.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{inset-inline-end:2.5rem}.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{cursor:not-allowed}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg,.cds-custom--text-input:disabled~.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger svg:hover{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger{cursor:default}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--password__visibility__toggle:disabled.cds-custom--tooltip__trigger:hover{cursor:default}.cds-custom--text-input__counter-alert{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px}.cds-custom--text-input:disabled{background-color:var(--cds-field);border-block-end:1px solid transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed;outline:2px solid transparent;outline-offset:-2px;-webkit-text-fill-color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--text-input--light:disabled{background-color:var(--cds-field-02,#fff)}.cds-custom--text-input:disabled::-moz-placeholder{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input:disabled::placeholder{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));opacity:1}.cds-custom--text-input--invalid{outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--invalid{outline-style:dotted}}.cds-custom--text-input--invalid{box-shadow:none}.cds-custom--text-input--invalid .cds-custom--text-input--password__visibility__toggle{inset-inline-end:2.5rem}.cds-custom--skeleton.cds-custom--text-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--skeleton.cds-custom--text-input:active,.cds-custom--skeleton.cds-custom--text-input:focus,.cds-custom--skeleton.cds-custom--text-input:hover{border:none;cursor:default;outline:none}.cds-custom--skeleton.cds-custom--text-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--skeleton.cds-custom--text-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--skeleton.cds-custom--text-input{background:CanvasText}.cds-custom--skeleton.cds-custom--text-input:before{background:Canvas;forced-color-adjust:none}}.cds-custom--form--fluid .cds-custom--text-input-wrapper{background:var(--cds-field);position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--form--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--form--fluid .cds-custom--form__helper-text{display:none}.cds-custom--form--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--form--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--form--fluid .cds-custom--text-input--invalid,.cds-custom--form--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--form--fluid .cds-custom--text-input--invalid+.cds-custom--text-input__divider,.cds-custom--form--fluid .cds-custom--text-input--warning+.cds-custom--text-input__divider{border-color:var(--cds-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--form--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input-wrapper.cds-custom--text-input-wrapper--inline{flex-flow:row wrap}.cds-custom--text-input-wrapper .cds-custom--label--inline{flex:1;margin:.8125rem 0 0;overflow-wrap:break-word;word-break:break-word}.cds-custom--text-input-wrapper .cds-custom--label--inline--sm{margin-block-start:.5625rem}.cds-custom--text-input-wrapper .cds-custom--label--inline--lg{margin-block-start:1.0625rem}.cds-custom--text-input__label-helper-wrapper{flex:2;flex-direction:column;margin-inline-end:1.5rem;max-inline-size:8rem;overflow-wrap:break-word}.cds-custom--text-input-wrapper .cds-custom--form__helper-text--inline{margin-block-start:.125rem}.cds-custom--text-input__field-outer-wrapper{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;inline-size:100%}.cds-custom--text-input__field-outer-wrapper--inline{flex:8;flex-direction:column}.cds-custom--text-input-wrapper--inline .cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--text-input-wrapper--inline--invalid .cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input-wrapper--readonly,.cds-custom--text-input-wrapper--readonly .cds-custom--text-input{background:transparent;border-block-end-color:var(--cds-border-subtle)}.cds-custom--text-input__field-wrapper .cds-custom--ai-label,.cds-custom--text-input__field-wrapper .cds-custom--slug,.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*{inset-block-start:50%;inset-inline-end:1rem;position:absolute;transform:translateY(-50%)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--text-input__field-inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)){background-image:linear-gradient(0deg,var(--cds-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-ai-border-strong,#4589ff)}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--ai-label),.cds-custom--text-input__field-wrapper--slug .cds-custom--text-input:has(~.cds-custom--slug){padding-inline-end:2.5rem}.cds-custom--text-input--invalid:has(~.cds-custom--ai-label),.cds-custom--text-input--invalid:has(~.cds-custom--slug),.cds-custom--text-input--invalid:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*),.cds-custom--text-input--warning:has(~.cds-custom--ai-label),.cds-custom--text-input--warning:has(~.cds-custom--slug),.cds-custom--text-input--warning:has(~.cds-custom--text-input__field-inner-wrapper--decorator>*){padding-inline-end:4rem}.cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:2.5rem}.cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator:not(:has(.cds-custom--ai-label))>*{block-size:1rem}.cds-custom--text-input__label-wrapper{display:flex;inline-size:100%;justify-content:space-between}.cds-custom--search,:host(cds-custom-fluid-search){align-items:center;display:flex;inline-size:100%;position:relative}.cds-custom--search .cds-custom--label,:host(cds-custom-fluid-search) .cds-custom--label{block-size:1px;border:0;margin:-1px;overflow:hidden;padding:0;position:absolute;clip:rect(0,0,0,0);inline-size:1px;visibility:inherit;white-space:nowrap}.cds-custom--search-input{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--search-input *,.cds-custom--search-input :after,.cds-custom--search-input :before{box-sizing:inherit}.cds-custom--search-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--cds-field);border:none;border-block-end:1px solid var(--cds-border-strong);color:var(--cds-text-primary,#161616);font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);order:1;outline:2px solid transparent;outline-offset:-2px;padding:0 2.5rem;text-overflow:ellipsis;transition:background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9)}.cds-custom--search-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus{outline-style:dotted}}.cds-custom--search-input::-moz-placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::placeholder{color:var(--cds-text-placeholder,hsla(0,0%,9%,.4));opacity:1}.cds-custom--search-input::-ms-clear{display:none}.cds-custom--search-input::-webkit-search-cancel-button,.cds-custom--search-input::-webkit-search-decoration,.cds-custom--search-input::-webkit-search-results-button,.cds-custom--search-input::-webkit-search-results-decoration{-webkit-appearance:none;appearance:none;display:none}.cds-custom--search-input[disabled]{background-color:var(--cds-field);border-block-end:1px solid transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--search-input[disabled]::-moz-placeholder{color:var(--cds-field)}.cds-custom--search-input[disabled]::placeholder{color:var(--cds-field)}.cds-custom--search--light .cds-custom--search-close:before,.cds-custom--search--light .cds-custom--search-input{background:var(--cds-field-02,#fff)}.cds-custom--search--sm .cds-custom--search-input,.cds-custom--search--sm.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:2rem;padding:0 2rem}.cds-custom--search--sm .cds-custom--search-magnifier-icon{inset-inline-start:.5rem}.cds-custom--search--md .cds-custom--search-input,.cds-custom--search--md.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:2.5rem;padding:0 2.5rem}.cds-custom--search--md .cds-custom--search-magnifier-icon{inset-inline-start:.75rem}.cds-custom--search--lg .cds-custom--search-input,.cds-custom--search--lg.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{block-size:3rem;padding:0 3rem}.cds-custom--search-magnifier-icon{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--search-magnifier-icon *,.cds-custom--search-magnifier-icon :after,.cds-custom--search-magnifier-icon :before{box-sizing:inherit}.cds-custom--search-magnifier-icon{block-size:1rem;position:absolute;z-index:2;fill:var(--cds-icon-secondary,#525252);inline-size:1rem;inset-block-start:50%;inset-inline-start:1rem;pointer-events:none;transform:translateY(-50%)}.cds-custom--search-close{box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;vertical-align:baseline}.cds-custom--search-close *,.cds-custom--search-close :after,.cds-custom--search-close :before{box-sizing:inherit}.cds-custom--search-close{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-block;padding:0;text-align:start}.cds-custom--search-close::-moz-focus-inner{border:0}.cds-custom--search-close{inset-block-start:0;inset-inline-end:0;outline:2px solid transparent;outline-offset:-2px;position:absolute}.cds-custom--search-close:before{background-color:var(--cds-field);block-size:calc(100% - 2px);content:\"\";display:block;inline-size:2px;inset-block-start:.0625rem;inset-inline-start:0;position:absolute;transition:background-color .11s cubic-bezier(.2,0,.38,.9)}@media screen and (prefers-reduced-motion:reduce){.cds-custom--search-close:before{transition:none}}.cds-custom--search-close:hover{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--search-close:hover:before{background-color:var(--cds-field-hover)}.cds-custom--search-button{background-color:var(--cds-field);flex-shrink:0;margin-inline-start:.125rem}.cds-custom--search-button svg{fill:currentColor;vertical-align:middle}.cds-custom--search-close svg{fill:inherit}.cds-custom--search-button,.cds-custom--search-close{align-items:center;block-size:2.5rem;border-color:transparent;border-style:solid;border-width:1px 0;cursor:pointer;display:flex;justify-content:center;fill:var(--cds-icon-primary,#161616);inline-size:2.5rem;opacity:1;transition:opacity .11s cubic-bezier(.2,0,.38,.9),background-color .11s cubic-bezier(.2,0,.38,.9),outline .11s cubic-bezier(.2,0,.38,.9),border .11s cubic-bezier(.2,0,.38,.9);visibility:inherit}.cds-custom--search-button:hover,.cds-custom--search-close:hover{background-color:var(--cds-field-hover)}.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:focus,.cds-custom--search-close:focus{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-button:active,.cds-custom--search-close:active{outline-style:dotted}}.cds-custom--search-button:active,.cds-custom--search-close:active{background-color:var(--cds-background-selected,hsla(0,0%,55%,.2))}.cds-custom--search--disabled .cds-custom--search-close,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier{cursor:not-allowed;outline:none}.cds-custom--search--disabled .cds-custom--search-close:hover,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover{background-color:transparent;border-block-end-color:transparent}.cds-custom--search--disabled .cds-custom--search-close:hover:before,.cds-custom--search--disabled.cds-custom--search--expandable .cds-custom--search-magnifier:hover:before{background-color:transparent}.cds-custom--search--disabled svg{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}.cds-custom--search-close:active:before,.cds-custom--search-close:focus:before{background-color:var(--cds-focus,#0f62fe)}.cds-custom--search-input:focus~.cds-custom--search-close:hover{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--search-input:focus~.cds-custom--search-close:hover{outline-style:dotted}}.cds-custom--search--sm .cds-custom--search-close,.cds-custom--search--sm.cds-custom--search--expandable,.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--sm~.cds-custom--search-button{block-size:2rem;inline-size:2rem}.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 2rem}.cds-custom--search--sm.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 2rem}.cds-custom--search--md .cds-custom--search-close,.cds-custom--search--md.cds-custom--search--expandable,.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--md~.cds-custom--search-button{block-size:2.5rem;inline-size:2.5rem}.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 2.5rem}.cds-custom--search--md.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 2.5rem}.cds-custom--search--lg .cds-custom--search-close,.cds-custom--search--lg.cds-custom--search--expandable,.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-magnifier,.cds-custom--search--lg~.cds-custom--search-button{block-size:3rem;inline-size:3rem}.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{padding:0 3rem}.cds-custom--search--lg.cds-custom--search--expandable .cds-custom--search-input::placeholder{padding:0 3rem}.cds-custom--search-close--hidden{opacity:0;visibility:hidden}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:hover,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:hover,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:active,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:focus,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:hover{border:none;cursor:default;outline:none}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input{background:CanvasText}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input:before,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input:before{background:Canvas;forced-color-adjust:none}}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input{inline-size:100%}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input::-moz-placeholder{color:transparent}.cds-custom--search--lg.cds-custom--skeleton .cds-custom--search-input::placeholder,.cds-custom--search--md.cds-custom--skeleton .cds-custom--search-input::placeholder,.cds-custom--search--sm.cds-custom--skeleton .cds-custom--search-input::placeholder{color:transparent}.cds-custom--search--expandable{transition:width 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded{inline-size:100%}.cds-custom--search--expandable .cds-custom--search-input{inline-size:0;padding:0;transition:transform 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::-moz-placeholder{opacity:0;position:relative;transition-duration:70ms;-moz-transition-property:padding,opacity;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable .cds-custom--search-input::placeholder{opacity:0;position:relative;transition-duration:70ms;transition-property:padding,opacity;transition-timing-function:cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input{inline-size:100%;transition:padding 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::-moz-placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-input::placeholder{opacity:1;padding:0;position:relative}.cds-custom--search--expandable .cds-custom--search-magnifier{cursor:pointer;position:absolute}.cds-custom--search--expandable .cds-custom--search-magnifier:focus{outline:2px solid var(--cds-focus,#0f62fe)}.cds-custom--search--expandable .cds-custom--search-magnifier:hover{background-color:var(--cds-background-hover,hsla(0,0%,55%,.12))}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier{pointer-events:none}.cds-custom--search--expandable .cds-custom--search-magnifier-icon{fill:var(--cds-icon-primary,#161616)}.cds-custom--search--expandable.cds-custom--search--expanded .cds-custom--search-magnifier-icon{fill:var(--cds-icon-secondary,#525252)}.cds-custom--search--expandable.cds-custom--search--disabled svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--search-magnifier-tooltip{align-items:center;display:flex;justify-content:center}.cds-custom--search-magnifier-tooltip .cds-custom--search-magnifier{position:relative}.cds-custom--search--fluid,:host(cds-custom-fluid-search){block-size:4rem}.cds-custom--search--fluid .cds-custom--label,:host(cds-custom-fluid-search) .cds-custom--label{align-items:center;block-size:1rem;display:flex;margin:0;overflow:initial;position:absolute;z-index:1;clip:auto;inline-size:calc(100% - 2rem);inset-block-start:.8125rem;inset-inline-start:1rem;white-space:normal}.cds-custom--search--fluid .cds-custom--label .cds-custom--toggletip-label::-webkit-scrollbar,.cds-custom--search--fluid .cds-custom--label::-webkit-scrollbar,:host(cds-custom-fluid-search) .cds-custom--label .cds-custom--toggletip-label::-webkit-scrollbar,:host(cds-custom-fluid-search) .cds-custom--label::-webkit-scrollbar{display:none}.cds-custom--search--fluid .cds-custom--label .cds-custom--toggletip-label,.cds-custom--search--fluid .cds-custom--label:not(:has(.cds-custom--toggletip-label)),:host(cds-custom-fluid-search) .cds-custom--label .cds-custom--toggletip-label,:host(cds-custom-fluid-search) .cds-custom--label:not(:has(.cds-custom--toggletip-label)){-ms-overflow-style:none;overflow-x:scroll;scrollbar-width:none;white-space:nowrap}.cds-custom--search--fluid .cds-custom--search-input,:host(cds-custom-fluid-search) .cds-custom--search-input{block-size:100%;padding:2rem 5.5rem .8125rem 1rem}.cds-custom--search--fluid .cds-custom--search-magnifier-icon,:host(cds-custom-fluid-search) .cds-custom--search-magnifier-icon{color:var(--cds-icon-primary,#161616);inset:auto 1rem .8125rem auto;transform:none}.cds-custom--search--fluid .cds-custom--search-close,:host(cds-custom-fluid-search) .cds-custom--search-close{block-size:2.5rem;border:none;inline-size:2.5rem;inset:auto 3rem 0 auto;transition:background-color 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--search--fluid .cds-custom--search-input:focus~.cds-custom--search-close:hover,:host(cds-custom-fluid-search) .cds-custom--search-input:focus~.cds-custom--search-close:hover{outline:none}.cds-custom--search--fluid .cds-custom--search-close:after,:host(cds-custom-fluid-search) .cds-custom--search-close:after{block-size:.125rem;content:\"\";display:block;inline-size:100%;inset-block-end:0;inset-inline-start:0;position:absolute}.cds-custom--search--fluid .cds-custom--search-input:focus~.cds-custom--search-close:after,:host(cds-custom-fluid-search) .cds-custom--search-input:focus~.cds-custom--search-close:after{background:var(--cds-focus,#0f62fe)}.cds-custom--search--fluid .cds-custom--search-input:not(:focus)~.cds-custom--search-close:not([disabled]):after,:host(cds-custom-fluid-search) .cds-custom--search-input:not(:focus)~.cds-custom--search-close:not([disabled]):after{background:var(--cds-border-strong);block-size:.0625rem}.cds-custom--search--fluid .cds-custom--search-close svg,:host(cds-custom-fluid-search) .cds-custom--search-close svg{margin-block-end:.125rem}.cds-custom--search--fluid .cds-custom--search-input:disabled~.cds-custom--search-close:hover:before,:host(cds-custom-fluid-search) .cds-custom--search-input:disabled~.cds-custom--search-close:hover:before{background:var(--cds-border-subtle)}.cds-custom--search--fluid.cds-custom--search--disabled .cds-custom--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--search--fluid.cds-custom--search--disabled .cds-custom--search-input[disabled]{border-block-end:1px solid var(--cds-border-subtle)}.cds-custom--text-input--fluid.cds-custom--text-input-wrapper{background:var(--cds-field);block-size:100%;position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--fluid .cds-custom--label{align-items:center;block-size:1rem;display:flex;inset-block-start:.8125rem;margin:0;position:absolute;z-index:1}.cds-custom--text-input--fluid .cds-custom--label:not(.cds-custom--text-input__label-counter){inline-size:auto;inset-inline-end:auto;inset-inline-start:1rem}.cds-custom--text-input--fluid .cds-custom--label.cds-custom--text-input__label-counter{inline-size:auto;inset-inline-end:1rem;inset-inline-start:auto}.cds-custom--text-input--fluid .cds-custom--label .cds-custom--toggletip-label::-webkit-scrollbar,.cds-custom--text-input--fluid .cds-custom--label::-webkit-scrollbar{display:none}.cds-custom--text-input--fluid .cds-custom--label .cds-custom--toggletip-label,.cds-custom--text-input--fluid .cds-custom--label:not(:has(.cds-custom--toggletip-label)){-ms-overflow-style:none;overflow-x:scroll;scrollbar-width:none;white-space:nowrap}.cds-custom--text-input--fluid .cds-custom--form__helper-text{display:none}.cds-custom--text-input--fluid .cds-custom--text-input{min-block-size:4rem;padding:2rem 1rem .8125rem}.cds-custom--text-input--fluid .cds-custom--text-input__divider,.cds-custom--text-input__divider{display:none}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--text-input--fluid input[data-invalid]{outline:none}.cds-custom--text-input--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}.cds-custom--text-input--fluid .cds-custom--text-input--invalid,.cds-custom--text-input--fluid .cds-custom--text-input--warning{border-block-end:none}.cds-custom--text-input--fluid .cds-custom--text-input--invalid~.cds-custom--text-input__divider,.cds-custom--text-input--fluid .cds-custom--text-input--warning~.cds-custom--text-input__divider{border-color:var(--cds-border-subtle);border-style:solid;border-block-end:none;display:block;margin:0 1rem}.cds-custom--text-input--fluid .cds-custom--text-input__invalid-icon{inset-block-start:5rem}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid{outline:none}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--warning{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--warning:focus-within,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper[data-invalid]:focus-within{outline-style:dotted}}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input--warning:focus,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:focus{outline:none}.cds-custom--text-input--fluid .cds-custom--text-input.cds-custom--password-input{padding-inline-end:2.5rem}.cds-custom--text-input--fluid.cds-custom--password-input-wrapper .cds-custom--text-input__invalid-icon{inset-inline-end:1rem}.cds-custom--text-input--fluid .cds-custom--toggle-password-tooltip{block-size:4rem;cursor:pointer;inline-size:3rem;inset-block-start:0;inset-inline-end:0;outline:2px solid transparent;outline-offset:-2px;position:absolute;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--text-input--fluid .cds-custom--toggle-password-tooltip .cds-custom--popover{inset-inline-start:0}.cds-custom--text-input--fluid .cds-custom--btn.cds-custom--text-input--password__visibility__toggle.cds-custom--tooltip__trigger{block-size:2rem;inline-size:2rem;inset-block-start:1.625rem;inset-inline-end:.5rem}.cds-custom--text-input--fluid__skeleton,:host(cds-custom-fluid-search-skeleton){background:var(--cds-skeleton-background,#e8e8e8);block-size:4rem;border-block-end:1px solid var(--cds-skeleton-element,#c6c6c6);position:relative}.cds-custom--text-input--fluid__skeleton .cds-custom--skeleton,:host(cds-custom-fluid-search-skeleton) .cds-custom--skeleton{block-size:.5rem;inline-size:25%;inset-block-start:1rem;inset-inline-start:1rem;position:absolute}.cds-custom--text-input--fluid__skeleton .cds-custom--label,:host(cds-custom-fluid-search-skeleton) .cds-custom--label{block-size:.5rem;inline-size:50%;inset-block-start:2.25rem;inset-inline-start:1rem;padding:0;position:absolute}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--slug .cds-custom--ai-label,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--slug .cds-custom--slug{inset-block-start:2.625rem}.cds-custom--text-input--fluid .cds-custom--text-input--invalid~.cds-custom--ai-label,.cds-custom--text-input--fluid .cds-custom--text-input--invalid~.cds-custom--slug,.cds-custom--text-input--fluid .cds-custom--text-input--invalid~.cds-custom--text-input__field-inner-wrapper--decorator>*,.cds-custom--text-input--fluid .cds-custom--text-input--warning~.cds-custom--ai-label,.cds-custom--text-input--fluid .cds-custom--text-input--warning~.cds-custom--slug,.cds-custom--text-input--fluid .cds-custom--text-input--warning~.cds-custom--text-input__field-inner-wrapper--decorator>*{inset-inline-end:1rem}.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--invalid,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--decorator .cds-custom--text-input--warning,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--slug .cds-custom--text-input,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--invalid,.cds-custom--text-input--fluid .cds-custom--text-input__field-wrapper--slug .cds-custom--text-input--warning{padding-inline-end:2.5rem}:host(cds-custom-fluid-search){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px;outline:none}:host(cds-custom-fluid-search-skeleton){display:block}:host(cds-custom-fluid-search[disabled]) svg{fill:var(--cds-icon-on-color-disabled,#8d8d8d)}:host(cds-custom-fluid-search[disabled]) .cds-custom--search-close{outline:none;pointer-events:none}:host(cds-custom-fluid-search[disabled]) .cds-custom--search-close:before{background:none}:host(cds-custom-fluid-search[disabled]) .cds-custom--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}:host(cds-custom-fluid-search[disabled]) .cds-custom--search-input[disabled]{border-block-end:1px solid var(--cds-border-subtle)}"]);
11
+
12
+ export { styles as default };
13
+ //# sourceMappingURL=fluid-search.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-search.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import './fluid-search';
8
+ import './fluid-search-skeleton';
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import './fluid-search.js';
9
+ import './fluid-search-skeleton.js';
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Copyright IBM Corp.2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import CDSSelectSkeleton from '../select/select-skeleton';
8
+ /**
9
+ * Fluid text area input.
10
+ *
11
+ * @element cds-custom-fluid-select-skeleton
12
+ */
13
+ declare class CDSFluidSelectSkeleton extends CDSSelectSkeleton {
14
+ render(): import("lit-html").TemplateResult<1>;
15
+ static styles: any[];
16
+ }
17
+ export default CDSFluidSelectSkeleton;
@@ -0,0 +1,40 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { __decorate } from 'tslib';
9
+ import { prefix } from '../../globals/settings.js';
10
+ import { html } from 'lit';
11
+ import { carbonElement } from '../../globals/decorators/carbon-element.js';
12
+ import styles from './fluid-select.scss.js';
13
+ import CDSSelectSkeleton from '../select/select-skeleton.js';
14
+
15
+ /**
16
+ * Copyright IBM Corp.2025
17
+ *
18
+ * This source code is licensed under the Apache-2.0 license found in the
19
+ * LICENSE file in the root directory of this source tree.
20
+ */
21
+ /**
22
+ * Fluid text area input.
23
+ *
24
+ * @element cds-custom-fluid-select-skeleton
25
+ */
26
+ let CDSFluidSelectSkeleton = class CDSFluidSelectSkeleton extends CDSSelectSkeleton {
27
+ render() {
28
+ return html `
29
+ <div class="${prefix}--select--fluid__skeleton">${super.render()}</div>
30
+ `;
31
+ }
32
+ };
33
+ CDSFluidSelectSkeleton.styles = [CDSSelectSkeleton.styles, styles];
34
+ CDSFluidSelectSkeleton = __decorate([
35
+ carbonElement(`${prefix}-fluid-select-skeleton`)
36
+ ], CDSFluidSelectSkeleton);
37
+ var CDSFluidSelectSkeleton$1 = CDSFluidSelectSkeleton;
38
+
39
+ export { CDSFluidSelectSkeleton$1 as default };
40
+ //# sourceMappingURL=fluid-select-skeleton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-select-skeleton.js","sources":["../../../src/components/fluid-select/fluid-select-skeleton.ts"],"sourcesContent":["/**\n * Copyright IBM Corp.2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { prefix } from '../../globals/settings';\nimport { html } from 'lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\nimport styles from './fluid-select.scss?lit';\nimport CDSSelectSkeleton from '../select/select-skeleton';\n/**\n * Fluid text area input.\n *\n * @element cds-custom-fluid-select-skeleton\n */\n@customElement(`${prefix}-fluid-select-skeleton`)\nclass CDSFluidSelectSkeleton extends CDSSelectSkeleton {\n render() {\n return html`\n <div class=\"${prefix}--select--fluid__skeleton\">${super.render()}</div>\n `;\n }\n\n static styles = [CDSSelectSkeleton.styles, styles];\n}\n\nexport default CDSFluidSelectSkeleton;\n"],"names":["customElement"],"mappings":";;;;;;;;;;;;;;AAAA;;;;;AAKG;AAOH;;;;AAIG;AAEH,IAAM,sBAAsB,GAA5B,MAAM,sBAAuB,SAAQ,iBAAiB,CAAA;IACpD,MAAM,GAAA;AACJ,QAAA,OAAO,IAAI,CAAA;AACK,kBAAA,EAAA,MAAM,CAA8B,2BAAA,EAAA,KAAK,CAAC,MAAM,EAAE,CAAA;KACjE;;;AAGI,sBAAM,CAAA,MAAA,GAAG,CAAC,iBAAiB,CAAC,MAAM,EAAE,MAAM,CAApC;AAPT,sBAAsB,GAAA,UAAA,CAAA;AAD3B,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,sBAAA,CAAwB;AAC1C,CAAA,EAAA,sBAAsB,CAQ3B;AAED,+BAAe,sBAAsB;;;;"}
@@ -0,0 +1,19 @@
1
+ /**
2
+ * Copyright IBM Corp.2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import CDSSelect from '../select/select';
8
+ /**
9
+ * Fluid text select.
10
+ *
11
+ * @element cds-custom-fluid-select
12
+ */
13
+ declare class CDSFluidSelect extends CDSSelect {
14
+ connectedCallback(): void;
15
+ updated(changedProperties: any): void;
16
+ render(): import("lit-html").TemplateResult<1>;
17
+ static styles: any[];
18
+ }
19
+ export default CDSFluidSelect;
@@ -0,0 +1,59 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { __decorate } from 'tslib';
9
+ import { prefix } from '../../globals/settings.js';
10
+ import { html } from 'lit';
11
+ import { carbonElement } from '../../globals/decorators/carbon-element.js';
12
+ import CDSSelect from '../select/select.js';
13
+ import styles from './fluid-select.scss.js';
14
+ import { classMap } from 'lit/directives/class-map.js';
15
+
16
+ /**
17
+ * Copyright IBM Corp.2025
18
+ *
19
+ * This source code is licensed under the Apache-2.0 license found in the
20
+ * LICENSE file in the root directory of this source tree.
21
+ */
22
+ /**
23
+ * Fluid text select.
24
+ *
25
+ * @element cds-custom-fluid-select
26
+ */
27
+ let CDSFluidSelect = class CDSFluidSelect extends CDSSelect {
28
+ connectedCallback() {
29
+ this.setAttribute('isFluid', 'true');
30
+ super.connectedCallback();
31
+ }
32
+ updated(changedProperties) {
33
+ super.updated(changedProperties);
34
+ if (changedProperties.has('invalid') ||
35
+ changedProperties.has('disabled') ||
36
+ changedProperties.has('readonly') ||
37
+ changedProperties.has('warn')) {
38
+ this.requestUpdate();
39
+ }
40
+ }
41
+ render() {
42
+ const wrapperClasses = classMap({
43
+ [`${prefix}--select`]: true,
44
+ [`${prefix}--select--invalid`]: this.invalid,
45
+ [`${prefix}--select--warning`]: this.warn && !this.invalid,
46
+ [`${prefix}--select--disabled`]: this.disabled,
47
+ [`${prefix}--select--readonly`]: this.readonly,
48
+ });
49
+ return html `<div class="${wrapperClasses}">${super.render()}</div>`;
50
+ }
51
+ };
52
+ CDSFluidSelect.styles = [CDSSelect.styles, styles];
53
+ CDSFluidSelect = __decorate([
54
+ carbonElement(`${prefix}-fluid-select`)
55
+ ], CDSFluidSelect);
56
+ var CDSFluidSelect$1 = CDSFluidSelect;
57
+
58
+ export { CDSFluidSelect$1 as default };
59
+ //# sourceMappingURL=fluid-select.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-select.js","sources":["../../../src/components/fluid-select/fluid-select.ts"],"sourcesContent":["/**\n * Copyright IBM Corp.2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { prefix } from '../../globals/settings';\nimport { html } from 'lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\nimport CDSSelect from '../select/select';\nimport styles from './fluid-select.scss?lit';\nimport { classMap } from 'lit/directives/class-map.js';\n\n/**\n * Fluid text select.\n *\n * @element cds-custom-fluid-select\n */\n@customElement(`${prefix}-fluid-select`)\nclass CDSFluidSelect extends CDSSelect {\n connectedCallback() {\n this.setAttribute('isFluid', 'true');\n super.connectedCallback();\n }\n\n updated(changedProperties) {\n super.updated(changedProperties);\n if (\n changedProperties.has('invalid') ||\n changedProperties.has('disabled') ||\n changedProperties.has('readonly') ||\n changedProperties.has('warn')\n ) {\n this.requestUpdate();\n }\n }\n\n render() {\n const wrapperClasses = classMap({\n [`${prefix}--select`]: true,\n [`${prefix}--select--invalid`]: this.invalid,\n [`${prefix}--select--warning`]: this.warn && !this.invalid,\n [`${prefix}--select--disabled`]: this.disabled,\n [`${prefix}--select--readonly`]: this.readonly,\n });\n return html`<div class=\"${wrapperClasses}\">${super.render()}</div>`;\n }\n\n static styles = [CDSSelect.styles, styles];\n}\n\nexport default CDSFluidSelect;\n"],"names":["customElement"],"mappings":";;;;;;;;;;;;;;;AAAA;;;;;AAKG;AASH;;;;AAIG;AAEH,IAAM,cAAc,GAApB,MAAM,cAAe,SAAQ,SAAS,CAAA;IACpC,iBAAiB,GAAA;AACf,QAAA,IAAI,CAAC,YAAY,CAAC,SAAS,EAAE,MAAM,CAAC;QACpC,KAAK,CAAC,iBAAiB,EAAE;;AAG3B,IAAA,OAAO,CAAC,iBAAiB,EAAA;AACvB,QAAA,KAAK,CAAC,OAAO,CAAC,iBAAiB,CAAC;AAChC,QAAA,IACE,iBAAiB,CAAC,GAAG,CAAC,SAAS,CAAC;AAChC,YAAA,iBAAiB,CAAC,GAAG,CAAC,UAAU,CAAC;AACjC,YAAA,iBAAiB,CAAC,GAAG,CAAC,UAAU,CAAC;AACjC,YAAA,iBAAiB,CAAC,GAAG,CAAC,MAAM,CAAC,EAC7B;YACA,IAAI,CAAC,aAAa,EAAE;;;IAIxB,MAAM,GAAA;QACJ,MAAM,cAAc,GAAG,QAAQ,CAAC;AAC9B,YAAA,CAAC,CAAG,EAAA,MAAM,CAAU,QAAA,CAAA,GAAG,IAAI;AAC3B,YAAA,CAAC,GAAG,MAAM,CAAA,iBAAA,CAAmB,GAAG,IAAI,CAAC,OAAO;AAC5C,YAAA,CAAC,CAAG,EAAA,MAAM,CAAmB,iBAAA,CAAA,GAAG,IAAI,CAAC,IAAI,IAAI,CAAC,IAAI,CAAC,OAAO;AAC1D,YAAA,CAAC,GAAG,MAAM,CAAA,kBAAA,CAAoB,GAAG,IAAI,CAAC,QAAQ;AAC9C,YAAA,CAAC,GAAG,MAAM,CAAA,kBAAA,CAAoB,GAAG,IAAI,CAAC,QAAQ;AAC/C,SAAA,CAAC;QACF,OAAO,IAAI,CAAA,CAAA,YAAA,EAAe,cAAc,CAAA,EAAA,EAAK,KAAK,CAAC,MAAM,EAAE,CAAA,MAAA,CAAQ;;;AAG9D,cAAM,CAAA,MAAA,GAAG,CAAC,SAAS,CAAC,MAAM,EAAE,MAAM,CAA5B;AA7BT,cAAc,GAAA,UAAA,CAAA;AADnB,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,aAAA,CAAe;AACjC,CAAA,EAAA,cAAc,CA8BnB;AAED,uBAAe,cAAc;;;;"}
@@ -0,0 +1,13 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { css } from 'lit';
9
+
10
+ var styles = css([".cds-custom--layer-one,:root{--cds-layer:var(--cds-layer-01,#f4f4f4);--cds-layer-active:var(--cds-layer-active-01,#c6c6c6);--cds-layer-background:var(--cds-layer-background-01,#fff);--cds-layer-hover:var(--cds-layer-hover-01,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-01,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-01,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-01,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-01,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-01,#a8a8a8);--cds-field:var(--cds-field-01,#f4f4f4);--cds-field-hover:var(--cds-field-hover-01,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-00,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-01,#c6c6c6);--cds-border-strong:var(--cds-border-strong-01,#8d8d8d);--cds-border-tile:var(--cds-border-tile-01,#c6c6c6)}.cds-custom--layer-two{--cds-layer:var(--cds-layer-02,#fff);--cds-layer-active:var(--cds-layer-active-02,#c6c6c6);--cds-layer-background:var(--cds-layer-background-02,#f4f4f4);--cds-layer-hover:var(--cds-layer-hover-02,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-02,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-02,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-02,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-02,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-02,#a8a8a8);--cds-field:var(--cds-field-02,#fff);--cds-field-hover:var(--cds-field-hover-02,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-01,#c6c6c6);--cds-border-subtle-selected:var(--cds-border-subtle-selected-02,#c6c6c6);--cds-border-strong:var(--cds-border-strong-02,#8d8d8d);--cds-border-tile:var(--cds-border-tile-02,#a8a8a8)}.cds-custom--layer-three{--cds-layer:var(--cds-layer-03,#f4f4f4);--cds-layer-active:var(--cds-layer-active-03,#c6c6c6);--cds-layer-background:var(--cds-layer-background-03,#fff);--cds-layer-hover:var(--cds-layer-hover-03,#e8e8e8);--cds-layer-selected:var(--cds-layer-selected-03,#e0e0e0);--cds-layer-selected-hover:var(--cds-layer-selected-hover-03,#d1d1d1);--cds-layer-accent:var(--cds-layer-accent-03,#e0e0e0);--cds-layer-accent-hover:var(--cds-layer-accent-hover-03,#d1d1d1);--cds-layer-accent-active:var(--cds-layer-accent-active-03,#a8a8a8);--cds-field:var(--cds-field-03,#f4f4f4);--cds-field-hover:var(--cds-field-hover-03,#e8e8e8);--cds-border-subtle:var(--cds-border-subtle-02,#e0e0e0);--cds-border-subtle-selected:var(--cds-border-subtle-selected-03,#c6c6c6);--cds-border-strong:var(--cds-border-strong-03,#8d8d8d);--cds-border-tile:var(--cds-border-tile-03,#c6c6c6)}.cds-custom--layer-one.cds-custom--layer__with-background,.cds-custom--layer-three.cds-custom--layer__with-background,.cds-custom--layer-two.cds-custom--layer__with-background{background-color:var(--cds-layer-background)}@keyframes cds-custom--hide-feedback{0%{opacity:1;visibility:inherit}to{opacity:0;visibility:hidden}}@keyframes cds-custom--show-feedback{0%{opacity:0;visibility:hidden}to{opacity:1;visibility:inherit}}@keyframes cds-custom--skeleton{0%{opacity:.3;transform:scaleX(0);transform-origin:left}20%{opacity:1;transform:scaleX(1);transform-origin:left}28%{transform:scaleX(1);transform-origin:right}51%{transform:scaleX(0);transform-origin:right}58%{transform:scaleX(0);transform-origin:right}82%{transform:scaleX(1);transform-origin:right}83%{transform:scaleX(1);transform-origin:left}96%{transform:scaleX(0);transform-origin:left}to{opacity:.3;transform:scaleX(0);transform-origin:left}}input:-webkit-autofill,input:-webkit-autofill:focus,input:-webkit-autofill:hover,textarea:-webkit-autofill,textarea:-webkit-autofill:focus,textarea:-webkit-autofill:hover{box-shadow:0 0 0 1000px var(--cds-field) inset;-webkit-text-fill-color:var(--cds-text-primary,#161616)}.cds-custom--fieldset{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--fieldset *,.cds-custom--fieldset :after,.cds-custom--fieldset :before{box-sizing:inherit}.cds-custom--form-item{align-items:flex-start;display:flex;flex:1 1 auto;flex-direction:column;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572)}.cds-custom--label html{font-size:100%}.cds-custom--label body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--label code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--label strong{font-weight:600}.cds-custom--label{color:var(--cds-text-secondary,#525252);display:inline-block;font-weight:var(--cds-label-01-font-weight,400);font-weight:400;line-height:var(--cds-label-01-line-height,1.33333);line-height:1rem;margin-block-end:.5rem;vertical-align:baseline}.cds-custom--label,.cds-custom--label .cds-custom--toggletip-label{font-size:var(--cds-label-01-font-size,.75rem);letter-spacing:var(--cds-label-01-letter-spacing,.32px)}.cds-custom--label .cds-custom--toggletip-label{font-weight:var(--cds-label-01-font-weight,400);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label--no-margin{margin-block-end:0}.cds-custom--label+.cds-custom--tooltip{inset-block-start:.2rem;inset-inline-start:.5rem;position:relative}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;vertical-align:baseline}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger *,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :after,.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger :before{box-sizing:inherit}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:none;border:0;cursor:pointer;display:inline-block;inline-size:100%;padding:0;text-align:start}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger::-moz-focus-inner{border:0}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger{align-items:center;display:flex;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);justify-content:center;letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger:focus{outline:1px solid var(--cds-focus,#0f62fe)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg{fill:var(--cds-icon-secondary,#525252)}.cds-custom--label+.cds-custom--tooltip .cds-custom--tooltip__trigger svg :hover{fill:var(--cds-icon-primary,#161616)}.cds-custom--label+.cds-custom--toggletip{inset-block-start:.2rem;inset-inline-start:.5rem}.cds-custom--label.cds-custom--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--label.cds-custom--skeleton:active,.cds-custom--label.cds-custom--skeleton:focus,.cds-custom--label.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--label.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--label.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--label.cds-custom--skeleton{background:CanvasText}.cds-custom--label.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--label.cds-custom--skeleton{block-size:.875rem;inline-size:4.6875rem}input[type=number],input[type=text].cds-custom--number{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif}.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--combo-box[data-invalid]:not(.cds-custom--multi-select--selected) .cds-custom--text-input:not(:focus),.cds-custom--list-box[data-invalid]:not(.cds-custom--multi-select--invalid--focused,.cds-custom--combo-box--invalid--focused),.cds-custom--number[data-invalid] input[type=number]:not(:focus),.cds-custom--number[data-invalid] input[type=text]:not(:focus),.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),.cds-custom--text-area__wrapper[data-invalid]>.cds-custom--text-area--invalid:not(:focus),.cds-custom--text-input__field-wrapper[data-invalid]>.cds-custom--text-input--invalid:not(:focus),input[data-invalid]:not(:focus){outline-style:dotted}}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper--warn~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box--warning~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--number__input-wrapper--warning~.cds-custom--form-requirement,.cds-custom--select--warning .cds-custom--select-input__wrapper~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper--warn~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning>.cds-custom--text-input~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper--warning~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker--warning~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{display:block;font-weight:400;max-block-size:12.5rem;overflow:visible}.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input--inline__wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement{display:inline-flex;inline-size:100%;margin:0;margin-block-end:0;max-block-size:100%;overflow:visible;padding-inline-start:.5rem}.cds-custom--date-picker-input__wrapper--invalid~.cds-custom--form-requirement,.cds-custom--date-picker-input__wrapper~.cds-custom--form-requirement,.cds-custom--list-box[data-invalid]~.cds-custom--form-requirement,.cds-custom--number[data-invalid] .cds-custom--number__input-wrapper~.cds-custom--form-requirement,.cds-custom--select-input--inline__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--select-input__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-area__wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--text-input__field-wrapper[data-invalid]~.cds-custom--form-requirement,.cds-custom--time-picker--invalid~.cds-custom--form-requirement,.cds-custom--time-picker[data-invalid]~.cds-custom--form-requirement,input[data-invalid]~.cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--form--fluid .cds-custom--text-input__field-wrapper--warning,.cds-custom--form--fluid .cds-custom--text-input__field-wrapper[data-invalid]{display:block}.cds-custom--form--fluid input[data-invalid]{outline:none}.cds-custom--form--fluid .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}input:not(output,[data-invalid]):-moz-ui-invalid{box-shadow:none}.cds-custom--form-requirement html{font-size:100%}.cds-custom--form-requirement body{font-family:IBM Plex Sans,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,sans-serif;font-weight:400;-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}.cds-custom--form-requirement code{font-family:IBM Plex Mono,system-ui,-apple-system,BlinkMacSystemFont,\\.SFNSText-Regular,monospace}.cds-custom--form-requirement strong{font-weight:600}.cds-custom--form-requirement{display:none;font-size:var(--cds-label-01-font-size,.75rem);font-weight:var(--cds-label-01-font-weight,400);letter-spacing:var(--cds-label-01-letter-spacing,.32px);line-height:var(--cds-label-01-line-height,1.33333);margin:.25rem 0 0;max-block-size:0;overflow:hidden}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-start:0}.cds-custom--form__helper-text{color:var(--cds-text-helper,#6f6f6f);font-size:var(--cds-helper-text-01-font-size,.75rem);inline-size:100%;letter-spacing:var(--cds-helper-text-01-letter-spacing,.32px);line-height:var(--cds-helper-text-01-line-height,1.33333);margin-block-start:.25rem;opacity:1;z-index:0}.cds-custom--form__helper-text--disabled,.cds-custom--label--disabled,fieldset[disabled] .cds-custom--form__helper-text,fieldset[disabled] .cds-custom--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--select{border:0;box-sizing:border-box;font-family:inherit;font-size:100%;margin:0;padding:0;vertical-align:baseline}.cds-custom--select *,.cds-custom--select :after,.cds-custom--select :before{box-sizing:inherit}.cds-custom--select{align-items:flex-start;flex-direction:column}.cds-custom--select,.cds-custom--select-input__wrapper{display:flex;inline-size:100%;position:relative}.cds-custom--select-input__wrapper{align-items:center}.cds-custom--select-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:var(--cds-field);block-size:2.5rem;border:none;border-block-end:1px solid var(--cds-border-strong);border-radius:0;color:var(--cds-text-primary,#161616);cursor:pointer;display:block;font-family:inherit;font-size:var(--cds-body-compact-01-font-size,.875rem);font-weight:var(--cds-body-compact-01-font-weight,400);inline-size:100%;letter-spacing:var(--cds-body-compact-01-letter-spacing,.16px);line-height:var(--cds-body-compact-01-line-height,1.28572);opacity:1;outline:2px solid transparent;outline-offset:-2px;padding-block:0;padding-inline:1rem 3rem;text-overflow:ellipsis;transition:outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--select-input:hover{background-color:var(--cds-field-hover)}.cds-custom--select-input::-ms-expand{display:none}@-moz-document url-prefix(){.cds-custom--select-input:-moz-focusring,.cds-custom--select-input::-moz-focus-inner{background-image:none;color:transparent;text-shadow:0 0 0 #000}}.cds-custom--select-input:focus{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--select-input:focus{outline-style:dotted}}.cds-custom--select-input:focus{color:var(--cds-text-primary,#161616)}.cds-custom--select-input:disabled,.cds-custom--select-input:hover:disabled{background-color:var(--cds-field);border-block-end-color:transparent;color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--select-input--sm{block-size:2rem;max-block-size:2rem}.cds-custom--select-input--lg{block-size:3rem;max-block-size:3rem}.cds-custom--select--disabled .cds-custom--form__helper-text,.cds-custom--select--disabled .cds-custom--label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--select--warning .cds-custom--select-input,.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input{padding-inline-end:4rem}.cds-custom--select-input:disabled~.cds-custom--select__arrow{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--select--light .cds-custom--select-input{background-color:var(--cds-field-02,#fff)}.cds-custom--select--light .cds-custom--select-input:hover{background-color:var(--cds-field-hover)}.cds-custom--select--light .cds-custom--select-input:disabled,.cds-custom--select--light .cds-custom--select-input:hover:disabled{background-color:var(--cds-field-02,#fff);color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--select__arrow{block-size:100%;position:absolute;fill:var(--cds-icon-primary,#161616);inset-block-start:0;inset-inline-end:1rem;pointer-events:none}@media screen and (-ms-high-contrast:active),screen and (prefers-contrast){.cds-custom--select__arrow path{fill:ButtonText}}.cds-custom--select__invalid-icon{inset-inline-end:2.5rem;position:absolute}.cds-custom--select-input--inline__wrapper[data-invalid] .cds-custom--select__invalid-icon,.cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input~.cds-custom--select__invalid-icon{fill:var(--cds-support-error,#da1e28)}.cds-custom--select__invalid-icon--warning{fill:var(--cds-support-warning,#f1c21b)}.cds-custom--select__invalid-icon--warning path[fill]{fill:#000;opacity:1}.cds-custom--select-option,optgroup.cds-custom--select-optgroup{background-color:var(--cds-layer-hover);color:var(--cds-text-primary,#161616)}.cds-custom--select-option:disabled,optgroup.cds-custom--select-optgroup:disabled{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--select--inline{align-items:center;display:flex;flex-direction:row}.cds-custom--select--inline .cds-custom--form__helper-text{margin-block-end:0;margin-inline-start:.5rem}.cds-custom--select--inline .cds-custom--label{margin:0 .5rem 0 0;white-space:nowrap}.cds-custom--select--inline .cds-custom--select-input{background-color:transparent;border-block-end:none;color:var(--cds-text-primary,#161616);inline-size:100%;padding-inline:.5rem 3rem}.cds-custom--select--inline .cds-custom--select-input:hover{background-color:var(--cds-field-hover)}.cds-custom--select--inline .cds-custom--select-input:focus,.cds-custom--select--inline .cds-custom--select-input:focus optgroup,.cds-custom--select--inline .cds-custom--select-input:focus option{background-color:var(--cds-background,#fff)}.cds-custom--select--inline .cds-custom--select-input:focus optgroup:hover,.cds-custom--select--inline .cds-custom--select-input:focus option:hover,.cds-custom--select--inline .cds-custom--select-input:focus:hover{background-color:var(--cds-field-hover)}.cds-custom--select--inline .cds-custom--select-input[disabled],.cds-custom--select--inline .cds-custom--select-input[disabled]:hover{background-color:var(--cds-background,#fff)}.cds-custom--select--inline .cds-custom--select__arrow{inset-inline-end:.5rem}.cds-custom--select--inline.cds-custom--select--invalid .cds-custom--select-input{padding-inline-end:3.5rem}.cds-custom--select--inline.cds-custom--select--invalid .cds-custom--select-input~.cds-custom--select__invalid-icon,.cds-custom--select--inline.cds-custom--select--warning .cds-custom--select-input~.cds-custom--select__invalid-icon--warning{inset-inline-end:2rem}.cds-custom--select--inline .cds-custom--select-input:disabled{color:var(--cds-text-disabled,hsla(0,0%,9%,.25));cursor:not-allowed}.cds-custom--select--inline .cds-custom--select-input:disabled~*{cursor:not-allowed}.cds-custom--select--readonly .cds-custom--select-input{background-color:transparent;border-block-end-color:var(--cds-border-subtle);cursor:default}.cds-custom--select--readonly .cds-custom--select__arrow{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--select--readonly.cds-custom--select--inline .cds-custom--select-input:hover{background-color:transparent}.cds-custom--select.cds-custom--skeleton{background:var(--cds-skeleton-background,#e8e8e8);border:none;box-shadow:none;padding:0;pointer-events:none;position:relative}.cds-custom--select.cds-custom--skeleton:active,.cds-custom--select.cds-custom--skeleton:focus,.cds-custom--select.cds-custom--skeleton:hover{border:none;cursor:default;outline:none}.cds-custom--select.cds-custom--skeleton:before{animation:cds-custom--skeleton 3s ease-in-out infinite;background:var(--cds-skeleton-element,#c6c6c6);block-size:100%;content:\"\";inline-size:100%;inset-inline-start:0;position:absolute;will-change:transform-origin,transform,opacity}@media (prefers-reduced-motion:reduce){.cds-custom--select.cds-custom--skeleton:before{animation:none}}@media (forced-colors:active),screen and (-ms-high-contrast:active){.cds-custom--select.cds-custom--skeleton{background:CanvasText}.cds-custom--select.cds-custom--skeleton:before{background:Canvas;forced-color-adjust:none}}.cds-custom--select.cds-custom--skeleton{block-size:2.5rem;inline-size:100%}.cds-custom--select.cds-custom--skeleton .cds-custom--select-input{display:none}.cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>*,.cds-custom--select--slug .cds-custom--ai-label,.cds-custom--select--slug .cds-custom--slug{inset-block-start:50%;inset-inline-end:calc(2.5rem + 9px);margin-block-start:.03125rem;position:absolute;transform:translateY(-50%)}.cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>:after,.cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>:before,.cds-custom--select--slug .cds-custom--ai-label:after,.cds-custom--select--slug .cds-custom--ai-label:before,.cds-custom--select--slug .cds-custom--slug:after,.cds-custom--select--slug .cds-custom--slug:before{background-color:var(--cds-border-subtle-01,#c6c6c6);block-size:1rem;content:\"\";inline-size:.0625rem;position:absolute}.cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>:before,.cds-custom--select--slug .cds-custom--ai-label:before,.cds-custom--select--slug .cds-custom--slug:before{display:none;inset-inline-start:calc(-.5rem - 1px)}.cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>:after,.cds-custom--select--slug .cds-custom--ai-label:after,.cds-custom--select--slug .cds-custom--slug:after{display:block;inset-block-start:0;inset-inline-end:calc(-.5rem - 1px)}.cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>.cds-custom--ai-label--revert:before,.cds-custom--select--slug .cds-custom--ai-label--revert:before,.cds-custom--select--slug .cds-custom--slug--revert:before{inset-block-start:.5rem;inset-inline-start:0}.cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>.cds-custom--ai-label--revert,.cds-custom--select--slug .cds-custom--ai-label--revert{inset-inline-end:2.5625rem}.cds-custom--select--decorator .cds-custom--ai-label--revert:after,.cds-custom--select--slug .cds-custom--ai-label--revert:after,.cds-custom--select--slug .cds-custom--slug--revert:after{inset-block-start:.5rem;inset-inline-end:-1px}.cds-custom--select--decorator .cds-custom--select-input:has(~.cds-custom--select__inner-wrapper--decorator),.cds-custom--select--slug .cds-custom--select-input:has(~.cds-custom--ai-label),.cds-custom--select--slug .cds-custom--select-input:has(~.cds-custom--slug){padding-inline-end:4rem}.cds-custom--select--decorator:has(.cds-custom--select__invalid-icon) .cds-custom--select-input:has(~.cds-custom--select__inner-wrapper--decorator),.cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--select-input:has(~.cds-custom--ai-label),.cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--select-input:has(~.cds-custom--slug){padding-inline-end:6rem}.cds-custom--select--decorator .cds-custom--select-input:has(~.cds-custom--select__inner-wrapper--decorator .cds-custom--ai-label):not(:has(~.cds-custom--select__inner-wrapper--decorator .cds-custom--ai-label--revert)),.cds-custom--select--slug .cds-custom--select-input:has(~.cds-custom--ai-label):not(:has(~.cds-custom--ai-label--revert)),.cds-custom--select--slug .cds-custom--select-input:has(~.cds-custom--slug):not(:has(~.cds-custom--slug--revert)),.cds-custom--select-input-has--ai-label{background-image:linear-gradient(0deg,var(--cds-ai-aura-start-sm,rgba(69,137,255,.16)) 0,15%,var(--cds-ai-aura-end,hsla(0,0%,100%,0)) 50%,transparent 100%);border-block-end-color:var(--cds-ai-border-strong,#4589ff)}.cds-custom--select--decorator:has(.cds-custom--select__invalid-icon) .cds-custom--select__inner-wrapper--decorator>:before,.cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--ai-label:before,.cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--slug:before{display:block}.cds-custom--select--decorator .cds-custom--select-input__wrapper .cds-custom--select-input~.cds-custom--select__invalid-icon,.cds-custom--select--slug .cds-custom--select-input__wrapper .cds-custom--select-input~.cds-custom--select__invalid-icon,.cds-custom--select--slug .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input~.cds-custom--select__invalid-icon{inset-inline-end:5rem}.cds-custom--select--fluid .cds-custom--select,:host(cds-custom-fluid-select) .cds-custom--select{background:var(--cds-field);block-size:100%;position:relative;transition:background-color 70ms cubic-bezier(.2,0,.38,.9),outline 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--select--fluid .cds-custom--label,:host(cds-custom-fluid-select) .cds-custom--label{align-items:center;block-size:1rem;display:flex;inline-size:calc(100% - 2rem);inset-block-start:.8125rem;inset-inline-start:1rem;margin:0;position:absolute;z-index:1}.cds-custom--select--fluid .cds-custom--label .cds-custom--toggletip-label::-webkit-scrollbar,.cds-custom--select--fluid .cds-custom--label::-webkit-scrollbar,:host(cds-custom-fluid-select) .cds-custom--label .cds-custom--toggletip-label::-webkit-scrollbar,:host(cds-custom-fluid-select) .cds-custom--label::-webkit-scrollbar{display:none}.cds-custom--select--fluid .cds-custom--label .cds-custom--toggletip-label,.cds-custom--select--fluid .cds-custom--label:not(:has(.cds-custom--toggletip-label)),:host(cds-custom-fluid-select) .cds-custom--label .cds-custom--toggletip-label,:host(cds-custom-fluid-select) .cds-custom--label:not(:has(.cds-custom--toggletip-label)){-ms-overflow-style:none;overflow-x:scroll;scrollbar-width:none;white-space:nowrap}.cds-custom--select--fluid .cds-custom--select-input,:host(cds-custom-fluid-select) .cds-custom--select-input{min-block-size:4rem;outline:none;padding:2rem 2rem .8125rem 1rem;text-overflow:ellipsis}.cds-custom--select--fluid .cds-custom--select__arrow,:host(cds-custom-fluid-select) .cds-custom--select__arrow{block-size:1rem;inset-block-start:2.125rem;inset-inline-end:.75rem}.cds-custom--select--fluid .cds-custom--select__divider,:host(cds-custom-fluid-select) .cds-custom--select__divider{display:none;transition:border-color 70ms cubic-bezier(.2,0,.38,.9)}.cds-custom--select--fluid .cds-custom--select--invalid .cds-custom--select-input__wrapper,.cds-custom--select--fluid :host(cds-custom-fluid-select) .cds-custom--select-input__wrapper,:host(cds-custom-fluid-select) .cds-custom--select--invalid .cds-custom--select-input__wrapper,:host(cds-custom-fluid-select) :host(cds-custom-fluid-select) .cds-custom--select-input__wrapper{outline:2px solid var(--cds-support-error,#da1e28);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--select--fluid .cds-custom--select--invalid .cds-custom--select-input__wrapper,.cds-custom--select--fluid :host(cds-custom-fluid-select) .cds-custom--select-input__wrapper,:host(cds-custom-fluid-select) .cds-custom--select--invalid .cds-custom--select-input__wrapper,:host(cds-custom-fluid-select) :host(cds-custom-fluid-select) .cds-custom--select-input__wrapper{outline-style:dotted}}.cds-custom--select--fluid .cds-custom--select--invalid .cds-custom--select__divider,.cds-custom--select--fluid .cds-custom--select--warning .cds-custom--select__divider,.cds-custom--select--fluid :host(cds-custom-fluid-select) .cds-custom--select__divider,:host(cds-custom-fluid-select) .cds-custom--select--invalid .cds-custom--select__divider,:host(cds-custom-fluid-select) .cds-custom--select--warning .cds-custom--select__divider,:host(cds-custom-fluid-select) :host(cds-custom-fluid-select) .cds-custom--select__divider{border:none;border-block-end:1px solid var(--cds-border-subtle);display:block;inline-size:calc(100% - 2rem);margin:0 1rem}.cds-custom--select--fluid .cds-custom--select--warning .cds-custom--select-input,.cds-custom--select--fluid .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input,:host(cds-custom-fluid-select) .cds-custom--select--warning .cds-custom--select-input,:host(cds-custom-fluid-select) .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input{border-block-end:1px solid transparent;padding-inline-end:2rem}.cds-custom--select--fluid .cds-custom--select--warning,:host(cds-custom-fluid-select) .cds-custom--select--warning{border-block-end:1px solid var(--cds-border-strong)}.cds-custom--select--fluid .cds-custom--select-input__wrapper,:host(cds-custom-fluid-select) .cds-custom--select-input__wrapper{display:block}.cds-custom--select--fluid .cds-custom--select--warning .cds-custom--select-input:not(:focus),.cds-custom--select--fluid .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus),:host(cds-custom-fluid-select) .cds-custom--select--warning .cds-custom--select-input:not(:focus),:host(cds-custom-fluid-select) .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select-input:not(:focus){outline:none}.cds-custom--select--fluid .cds-custom--select--warning .cds-custom--form-requirement,.cds-custom--select--fluid .cds-custom--select-input__wrapper[data-invalid] .cds-custom--form-requirement,:host(cds-custom-fluid-select) .cds-custom--select--warning .cds-custom--form-requirement,:host(cds-custom-fluid-select) .cds-custom--select-input__wrapper[data-invalid] .cds-custom--form-requirement{display:block;max-block-size:100%;overflow:visible}.cds-custom--select--fluid .cds-custom--select-input__wrapper[data-invalid] .cds-custom--form-requirement,:host(cds-custom-fluid-select) .cds-custom--select-input__wrapper[data-invalid] .cds-custom--form-requirement{color:var(--cds-text-error,#da1e28)}.cds-custom--select--fluid .cds-custom--form-requirement,:host(cds-custom-fluid-select) .cds-custom--form-requirement{margin:0;padding:.5rem 2.5rem .5rem 1rem}.cds-custom--select--fluid .cds-custom--select--warning .cds-custom--select-input__wrapper:hover+.cds-custom--select__divider,.cds-custom--select--fluid .cds-custom--select-input__wrapper[data-invalid]:hover+.cds-custom--select__divider,:host(cds-custom-fluid-select) .cds-custom--select--warning .cds-custom--select-input__wrapper:hover+.cds-custom--select__divider,:host(cds-custom-fluid-select) .cds-custom--select-input__wrapper[data-invalid]:hover+.cds-custom--select__divider{border-color:transparent}.cds-custom--select--fluid .cds-custom--select--invalid .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select__invalid-icon,.cds-custom--select--fluid .cds-custom--select--warning .cds-custom--select-input__wrapper .cds-custom--select__invalid-icon,.cds-custom--select--fluid :host(cds-custom-fluid-select) .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select__invalid-icon,:host(cds-custom-fluid-select) .cds-custom--select--invalid .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select__invalid-icon,:host(cds-custom-fluid-select) .cds-custom--select--warning .cds-custom--select-input__wrapper .cds-custom--select__invalid-icon,:host(cds-custom-fluid-select) :host(cds-custom-fluid-select) .cds-custom--select-input__wrapper[data-invalid] .cds-custom--select__invalid-icon{inset-block-start:4.5625rem;inset-inline-end:1rem;pointer-events:none}.cds-custom--select--fluid .cds-custom--select--fluid--focus .cds-custom--select-input__wrapper,:host(cds-custom-fluid-select) .cds-custom--select--fluid--focus .cds-custom--select-input__wrapper{outline:2px solid var(--cds-focus,#0f62fe);outline-offset:-2px}@media screen and (prefers-contrast){.cds-custom--select--fluid .cds-custom--select--fluid--focus .cds-custom--select-input__wrapper,:host(cds-custom-fluid-select) .cds-custom--select--fluid--focus .cds-custom--select-input__wrapper{outline-style:dotted}}.cds-custom--select--fluid .cds-custom--select--fluid--focus .cds-custom--select-input,.cds-custom--select--fluid .cds-custom--select--fluid--focus.cds-custom--select--warning,:host(cds-custom-fluid-select) .cds-custom--select--fluid--focus .cds-custom--select-input,:host(cds-custom-fluid-select) .cds-custom--select--fluid--focus.cds-custom--select--warning{border-block-end:1px solid transparent}.cds-custom--select--fluid .cds-custom--select--disabled .cds-custom--toggletip-label,:host(cds-custom-fluid-select) .cds-custom--select--disabled .cds-custom--toggletip-label{color:var(--cds-text-disabled,hsla(0,0%,9%,.25))}.cds-custom--select--fluid .cds-custom--select--disabled .cds-custom--toggletip-button,:host(cds-custom-fluid-select) .cds-custom--select--disabled .cds-custom--toggletip-button{pointer-events:none}.cds-custom--select--fluid .cds-custom--select--disabled .cds-custom--toggletip-button svg,:host(cds-custom-fluid-select) .cds-custom--select--disabled .cds-custom--toggletip-button svg{fill:var(--cds-icon-disabled,hsla(0,0%,9%,.25))}.cds-custom--select--fluid .cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>*,.cds-custom--select--fluid .cds-custom--select--slug .cds-custom--ai-label,.cds-custom--select--fluid .cds-custom--select--slug .cds-custom--slug,:host(cds-custom-fluid-select) .cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>*,:host(cds-custom-fluid-select) .cds-custom--select--slug .cds-custom--ai-label,:host(cds-custom-fluid-select) .cds-custom--select--slug .cds-custom--slug{inset-block-start:2.625rem;inset-inline-end:3rem}.cds-custom--select--fluid .cds-custom--select--slug .cds-custom--select-input,:host(cds-custom-fluid-select) .cds-custom--select--slug .cds-custom--select-input{padding-inline-end:4rem}.cds-custom--select--fluid .cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>.cds-custom--ai-label:before,.cds-custom--select--fluid .cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--ai-label:before,.cds-custom--select--fluid .cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--slug:before,:host(cds-custom-fluid-select) .cds-custom--select--decorator .cds-custom--select__inner-wrapper--decorator>.cds-custom--ai-label:before,:host(cds-custom-fluid-select) .cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--ai-label:before,:host(cds-custom-fluid-select) .cds-custom--select--slug:has(.cds-custom--select__invalid-icon) .cds-custom--slug:before{display:none}.cds-custom--select--fluid__skeleton{background:var(--cds-skeleton-background,#e8e8e8);block-size:4rem;border-block-end:1px solid var(--cds-skeleton-element,#c6c6c6);position:relative}.cds-custom--select--fluid__skeleton .cds-custom--skeleton{block-size:.5rem;inline-size:25%;inset-block-start:1rem;inset-inline-start:1rem;position:absolute}.cds-custom--select--fluid__skeleton .cds-custom--label{block-size:.5rem;inline-size:50%;inset-block-start:2.25rem;inset-inline-start:1rem;padding:0;position:absolute}.cds-custom--layout--size-xs{--cds-layout-size-height-context:var(--cds-layout-size-height-xs,1.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xs{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xs,1.5rem))}.cds-custom--layout-constraint--size__min-xs{--cds-layout-size-height-min:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout-constraint--size__max-xs{--cds-layout-size-height-max:var(--cds-layout-size-height-xs,1.5rem)}.cds-custom--layout--size-sm{--cds-layout-size-height-context:var(--cds-layout-size-height-sm,2rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-sm{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-sm,2rem))}.cds-custom--layout-constraint--size__min-sm{--cds-layout-size-height-min:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout-constraint--size__max-sm{--cds-layout-size-height-max:var(--cds-layout-size-height-sm,2rem)}.cds-custom--layout--size-md{--cds-layout-size-height-context:var(--cds-layout-size-height-md,2.5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-md{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-md,2.5rem))}.cds-custom--layout-constraint--size__min-md{--cds-layout-size-height-min:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout-constraint--size__max-md{--cds-layout-size-height-max:var(--cds-layout-size-height-md,2.5rem)}.cds-custom--layout--size-lg{--cds-layout-size-height-context:var(--cds-layout-size-height-lg,3rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-lg{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-lg,3rem))}.cds-custom--layout-constraint--size__min-lg{--cds-layout-size-height-min:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout-constraint--size__max-lg{--cds-layout-size-height-max:var(--cds-layout-size-height-lg,3rem)}.cds-custom--layout--size-xl{--cds-layout-size-height-context:var(--cds-layout-size-height-xl,4rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-xl,4rem))}.cds-custom--layout-constraint--size__min-xl{--cds-layout-size-height-min:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout-constraint--size__max-xl{--cds-layout-size-height-max:var(--cds-layout-size-height-xl,4rem)}.cds-custom--layout--size-2xl{--cds-layout-size-height-context:var(--cds-layout-size-height-2xl,5rem);--cds-layout-size-height:var(--cds-layout-size-height-context)}.cds-custom--layout-constraint--size__default-2xl{--cds-layout-size-height:var(--cds-layout-size-height-context,var(--cds-layout-size-height-2xl,5rem))}.cds-custom--layout-constraint--size__min-2xl{--cds-layout-size-height-min:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout-constraint--size__max-2xl{--cds-layout-size-height-max:var(--cds-layout-size-height-2xl,5rem)}.cds-custom--layout--density-condensed{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-condensed,0.5rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-condensed{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-condensed,0.5rem))}.cds-custom--layout-constraint--density__min-condensed{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout-constraint--density__max-condensed{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-condensed,0.5rem)}.cds-custom--layout--density-normal{--cds-layout-density-padding-inline-context:var(--cds-layout-density-padding-inline-normal,1rem);--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context)}.cds-custom--layout-constraint--density__default-normal{--cds-layout-density-padding-inline:var(--cds-layout-density-padding-inline-context,var(--cds-layout-density-padding-inline-normal,1rem))}.cds-custom--layout-constraint--density__min-normal{--cds-layout-density-padding-inline-min:var(--cds-layout-density-padding-inline-normal,1rem)}.cds-custom--layout-constraint--density__max-normal{--cds-layout-density-padding-inline-max:var(--cds-layout-density-padding-inline-normal,1rem)}:root{--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}:host(cds-custom-fluid-select){--cds-layout-size-height-xs:1.5rem;--cds-layout-size-height-sm:2rem;--cds-layout-size-height-md:2.5rem;--cds-layout-size-height-lg:3rem;--cds-layout-size-height-xl:4rem;--cds-layout-size-height-2xl:5rem;--cds-layout-size-height-min:0px;--cds-layout-size-height-max:999999999px;--cds-layout-density-padding-inline-condensed:0.5rem;--cds-layout-density-padding-inline-normal:1rem;--cds-layout-density-padding-inline-min:0px;--cds-layout-density-padding-inline-max:999999999px}:host(cds-custom-fluid-select) ::slotted(cds-custom-ai-label),:host(cds-custom-fluid-select) ::slotted(cds-custom-slug){inset-block-start:70%;inset-inline-end:3rem;position:absolute}:host(cds-custom-fluid-select) ::slotted(cds-custom-ai-label:not([revert-active])),:host(cds-custom-fluid-select) ::slotted(cds-custom-slug:not([revert-active])){transform:translateY(-70%)}:host(cds-custom-fluid-select) ::slotted(cds-custom-ai-label):after,:host(cds-custom-fluid-select) ::slotted(cds-custom-ai-label):before{background-color:var(--cds-border-subtle-01,#c6c6c6);block-size:1rem;content:\"\";inline-size:.0625rem;inset-inline-start:calc(1.5rem - 1px);position:absolute}:host(cds-custom-fluid-select) ::slotted(cds-custom-ai-label):before{display:var(--cds-show-before);inset-inline-start:calc(-.5rem - 1px)}"]);
11
+
12
+ export { styles as default };
13
+ //# sourceMappingURL=fluid-select.scss.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-select.scss.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;"}
@@ -0,0 +1,8 @@
1
+ /**
2
+ * Copyright IBM Corp. 2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import './fluid-select';
8
+ import './fluid-select-skeleton';
@@ -0,0 +1,10 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import './fluid-select.js';
9
+ import './fluid-select-skeleton.js';
10
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;"}
@@ -0,0 +1,17 @@
1
+ /**
2
+ * Copyright IBM Corp.2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import CDSTextareaSkeleton from '../textarea/textarea-skeleton';
8
+ /**
9
+ * Fluid text area input.
10
+ *
11
+ * @element cds-custom-fluid-textarea
12
+ */
13
+ declare class CDSFluidTextareaSkeleton extends CDSTextareaSkeleton {
14
+ render(): import("lit-html").TemplateResult<1>;
15
+ static styles: any[];
16
+ }
17
+ export default CDSFluidTextareaSkeleton;
@@ -0,0 +1,42 @@
1
+ /**
2
+ * Copyright IBM Corp. 2024
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+
8
+ import { __decorate } from 'tslib';
9
+ import { prefix } from '../../globals/settings.js';
10
+ import { html } from 'lit';
11
+ import { carbonElement } from '../../globals/decorators/carbon-element.js';
12
+ import CDSTextareaSkeleton from '../textarea/textarea-skeleton.js';
13
+ import styles from './fluid-textarea.scss.js';
14
+
15
+ /**
16
+ * Copyright IBM Corp.2025
17
+ *
18
+ * This source code is licensed under the Apache-2.0 license found in the
19
+ * LICENSE file in the root directory of this source tree.
20
+ */
21
+ /**
22
+ * Fluid text area input.
23
+ *
24
+ * @element cds-custom-fluid-textarea
25
+ */
26
+ let CDSFluidTextareaSkeleton = class CDSFluidTextareaSkeleton extends CDSTextareaSkeleton {
27
+ render() {
28
+ return html `
29
+ <div class="${prefix}--text-area--fluid__skeleton ${prefix}--form-item">
30
+ ${super.render()}
31
+ </div>
32
+ `;
33
+ }
34
+ };
35
+ CDSFluidTextareaSkeleton.styles = [CDSTextareaSkeleton.styles, styles];
36
+ CDSFluidTextareaSkeleton = __decorate([
37
+ carbonElement(`${prefix}-fluid-textarea-skeleton`)
38
+ ], CDSFluidTextareaSkeleton);
39
+ var CDSFluidTextareaSkeleton$1 = CDSFluidTextareaSkeleton;
40
+
41
+ export { CDSFluidTextareaSkeleton$1 as default };
42
+ //# sourceMappingURL=fluid-textarea-skeleton.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fluid-textarea-skeleton.js","sources":["../../../src/components/fluid-textarea/fluid-textarea-skeleton.ts"],"sourcesContent":["/**\n * Copyright IBM Corp.2025\n *\n * This source code is licensed under the Apache-2.0 license found in the\n * LICENSE file in the root directory of this source tree.\n */\n\nimport { prefix } from '../../globals/settings';\nimport { html } from 'lit';\nimport { carbonElement as customElement } from '../../globals/decorators/carbon-element';\nimport CDSTextareaSkeleton from '../textarea/textarea-skeleton';\nimport styles from './fluid-textarea.scss?lit';\n\n/**\n * Fluid text area input.\n *\n * @element cds-custom-fluid-textarea\n */\n@customElement(`${prefix}-fluid-textarea-skeleton`)\nclass CDSFluidTextareaSkeleton extends CDSTextareaSkeleton {\n render() {\n return html`\n <div class=\"${prefix}--text-area--fluid__skeleton ${prefix}--form-item\">\n ${super.render()}\n </div>\n `;\n }\n\n static styles = [CDSTextareaSkeleton.styles, styles];\n}\n\nexport default CDSFluidTextareaSkeleton;\n"],"names":["customElement"],"mappings":";;;;;;;;;;;;;;AAAA;;;;;AAKG;AAQH;;;;AAIG;AAEH,IAAM,wBAAwB,GAA9B,MAAM,wBAAyB,SAAQ,mBAAmB,CAAA;IACxD,MAAM,GAAA;AACJ,QAAA,OAAO,IAAI,CAAA;AACK,kBAAA,EAAA,MAAM,gCAAgC,MAAM,CAAA;UACtD,KAAK,CAAC,MAAM,EAAE;;KAEnB;;;AAGI,wBAAM,CAAA,MAAA,GAAG,CAAC,mBAAmB,CAAC,MAAM,EAAE,MAAM,CAAtC;AATT,wBAAwB,GAAA,UAAA,CAAA;AAD7B,IAAAA,aAAa,CAAC,CAAA,EAAG,MAAM,CAAA,wBAAA,CAA0B;AAC5C,CAAA,EAAA,wBAAwB,CAU7B;AAED,iCAAe,wBAAwB;;;;"}
@@ -0,0 +1,18 @@
1
+ /**
2
+ * Copyright IBM Corp.2025
3
+ *
4
+ * This source code is licensed under the Apache-2.0 license found in the
5
+ * LICENSE file in the root directory of this source tree.
6
+ */
7
+ import CDSTextarea from '../textarea/textarea';
8
+ /**
9
+ * Fluid text area input.
10
+ *
11
+ * @element cds-custom-fluid-textarea
12
+ */
13
+ declare class CDSFluidTextArea extends CDSTextarea {
14
+ connectedCallback(): void;
15
+ render(): import("lit-html").TemplateResult<1>;
16
+ static styles: any[];
17
+ }
18
+ export default CDSFluidTextArea;