@haiilo/catalyst 0.7.4 → 0.8.2

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 (142) hide show
  1. package/dist/catalyst/catalyst.css +1 -1
  2. package/dist/catalyst/catalyst.esm.js +1 -1
  3. package/dist/catalyst/catalyst.esm.js.map +1 -1
  4. package/dist/catalyst/index.esm.js +1 -1
  5. package/dist/catalyst/p-2ad6f8d8.js +2 -0
  6. package/dist/catalyst/{p-7c06183a.js.map → p-2ad6f8d8.js.map} +1 -1
  7. package/dist/catalyst/p-3bbcb685.entry.js +12 -0
  8. package/dist/catalyst/p-3bbcb685.entry.js.map +1 -0
  9. package/dist/catalyst/p-659073b5.js +3 -0
  10. package/dist/catalyst/p-659073b5.js.map +1 -0
  11. package/dist/catalyst/{p-c7f3b231.js → p-6a8a4dc0.js} +2 -2
  12. package/dist/catalyst/{p-c7f3b231.js.map → p-6a8a4dc0.js.map} +0 -0
  13. package/dist/catalyst/{p-5616e2cd.js → p-6fce43dd.js} +2 -2
  14. package/dist/catalyst/{p-5616e2cd.js.map → p-6fce43dd.js.map} +0 -0
  15. package/dist/catalyst/{p-4254363e.entry.js → p-c0b4200d.entry.js} +2 -2
  16. package/dist/catalyst/{p-4254363e.entry.js.map → p-c0b4200d.entry.js.map} +0 -0
  17. package/dist/catalyst/{p-12486027.js → p-decdc6f1.js} +2 -2
  18. package/dist/catalyst/p-decdc6f1.js.map +1 -0
  19. package/dist/catalyst/p-f45bcfd6.js +2 -0
  20. package/dist/catalyst/p-f45bcfd6.js.map +1 -0
  21. package/dist/catalyst/scss/_mixins.scss +1 -1
  22. package/dist/catalyst/scss/_variables.scss +2 -0
  23. package/dist/catalyst/scss/fonts/{_fonts.mixins.scss → _fonts-mixins.scss} +0 -0
  24. package/dist/catalyst/scss/index.scss +4 -3
  25. package/dist/cjs/{app-globals-aa29ad72.js → app-globals-79765026.js} +3 -3
  26. package/dist/cjs/{app-globals-aa29ad72.js.map → app-globals-79765026.js.map} +1 -1
  27. package/dist/cjs/cat-alert_20.cjs.entry.js +12630 -0
  28. package/dist/cjs/cat-alert_20.cjs.entry.js.map +1 -0
  29. package/dist/cjs/{cat-form-hint-93a6936b.js → cat-form-hint-25fdfed5.js} +2 -2
  30. package/dist/cjs/{cat-form-hint-93a6936b.js.map → cat-form-hint-25fdfed5.js.map} +1 -1
  31. package/dist/cjs/{cat-icon-registry-49b11b51.js → cat-icon-registry-b015a65f.js} +37 -43
  32. package/dist/cjs/cat-icon-registry-b015a65f.js.map +1 -0
  33. package/dist/cjs/{cat-notification-156f4cf5.js → cat-notification-fe237312.js} +2 -2
  34. package/dist/cjs/{cat-notification-156f4cf5.js.map → cat-notification-fe237312.js.map} +1 -1
  35. package/dist/cjs/cat-textarea.cjs.entry.js +3 -3
  36. package/dist/cjs/catalyst.cjs.js +6 -6
  37. package/dist/cjs/catalyst.cjs.js.map +1 -1
  38. package/dist/cjs/{index-499bad41.js → index-936b777e.js} +10 -5
  39. package/dist/cjs/index-936b777e.js.map +1 -0
  40. package/dist/cjs/index.cjs.js +3 -3
  41. package/dist/cjs/loader.cjs.js +6 -6
  42. package/dist/cjs/loader.cjs.js.map +1 -1
  43. package/dist/cjs/{loglevel-c9b2d01f.js → loglevel-b5d158ad.js} +6 -1
  44. package/dist/cjs/loglevel-b5d158ad.js.map +1 -0
  45. package/dist/collection/collection-manifest.json +3 -1
  46. package/dist/collection/components/cat-avatar/cat-avatar.js +2 -2
  47. package/dist/collection/components/cat-avatar/cat-avatar.js.map +1 -1
  48. package/dist/collection/components/cat-i18n/cat-i18n-registry.js +35 -41
  49. package/dist/collection/components/cat-i18n/cat-i18n-registry.js.map +1 -1
  50. package/dist/collection/components/cat-input/cat-input.js +2 -2
  51. package/dist/collection/components/cat-input/cat-input.js.map +1 -1
  52. package/dist/collection/components/cat-modal/cat-modal.css +65 -0
  53. package/dist/collection/components/cat-modal/cat-modal.js +117 -0
  54. package/dist/collection/components/cat-modal/cat-modal.js.map +1 -0
  55. package/dist/collection/components/cat-select/cat-select.css +602 -0
  56. package/dist/collection/components/cat-select/cat-select.js +527 -0
  57. package/dist/collection/components/cat-select/cat-select.js.map +1 -0
  58. package/dist/collection/init.js +1 -1
  59. package/dist/collection/init.js.map +1 -1
  60. package/dist/collection/scss/_mixins.scss +1 -1
  61. package/dist/collection/scss/_variables.scss +2 -0
  62. package/dist/collection/scss/fonts/{_fonts.mixins.scss → _fonts-mixins.scss} +0 -0
  63. package/dist/collection/scss/index.scss +4 -3
  64. package/dist/components/cat-avatar.js +2 -2
  65. package/dist/components/cat-avatar.js.map +1 -1
  66. package/dist/components/cat-i18n-registry.js +35 -41
  67. package/dist/components/cat-i18n-registry.js.map +1 -1
  68. package/dist/components/cat-icon.js +1 -1
  69. package/dist/components/cat-icon2.js +56 -2
  70. package/dist/components/cat-icon2.js.map +1 -1
  71. package/dist/components/cat-input.js +2 -2
  72. package/dist/components/cat-input.js.map +1 -1
  73. package/dist/components/cat-menu.js +3 -742
  74. package/dist/components/cat-menu.js.map +1 -1
  75. package/dist/components/cat-modal.d.ts +11 -0
  76. package/dist/components/cat-modal.js +111 -0
  77. package/dist/components/cat-modal.js.map +1 -0
  78. package/dist/components/cat-select.d.ts +11 -0
  79. package/dist/components/cat-select.js +7788 -0
  80. package/dist/components/cat-select.js.map +1 -0
  81. package/dist/components/cat-toast-demo.js +549 -4
  82. package/dist/components/cat-toast-demo.js.map +1 -1
  83. package/dist/components/cat-tooltip.js +2 -1
  84. package/dist/components/cat-tooltip.js.map +1 -1
  85. package/dist/components/first-tabbable.js +1 -1068
  86. package/dist/components/first-tabbable.js.map +1 -1
  87. package/dist/components/floating-ui.dom.esm.js +1070 -0
  88. package/dist/components/floating-ui.dom.esm.js.map +1 -0
  89. package/dist/components/focus-trap.esm.js +746 -0
  90. package/dist/components/focus-trap.esm.js.map +1 -0
  91. package/dist/components/index.d.ts +21 -5
  92. package/dist/components/index.js +24 -4
  93. package/dist/components/index.js.map +1 -1
  94. package/dist/components/loglevel.js +5 -1
  95. package/dist/components/loglevel.js.map +1 -1
  96. package/dist/esm/{app-globals-cf55f7f5.js → app-globals-7d163b94.js} +3 -3
  97. package/dist/esm/{app-globals-cf55f7f5.js.map → app-globals-7d163b94.js.map} +1 -1
  98. package/dist/esm/cat-alert_20.entry.js +12607 -0
  99. package/dist/esm/cat-alert_20.entry.js.map +1 -0
  100. package/dist/esm/{cat-form-hint-dc443c7c.js → cat-form-hint-790d1e46.js} +2 -2
  101. package/dist/esm/{cat-form-hint-dc443c7c.js.map → cat-form-hint-790d1e46.js.map} +1 -1
  102. package/dist/esm/{cat-icon-registry-3ea75755.js → cat-icon-registry-dc1ef79a.js} +37 -43
  103. package/dist/esm/cat-icon-registry-dc1ef79a.js.map +1 -0
  104. package/dist/{components/cat-notification.js → esm/cat-notification-a9655c00.js} +2 -2
  105. package/dist/esm/{cat-notification-cd98c266.js.map → cat-notification-a9655c00.js.map} +1 -1
  106. package/dist/esm/cat-textarea.entry.js +3 -3
  107. package/dist/esm/catalyst.js +6 -6
  108. package/dist/esm/catalyst.js.map +1 -1
  109. package/dist/esm/{index-039e6f5f.js → index-41ceb7da.js} +10 -5
  110. package/dist/esm/index-41ceb7da.js.map +1 -0
  111. package/dist/esm/index.js +3 -3
  112. package/dist/esm/loader.js +6 -6
  113. package/dist/esm/loader.js.map +1 -1
  114. package/dist/esm/{loglevel-39a9e3f9.js → loglevel-c8b59c3a.js} +6 -2
  115. package/dist/{cjs/loglevel-c9b2d01f.js.map → esm/loglevel-c8b59c3a.js.map} +1 -1
  116. package/dist/esm/polyfills/css-shim.js +1 -1
  117. package/dist/types/components/cat-i18n/cat-i18n-registry.d.ts +9 -10
  118. package/dist/types/components/cat-modal/cat-modal.d.ts +20 -0
  119. package/dist/types/components/cat-select/cat-select.d.ts +84 -0
  120. package/dist/types/components.d.ts +184 -25
  121. package/package.json +11 -10
  122. package/dist/catalyst/p-12486027.js.map +0 -1
  123. package/dist/catalyst/p-12b96af6.js +0 -2
  124. package/dist/catalyst/p-12b96af6.js.map +0 -1
  125. package/dist/catalyst/p-2ec5c87a.js +0 -2
  126. package/dist/catalyst/p-2ec5c87a.js.map +0 -1
  127. package/dist/catalyst/p-7c06183a.js +0 -2
  128. package/dist/catalyst/p-dda85567.entry.js +0 -10
  129. package/dist/catalyst/p-dda85567.entry.js.map +0 -1
  130. package/dist/cjs/cat-alert_18.cjs.entry.js +0 -4831
  131. package/dist/cjs/cat-alert_18.cjs.entry.js.map +0 -1
  132. package/dist/cjs/cat-icon-registry-49b11b51.js.map +0 -1
  133. package/dist/cjs/index-499bad41.js.map +0 -1
  134. package/dist/components/cat-icon-registry.js +0 -59
  135. package/dist/components/cat-icon-registry.js.map +0 -1
  136. package/dist/components/cat-notification.js.map +0 -1
  137. package/dist/esm/cat-alert_18.entry.js +0 -4810
  138. package/dist/esm/cat-alert_18.entry.js.map +0 -1
  139. package/dist/esm/cat-icon-registry-3ea75755.js.map +0 -1
  140. package/dist/esm/cat-notification-cd98c266.js +0 -550
  141. package/dist/esm/index-039e6f5f.js.map +0 -1
  142. package/dist/esm/loglevel-39a9e3f9.js.map +0 -1
@@ -0,0 +1,602 @@
1
+ /**
2
+ * Auto-generated file. Do not edit directly.
3
+ */
4
+ /* stylelint-disable value-keyword-case */
5
+ /* stylelint-enable value-keyword-case */
6
+ /* =============================================
7
+ = Generic styling =
8
+ ============================================= */
9
+ * {
10
+ -webkit-font-smoothing: antialiased;
11
+ -moz-osx-font-smoothing: grayscale;
12
+ }
13
+
14
+ *,
15
+ *::before,
16
+ *::after {
17
+ box-sizing: border-box;
18
+ }
19
+
20
+ html,
21
+ body {
22
+ position: relative;
23
+ margin: 0;
24
+ width: 100%;
25
+ height: 100%;
26
+ }
27
+
28
+ body {
29
+ font-family: "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
30
+ font-size: 16px;
31
+ line-height: 1.4;
32
+ color: #fff;
33
+ background-color: #333;
34
+ overflow-x: hidden;
35
+ }
36
+
37
+ label {
38
+ display: block;
39
+ margin-bottom: 8px;
40
+ font-size: 14px;
41
+ font-weight: 500;
42
+ cursor: pointer;
43
+ }
44
+
45
+ p {
46
+ margin-top: 0;
47
+ margin-bottom: 8px;
48
+ }
49
+
50
+ hr {
51
+ display: block;
52
+ margin: 30px 0;
53
+ border: 0;
54
+ border-bottom: 1px solid #eaeaea;
55
+ height: 1px;
56
+ }
57
+
58
+ h1,
59
+ h2,
60
+ h3,
61
+ h4,
62
+ h5,
63
+ h6 {
64
+ margin-top: 0;
65
+ margin-bottom: 12px;
66
+ font-weight: 400;
67
+ line-height: 1.2;
68
+ }
69
+
70
+ a,
71
+ a:visited,
72
+ a:focus {
73
+ color: #fff;
74
+ text-decoration: none;
75
+ font-weight: 600;
76
+ }
77
+
78
+ .form-control {
79
+ display: block;
80
+ width: 100%;
81
+ background-color: #f9f9f9;
82
+ padding: 12px;
83
+ border: 1px solid #ddd;
84
+ border-radius: 2.5px;
85
+ font-size: 14px;
86
+ appearance: none;
87
+ margin-bottom: 24px;
88
+ }
89
+
90
+ h1,
91
+ .h1 {
92
+ font-size: 32px;
93
+ }
94
+
95
+ h2,
96
+ .h2 {
97
+ font-size: 24px;
98
+ }
99
+
100
+ h3,
101
+ .h3 {
102
+ font-size: 20px;
103
+ }
104
+
105
+ h4,
106
+ .h4 {
107
+ font-size: 18px;
108
+ }
109
+
110
+ h5,
111
+ .h5 {
112
+ font-size: 16px;
113
+ }
114
+
115
+ h6,
116
+ .h6 {
117
+ font-size: 14px;
118
+ }
119
+
120
+ label + p {
121
+ margin-top: -4px;
122
+ }
123
+
124
+ .container {
125
+ display: block;
126
+ margin: auto;
127
+ max-width: 40em;
128
+ padding: 48px;
129
+ }
130
+ @media (max-width: 620px) {
131
+ .container {
132
+ padding: 0;
133
+ }
134
+ }
135
+
136
+ .section {
137
+ background-color: #fff;
138
+ padding: 24px;
139
+ color: #333;
140
+ }
141
+ .section a,
142
+ .section a:visited,
143
+ .section a:focus {
144
+ color: #00bcd4;
145
+ }
146
+
147
+ .logo {
148
+ display: block;
149
+ margin-bottom: 12px;
150
+ }
151
+
152
+ .logo-img {
153
+ width: 100%;
154
+ height: auto;
155
+ display: inline-block;
156
+ max-width: 100%;
157
+ vertical-align: top;
158
+ padding: 6px 0;
159
+ }
160
+
161
+ .visible-ie {
162
+ display: none;
163
+ }
164
+
165
+ .push-bottom {
166
+ margin-bottom: 24px;
167
+ }
168
+
169
+ .zero-bottom {
170
+ margin-bottom: 0;
171
+ }
172
+
173
+ .zero-top {
174
+ margin-top: 0;
175
+ }
176
+
177
+ .text-center {
178
+ text-align: center;
179
+ }
180
+
181
+ [data-test-hook] {
182
+ margin-bottom: 24px;
183
+ }
184
+
185
+ /* ===== End of Section comment block ====== */
186
+ :host {
187
+ display: block;
188
+ }
189
+
190
+ :host([hidden]) {
191
+ display: none;
192
+ }
193
+
194
+ .choices {
195
+ position: relative;
196
+ overflow: hidden;
197
+ margin-bottom: 24px;
198
+ font-size: 16px;
199
+ }
200
+ .choices:focus {
201
+ outline: none;
202
+ box-shadow: 0 1px 4px 0 #101d3033;
203
+ }
204
+ .choices:last-child {
205
+ margin-bottom: 0;
206
+ }
207
+ .choices.is-open {
208
+ overflow: visible;
209
+ box-shadow: 0 1px 4px 0 #101d3033;
210
+ }
211
+ .choices.is-disabled .choices__inner,
212
+ .choices.is-disabled .choices__input {
213
+ background-color: #eaeaea;
214
+ cursor: not-allowed;
215
+ user-select: none;
216
+ }
217
+ .choices.is-disabled .choices__item {
218
+ cursor: not-allowed;
219
+ }
220
+ .choices [hidden] {
221
+ display: none !important;
222
+ }
223
+
224
+ .choices[data-type*=select-one] {
225
+ cursor: pointer;
226
+ }
227
+ .choices[data-type*=select-one] .choices__inner {
228
+ padding-bottom: 7.5px;
229
+ }
230
+ .choices[data-type*=select-one] .choices__list--dropdown .choices__list {
231
+ padding-top: 0.5rem;
232
+ }
233
+ .choices[data-type*=select-one] .choices__input {
234
+ display: block;
235
+ width: 100%;
236
+ padding: 12px 16px 12px 40px;
237
+ border-bottom: 1px solid #d7dbe0;
238
+ margin: 0;
239
+ color: #000;
240
+ background: #fff url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTgiIGhlaWdodD0iMTgiIHZpZXdCb3g9IjAgMCAxOCAxOCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik04LjUgMC4yNUMzLjk0MzY1IDAuMjUgMC4yNSAzLjk0MzY1IDAuMjUgOC41QzAuMjUgMTMuMDU2MyAzLjk0MzY1IDE2Ljc1IDguNSAxNi43NUMxMC41MjU1IDE2Ljc1IDEyLjM4MDUgMTYuMDIwMSAxMy44MTYzIDE0LjgwODlDMTMuODUyNiAxNC44ODkyIDEzLjkwMzcgMTQuOTY0NCAxMy45Njk3IDE1LjAzMDNMMTYuNDY5NyAxNy41MzAzQzE2Ljc2MjYgMTcuODIzMiAxNy4yMzc0IDE3LjgyMzIgMTcuNTMwMyAxNy41MzAzQzE3LjgyMzIgMTcuMjM3NCAxNy44MjMyIDE2Ljc2MjYgMTcuNTMwMyAxNi40Njk3TDE1LjAzMDMgMTMuOTY5N0MxNC45NjQ0IDEzLjkwMzcgMTQuODg5MiAxMy44NTI2IDE0LjgwODkgMTMuODE2M0MxNi4wMjAxIDEyLjM4MDUgMTYuNzUgMTAuNTI1NSAxNi43NSA4LjVDMTYuNzUgMy45NDM2NSAxMy4wNTYzIDAuMjUgOC41IDAuMjVaTTEuNzUgOC41QzEuNzUgNC43NzIwOCA0Ljc3MjA4IDEuNzUgOC41IDEuNzVDMTIuMjI3OSAxLjc1IDE1LjI1IDQuNzcyMDggMTUuMjUgOC41QzE1LjI1IDEyLjIyNzkgMTIuMjI3OSAxNS4yNSA4LjUgMTUuMjVDNC43NzIwOCAxNS4yNSAxLjc1IDEyLjIyNzkgMS43NSA4LjVaIiBmaWxsPSIjNjk3Njg3Ii8+Cjwvc3ZnPgo=") no-repeat left 12px center;
241
+ }
242
+ .choices[data-type*=select-one] .choices__input::before {
243
+ content: "abc";
244
+ }
245
+ .choices[data-type*=select-one] .choices__button {
246
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMjAiIHZpZXdCb3g9IjAgMCAyMCAyMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTYuNDY5NjcgNi40Njk2N0M2Ljc2MjU2IDYuMTc2NzggNy4yMzc0NCA2LjE3Njc4IDcuNTMwMzMgNi40Njk2N0wxMCA4LjkzOTM0TDEyLjQ2OTcgNi40Njk2N0MxMi43NjI2IDYuMTc2NzggMTMuMjM3NCA2LjE3Njc4IDEzLjUzMDMgNi40Njk2N0MxMy44MjMyIDYuNzYyNTYgMTMuODIzMiA3LjIzNzQ0IDEzLjUzMDMgNy41MzAzM0wxMS4wNjA3IDEwTDEzLjUzMDMgMTIuNDY5N0MxMy44MjMyIDEyLjc2MjYgMTMuODIzMiAxMy4yMzc0IDEzLjUzMDMgMTMuNTMwM0MxMy4yMzc0IDEzLjgyMzIgMTIuNzYyNiAxMy44MjMyIDEyLjQ2OTcgMTMuNTMwM0wxMCAxMS4wNjA3TDcuNTMwMzMgMTMuNTMwM0M3LjIzNzQ0IDEzLjgyMzIgNi43NjI1NiAxMy44MjMyIDYuNDY5NjcgMTMuNTMwM0M2LjE3Njc4IDEzLjIzNzQgNi4xNzY3OCAxMi43NjI2IDYuNDY5NjcgMTIuNDY5N0w4LjkzOTM0IDEwTDYuNDY5NjcgNy41MzAzM0M2LjE3Njc4IDcuMjM3NDQgNi4xNzY3OCA2Ljc2MjU2IDYuNDY5NjcgNi40Njk2N1oiIGZpbGw9ImJsYWNrIi8+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMTAgMC4yNUM0LjYxNTIyIDAuMjUgMC4yNSA0LjYxNTIyIDAuMjUgMTBDMC4yNSAxNS4zODQ4IDQuNjE1MjIgMTkuNzUgMTAgMTkuNzVDMTUuMzg0OCAxOS43NSAxOS43NSAxNS4zODQ4IDE5Ljc1IDEwQzE5Ljc1IDQuNjE1MjIgMTUuMzg0OCAwLjI1IDEwIDAuMjVaTTEuNzUgMTBDMS43NSA1LjQ0MzY1IDUuNDQzNjUgMS43NSAxMCAxLjc1QzE0LjU1NjMgMS43NSAxOC4yNSA1LjQ0MzY1IDE4LjI1IDEwQzE4LjI1IDE0LjU1NjMgMTQuNTU2MyAxOC4yNSAxMCAxOC4yNUM1LjQ0MzY1IDE4LjI1IDEuNzUgMTQuNTU2MyAxLjc1IDEwWiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
247
+ padding: 0;
248
+ background-size: 20px;
249
+ position: absolute;
250
+ top: 50%;
251
+ right: 0;
252
+ margin-top: -10px;
253
+ margin-right: 35px;
254
+ height: 20px;
255
+ width: 20px;
256
+ }
257
+ .choices[data-type*=select-one] .choices__button:focus {
258
+ box-shadow: 0 0 0 2px rgba(105, 118, 135, 0.1);
259
+ }
260
+ .choices[data-type*=select-one] .choices__item[data-value=""] .choices__button {
261
+ display: none;
262
+ }
263
+ .choices[data-type*=select-one] .choices__item {
264
+ /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
265
+ overflow: hidden;
266
+ text-overflow: ellipsis;
267
+ white-space: nowrap;
268
+ /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
269
+ }
270
+ .choices[data-type*=select-one][dir=rtl]::after {
271
+ left: 11.5px;
272
+ right: auto;
273
+ }
274
+ .choices[data-type*=select-one][dir=rtl] .choices__button {
275
+ right: auto;
276
+ left: 0;
277
+ margin-left: 25px;
278
+ margin-right: 0;
279
+ }
280
+
281
+ .choices[data-type*=select-multiple] .choices__inner,
282
+ .choices[data-type*=text] .choices__inner {
283
+ cursor: text;
284
+ display: flex;
285
+ flex-direction: row;
286
+ align-items: center;
287
+ padding: 4px 60px 0 4px;
288
+ }
289
+ .choices[data-type*=select-multiple] .choices__item cat-checkbox,
290
+ .choices[data-type*=text] .choices__item cat-checkbox {
291
+ /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
292
+ overflow: hidden;
293
+ text-overflow: ellipsis;
294
+ white-space: nowrap;
295
+ /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
296
+ margin: 0;
297
+ }
298
+ .choices[data-type*=select-multiple] .choices__item cat-checkbox::part(label),
299
+ .choices[data-type*=text] .choices__item cat-checkbox::part(label) {
300
+ /* stylelint-disable value-no-vendor-prefix, property-no-vendor-prefix */
301
+ overflow: hidden;
302
+ text-overflow: ellipsis;
303
+ white-space: nowrap;
304
+ /* stylelint-enable value-no-vendor-prefix, property-no-vendor-prefix */
305
+ }
306
+ .choices[data-type*=select-multiple] .choices__input,
307
+ .choices[data-type*=text] .choices__input {
308
+ min-width: 1ch;
309
+ width: 1ch;
310
+ }
311
+ .choices[data-type*=select-multiple] .choices__button,
312
+ .choices[data-type*=text] .choices__button {
313
+ position: relative;
314
+ display: inline-block;
315
+ padding-left: 24px;
316
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxMCAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEuMjc1MzIgMC4zOTEzNzFDMS4wMzEyNCAwLjE0NzI5NCAwLjYzNTUxIDAuMTQ3Mjk0IDAuMzkxNDMyIDAuMzkxMzcxQzAuMTQ3MzU1IDAuNjM1NDQ5IDAuMTQ3MzU1IDEuMDMxMTggMC4zOTE0MzIgMS4yNzUyNUw0LjExNjE2IDQuOTk5OThMMC4zOTE0MzIgOC43MjQ3QzAuMTQ3MzU1IDguOTY4NzggMC4xNDczNTUgOS4zNjQ1MSAwLjM5MTQzMiA5LjYwODU5QzAuNjM1NTEgOS44NTI2NyAxLjAzMTI0IDkuODUyNjcgMS4yNzUzMiA5LjYwODU5TDUuMDAwMDQgNS44ODM4Nkw4LjcyNDc3IDkuNjA4NTlDOC45Njg4NCA5Ljg1MjY3IDkuMzY0NTcgOS44NTI2NyA5LjYwODY1IDkuNjA4NTlDOS44NTI3MyA5LjM2NDUxIDkuODUyNzMgOC45Njg3OCA5LjYwODY1IDguNzI0N0w1Ljg4MzkyIDQuOTk5OThMOS42MDg2NSAxLjI3NTI1QzkuODUyNzMgMS4wMzExOCA5Ljg1MjczIDAuNjM1NDQ5IDkuNjA4NjUgMC4zOTEzNzFDOS4zNjQ1NyAwLjE0NzI5NCA4Ljk2ODg0IDAuMTQ3Mjk0IDguNzI0NzcgMC4zOTEzNzFMNS4wMDAwNCA0LjExNjFMMS4yNzUzMiAwLjM5MTM3MVoiIGZpbGw9ImJsYWNrIi8+Cjwvc3ZnPgo=");
317
+ background-size: 10px;
318
+ width: 10px;
319
+ line-height: 1;
320
+ opacity: 0.75;
321
+ border-radius: 0;
322
+ }
323
+ .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=select-multiple] .choices__button:focus,
324
+ .choices[data-type*=text] .choices__button:hover,
325
+ .choices[data-type*=text] .choices__button:focus {
326
+ opacity: 1;
327
+ }
328
+ .choices[data-type*=select-multiple] cat-button,
329
+ .choices[data-type*=text] cat-button {
330
+ position: absolute;
331
+ top: 50%;
332
+ right: 0;
333
+ margin-top: -20px;
334
+ margin-right: 25px;
335
+ }
336
+ .choices[data-type*=select-multiple] cat-button::part(button),
337
+ .choices[data-type*=text] cat-button::part(button) {
338
+ box-shadow: unset;
339
+ background-color: transparent;
340
+ }
341
+
342
+ .choices[data-type*=select-one]::after,
343
+ .choices[data-type*=select-multiple]::after {
344
+ content: "";
345
+ width: 12px;
346
+ height: 6.5px;
347
+ background-image: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTIiIGhlaWdodD0iNyIgdmlld0JveD0iMCAwIDEyIDciIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+CjxwYXRoIGZpbGwtcnVsZT0iZXZlbm9kZCIgY2xpcC1ydWxlPSJldmVub2RkIiBkPSJNMC40Njk2NyAwLjQ2OTY3QzAuNzYyNTYzIDAuMTc2Nzc3IDEuMjM3NDQgMC4xNzY3NzcgMS41MzAzMyAwLjQ2OTY3TDYgNC45MzkzNEwxMC40Njk3IDAuNDY5NjcxQzEwLjc2MjYgMC4xNzY3NzggMTEuMjM3NCAwLjE3Njc3OCAxMS41MzAzIDAuNDY5NjcxQzExLjgyMzIgMC43NjI1NjQgMTEuODIzMiAxLjIzNzQ0IDExLjUzMDMgMS41MzAzM0w2LjUzMDMzIDYuNTMwMzNDNi4yMzc0NCA2LjgyMzIyIDUuNzYyNTYgNi44MjMyMiA1LjQ2OTY3IDYuNTMwMzNMMC40Njk2NyAxLjUzMDMzQzAuMTc2Nzc3IDEuMjM3NDQgMC4xNzY3NzcgMC43NjI1NjMgMC40Njk2NyAwLjQ2OTY3WiIgZmlsbD0iYmxhY2siLz4KPC9zdmc+Cg==");
348
+ position: absolute;
349
+ right: 11.5px;
350
+ top: 50%;
351
+ margin-top: -2.5px;
352
+ pointer-events: none;
353
+ transition: transform 0.25s linear;
354
+ }
355
+ .choices[data-type*=select-one].is-open::after,
356
+ .choices[data-type*=select-multiple].is-open::after {
357
+ transform: rotate(180deg);
358
+ transition: transform 0.25s linear;
359
+ }
360
+
361
+ .choices__inner {
362
+ display: inline-block;
363
+ vertical-align: top;
364
+ width: 100%;
365
+ background-color: #fff;
366
+ padding: 7.5px 7.5px 3.75px;
367
+ border: 1px solid #d7dbe0;
368
+ border-radius: 4px;
369
+ font-size: 15px;
370
+ min-height: 40px;
371
+ overflow: hidden;
372
+ }
373
+ .is-open .choices__inner {
374
+ border-radius: 4px 4px 0 0;
375
+ }
376
+ .is-flipped.is-open .choices__inner {
377
+ border-radius: 0 0 4px 4px;
378
+ }
379
+
380
+ .choices__list {
381
+ margin: 0;
382
+ padding-left: 0;
383
+ list-style: none;
384
+ }
385
+ .choices__list--single {
386
+ display: inline-block;
387
+ padding: 4px 50px 4px 4px;
388
+ width: 100%;
389
+ }
390
+ [dir=rtl] .choices__list--single {
391
+ padding-right: 4px;
392
+ padding-left: 16px;
393
+ }
394
+ .choices__list--single .choices__item {
395
+ width: 100%;
396
+ }
397
+
398
+ .choices__list--multiple {
399
+ display: flex;
400
+ flex-wrap: wrap;
401
+ }
402
+ .choices__list--multiple .choices__item {
403
+ font-size: 0.9375rem;
404
+ line-height: 1.25rem;
405
+ font-weight: 600;
406
+ display: inline-flex;
407
+ align-items: center;
408
+ justify-content: space-between;
409
+ border-radius: 2px;
410
+ padding: 5px 10px;
411
+ margin-right: 4px;
412
+ margin-bottom: 4px;
413
+ background-color: rgba(105, 118, 135, 0.1);
414
+ color: #000;
415
+ word-break: break-all;
416
+ box-sizing: border-box;
417
+ }
418
+ .choices__list--multiple .choices__item[data-deletable] {
419
+ padding-right: 5px;
420
+ }
421
+ [dir=rtl] .choices__list--multiple .choices__item {
422
+ margin-right: 0;
423
+ margin-left: 3.75px;
424
+ }
425
+ .choices__list--multiple .choices__item.is-highlighted {
426
+ background-color: rgba(94, 105, 121, 0.1);
427
+ }
428
+ .is-disabled .choices__list--multiple .choices__item {
429
+ background-color: #aaaaaa;
430
+ }
431
+
432
+ .choices__list--dropdown, .choices__list[aria-expanded] {
433
+ visibility: hidden;
434
+ z-index: 1;
435
+ position: absolute;
436
+ width: 100%;
437
+ background-color: #fff;
438
+ border: 1px solid #d7dbe0;
439
+ top: 100%;
440
+ margin-top: -1px;
441
+ overflow: hidden;
442
+ word-break: break-all;
443
+ will-change: visibility;
444
+ box-shadow: 0 2px 4px 0 #101d3033;
445
+ border-radius: 4px;
446
+ }
447
+ .is-active.choices__list--dropdown, .is-active.choices__list[aria-expanded] {
448
+ visibility: visible;
449
+ }
450
+ .is-flipped .choices__list--dropdown, .is-flipped .choices__list[aria-expanded] {
451
+ top: auto;
452
+ bottom: 100%;
453
+ margin-top: 0;
454
+ margin-bottom: -1px;
455
+ border-radius: 0.25rem 0.25rem 0 0;
456
+ }
457
+ .choices__list--dropdown .choices__list, .choices__list[aria-expanded] .choices__list {
458
+ position: relative;
459
+ max-height: 300px;
460
+ padding: 8px 0;
461
+ overflow: auto;
462
+ -webkit-overflow-scrolling: touch;
463
+ will-change: scroll-position;
464
+ }
465
+ .choices__list--dropdown .choices__item, .choices__list[aria-expanded] .choices__item {
466
+ font-size: 0.9375rem;
467
+ line-height: 1.25rem;
468
+ font-weight: 500;
469
+ position: relative;
470
+ padding: 10px;
471
+ min-height: 40px;
472
+ }
473
+ [dir=rtl] .choices__list--dropdown .choices__item, [dir=rtl] .choices__list[aria-expanded] .choices__item {
474
+ text-align: right;
475
+ }
476
+ @media (min-width: 640px) {
477
+ .choices__list--dropdown .choices__item--selectable, .choices__list[aria-expanded] .choices__item--selectable {
478
+ padding-right: 100px;
479
+ }
480
+ .choices__list--dropdown .choices__item--selectable::after, .choices__list[aria-expanded] .choices__item--selectable::after {
481
+ content: attr(data-select-text);
482
+ font-size: 12px;
483
+ opacity: 0;
484
+ position: absolute;
485
+ right: 10px;
486
+ top: 50%;
487
+ transform: translateY(-50%);
488
+ }
489
+ [dir=rtl] .choices__list--dropdown .choices__item--selectable, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable {
490
+ text-align: right;
491
+ padding-left: 100px;
492
+ padding-right: 10px;
493
+ }
494
+ [dir=rtl] .choices__list--dropdown .choices__item--selectable::after, [dir=rtl] .choices__list[aria-expanded] .choices__item--selectable::after {
495
+ right: auto;
496
+ left: 10px;
497
+ }
498
+ }
499
+ .choices__list--dropdown .choices__item--selectable.is-highlighted, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted {
500
+ background-color: rgba(105, 118, 135, 0.05);
501
+ }
502
+ .choices__list--dropdown .choices__item--selectable.is-highlighted::after, .choices__list[aria-expanded] .choices__item--selectable.is-highlighted::after {
503
+ opacity: 0.5;
504
+ }
505
+
506
+ .choices__item {
507
+ cursor: default;
508
+ border-left: 3px solid transparent;
509
+ transition: 0.25s linear;
510
+ }
511
+
512
+ .choices__item--selectable {
513
+ cursor: pointer;
514
+ }
515
+
516
+ .choices__item--selected {
517
+ border-color: rgb(var(--cat-primary-bg, 32, 127, 138));
518
+ }
519
+
520
+ .choices__item--disabled {
521
+ cursor: not-allowed;
522
+ user-select: none;
523
+ opacity: 0.5;
524
+ }
525
+
526
+ .choices__heading {
527
+ font-weight: 600;
528
+ font-size: 12px;
529
+ padding: 10px;
530
+ border-bottom: 1px solid #f4f5f6;
531
+ color: gray;
532
+ }
533
+
534
+ .choices__button {
535
+ text-indent: -9999px;
536
+ appearance: none;
537
+ border: 0;
538
+ background-color: transparent;
539
+ background-repeat: no-repeat;
540
+ background-position: center;
541
+ cursor: pointer;
542
+ }
543
+ .choices__button:focus {
544
+ outline: none;
545
+ }
546
+
547
+ .choices__input {
548
+ display: inline-block;
549
+ vertical-align: baseline;
550
+ background-color: white;
551
+ font-size: 15px;
552
+ margin-bottom: 5px;
553
+ border: 0;
554
+ border-radius: 0;
555
+ max-width: 100%;
556
+ padding: 7px 0 4px 2px;
557
+ }
558
+ .choices__input:focus {
559
+ outline: 0;
560
+ }
561
+ .choices__input::-webkit-search-decoration, .choices__input::-webkit-search-cancel-button, .choices__input::-webkit-search-results-button, .choices__input::-webkit-search-results-decoration {
562
+ display: none;
563
+ }
564
+ .choices__input::-ms-clear, .choices__input::-ms-reveal {
565
+ display: none;
566
+ width: 0;
567
+ height: 0;
568
+ }
569
+ [dir=rtl] .choices__input {
570
+ padding-right: 2px;
571
+ padding-left: 0;
572
+ }
573
+
574
+ .choices__placeholder {
575
+ opacity: 0.5;
576
+ }
577
+
578
+ .choices__group {
579
+ padding: 8px 16px;
580
+ height: 34px;
581
+ }
582
+ .choices__group .choices__heading {
583
+ font-style: normal;
584
+ font-weight: 700;
585
+ font-size: 14px;
586
+ line-height: 18px;
587
+ padding: unset;
588
+ border-bottom: 0;
589
+ color: #697687;
590
+ }
591
+ .choices__group:not(:first-child) {
592
+ border-top: 1px solid #f4f5f6;
593
+ margin-top: 8px;
594
+ }
595
+
596
+ .d-flex {
597
+ display: flex;
598
+ }
599
+
600
+ .align-items-center {
601
+ align-items: center;
602
+ }