cax-design-system 2.5.0 → 2.6.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/confirmation.d.ts +5 -0
- package/chips/chips.d.ts +12 -1
- package/chips/chips.module.d.ts +2 -1
- package/confirmdialog/confirmdialog.d.ts +9 -1
- package/dialog/dialog.d.ts +4 -0
- package/esm2022/api/confirmation.mjs +1 -1
- package/esm2022/autocomplete/autocomplete.mjs +3 -3
- package/esm2022/calendar/calendar.mjs +4 -4
- package/esm2022/chips/chips.mjs +56 -17
- package/esm2022/chips/chips.module.mjs +5 -4
- package/esm2022/confirmdialog/confirmdialog.mjs +31 -6
- package/esm2022/dialog/dialog.mjs +18 -3
- package/esm2022/dropdown/dropdown.mjs +3 -3
- package/esm2022/dynamicdialog/dynamicdialog.mjs +3 -3
- package/esm2022/inputtext/inputtext.component.mjs +2 -2
- package/esm2022/navigation/navigation.interface.mjs +1 -1
- package/esm2022/navigation/navigation.mjs +93 -19
- package/esm2022/sidebar/sidebar.mjs +10 -3
- package/esm2022/table/components/column-filter/column-filter.mjs +191 -11
- package/esm2022/table/components/column-filter-form-element/column-filter-form-element.mjs +8 -7
- package/esm2022/table/components/sort-icon/sort-icon.mjs +10 -7
- package/esm2022/table/directives/sortable-column.directive.mjs +6 -6
- package/esm2022/table/table.mjs +201 -139
- package/esm2022/timeline/timeline.mjs +2 -2
- package/esm2022/tooltip/tooltip.module.mjs +6 -4
- package/fesm2022/cax-design-system-autocomplete.mjs +2 -2
- package/fesm2022/cax-design-system-autocomplete.mjs.map +1 -1
- package/fesm2022/cax-design-system-calendar.mjs +3 -3
- package/fesm2022/cax-design-system-calendar.mjs.map +1 -1
- package/fesm2022/cax-design-system-chips.mjs +58 -19
- package/fesm2022/cax-design-system-chips.mjs.map +1 -1
- package/fesm2022/cax-design-system-confirmdialog.mjs +31 -6
- package/fesm2022/cax-design-system-confirmdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-dialog.mjs +17 -2
- package/fesm2022/cax-design-system-dialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-dropdown.mjs +2 -2
- package/fesm2022/cax-design-system-dropdown.mjs.map +1 -1
- package/fesm2022/cax-design-system-dynamicdialog.mjs +2 -2
- package/fesm2022/cax-design-system-dynamicdialog.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputtext.mjs +1 -1
- package/fesm2022/cax-design-system-inputtext.mjs.map +1 -1
- package/fesm2022/cax-design-system-navigation.mjs +92 -18
- package/fesm2022/cax-design-system-navigation.mjs.map +1 -1
- package/fesm2022/cax-design-system-sidebar.mjs +9 -2
- package/fesm2022/cax-design-system-sidebar.mjs.map +1 -1
- package/fesm2022/cax-design-system-table.mjs +404 -165
- package/fesm2022/cax-design-system-table.mjs.map +1 -1
- package/fesm2022/cax-design-system-timeline.mjs +2 -2
- package/fesm2022/cax-design-system-timeline.mjs.map +1 -1
- package/fesm2022/cax-design-system-tooltip.mjs +5 -3
- package/fesm2022/cax-design-system-tooltip.mjs.map +1 -1
- package/navigation/navigation.d.ts +14 -7
- package/navigation/navigation.interface.d.ts +8 -5
- package/package.json +122 -122
- package/resources/cax.min.scss +1 -1
- package/resources/cax.scss +961 -573
- package/resources/components/autocomplete/autocomplete.scss +32 -33
- package/resources/components/calendar/calendar.scss +9 -10
- package/resources/components/chips/chips.scss +110 -62
- package/resources/components/dialog/dialog.scss +2 -2
- package/resources/components/dropdown/dropdown.scss +6 -0
- package/resources/components/table/table.scss +58 -2
- package/resources/components/timeline/timeline.scss +0 -1
- package/sidebar/sidebar.d.ts +8 -1
- package/table/components/column-filter/column-filter.d.ts +36 -1
- package/table/components/sort-icon/sort-icon.d.ts +2 -1
- package/table/directives/sortable-column.directive.d.ts +2 -2
- package/table/table.d.ts +4 -1
- package/tooltip/tooltip.module.d.ts +3 -1
package/resources/cax.scss
CHANGED
|
@@ -1130,68 +1130,6 @@
|
|
|
1130
1130
|
border-color: #fca5a5;
|
|
1131
1131
|
}
|
|
1132
1132
|
|
|
1133
|
-
.cax-chips:not(.cax-disabled):hover .cax-chips-multiple-container {
|
|
1134
|
-
border-color: #52525b;
|
|
1135
|
-
}
|
|
1136
|
-
.cax-chips:not(.cax-disabled).cax-focus .cax-chips-multiple-container {
|
|
1137
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
1138
|
-
outline-offset: -1px;
|
|
1139
|
-
box-shadow: none;
|
|
1140
|
-
border-color: #52525b;
|
|
1141
|
-
}
|
|
1142
|
-
.cax-chips .cax-chips-multiple-container {
|
|
1143
|
-
padding: 0.25rem 0.75rem;
|
|
1144
|
-
gap: 0.5rem;
|
|
1145
|
-
}
|
|
1146
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-token {
|
|
1147
|
-
padding: 0.25rem 0.75rem;
|
|
1148
|
-
margin-right: 0.5rem;
|
|
1149
|
-
background: var(--neutral-300);
|
|
1150
|
-
color: var(--neutral-800);
|
|
1151
|
-
border-radius: 16px;
|
|
1152
|
-
}
|
|
1153
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-token.cax-focus {
|
|
1154
|
-
background: #3f3f46;
|
|
1155
|
-
color: #ffffff;
|
|
1156
|
-
}
|
|
1157
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-token .cax-chips-token-icon {
|
|
1158
|
-
margin-left: 0.5rem;
|
|
1159
|
-
}
|
|
1160
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-input-token {
|
|
1161
|
-
padding: 0.25rem 0;
|
|
1162
|
-
}
|
|
1163
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-input-token input {
|
|
1164
|
-
font-family: var(--font-family);
|
|
1165
|
-
font-feature-settings: var(--font-feature-settings, normal);
|
|
1166
|
-
font-size: 1rem;
|
|
1167
|
-
color: var(--neutral-900);
|
|
1168
|
-
padding: 0;
|
|
1169
|
-
margin: 0;
|
|
1170
|
-
}
|
|
1171
|
-
|
|
1172
|
-
cax-chips.ng-dirty.ng-invalid > .cax-chips > .cax-inputtext {
|
|
1173
|
-
border-color: var(--error-500);
|
|
1174
|
-
}
|
|
1175
|
-
|
|
1176
|
-
cax-chips.cax-chips-clearable .cax-inputtext {
|
|
1177
|
-
padding-right: 1.75rem;
|
|
1178
|
-
}
|
|
1179
|
-
|
|
1180
|
-
cax-chips.cax-chips-left-icon .cax-inputtext {
|
|
1181
|
-
padding-left: 1.75rem;
|
|
1182
|
-
padding-right: 1.75rem;
|
|
1183
|
-
}
|
|
1184
|
-
|
|
1185
|
-
cax-chips.cax-chips-clearable .cax-chips-clear-icon {
|
|
1186
|
-
color: var(--neutral-800);
|
|
1187
|
-
right: 0.75rem;
|
|
1188
|
-
}
|
|
1189
|
-
cax-chips.cax-chips-left-icon .cax-chips-icon-left {
|
|
1190
|
-
color: var(--neutral-800);
|
|
1191
|
-
left: 0.75rem;
|
|
1192
|
-
right: 0.75rem;
|
|
1193
|
-
}
|
|
1194
|
-
|
|
1195
1133
|
.cax-colorpicker-preview,
|
|
1196
1134
|
.cax-fluid .cax-colorpicker-preview.cax-inputtext {
|
|
1197
1135
|
width: 1.5rem;
|
|
@@ -1288,28 +1226,6 @@
|
|
|
1288
1226
|
border-color: #fca5a5;
|
|
1289
1227
|
}
|
|
1290
1228
|
|
|
1291
|
-
textarea {
|
|
1292
|
-
padding: 8px 10px 8px 10px;
|
|
1293
|
-
border: 1px solid var(--grey-200);
|
|
1294
|
-
border-radius: 8px;
|
|
1295
|
-
font-size: 14px;
|
|
1296
|
-
line-height: 21px;
|
|
1297
|
-
font-weight: 400;
|
|
1298
|
-
resize: none;
|
|
1299
|
-
|
|
1300
|
-
&.filled-style {
|
|
1301
|
-
background: var(--white-100);
|
|
1302
|
-
}
|
|
1303
|
-
&.cax-inputtextarea-disabled {
|
|
1304
|
-
opacity: 0.5;
|
|
1305
|
-
}
|
|
1306
|
-
|
|
1307
|
-
&:focus {
|
|
1308
|
-
border-color: var(--cax-focus-ring-color);
|
|
1309
|
-
outline: none;
|
|
1310
|
-
}
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
1229
|
.cax-listbox {
|
|
1314
1230
|
background: #18181b;
|
|
1315
1231
|
color: #ffffff;
|
|
@@ -1986,12 +1902,12 @@
|
|
|
1986
1902
|
.cax-speeddial-action {
|
|
1987
1903
|
width: 2.5rem;
|
|
1988
1904
|
height: 2.5rem;
|
|
1989
|
-
background: var(--neutral-
|
|
1905
|
+
background: var(--neutral-75);
|
|
1990
1906
|
color: var(--neutral-900);
|
|
1991
1907
|
}
|
|
1992
1908
|
.cax-speeddial-action:hover {
|
|
1993
|
-
background:
|
|
1994
|
-
color:
|
|
1909
|
+
background: var(--neutral-150);
|
|
1910
|
+
color: var(--black-100);
|
|
1995
1911
|
}
|
|
1996
1912
|
|
|
1997
1913
|
.cax-speeddial-direction-up .cax-speeddial-item {
|
|
@@ -2134,148 +2050,6 @@
|
|
|
2134
2050
|
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
2135
2051
|
}
|
|
2136
2052
|
|
|
2137
|
-
.cax-column-filter-row .cax-column-filter-menu-button,
|
|
2138
|
-
.cax-column-filter-row .cax-column-filter-clear-button {
|
|
2139
|
-
margin-left: 0.5rem;
|
|
2140
|
-
}
|
|
2141
|
-
|
|
2142
|
-
.cax-column-filter-menu-button {
|
|
2143
|
-
width: 1.75rem;
|
|
2144
|
-
height: 1.75rem;
|
|
2145
|
-
color: #a1a1aa;
|
|
2146
|
-
border: 0 none;
|
|
2147
|
-
background: transparent;
|
|
2148
|
-
border-radius: 50%;
|
|
2149
|
-
transition:
|
|
2150
|
-
background-color 0.2s,
|
|
2151
|
-
color 0.2s,
|
|
2152
|
-
border-color 0.2s,
|
|
2153
|
-
box-shadow 0.2s,
|
|
2154
|
-
outline-color 0.2s;
|
|
2155
|
-
}
|
|
2156
|
-
.cax-column-filter-menu-button:hover {
|
|
2157
|
-
color: #ffffff;
|
|
2158
|
-
border-color: transparent;
|
|
2159
|
-
background: rgba(255, 255, 255, 0.03);
|
|
2160
|
-
}
|
|
2161
|
-
.cax-column-filter-menu-button.cax-column-filter-menu-button-open,
|
|
2162
|
-
.cax-column-filter-menu-button.cax-column-filter-menu-button-open:hover {
|
|
2163
|
-
background: rgba(255, 255, 255, 0.03);
|
|
2164
|
-
color: #ffffff;
|
|
2165
|
-
}
|
|
2166
|
-
.cax-column-filter-menu-button.cax-column-filter-menu-button-active,
|
|
2167
|
-
.cax-column-filter-menu-button.cax-column-filter-menu-button-active:hover {
|
|
2168
|
-
background: rgba(34, 211, 238, 0.16);
|
|
2169
|
-
color: rgba(255, 255, 255, 0.87);
|
|
2170
|
-
}
|
|
2171
|
-
.cax-column-filter-menu-button:focus-visible {
|
|
2172
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
2173
|
-
outline-offset: 2px;
|
|
2174
|
-
box-shadow: none;
|
|
2175
|
-
}
|
|
2176
|
-
|
|
2177
|
-
.cax-column-filter-clear-button {
|
|
2178
|
-
width: 1.75rem;
|
|
2179
|
-
height: 1.75rem;
|
|
2180
|
-
color: #a1a1aa;
|
|
2181
|
-
border: 0 none;
|
|
2182
|
-
background: transparent;
|
|
2183
|
-
border-radius: 50%;
|
|
2184
|
-
transition:
|
|
2185
|
-
background-color 0.2s,
|
|
2186
|
-
color 0.2s,
|
|
2187
|
-
border-color 0.2s,
|
|
2188
|
-
box-shadow 0.2s,
|
|
2189
|
-
outline-color 0.2s;
|
|
2190
|
-
}
|
|
2191
|
-
.cax-column-filter-clear-button:hover {
|
|
2192
|
-
color: #ffffff;
|
|
2193
|
-
border-color: transparent;
|
|
2194
|
-
background: rgba(255, 255, 255, 0.03);
|
|
2195
|
-
}
|
|
2196
|
-
.cax-column-filter-clear-button:focus-visible {
|
|
2197
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
2198
|
-
outline-offset: 2px;
|
|
2199
|
-
box-shadow: none;
|
|
2200
|
-
}
|
|
2201
|
-
|
|
2202
|
-
.cax-column-filter-overlay {
|
|
2203
|
-
background: #18181b;
|
|
2204
|
-
color: #ffffff;
|
|
2205
|
-
border: 1px solid #3f3f46;
|
|
2206
|
-
border-radius: 6px;
|
|
2207
|
-
box-shadow:
|
|
2208
|
-
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
2209
|
-
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
2210
|
-
min-width: 12.5rem;
|
|
2211
|
-
}
|
|
2212
|
-
.cax-column-filter-overlay .cax-column-filter-row-items {
|
|
2213
|
-
padding: 0.25rem 0.25rem;
|
|
2214
|
-
}
|
|
2215
|
-
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item {
|
|
2216
|
-
margin: 2px 0;
|
|
2217
|
-
padding: 0.5rem 0.75rem;
|
|
2218
|
-
border: 0 none;
|
|
2219
|
-
color: #ffffff;
|
|
2220
|
-
background: transparent;
|
|
2221
|
-
transition:
|
|
2222
|
-
background-color 0.2s,
|
|
2223
|
-
color 0.2s,
|
|
2224
|
-
border-color 0.2s,
|
|
2225
|
-
box-shadow 0.2s,
|
|
2226
|
-
outline-color 0.2s;
|
|
2227
|
-
border-radius: 4px;
|
|
2228
|
-
}
|
|
2229
|
-
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item:first-child {
|
|
2230
|
-
margin-top: 0;
|
|
2231
|
-
}
|
|
2232
|
-
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item.cax-highlight {
|
|
2233
|
-
color: rgba(255, 255, 255, 0.87);
|
|
2234
|
-
background: rgba(34, 211, 238, 0.16);
|
|
2235
|
-
}
|
|
2236
|
-
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item:not(.cax-highlight):not(.cax-disabled):hover {
|
|
2237
|
-
color: #ffffff;
|
|
2238
|
-
background: rgba(255, 255, 255, 0.03);
|
|
2239
|
-
}
|
|
2240
|
-
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item:focus-visible {
|
|
2241
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
2242
|
-
outline-offset: 2px;
|
|
2243
|
-
box-shadow: 0 none;
|
|
2244
|
-
}
|
|
2245
|
-
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-separator {
|
|
2246
|
-
border-top: 1px solid #3f3f46;
|
|
2247
|
-
margin: 2px 0;
|
|
2248
|
-
}
|
|
2249
|
-
|
|
2250
|
-
.cax-column-filter-overlay-menu .cax-column-filter-operator {
|
|
2251
|
-
padding: 0.5rem 0.5rem 0 0.5rem;
|
|
2252
|
-
border-bottom: 0 none;
|
|
2253
|
-
color: #ffffff;
|
|
2254
|
-
background: #18181b;
|
|
2255
|
-
margin: 0 0 0 0;
|
|
2256
|
-
border-top-right-radius: 6px;
|
|
2257
|
-
border-top-left-radius: 6px;
|
|
2258
|
-
}
|
|
2259
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraint {
|
|
2260
|
-
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
2261
|
-
border-bottom: 1px solid #3f3f46;
|
|
2262
|
-
}
|
|
2263
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraint .cax-column-filter-matchmode-dropdown {
|
|
2264
|
-
margin-bottom: 0.5rem;
|
|
2265
|
-
}
|
|
2266
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraint .cax-column-filter-remove-button {
|
|
2267
|
-
margin-top: 0.5rem;
|
|
2268
|
-
}
|
|
2269
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraint:last-child {
|
|
2270
|
-
border-bottom: 0 none;
|
|
2271
|
-
}
|
|
2272
|
-
.cax-column-filter-overlay-menu .cax-column-filter-add-rule {
|
|
2273
|
-
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
2274
|
-
}
|
|
2275
|
-
.cax-column-filter-overlay-menu .cax-column-filter-buttonbar {
|
|
2276
|
-
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
2277
|
-
}
|
|
2278
|
-
|
|
2279
2053
|
.cax-orderlist .cax-orderlist-controls {
|
|
2280
2054
|
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
2281
2055
|
}
|
|
@@ -3451,212 +3225,67 @@
|
|
|
3451
3225
|
margin-left: 1rem;
|
|
3452
3226
|
}
|
|
3453
3227
|
|
|
3454
|
-
.cax-
|
|
3455
|
-
|
|
3456
|
-
|
|
3457
|
-
|
|
3458
|
-
|
|
3459
|
-
border: 1px solid #e0e5eb;
|
|
3460
|
-
}
|
|
3461
|
-
.cax-dialog .cax-dialog-header {
|
|
3228
|
+
.cax-fileupload .cax-fileupload-buttonbar {
|
|
3229
|
+
background: #18181b;
|
|
3230
|
+
padding: 1.125rem;
|
|
3231
|
+
border: 1px solid #3f3f46;
|
|
3232
|
+
color: #ffffff;
|
|
3462
3233
|
border-bottom: 0 none;
|
|
3463
|
-
background: var(--white-100);
|
|
3464
|
-
color: var(--neutral-900);
|
|
3465
|
-
padding: 1rem 1.5rem 1rem 1.5rem;
|
|
3466
3234
|
border-top-right-radius: 6px;
|
|
3467
3235
|
border-top-left-radius: 6px;
|
|
3468
3236
|
}
|
|
3469
|
-
.cax-
|
|
3470
|
-
font-weight: 600;
|
|
3471
|
-
font-size: 1.125rem;
|
|
3472
|
-
}
|
|
3473
|
-
.cax-dialog .cax-dialog-header .cax-dialog-header-icon {
|
|
3474
|
-
width: 1.5rem;
|
|
3475
|
-
height: 1.5rem;
|
|
3476
|
-
color: var(--neutral-900);
|
|
3477
|
-
border: 0 none;
|
|
3478
|
-
background: transparent;
|
|
3479
|
-
border-radius: 50%;
|
|
3480
|
-
transition:
|
|
3481
|
-
background-color 0.2s,
|
|
3482
|
-
color 0.2s,
|
|
3483
|
-
border-color 0.2s,
|
|
3484
|
-
box-shadow 0.2s,
|
|
3485
|
-
outline-color 0.2s;
|
|
3237
|
+
.cax-fileupload .cax-fileupload-buttonbar .cax-button {
|
|
3486
3238
|
margin-right: 0.5rem;
|
|
3487
3239
|
}
|
|
3488
|
-
|
|
3489
|
-
.cax-dialog .cax-dialog-header .cax-dialog-header-icon:focus-visible {
|
|
3240
|
+
.cax-fileupload .cax-fileupload-buttonbar .cax-button.cax-fileupload-choose.cax-focus {
|
|
3490
3241
|
outline: 1px solid var(--cax-focus-ring-color);
|
|
3491
3242
|
outline-offset: 2px;
|
|
3492
3243
|
box-shadow: none;
|
|
3493
3244
|
}
|
|
3494
|
-
.cax-
|
|
3495
|
-
|
|
3496
|
-
|
|
3497
|
-
|
|
3498
|
-
|
|
3499
|
-
color: var(--neutral-700);
|
|
3500
|
-
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
3501
|
-
}
|
|
3502
|
-
.cax-dialog .cax-dialog-checkbox {
|
|
3503
|
-
margin-left: 1.5rem !important;
|
|
3504
|
-
}
|
|
3505
|
-
.cax-dialog .cax-dialog-content:last-of-type {
|
|
3506
|
-
border-bottom-right-radius: 6px;
|
|
3507
|
-
border-bottom-left-radius: 6px;
|
|
3508
|
-
}
|
|
3509
|
-
.cax-dialog .cax-dialog-footer {
|
|
3510
|
-
border-top: 0 none;
|
|
3511
|
-
background: var(--white-100);
|
|
3512
|
-
color: var(--white-100);
|
|
3513
|
-
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
3514
|
-
text-align: right;
|
|
3245
|
+
.cax-fileupload .cax-fileupload-content {
|
|
3246
|
+
background: #18181b;
|
|
3247
|
+
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
3248
|
+
border: 1px solid #3f3f46;
|
|
3249
|
+
color: #ffffff;
|
|
3515
3250
|
border-bottom-right-radius: 6px;
|
|
3516
3251
|
border-bottom-left-radius: 6px;
|
|
3517
3252
|
}
|
|
3518
|
-
.cax-
|
|
3519
|
-
|
|
3520
|
-
|
|
3253
|
+
.cax-fileupload .cax-fileupload-content.cax-fileupload-highlight {
|
|
3254
|
+
border-color: 1px dashed #22d3ee;
|
|
3255
|
+
border-style: dashed;
|
|
3256
|
+
background-color: rgba(34, 211, 238, 0.16);
|
|
3521
3257
|
}
|
|
3522
|
-
.cax-
|
|
3523
|
-
|
|
3258
|
+
.cax-fileupload .cax-progressbar {
|
|
3259
|
+
height: 24px;
|
|
3524
3260
|
}
|
|
3525
|
-
.cax-
|
|
3526
|
-
|
|
3261
|
+
.cax-fileupload .cax-fileupload-row > div {
|
|
3262
|
+
padding: 0.75rem 1rem;
|
|
3527
3263
|
}
|
|
3528
|
-
.cax-
|
|
3529
|
-
|
|
3264
|
+
.cax-fileupload.cax-fileupload-advanced .cax-message {
|
|
3265
|
+
margin-top: 0;
|
|
3530
3266
|
}
|
|
3531
|
-
|
|
3532
|
-
|
|
3533
|
-
|
|
3267
|
+
|
|
3268
|
+
.cax-fileupload-choose:not(.cax-disabled):hover {
|
|
3269
|
+
background: #67e8f9;
|
|
3270
|
+
color: #020617;
|
|
3271
|
+
border-color: #67e8f9;
|
|
3534
3272
|
}
|
|
3535
|
-
.cax-
|
|
3536
|
-
|
|
3273
|
+
.cax-fileupload-choose:not(.cax-disabled):active {
|
|
3274
|
+
background: #a5f3fc;
|
|
3275
|
+
color: #020617;
|
|
3276
|
+
border-color: #a5f3fc;
|
|
3537
3277
|
}
|
|
3538
3278
|
|
|
3539
|
-
.cax-
|
|
3540
|
-
|
|
3279
|
+
.cax-contextmenu {
|
|
3280
|
+
padding: 0.25rem 0.25rem;
|
|
3281
|
+
background: #18181b;
|
|
3541
3282
|
color: #ffffff;
|
|
3542
|
-
|
|
3283
|
+
border: 1px solid #3f3f46;
|
|
3543
3284
|
box-shadow:
|
|
3544
3285
|
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
3545
3286
|
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
3546
|
-
border-radius:
|
|
3547
|
-
|
|
3548
|
-
|
|
3549
|
-
.cax-tooltip.cax-tooltip-right .cax-tooltip-arrow {
|
|
3550
|
-
border-right-color: var(--neutral-800);
|
|
3551
|
-
}
|
|
3552
|
-
.cax-tooltip.cax-tooltip-left .cax-tooltip-arrow {
|
|
3553
|
-
border-left-color: var(--neutral-800);
|
|
3554
|
-
}
|
|
3555
|
-
.cax-tooltip.cax-tooltip-top .cax-tooltip-arrow {
|
|
3556
|
-
border-top-color: var(--neutral-800);
|
|
3557
|
-
}
|
|
3558
|
-
.cax-tooltip.cax-tooltip-bottom .cax-tooltip-arrow {
|
|
3559
|
-
border-bottom-color: var(--neutral-800);
|
|
3560
|
-
}
|
|
3561
|
-
|
|
3562
|
-
.cax-tooltip.cax-tooltip-right-top .cax-tooltip-arrow {
|
|
3563
|
-
border-right-color: var(--neutral-800);
|
|
3564
|
-
}
|
|
3565
|
-
.cax-tooltip.cax-tooltip-right-bottom .cax-tooltip-arrow {
|
|
3566
|
-
border-right-color: var(--neutral-800);
|
|
3567
|
-
}
|
|
3568
|
-
.cax-tooltip.cax-tooltip-left-top .cax-tooltip-arrow {
|
|
3569
|
-
border-left-color: var(--neutral-800);
|
|
3570
|
-
}
|
|
3571
|
-
.cax-tooltip.cax-tooltip-left-bottom .cax-tooltip-arrow {
|
|
3572
|
-
border-left-color: var(--neutral-800);
|
|
3573
|
-
}
|
|
3574
|
-
.cax-tooltip.cax-tooltip-top-left .cax-tooltip-arrow {
|
|
3575
|
-
border-top-color: var(--neutral-800);
|
|
3576
|
-
}
|
|
3577
|
-
.cax-tooltip.cax-tooltip-top-right .cax-tooltip-arrow {
|
|
3578
|
-
border-top-color: var(--neutral-800);
|
|
3579
|
-
}
|
|
3580
|
-
.cax-tooltip.cax-tooltip-bottom-left .cax-tooltip-arrow {
|
|
3581
|
-
border-bottom-color: var(--neutral-800);
|
|
3582
|
-
}
|
|
3583
|
-
.cax-tooltip.cax-tooltip-bottom-right .cax-tooltip-arrow {
|
|
3584
|
-
border-bottom-color: var(--neutral-800);
|
|
3585
|
-
}
|
|
3586
|
-
|
|
3587
|
-
.cax-tooltip-link {
|
|
3588
|
-
margin-top: 0.5em; // Add spacing if needed
|
|
3589
|
-
text-align: left;
|
|
3590
|
-
color: var(--neutral-100);
|
|
3591
|
-
font-size: inherit;
|
|
3592
|
-
}
|
|
3593
|
-
|
|
3594
|
-
.cax-tooltip-link a {
|
|
3595
|
-
color: var(--neutral-100);
|
|
3596
|
-
text-decoration: underline;
|
|
3597
|
-
}
|
|
3598
|
-
|
|
3599
|
-
.cax-fileupload .cax-fileupload-buttonbar {
|
|
3600
|
-
background: #18181b;
|
|
3601
|
-
padding: 1.125rem;
|
|
3602
|
-
border: 1px solid #3f3f46;
|
|
3603
|
-
color: #ffffff;
|
|
3604
|
-
border-bottom: 0 none;
|
|
3605
|
-
border-top-right-radius: 6px;
|
|
3606
|
-
border-top-left-radius: 6px;
|
|
3607
|
-
}
|
|
3608
|
-
.cax-fileupload .cax-fileupload-buttonbar .cax-button {
|
|
3609
|
-
margin-right: 0.5rem;
|
|
3610
|
-
}
|
|
3611
|
-
.cax-fileupload .cax-fileupload-buttonbar .cax-button.cax-fileupload-choose.cax-focus {
|
|
3612
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
3613
|
-
outline-offset: 2px;
|
|
3614
|
-
box-shadow: none;
|
|
3615
|
-
}
|
|
3616
|
-
.cax-fileupload .cax-fileupload-content {
|
|
3617
|
-
background: #18181b;
|
|
3618
|
-
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
3619
|
-
border: 1px solid #3f3f46;
|
|
3620
|
-
color: #ffffff;
|
|
3621
|
-
border-bottom-right-radius: 6px;
|
|
3622
|
-
border-bottom-left-radius: 6px;
|
|
3623
|
-
}
|
|
3624
|
-
.cax-fileupload .cax-fileupload-content.cax-fileupload-highlight {
|
|
3625
|
-
border-color: 1px dashed #22d3ee;
|
|
3626
|
-
border-style: dashed;
|
|
3627
|
-
background-color: rgba(34, 211, 238, 0.16);
|
|
3628
|
-
}
|
|
3629
|
-
.cax-fileupload .cax-progressbar {
|
|
3630
|
-
height: 24px;
|
|
3631
|
-
}
|
|
3632
|
-
.cax-fileupload .cax-fileupload-row > div {
|
|
3633
|
-
padding: 0.75rem 1rem;
|
|
3634
|
-
}
|
|
3635
|
-
.cax-fileupload.cax-fileupload-advanced .cax-message {
|
|
3636
|
-
margin-top: 0;
|
|
3637
|
-
}
|
|
3638
|
-
|
|
3639
|
-
.cax-fileupload-choose:not(.cax-disabled):hover {
|
|
3640
|
-
background: #67e8f9;
|
|
3641
|
-
color: #020617;
|
|
3642
|
-
border-color: #67e8f9;
|
|
3643
|
-
}
|
|
3644
|
-
.cax-fileupload-choose:not(.cax-disabled):active {
|
|
3645
|
-
background: #a5f3fc;
|
|
3646
|
-
color: #020617;
|
|
3647
|
-
border-color: #a5f3fc;
|
|
3648
|
-
}
|
|
3649
|
-
|
|
3650
|
-
.cax-contextmenu {
|
|
3651
|
-
padding: 0.25rem 0.25rem;
|
|
3652
|
-
background: #18181b;
|
|
3653
|
-
color: #ffffff;
|
|
3654
|
-
border: 1px solid #3f3f46;
|
|
3655
|
-
box-shadow:
|
|
3656
|
-
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
3657
|
-
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
3658
|
-
border-radius: 6px;
|
|
3659
|
-
width: 12.5rem;
|
|
3287
|
+
border-radius: 6px;
|
|
3288
|
+
width: 12.5rem;
|
|
3660
3289
|
}
|
|
3661
3290
|
.cax-contextmenu .cax-contextmenu-root-list {
|
|
3662
3291
|
outline: 0 none;
|
|
@@ -5284,27 +4913,6 @@
|
|
|
5284
4913
|
// 0 1px 2px 0 rgba(18, 18, 23, 0.05);
|
|
5285
4914
|
// }
|
|
5286
4915
|
|
|
5287
|
-
.cax-chips .cax-chips-multiple-container {
|
|
5288
|
-
padding: 0.25rem 0.25rem;
|
|
5289
|
-
gap: 0.25rem;
|
|
5290
|
-
}
|
|
5291
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-token {
|
|
5292
|
-
border-radius: 16px;
|
|
5293
|
-
margin: 0;
|
|
5294
|
-
}
|
|
5295
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-token .cax-chips-token-icon {
|
|
5296
|
-
margin-left: 0.375rem;
|
|
5297
|
-
}
|
|
5298
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-input-token {
|
|
5299
|
-
margin-left: 0.5rem;
|
|
5300
|
-
}
|
|
5301
|
-
.cax-chips .cax-chips-multiple-container:has(.cax-chips-token) .cax-chips-input-token {
|
|
5302
|
-
margin-left: 0.5rem;
|
|
5303
|
-
}
|
|
5304
|
-
.cax-chips.cax-disabled .cax-chips-multiple-container {
|
|
5305
|
-
opacity: 0.8;
|
|
5306
|
-
}
|
|
5307
|
-
|
|
5308
4916
|
.cax-colorpicker-preview {
|
|
5309
4917
|
padding: 0;
|
|
5310
4918
|
}
|
|
@@ -5325,31 +4933,6 @@
|
|
|
5325
4933
|
position: relative;
|
|
5326
4934
|
}
|
|
5327
4935
|
|
|
5328
|
-
.cax-dialog {
|
|
5329
|
-
border-radius: 16px;
|
|
5330
|
-
background-color: var(--white-100);
|
|
5331
|
-
}
|
|
5332
|
-
.cax-dialog.cax-dialog-maximized {
|
|
5333
|
-
border-radius: 0;
|
|
5334
|
-
}
|
|
5335
|
-
.cax-dialog .cax-dialog-header {
|
|
5336
|
-
min-height: 58px;
|
|
5337
|
-
background: var(--neutral-200);
|
|
5338
|
-
border-top-right-radius: 12px;
|
|
5339
|
-
border-top-left-radius: 12px;
|
|
5340
|
-
}
|
|
5341
|
-
.cax-confirm-dialog-header {
|
|
5342
|
-
background: none !important;
|
|
5343
|
-
}
|
|
5344
|
-
.cax-dialog .cax-dialog-content:last-of-type {
|
|
5345
|
-
border-bottom-right-radius: 12px;
|
|
5346
|
-
border-bottom-left-radius: 12px;
|
|
5347
|
-
}
|
|
5348
|
-
.cax-dialog .cax-dialog-footer {
|
|
5349
|
-
border-bottom-right-radius: 12px;
|
|
5350
|
-
border-bottom-left-radius: 12px;
|
|
5351
|
-
}
|
|
5352
|
-
|
|
5353
4936
|
.cax-treetable .cax-treetable-tbody > tr:has(+ .cax-highlight) > td {
|
|
5354
4937
|
border-bottom-color: rgba(17, 200, 227, 0.16);
|
|
5355
4938
|
}
|
|
@@ -5389,36 +4972,6 @@
|
|
|
5389
4972
|
padding: 0;
|
|
5390
4973
|
}
|
|
5391
4974
|
|
|
5392
|
-
.cax-column-filter-overlay-menu {
|
|
5393
|
-
padding: 0.75rem;
|
|
5394
|
-
display: flex;
|
|
5395
|
-
flex-direction: column;
|
|
5396
|
-
gap: 0.5rem;
|
|
5397
|
-
}
|
|
5398
|
-
.cax-column-filter-overlay-menu .cax-column-filter-operator {
|
|
5399
|
-
padding: 0;
|
|
5400
|
-
}
|
|
5401
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraints {
|
|
5402
|
-
display: flex;
|
|
5403
|
-
flex-direction: column;
|
|
5404
|
-
gap: 0.5rem;
|
|
5405
|
-
}
|
|
5406
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraint {
|
|
5407
|
-
padding: 0 0 0 0;
|
|
5408
|
-
}
|
|
5409
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraint .cax-column-filter-remove-button {
|
|
5410
|
-
margin-bottom: 0.5rem;
|
|
5411
|
-
}
|
|
5412
|
-
.cax-column-filter-overlay-menu .cax-column-filter-constraint:last-child .cax-column-filter-remove-button {
|
|
5413
|
-
margin-bottom: 0;
|
|
5414
|
-
}
|
|
5415
|
-
.cax-column-filter-overlay-menu .cax-column-filter-add-rule {
|
|
5416
|
-
padding: 0;
|
|
5417
|
-
}
|
|
5418
|
-
.cax-column-filter-overlay-menu .cax-column-filter-buttonbar {
|
|
5419
|
-
padding: 0;
|
|
5420
|
-
}
|
|
5421
|
-
|
|
5422
4975
|
.cax-fileupload .cax-fileupload-content {
|
|
5423
4976
|
border-top: 0 none;
|
|
5424
4977
|
padding-top: 1.125rem;
|
|
@@ -7025,8 +6578,8 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7025
6578
|
}
|
|
7026
6579
|
|
|
7027
6580
|
.cax-radiobutton-md .cax-radiobutton-box .cax-radiobutton-icon {
|
|
7028
|
-
width: 0.
|
|
7029
|
-
height: 0.
|
|
6581
|
+
width: 0.75rem;
|
|
6582
|
+
height: 0.75rem;
|
|
7030
6583
|
}
|
|
7031
6584
|
|
|
7032
6585
|
.cax-radiobutton-label-md {
|
|
@@ -7048,8 +6601,8 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7048
6601
|
}
|
|
7049
6602
|
|
|
7050
6603
|
.cax-radiobutton-lg .cax-radiobutton-box .cax-radiobutton-icon {
|
|
7051
|
-
width:
|
|
7052
|
-
height:
|
|
6604
|
+
width: 1rem;
|
|
6605
|
+
height: 1rem;
|
|
7053
6606
|
}
|
|
7054
6607
|
|
|
7055
6608
|
.cax-radiobutton-label-lg {
|
|
@@ -7139,8 +6692,7 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7139
6692
|
height: 46px;
|
|
7140
6693
|
}
|
|
7141
6694
|
.cax-datatable .cax-sortable-column .cax-sortable-column-icon {
|
|
7142
|
-
color: var(--neutral-
|
|
7143
|
-
margin-left: 0.5rem;
|
|
6695
|
+
color: var(--neutral-900);
|
|
7144
6696
|
}
|
|
7145
6697
|
.cax-datatable .cax-sortable-column .cax-sortable-column-badge {
|
|
7146
6698
|
border-radius: 50%;
|
|
@@ -7151,23 +6703,14 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7151
6703
|
margin-left: 0.5rem;
|
|
7152
6704
|
}
|
|
7153
6705
|
.cax-datatable .cax-sortable-column:not(.cax-highlight):hover {
|
|
7154
|
-
|
|
7155
|
-
color: var(--neutral-800);
|
|
6706
|
+
color: var(--neutral-900);
|
|
7156
6707
|
}
|
|
7157
6708
|
.cax-datatable .cax-sortable-column:not(.cax-highlight):hover .cax-sortable-column-icon {
|
|
7158
|
-
color: var(--neutral-
|
|
7159
|
-
}
|
|
7160
|
-
.cax-datatable .cax-sortable-column.cax-highlight {
|
|
7161
|
-
background: var(--neutral-300);
|
|
7162
|
-
color: var(--primary-500);
|
|
6709
|
+
color: var(--neutral-900);
|
|
7163
6710
|
}
|
|
7164
6711
|
.cax-datatable .cax-sortable-column.cax-highlight .cax-sortable-column-icon {
|
|
7165
6712
|
color: var(--primary-500);
|
|
7166
6713
|
}
|
|
7167
|
-
.cax-datatable .cax-sortable-column.cax-highlight:hover {
|
|
7168
|
-
background: var(--neutral-300);
|
|
7169
|
-
color: var(--primary-500);
|
|
7170
|
-
}
|
|
7171
6714
|
.cax-datatable .cax-sortable-column.cax-highlight:hover .cax-sortable-column-icon {
|
|
7172
6715
|
color: var(--primary-500);
|
|
7173
6716
|
}
|
|
@@ -7495,6 +7038,72 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7495
7038
|
z-index: 999;
|
|
7496
7039
|
}
|
|
7497
7040
|
|
|
7041
|
+
.cax-nav-subscription-list {
|
|
7042
|
+
padding: 8px;
|
|
7043
|
+
display: flex;
|
|
7044
|
+
gap: 8px;
|
|
7045
|
+
flex-direction: column;
|
|
7046
|
+
border-radius: 12px;
|
|
7047
|
+
background: var(--white-100);
|
|
7048
|
+
margin-bottom: 8px;
|
|
7049
|
+
|
|
7050
|
+
.cax-nav-subscription-list-item {
|
|
7051
|
+
list-style-type: none;
|
|
7052
|
+
padding: 12px;
|
|
7053
|
+
border-radius: 8px;
|
|
7054
|
+
font-weight: 600;
|
|
7055
|
+
font-size: 16px;
|
|
7056
|
+
cursor: pointer;
|
|
7057
|
+
display: flex;
|
|
7058
|
+
justify-content: space-between;
|
|
7059
|
+
&:hover {
|
|
7060
|
+
background: var(--neutral-25);
|
|
7061
|
+
}
|
|
7062
|
+
&.active {
|
|
7063
|
+
background: var(--neutral-75);
|
|
7064
|
+
}
|
|
7065
|
+
}
|
|
7066
|
+
.cax-nav-advance-subscription-list-item {
|
|
7067
|
+
list-style-type: none;
|
|
7068
|
+
padding: 6px 8px;
|
|
7069
|
+
border-radius: 4px;
|
|
7070
|
+
font-weight: 600;
|
|
7071
|
+
font-size: 18px;
|
|
7072
|
+
cursor: pointer;
|
|
7073
|
+
display: flex;
|
|
7074
|
+
justify-content: space-between;
|
|
7075
|
+
i {
|
|
7076
|
+
font-size: 18px !important;
|
|
7077
|
+
}
|
|
7078
|
+
&.active {
|
|
7079
|
+
color: var(--primary-color);
|
|
7080
|
+
}
|
|
7081
|
+
}
|
|
7082
|
+
|
|
7083
|
+
.cax-nav-advance-subscription-child-list {
|
|
7084
|
+
padding: 0 8px;
|
|
7085
|
+
display: flex;
|
|
7086
|
+
flex-direction: column;
|
|
7087
|
+
gap: 8px;
|
|
7088
|
+
.cax-nav-advance-subscription-child-list-item {
|
|
7089
|
+
list-style-type: none;
|
|
7090
|
+
padding: 6px 8px;
|
|
7091
|
+
border-radius: 4px;
|
|
7092
|
+
font-weight: 500;
|
|
7093
|
+
font-size: 14px;
|
|
7094
|
+
cursor: pointer;
|
|
7095
|
+
display: flex;
|
|
7096
|
+
justify-content: space-between;
|
|
7097
|
+
&:hover {
|
|
7098
|
+
background: var(--neutral-25);
|
|
7099
|
+
}
|
|
7100
|
+
&.active {
|
|
7101
|
+
background: var(--neutral-75);
|
|
7102
|
+
}
|
|
7103
|
+
}
|
|
7104
|
+
}
|
|
7105
|
+
}
|
|
7106
|
+
|
|
7498
7107
|
.cax-input-wrapper {
|
|
7499
7108
|
position: relative;
|
|
7500
7109
|
display: flex;
|
|
@@ -8463,17 +8072,17 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
8463
8072
|
}
|
|
8464
8073
|
.cax-button.cax-button-text {
|
|
8465
8074
|
background-color: transparent;
|
|
8466
|
-
color:
|
|
8075
|
+
color: var(--primary-color);
|
|
8467
8076
|
border-color: transparent;
|
|
8468
8077
|
}
|
|
8469
8078
|
.cax-button.cax-button-text:not(:disabled):hover {
|
|
8470
|
-
background:
|
|
8471
|
-
color:
|
|
8079
|
+
background: var(--primary-25);
|
|
8080
|
+
color: var(--primary-color);
|
|
8472
8081
|
border-color: transparent;
|
|
8473
8082
|
}
|
|
8474
8083
|
.cax-button.cax-button-text:not(:disabled):active {
|
|
8475
|
-
background:
|
|
8476
|
-
color:
|
|
8084
|
+
background: transparent;
|
|
8085
|
+
color: var(--primary-color);
|
|
8477
8086
|
border-color: transparent;
|
|
8478
8087
|
}
|
|
8479
8088
|
.cax-button.cax-button-text.cax-button-plain {
|
|
@@ -9103,22 +8712,22 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
9103
8712
|
.cax-button-group.cax-button-danger > .cax-button.cax-button-text,
|
|
9104
8713
|
.cax-splitbutton.cax-button-danger > .cax-button.cax-button-text {
|
|
9105
8714
|
background-color: transparent;
|
|
9106
|
-
color: var(--
|
|
8715
|
+
color: var(--error-500);
|
|
9107
8716
|
border-color: transparent;
|
|
9108
8717
|
}
|
|
9109
8718
|
.cax-button.cax-button-danger.cax-button-text:not(:disabled):hover,
|
|
9110
8719
|
.cax-button-group.cax-button-danger > .cax-button.cax-button-text:not(:disabled):hover,
|
|
9111
8720
|
.cax-splitbutton.cax-button-danger > .cax-button.cax-button-text:not(:disabled):hover {
|
|
9112
|
-
background:
|
|
8721
|
+
background: var(--error-25);
|
|
9113
8722
|
border-color: transparent;
|
|
9114
|
-
color:
|
|
8723
|
+
color: var(--error-500);
|
|
9115
8724
|
}
|
|
9116
8725
|
.cax-button.cax-button-danger.cax-button-text:not(:disabled):active,
|
|
9117
8726
|
.cax-button-group.cax-button-danger > .cax-button.cax-button-text:not(:disabled):active,
|
|
9118
8727
|
.cax-splitbutton.cax-button-danger > .cax-button.cax-button-text:not(:disabled):active {
|
|
9119
|
-
background:
|
|
8728
|
+
background: transparent;
|
|
9120
8729
|
border-color: transparent;
|
|
9121
|
-
color:
|
|
8730
|
+
color: var(--error-500);
|
|
9122
8731
|
}
|
|
9123
8732
|
|
|
9124
8733
|
.cax-button.cax-button-contrast,
|
|
@@ -11630,6 +11239,30 @@ cax-autocomplete.ng-dirty.ng-invalid > .cax-autocomplete > .cax-inputtext {
|
|
|
11630
11239
|
.cax-autocomplete.cax-disabled {
|
|
11631
11240
|
opacity: 1;
|
|
11632
11241
|
}
|
|
11242
|
+
textarea {
|
|
11243
|
+
padding: 8px 10px 8px 10px;
|
|
11244
|
+
border: 1px solid var(--neutral-200);
|
|
11245
|
+
border-radius: 8px;
|
|
11246
|
+
font-size: 14px;
|
|
11247
|
+
line-height: 21px;
|
|
11248
|
+
font-weight: 400;
|
|
11249
|
+
resize: none;
|
|
11250
|
+
|
|
11251
|
+
&.filled-style {
|
|
11252
|
+
background: var(--white-100);
|
|
11253
|
+
}
|
|
11254
|
+
&.cax-inputtextarea-disabled {
|
|
11255
|
+
opacity: 0.5;
|
|
11256
|
+
}
|
|
11257
|
+
&:hover {
|
|
11258
|
+
border-color: var(--neutral-300);
|
|
11259
|
+
}
|
|
11260
|
+
|
|
11261
|
+
&:focus {
|
|
11262
|
+
border-color: var(--cax-focus-ring-color);
|
|
11263
|
+
outline: none;
|
|
11264
|
+
}
|
|
11265
|
+
}
|
|
11633
11266
|
|
|
11634
11267
|
.cax-breadcrumb {
|
|
11635
11268
|
height: 42px;
|
|
@@ -11638,7 +11271,6 @@ cax-autocomplete.ng-dirty.ng-invalid > .cax-autocomplete > .cax-inputtext {
|
|
|
11638
11271
|
border-radius: 6px;
|
|
11639
11272
|
left: 40px;
|
|
11640
11273
|
padding: var(--space-100) var(--space-200) var(--space-100) var(--space-200);
|
|
11641
|
-
|
|
11642
11274
|
}
|
|
11643
11275
|
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link {
|
|
11644
11276
|
transition:
|
|
@@ -11877,15 +11509,15 @@ cax-autocomplete.ng-dirty.ng-invalid > .cax-autocomplete > .cax-inputtext {
|
|
|
11877
11509
|
border-top-right-radius: 6px;
|
|
11878
11510
|
border-bottom-right-radius: 6px;
|
|
11879
11511
|
}
|
|
11880
|
-
.cax-selectbutton{
|
|
11512
|
+
.cax-selectbutton {
|
|
11881
11513
|
display: inline-flex !important;
|
|
11882
11514
|
gap: 0px;
|
|
11883
|
-
border-radius: 0px!important;
|
|
11515
|
+
border-radius: 0px !important;
|
|
11884
11516
|
}
|
|
11885
|
-
.cax-selectbutton .cax-button .cax-button-label{
|
|
11517
|
+
.cax-selectbutton .cax-button .cax-button-label {
|
|
11886
11518
|
color: var(--neutral-500) !important;
|
|
11887
11519
|
font-size: 14px !important;
|
|
11888
|
-
font-weight: 700 !important;
|
|
11520
|
+
font-weight: 700 !important;
|
|
11889
11521
|
}
|
|
11890
11522
|
.cax-selectbutton .cax-button {
|
|
11891
11523
|
border-radius: 0px !important;
|
|
@@ -11897,13 +11529,13 @@ cax-autocomplete.ng-dirty.ng-invalid > .cax-autocomplete > .cax-inputtext {
|
|
|
11897
11529
|
border-color 0.2s,
|
|
11898
11530
|
box-shadow 0.2s,
|
|
11899
11531
|
outline-color 0.2s;
|
|
11900
|
-
border:none !important;
|
|
11532
|
+
border: none !important;
|
|
11901
11533
|
}
|
|
11902
|
-
.cax-selectbutton .cax-button:first-child{
|
|
11534
|
+
.cax-selectbutton .cax-button:first-child {
|
|
11903
11535
|
border-top-left-radius: 6px !important;
|
|
11904
11536
|
border-bottom-left-radius: 6px !important;
|
|
11905
11537
|
}
|
|
11906
|
-
.cax-selectbutton .cax-button:last-child{
|
|
11538
|
+
.cax-selectbutton .cax-button:last-child {
|
|
11907
11539
|
border-top-right-radius: 6px !important;
|
|
11908
11540
|
border-bottom-right-radius: 6px !important;
|
|
11909
11541
|
}
|
|
@@ -11936,54 +11568,810 @@ cax-selectbutton.ng-dirty.ng-invalid > .cax-selectbutton > .cax-button {
|
|
|
11936
11568
|
}
|
|
11937
11569
|
|
|
11938
11570
|
.cax-selectbutton .cax-button .pi,
|
|
11939
|
-
|
|
11940
|
-
|
|
11941
|
-
|
|
11942
|
-
|
|
11943
|
-
|
|
11944
|
-
|
|
11945
|
-
|
|
11946
|
-
|
|
11947
|
-
|
|
11948
|
-
|
|
11949
|
-
|
|
11950
|
-
|
|
11951
|
-
|
|
11952
|
-
|
|
11953
|
-
|
|
11954
|
-
|
|
11955
|
-
|
|
11956
|
-
|
|
11957
|
-
|
|
11958
|
-
|
|
11959
|
-
|
|
11960
|
-
|
|
11961
|
-
|
|
11962
|
-
|
|
11963
|
-
|
|
11964
|
-
|
|
11965
|
-
|
|
11966
|
-
|
|
11967
|
-
|
|
11968
|
-
|
|
11969
|
-
|
|
11970
|
-
|
|
11971
|
-
|
|
11972
|
-
|
|
11973
|
-
|
|
11974
|
-
|
|
11975
|
-
|
|
11976
|
-
|
|
11977
|
-
|
|
11978
|
-
|
|
11979
|
-
|
|
11980
|
-
|
|
11981
|
-
|
|
11982
|
-
|
|
11983
|
-
|
|
11984
|
-
|
|
11985
|
-
|
|
11986
|
-
|
|
11987
|
-
|
|
11988
|
-
|
|
11989
|
-
|
|
11571
|
+
.cax-selectbutton .cax-button .cax-button-label {
|
|
11572
|
+
position: relative;
|
|
11573
|
+
transition: none;
|
|
11574
|
+
}
|
|
11575
|
+
.cax-selectbutton .cax-button::before {
|
|
11576
|
+
content: '';
|
|
11577
|
+
background-color: transparent;
|
|
11578
|
+
transition:
|
|
11579
|
+
background-color 0.2s,
|
|
11580
|
+
color 0.2s,
|
|
11581
|
+
border-color 0.2s,
|
|
11582
|
+
box-shadow 0.2s,
|
|
11583
|
+
outline-color 0.2s;
|
|
11584
|
+
position: absolute;
|
|
11585
|
+
left: 0.25rem;
|
|
11586
|
+
top: 0.25rem;
|
|
11587
|
+
width: calc(100% - 0.5rem);
|
|
11588
|
+
height: calc(100% - 0.5rem);
|
|
11589
|
+
border-radius: 6px;
|
|
11590
|
+
}
|
|
11591
|
+
.cax-selectbutton .cax-button.cax-highlight::before {
|
|
11592
|
+
background: var(--white-100);
|
|
11593
|
+
box-shadow:
|
|
11594
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.02),
|
|
11595
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.04);
|
|
11596
|
+
}
|
|
11597
|
+
.cax-selectbutton .cax-button:focus-visible {
|
|
11598
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
11599
|
+
outline-offset: -1px;
|
|
11600
|
+
box-shadow: none;
|
|
11601
|
+
}
|
|
11602
|
+
.cax-selectbutton .cax-button.cax-disabled {
|
|
11603
|
+
opacity: 0.5;
|
|
11604
|
+
}
|
|
11605
|
+
.cax-selectbutton.cax-invalid {
|
|
11606
|
+
box-shadow: 0 0 0 1px var(--error-500);
|
|
11607
|
+
border-radius: 6px;
|
|
11608
|
+
}
|
|
11609
|
+
.cax-selectbutton.cax-invalid > .cax-button {
|
|
11610
|
+
border: 1px solid var(--error-500);
|
|
11611
|
+
}
|
|
11612
|
+
.cax-selectbutton.cax-disabled {
|
|
11613
|
+
opacity: 0.6;
|
|
11614
|
+
}
|
|
11615
|
+
.cax-selectbutton.cax-disabled .cax-button {
|
|
11616
|
+
color: var(--neutral-25);
|
|
11617
|
+
}
|
|
11618
|
+
.cax-selectbutton .cax-button.cax-input-invalid {
|
|
11619
|
+
border: 1px solid var(--error-500) !important;
|
|
11620
|
+
}
|
|
11621
|
+
|
|
11622
|
+
.cax-dialog {
|
|
11623
|
+
border-radius: var(--radius-200);
|
|
11624
|
+
box-shadow:
|
|
11625
|
+
0 20px 25px -5px rgba(0, 0, 0, 0.1),
|
|
11626
|
+
0 8px 10px -6px rgba(0, 0, 0, 0.1);
|
|
11627
|
+
border: 1px solid #e0e5eb;
|
|
11628
|
+
}
|
|
11629
|
+
.cax-dialog .cax-dialog-header {
|
|
11630
|
+
border-bottom: 0 none;
|
|
11631
|
+
background: var(--white-100);
|
|
11632
|
+
color: var(--neutral-900);
|
|
11633
|
+
padding: 1rem 1.5rem 1rem 1.5rem;
|
|
11634
|
+
border-top-right-radius: 6px;
|
|
11635
|
+
border-top-left-radius: 6px;
|
|
11636
|
+
}
|
|
11637
|
+
.cax-dialog .cax-dialog-header .cax-dialog-title {
|
|
11638
|
+
font-weight: 600;
|
|
11639
|
+
font-size: 1.125rem;
|
|
11640
|
+
}
|
|
11641
|
+
.cax-dialog .cax-dialog-header .cax-dialog-header-icon {
|
|
11642
|
+
width: 1.5rem;
|
|
11643
|
+
height: 1.5rem;
|
|
11644
|
+
color: var(--neutral-900);
|
|
11645
|
+
border: 0 none;
|
|
11646
|
+
background: transparent;
|
|
11647
|
+
border-radius: 50%;
|
|
11648
|
+
transition:
|
|
11649
|
+
background-color 0.2s,
|
|
11650
|
+
color 0.2s,
|
|
11651
|
+
border-color 0.2s,
|
|
11652
|
+
box-shadow 0.2s,
|
|
11653
|
+
outline-color 0.2s;
|
|
11654
|
+
margin-right: 0.5rem;
|
|
11655
|
+
}
|
|
11656
|
+
|
|
11657
|
+
.cax-dialog .cax-dialog-header .cax-dialog-header-icon:focus-visible {
|
|
11658
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
11659
|
+
outline-offset: 2px;
|
|
11660
|
+
box-shadow: none;
|
|
11661
|
+
}
|
|
11662
|
+
.cax-dialog .cax-dialog-header .cax-dialog-header-icon:last-child {
|
|
11663
|
+
margin-right: 0;
|
|
11664
|
+
}
|
|
11665
|
+
.cax-dialog .cax-dialog-content {
|
|
11666
|
+
background: var(--white-100);
|
|
11667
|
+
color: var(--neutral-900);
|
|
11668
|
+
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
11669
|
+
}
|
|
11670
|
+
.cax-confirm-dialog-content {
|
|
11671
|
+
padding: 0 !important;
|
|
11672
|
+
}
|
|
11673
|
+
.cax-dialog .cax-dialog-checkbox {
|
|
11674
|
+
// margin-left: 1.5rem !important;
|
|
11675
|
+
}
|
|
11676
|
+
.cax-dialog .cax-dialog-content:last-of-type {
|
|
11677
|
+
border-bottom-right-radius: 6px;
|
|
11678
|
+
border-bottom-left-radius: 6px;
|
|
11679
|
+
}
|
|
11680
|
+
.cax-dialog .cax-dialog-footer {
|
|
11681
|
+
border-top: 0 none;
|
|
11682
|
+
background: var(--white-100);
|
|
11683
|
+
color: var(--white-100);
|
|
11684
|
+
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
11685
|
+
text-align: right;
|
|
11686
|
+
border-bottom-right-radius: 6px;
|
|
11687
|
+
border-bottom-left-radius: 6px;
|
|
11688
|
+
}
|
|
11689
|
+
.cax-confirm-dialog-footer {
|
|
11690
|
+
padding: 0 !important;
|
|
11691
|
+
}
|
|
11692
|
+
.cax-dialog .cax-dialog-footer button {
|
|
11693
|
+
margin: 0 0.5rem 0 0;
|
|
11694
|
+
width: auto;
|
|
11695
|
+
}
|
|
11696
|
+
.cax-confirm-dialog {
|
|
11697
|
+
width: 520px;
|
|
11698
|
+
padding: var(--space-300) !important;
|
|
11699
|
+
border: var(--border-100) solid var(--neutral-200);
|
|
11700
|
+
gap: var(--space-200);
|
|
11701
|
+
}
|
|
11702
|
+
.cax-confirm-dialog-message {
|
|
11703
|
+
font-size: 1rem;
|
|
11704
|
+
}
|
|
11705
|
+
.cax-dialog.cax-confirm-dialog .cax-confirm-dialog-icon {
|
|
11706
|
+
font-size: 2rem;
|
|
11707
|
+
}
|
|
11708
|
+
.cax-dialog.cax-confirm-dialog .cax-confirm-dialog-icon.cax-icon {
|
|
11709
|
+
width: 2rem;
|
|
11710
|
+
height: 2rem;
|
|
11711
|
+
}
|
|
11712
|
+
.cax-dialog.cax-confirm-dialog {
|
|
11713
|
+
// margin-left: 1rem;
|
|
11714
|
+
}
|
|
11715
|
+
|
|
11716
|
+
.cax-dialog {
|
|
11717
|
+
border-radius: var(--radius-200);
|
|
11718
|
+
background-color: var(--white-100);
|
|
11719
|
+
}
|
|
11720
|
+
.cax-dialog.cax-dialog-maximized {
|
|
11721
|
+
border-radius: 0;
|
|
11722
|
+
}
|
|
11723
|
+
.cax-dialog .cax-dialog-header {
|
|
11724
|
+
min-height: 28px;
|
|
11725
|
+
background: var(--neutral-50);
|
|
11726
|
+
border-top-right-radius: 12px;
|
|
11727
|
+
border-top-left-radius: 12px;
|
|
11728
|
+
}
|
|
11729
|
+
.cax-confirm-dialog-header {
|
|
11730
|
+
background: none !important;
|
|
11731
|
+
padding: 0 !important;
|
|
11732
|
+
}
|
|
11733
|
+
.cax-dialog .cax-dialog-content:last-of-type {
|
|
11734
|
+
border-bottom-right-radius: 12px;
|
|
11735
|
+
border-bottom-left-radius: 12px;
|
|
11736
|
+
}
|
|
11737
|
+
.cax-dialog .cax-dialog-footer {
|
|
11738
|
+
border-bottom-right-radius: 12px;
|
|
11739
|
+
border-bottom-left-radius: 12px;
|
|
11740
|
+
}
|
|
11741
|
+
|
|
11742
|
+
.cax-chips-container {
|
|
11743
|
+
display: flex;
|
|
11744
|
+
align-items: center;
|
|
11745
|
+
min-height: 40px;
|
|
11746
|
+
width: 100%;
|
|
11747
|
+
border: 1px solid var(--neutral-200);
|
|
11748
|
+
border-radius: 8px;
|
|
11749
|
+
padding: 0px 8px;
|
|
11750
|
+
background: transparent;
|
|
11751
|
+
overflow: hidden;
|
|
11752
|
+
|
|
11753
|
+
&:hover {
|
|
11754
|
+
border-color: var(--neutral-300);
|
|
11755
|
+
}
|
|
11756
|
+
|
|
11757
|
+
&.cax-focus {
|
|
11758
|
+
border-color: var(--primary-500);
|
|
11759
|
+
}
|
|
11760
|
+
|
|
11761
|
+
&:hover:not(.cax-chips-disabled) {
|
|
11762
|
+
border-color: var(--neutral-300);
|
|
11763
|
+
}
|
|
11764
|
+
|
|
11765
|
+
&.cax-focus:not(.cax-chips-disabled) {
|
|
11766
|
+
border-color: var(--primary-500);
|
|
11767
|
+
}
|
|
11768
|
+
}
|
|
11769
|
+
|
|
11770
|
+
.cax-chips-size-sm .cax-chips-container {
|
|
11771
|
+
min-height: 32px;
|
|
11772
|
+
padding: 0px 8px;
|
|
11773
|
+
}
|
|
11774
|
+
|
|
11775
|
+
.cax-chips-size-md .cax-chips-container {
|
|
11776
|
+
min-height: 40px;
|
|
11777
|
+
padding: 0px 8px;
|
|
11778
|
+
}
|
|
11779
|
+
|
|
11780
|
+
.cax-chips-size-lg .cax-chips-container {
|
|
11781
|
+
min-height: 48px;
|
|
11782
|
+
padding: 0px 8px;
|
|
11783
|
+
}
|
|
11784
|
+
|
|
11785
|
+
.cax-chips-list {
|
|
11786
|
+
display: flex;
|
|
11787
|
+
align-items: center;
|
|
11788
|
+
gap: 6px;
|
|
11789
|
+
flex: 1;
|
|
11790
|
+
min-width: 0;
|
|
11791
|
+
overflow-x: auto;
|
|
11792
|
+
scrollbar-width: none;
|
|
11793
|
+
scroll-behavior: smooth;
|
|
11794
|
+
|
|
11795
|
+
&::-webkit-scrollbar {
|
|
11796
|
+
display: none;
|
|
11797
|
+
}
|
|
11798
|
+
|
|
11799
|
+
cax-chip {
|
|
11800
|
+
flex-shrink: 0;
|
|
11801
|
+
}
|
|
11802
|
+
|
|
11803
|
+
.cax-chips-input {
|
|
11804
|
+
min-width: 60px;
|
|
11805
|
+
flex: 0 1 auto;
|
|
11806
|
+
border: none;
|
|
11807
|
+
outline: none;
|
|
11808
|
+
background: transparent;
|
|
11809
|
+
padding: 0 4px;
|
|
11810
|
+
margin: 0;
|
|
11811
|
+
font-family: inherit;
|
|
11812
|
+
font-size: inherit;
|
|
11813
|
+
line-height: inherit;
|
|
11814
|
+
|
|
11815
|
+
&:only-child {
|
|
11816
|
+
flex: 1;
|
|
11817
|
+
min-width: 100%;
|
|
11818
|
+
}
|
|
11819
|
+
}
|
|
11820
|
+
}
|
|
11821
|
+
|
|
11822
|
+
.cax-chips-input-container {
|
|
11823
|
+
flex-shrink: 0;
|
|
11824
|
+
display: flex;
|
|
11825
|
+
align-items: center;
|
|
11826
|
+
width: 50px;
|
|
11827
|
+
}
|
|
11828
|
+
|
|
11829
|
+
.cax-chips-input {
|
|
11830
|
+
width: 100%;
|
|
11831
|
+
border: none;
|
|
11832
|
+
outline: none;
|
|
11833
|
+
background: transparent;
|
|
11834
|
+
padding: 0;
|
|
11835
|
+
margin: 0;
|
|
11836
|
+
font-family: var(--font-family);
|
|
11837
|
+
color: var(--neutral-900);
|
|
11838
|
+
|
|
11839
|
+
&::placeholder {
|
|
11840
|
+
color: var(--neutral-300);
|
|
11841
|
+
}
|
|
11842
|
+
}
|
|
11843
|
+
|
|
11844
|
+
.cax-chips-container.no-chips .cax-chips-input {
|
|
11845
|
+
width: 100%;
|
|
11846
|
+
}
|
|
11847
|
+
|
|
11848
|
+
.cax-chips .cax-chips-multiple-container {
|
|
11849
|
+
padding: 0.25rem 0.25rem;
|
|
11850
|
+
gap: 0.25rem;
|
|
11851
|
+
}
|
|
11852
|
+
|
|
11853
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token {
|
|
11854
|
+
border-radius: 16px;
|
|
11855
|
+
margin: 0;
|
|
11856
|
+
}
|
|
11857
|
+
|
|
11858
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token .cax-chips-token-icon {
|
|
11859
|
+
margin-left: 0.375rem;
|
|
11860
|
+
}
|
|
11861
|
+
|
|
11862
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-input-token {
|
|
11863
|
+
margin-left: 0.5rem;
|
|
11864
|
+
}
|
|
11865
|
+
|
|
11866
|
+
.cax-chips .cax-chips-multiple-container:has(.cax-chips-token) .cax-chips-input-token {
|
|
11867
|
+
margin-left: 0.5rem;
|
|
11868
|
+
}
|
|
11869
|
+
|
|
11870
|
+
.cax-chips.cax-disabled .cax-chips-multiple-container {
|
|
11871
|
+
opacity: 0.8;
|
|
11872
|
+
}
|
|
11873
|
+
.cax-chips .cax-chips-multiple-container {
|
|
11874
|
+
padding: 0.25rem 0.75rem;
|
|
11875
|
+
gap: 0.5rem;
|
|
11876
|
+
}
|
|
11877
|
+
|
|
11878
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token {
|
|
11879
|
+
padding: 0.25rem 0.75rem;
|
|
11880
|
+
margin-right: 0.5rem;
|
|
11881
|
+
background: var(--neutral-300);
|
|
11882
|
+
color: var(--neutral-800);
|
|
11883
|
+
border-radius: 16px;
|
|
11884
|
+
}
|
|
11885
|
+
|
|
11886
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token .cax-chips-token-icon {
|
|
11887
|
+
margin-left: 0.5rem;
|
|
11888
|
+
}
|
|
11889
|
+
|
|
11890
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-input-token {
|
|
11891
|
+
padding: 0.25rem 0;
|
|
11892
|
+
}
|
|
11893
|
+
|
|
11894
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-input-token input {
|
|
11895
|
+
font-family: var(--font-family);
|
|
11896
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
11897
|
+
font-size: 1rem;
|
|
11898
|
+
color: var(--neutral-900);
|
|
11899
|
+
padding: 0;
|
|
11900
|
+
margin: 0;
|
|
11901
|
+
}
|
|
11902
|
+
|
|
11903
|
+
.cax-chips-input-token {
|
|
11904
|
+
position: ab;
|
|
11905
|
+
right: 0;
|
|
11906
|
+
background: inherit;
|
|
11907
|
+
width: 150px;
|
|
11908
|
+
min-width: 150px;
|
|
11909
|
+
flex: 0 0 auto;
|
|
11910
|
+
display: flex;
|
|
11911
|
+
align-items: center;
|
|
11912
|
+
|
|
11913
|
+
input {
|
|
11914
|
+
width: 100%;
|
|
11915
|
+
background: transparent;
|
|
11916
|
+
border: none;
|
|
11917
|
+
outline: none;
|
|
11918
|
+
padding: 0px 8px;
|
|
11919
|
+
}
|
|
11920
|
+
}
|
|
11921
|
+
|
|
11922
|
+
.cax-chips-input-token {
|
|
11923
|
+
display: flex;
|
|
11924
|
+
align-items: center;
|
|
11925
|
+
flex: 1 1 auto;
|
|
11926
|
+
min-width: 0;
|
|
11927
|
+
width: auto;
|
|
11928
|
+
transition: flex-basis 0.3s ease;
|
|
11929
|
+
|
|
11930
|
+
&.typing {
|
|
11931
|
+
flex: 1 1 30%;
|
|
11932
|
+
}
|
|
11933
|
+
|
|
11934
|
+
height: 100%;
|
|
11935
|
+
min-width: 150px;
|
|
11936
|
+
|
|
11937
|
+
input {
|
|
11938
|
+
width: 100%;
|
|
11939
|
+
height: 100%;
|
|
11940
|
+
background: transparent;
|
|
11941
|
+
border: none;
|
|
11942
|
+
outline: none;
|
|
11943
|
+
padding: 0 8px;
|
|
11944
|
+
font-family: inherit;
|
|
11945
|
+
font-size: inherit;
|
|
11946
|
+
line-height: inherit;
|
|
11947
|
+
}
|
|
11948
|
+
}
|
|
11949
|
+
|
|
11950
|
+
.cax-chips-list:empty + .cax-chips-input-token {
|
|
11951
|
+
width: 100%;
|
|
11952
|
+
min-width: 100%;
|
|
11953
|
+
}
|
|
11954
|
+
|
|
11955
|
+
cax-chips.ng-dirty.ng-invalid > .cax-chips > .cax-inputtext {
|
|
11956
|
+
border-color: var(--error-500);
|
|
11957
|
+
}
|
|
11958
|
+
|
|
11959
|
+
cax-chips.cax-chips-clearable .cax-inputtext {
|
|
11960
|
+
padding-right: 1.75rem;
|
|
11961
|
+
}
|
|
11962
|
+
|
|
11963
|
+
cax-chips.cax-chips-left-icon .cax-inputtext {
|
|
11964
|
+
padding-left: 1.75rem;
|
|
11965
|
+
padding-right: 1.75rem;
|
|
11966
|
+
}
|
|
11967
|
+
|
|
11968
|
+
cax-chips.cax-chips-right-icon .cax-inputtext {
|
|
11969
|
+
padding-right: 1.75rem;
|
|
11970
|
+
}
|
|
11971
|
+
|
|
11972
|
+
cax-chips.cax-chips-clearable .cax-chips-clear-icon {
|
|
11973
|
+
color: var(--neutral-800);
|
|
11974
|
+
}
|
|
11975
|
+
|
|
11976
|
+
cax-chips.cax-chips-left-icon .cax-chips-icon-left {
|
|
11977
|
+
color: var(--neutral-800);
|
|
11978
|
+
left: 0.75rem;
|
|
11979
|
+
right: 0.75rem;
|
|
11980
|
+
}
|
|
11981
|
+
|
|
11982
|
+
cax-chips.cax-chips-right-icon .cax-chips-icon-right {
|
|
11983
|
+
color: var(--neutral-800);
|
|
11984
|
+
right: 0.75rem;
|
|
11985
|
+
}
|
|
11986
|
+
|
|
11987
|
+
.cax-chips-size-sm {
|
|
11988
|
+
.cax-chips-token {
|
|
11989
|
+
height: 24px;
|
|
11990
|
+
font-size: 12px;
|
|
11991
|
+
padding: 0px 8px;
|
|
11992
|
+
}
|
|
11993
|
+
|
|
11994
|
+
.cax-chips-input {
|
|
11995
|
+
font-size: 12px;
|
|
11996
|
+
height: 24px;
|
|
11997
|
+
}
|
|
11998
|
+
|
|
11999
|
+
.cax-chips-icon-left,
|
|
12000
|
+
.cax-chips-icon-right,
|
|
12001
|
+
.cax-chips-clear-icon,
|
|
12002
|
+
.cax-chips-token-icon {
|
|
12003
|
+
min-width: 16px;
|
|
12004
|
+
min-height: 16px;
|
|
12005
|
+
}
|
|
12006
|
+
|
|
12007
|
+
.cax-chips-icon-left i,
|
|
12008
|
+
.cax-chips-icon-right i,
|
|
12009
|
+
.cax-chips-clear-icon i,
|
|
12010
|
+
.cax-chips-token-icon i {
|
|
12011
|
+
font-size: 16px;
|
|
12012
|
+
}
|
|
12013
|
+
}
|
|
12014
|
+
|
|
12015
|
+
.cax-chips-size-md {
|
|
12016
|
+
.cax-chips-token {
|
|
12017
|
+
height: 32px;
|
|
12018
|
+
font-size: 14px;
|
|
12019
|
+
padding: 4px 10px;
|
|
12020
|
+
}
|
|
12021
|
+
|
|
12022
|
+
.cax-chips-input {
|
|
12023
|
+
font-size: 14px;
|
|
12024
|
+
height: 32px;
|
|
12025
|
+
}
|
|
12026
|
+
|
|
12027
|
+
.cax-chips-icon-left,
|
|
12028
|
+
.cax-chips-icon-right,
|
|
12029
|
+
.cax-chips-clear-icon,
|
|
12030
|
+
.cax-chips-token-icon {
|
|
12031
|
+
min-width: 20px;
|
|
12032
|
+
min-height: 20px;
|
|
12033
|
+
}
|
|
12034
|
+
|
|
12035
|
+
.cax-chips-icon-left i,
|
|
12036
|
+
.cax-chips-icon-right i,
|
|
12037
|
+
.cax-chips-clear-icon i,
|
|
12038
|
+
.cax-chips-token-icon i {
|
|
12039
|
+
font-size: 20px;
|
|
12040
|
+
}
|
|
12041
|
+
}
|
|
12042
|
+
|
|
12043
|
+
.cax-chips-size-lg {
|
|
12044
|
+
.cax-chips-token {
|
|
12045
|
+
height: 40px;
|
|
12046
|
+
font-size: 16px;
|
|
12047
|
+
padding: 6px 12px;
|
|
12048
|
+
}
|
|
12049
|
+
|
|
12050
|
+
.cax-chips-input {
|
|
12051
|
+
font-size: 16px;
|
|
12052
|
+
height: 40px;
|
|
12053
|
+
}
|
|
12054
|
+
|
|
12055
|
+
.cax-chips-icon-left,
|
|
12056
|
+
.cax-chips-icon-right,
|
|
12057
|
+
.cax-chips-clear-icon,
|
|
12058
|
+
.cax-chips-token-icon {
|
|
12059
|
+
min-width: 24px;
|
|
12060
|
+
min-height: 24px;
|
|
12061
|
+
}
|
|
12062
|
+
|
|
12063
|
+
.cax-chips-icon-left i,
|
|
12064
|
+
.cax-chips-icon-right i,
|
|
12065
|
+
.cax-chips-clear-icon i,
|
|
12066
|
+
.cax-chips-token-icon i {
|
|
12067
|
+
font-size: 24px;
|
|
12068
|
+
}
|
|
12069
|
+
}
|
|
12070
|
+
|
|
12071
|
+
.cax-chips-multiple-container {
|
|
12072
|
+
&.with-left-icon,
|
|
12073
|
+
&.with-right-icon,
|
|
12074
|
+
&.with-clear-icon {
|
|
12075
|
+
.cax-chips-input {
|
|
12076
|
+
padding: 0;
|
|
12077
|
+
}
|
|
12078
|
+
}
|
|
12079
|
+
}
|
|
12080
|
+
|
|
12081
|
+
.cax-chips-disabled {
|
|
12082
|
+
opacity: 0.6;
|
|
12083
|
+
cursor: not-allowed;
|
|
12084
|
+
pointer-events: none;
|
|
12085
|
+
|
|
12086
|
+
.cax-chips-input {
|
|
12087
|
+
cursor: not-allowed;
|
|
12088
|
+
}
|
|
12089
|
+
|
|
12090
|
+
cax-chip {
|
|
12091
|
+
opacity: 0.6;
|
|
12092
|
+
}
|
|
12093
|
+
}
|
|
12094
|
+
.cax-tooltip .cax-tooltip-text {
|
|
12095
|
+
background: var(--neutral-900);
|
|
12096
|
+
color: var(--white-100);
|
|
12097
|
+
padding: 12px;
|
|
12098
|
+
gap: 12px;
|
|
12099
|
+
font-weight: 400;
|
|
12100
|
+
font-size: 12px;
|
|
12101
|
+
line-height: 18px;
|
|
12102
|
+
box-shadow:
|
|
12103
|
+
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
12104
|
+
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
12105
|
+
border-radius: 8px;
|
|
12106
|
+
}
|
|
12107
|
+
|
|
12108
|
+
.cax-tooltip.cax-tooltip-right .cax-tooltip-arrow {
|
|
12109
|
+
border-right-color: var(--neutral-900);
|
|
12110
|
+
}
|
|
12111
|
+
.cax-tooltip.cax-tooltip-left .cax-tooltip-arrow {
|
|
12112
|
+
border-left-color: var(--neutral-900);
|
|
12113
|
+
}
|
|
12114
|
+
.cax-tooltip.cax-tooltip-top .cax-tooltip-arrow {
|
|
12115
|
+
border-top-color: var(--neutral-900);
|
|
12116
|
+
}
|
|
12117
|
+
.cax-tooltip.cax-tooltip-bottom .cax-tooltip-arrow {
|
|
12118
|
+
border-bottom-color: var(--neutral-900);
|
|
12119
|
+
}
|
|
12120
|
+
|
|
12121
|
+
.cax-tooltip.cax-tooltip-right-top .cax-tooltip-arrow {
|
|
12122
|
+
border-right-color: var(--neutral-900);
|
|
12123
|
+
}
|
|
12124
|
+
.cax-tooltip.cax-tooltip-right-bottom .cax-tooltip-arrow {
|
|
12125
|
+
border-right-color: var(--neutral-900);
|
|
12126
|
+
}
|
|
12127
|
+
.cax-tooltip.cax-tooltip-left-top .cax-tooltip-arrow {
|
|
12128
|
+
border-left-color: var(--neutral-900);
|
|
12129
|
+
}
|
|
12130
|
+
.cax-tooltip.cax-tooltip-left-bottom .cax-tooltip-arrow {
|
|
12131
|
+
border-left-color: var(--neutral-900);
|
|
12132
|
+
}
|
|
12133
|
+
.cax-tooltip.cax-tooltip-top-left .cax-tooltip-arrow {
|
|
12134
|
+
border-top-color: var(--neutral-900);
|
|
12135
|
+
}
|
|
12136
|
+
.cax-tooltip.cax-tooltip-top-right .cax-tooltip-arrow {
|
|
12137
|
+
border-top-color: var(--neutral-900);
|
|
12138
|
+
}
|
|
12139
|
+
.cax-tooltip.cax-tooltip-bottom-left .cax-tooltip-arrow {
|
|
12140
|
+
border-bottom-color: var(--neutral-900);
|
|
12141
|
+
}
|
|
12142
|
+
.cax-tooltip.cax-tooltip-bottom-right .cax-tooltip-arrow {
|
|
12143
|
+
border-bottom-color: var(--neutral-900);
|
|
12144
|
+
}
|
|
12145
|
+
|
|
12146
|
+
.cax-tooltip-link {
|
|
12147
|
+
text-align: left;
|
|
12148
|
+
color: var(--white-100);
|
|
12149
|
+
font-size: inherit;
|
|
12150
|
+
}
|
|
12151
|
+
|
|
12152
|
+
.cax-tooltip-link a {
|
|
12153
|
+
color: var(--white-100);
|
|
12154
|
+
text-decoration: underline;
|
|
12155
|
+
}
|
|
12156
|
+
|
|
12157
|
+
.cax-column-filter-row .cax-column-filter-menu-button,
|
|
12158
|
+
.cax-column-filter-row .cax-column-filter-clear-button {
|
|
12159
|
+
margin-left: 0.5rem;
|
|
12160
|
+
}
|
|
12161
|
+
|
|
12162
|
+
.cax-column-filter-menu-button {
|
|
12163
|
+
width: 1.75rem;
|
|
12164
|
+
height: 1.75rem;
|
|
12165
|
+
color: var(--neutral-900);
|
|
12166
|
+
border: 0 none;
|
|
12167
|
+
background: transparent;
|
|
12168
|
+
transition:
|
|
12169
|
+
background-color 0.2s,
|
|
12170
|
+
color 0.2s,
|
|
12171
|
+
border-color 0.2s,
|
|
12172
|
+
box-shadow 0.2s,
|
|
12173
|
+
outline-color 0.2s;
|
|
12174
|
+
}
|
|
12175
|
+
.cax-column-filter-menu-button:hover {
|
|
12176
|
+
color: var(--neutral-900);
|
|
12177
|
+
border-color: transparent;
|
|
12178
|
+
}
|
|
12179
|
+
.cax-column-filter-menu-button.cax-column-filter-menu-button-open,
|
|
12180
|
+
.cax-column-filter-menu-button.cax-column-filter-menu-button-open:hover {
|
|
12181
|
+
color: var(--neutral-900);
|
|
12182
|
+
}
|
|
12183
|
+
.cax-column-filter-menu-button.cax-column-filter-menu-button-active,
|
|
12184
|
+
.cax-column-filter-menu-button.cax-column-filter-menu-button-active:hover {
|
|
12185
|
+
background: var(--primary-100);
|
|
12186
|
+
color: var(--primary-color);
|
|
12187
|
+
}
|
|
12188
|
+
.cax-column-filter-menu-button:focus-visible {
|
|
12189
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
12190
|
+
outline-offset: 2px;
|
|
12191
|
+
box-shadow: none;
|
|
12192
|
+
}
|
|
12193
|
+
|
|
12194
|
+
.cax-column-filter-clear-button {
|
|
12195
|
+
width: 1.75rem;
|
|
12196
|
+
height: 1.75rem;
|
|
12197
|
+
color: #a1a1aa;
|
|
12198
|
+
border: 0 none;
|
|
12199
|
+
background: transparent;
|
|
12200
|
+
border-radius: 50%;
|
|
12201
|
+
transition:
|
|
12202
|
+
background-color 0.2s,
|
|
12203
|
+
color 0.2s,
|
|
12204
|
+
border-color 0.2s,
|
|
12205
|
+
box-shadow 0.2s,
|
|
12206
|
+
outline-color 0.2s;
|
|
12207
|
+
}
|
|
12208
|
+
.cax-column-filter-clear-button:hover {
|
|
12209
|
+
color: #ffffff;
|
|
12210
|
+
border-color: transparent;
|
|
12211
|
+
background: rgba(255, 255, 255, 0.03);
|
|
12212
|
+
}
|
|
12213
|
+
.cax-column-filter-clear-button:focus-visible {
|
|
12214
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
12215
|
+
outline-offset: 2px;
|
|
12216
|
+
box-shadow: none;
|
|
12217
|
+
}
|
|
12218
|
+
|
|
12219
|
+
.cax-column-filter-overlay {
|
|
12220
|
+
background: var(--white-100);
|
|
12221
|
+
color: var(--neutral-900);
|
|
12222
|
+
border: 1px solid var(--neutral-200);
|
|
12223
|
+
border-radius: 6px;
|
|
12224
|
+
|
|
12225
|
+
min-width: 12.5rem;
|
|
12226
|
+
}
|
|
12227
|
+
.cax-column-filter-overlay .cax-column-filter-row-items {
|
|
12228
|
+
padding: 0.25rem 0.25rem;
|
|
12229
|
+
}
|
|
12230
|
+
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item {
|
|
12231
|
+
margin: 2px 0;
|
|
12232
|
+
padding: 0.5rem 0.75rem;
|
|
12233
|
+
border: 0 none;
|
|
12234
|
+
color: #ffffff;
|
|
12235
|
+
background: transparent;
|
|
12236
|
+
transition:
|
|
12237
|
+
background-color 0.2s,
|
|
12238
|
+
color 0.2s,
|
|
12239
|
+
border-color 0.2s,
|
|
12240
|
+
box-shadow 0.2s,
|
|
12241
|
+
outline-color 0.2s;
|
|
12242
|
+
border-radius: 4px;
|
|
12243
|
+
}
|
|
12244
|
+
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item:first-child {
|
|
12245
|
+
margin-top: 0;
|
|
12246
|
+
}
|
|
12247
|
+
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item.cax-highlight {
|
|
12248
|
+
color: rgba(255, 255, 255, 0.87);
|
|
12249
|
+
background: rgba(34, 211, 238, 0.16);
|
|
12250
|
+
}
|
|
12251
|
+
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item:not(.cax-highlight):not(.cax-disabled):hover {
|
|
12252
|
+
color: #ffffff;
|
|
12253
|
+
background: rgba(255, 255, 255, 0.03);
|
|
12254
|
+
}
|
|
12255
|
+
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-row-item:focus-visible {
|
|
12256
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
12257
|
+
outline-offset: 2px;
|
|
12258
|
+
box-shadow: 0 none;
|
|
12259
|
+
}
|
|
12260
|
+
.cax-column-filter-overlay .cax-column-filter-row-items .cax-column-filter-separator {
|
|
12261
|
+
border-top: 1px solid #3f3f46;
|
|
12262
|
+
margin: 2px 0;
|
|
12263
|
+
}
|
|
12264
|
+
|
|
12265
|
+
.cax-column-filter-overlay-menu .cax-column-filter-operator {
|
|
12266
|
+
padding: 0.5rem 0.5rem 0 0.5rem;
|
|
12267
|
+
border-bottom: 0 none;
|
|
12268
|
+
color: #ffffff;
|
|
12269
|
+
margin: 0 0 0 0;
|
|
12270
|
+
border-top-right-radius: 6px;
|
|
12271
|
+
border-top-left-radius: 6px;
|
|
12272
|
+
}
|
|
12273
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraint {
|
|
12274
|
+
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
12275
|
+
border-bottom: 1px solid #3f3f46;
|
|
12276
|
+
}
|
|
12277
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraint .cax-column-filter-matchmode-dropdown {
|
|
12278
|
+
margin-bottom: 0.5rem;
|
|
12279
|
+
}
|
|
12280
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraint .cax-column-filter-remove-button {
|
|
12281
|
+
margin-top: 0.5rem;
|
|
12282
|
+
}
|
|
12283
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraint:last-child {
|
|
12284
|
+
border-bottom: 0 none;
|
|
12285
|
+
}
|
|
12286
|
+
.cax-column-filter-overlay-menu .cax-column-filter-add-rule {
|
|
12287
|
+
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
12288
|
+
}
|
|
12289
|
+
.cax-column-filter-overlay-menu .cax-column-filter-buttonbar {
|
|
12290
|
+
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
12291
|
+
}
|
|
12292
|
+
.cax-column-filter-custom-container .cax-divider.cax-divider-horizontal:before {
|
|
12293
|
+
border-color: var(--neutral-200);
|
|
12294
|
+
}
|
|
12295
|
+
.cax-column-filter-custom-list-header {
|
|
12296
|
+
display: flex;
|
|
12297
|
+
align-items: center;
|
|
12298
|
+
justify-content: space-between;
|
|
12299
|
+
padding: 8px 10px;
|
|
12300
|
+
border-radius: 8px;
|
|
12301
|
+
border: 1px solid var(--neutral-200);
|
|
12302
|
+
cursor: pointer;
|
|
12303
|
+
font-weight: 500;
|
|
12304
|
+
span {
|
|
12305
|
+
color: var(--neutral-300);
|
|
12306
|
+
}
|
|
12307
|
+
i {
|
|
12308
|
+
font-size: 20px;
|
|
12309
|
+
}
|
|
12310
|
+
}
|
|
12311
|
+
.cax-column-filter-custom-list {
|
|
12312
|
+
border: 1px solid var(--neutral-200);
|
|
12313
|
+
padding: 16px 8px;
|
|
12314
|
+
border-radius: 8px;
|
|
12315
|
+
margin-top: 8px;
|
|
12316
|
+
display: flex;
|
|
12317
|
+
flex-direction: column;
|
|
12318
|
+
gap: 6px;
|
|
12319
|
+
max-height: 300px;
|
|
12320
|
+
overflow: auto;
|
|
12321
|
+
.cax-column-filter-custom-list-item {
|
|
12322
|
+
padding: 6px 8px;
|
|
12323
|
+
cursor: pointer;
|
|
12324
|
+
font-weight: 500;
|
|
12325
|
+
&:hover {
|
|
12326
|
+
background: var(--neutral-50);
|
|
12327
|
+
border-radius: 6px;
|
|
12328
|
+
}
|
|
12329
|
+
}
|
|
12330
|
+
}
|
|
12331
|
+
|
|
12332
|
+
.cax-column-filter-custom-list::-webkit-scrollbar {
|
|
12333
|
+
width: 6px;
|
|
12334
|
+
height: 6px;
|
|
12335
|
+
}
|
|
12336
|
+
.cax-column-filter-custom-list::-webkit-scrollbar-track {
|
|
12337
|
+
background: transparent;
|
|
12338
|
+
}
|
|
12339
|
+
.cax-column-filter-custom-list::-webkit-scrollbar-thumb {
|
|
12340
|
+
background: #888;
|
|
12341
|
+
border-radius: 10px;
|
|
12342
|
+
}
|
|
12343
|
+
|
|
12344
|
+
.cax-column-filter-overlay-menu {
|
|
12345
|
+
padding: 0.75rem;
|
|
12346
|
+
display: flex;
|
|
12347
|
+
flex-direction: column;
|
|
12348
|
+
gap: 0.5rem;
|
|
12349
|
+
}
|
|
12350
|
+
.cax-column-filter-overlay-menu .cax-column-filter-operator {
|
|
12351
|
+
padding: 0;
|
|
12352
|
+
}
|
|
12353
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraints {
|
|
12354
|
+
display: flex;
|
|
12355
|
+
flex-direction: column;
|
|
12356
|
+
gap: 0.5rem;
|
|
12357
|
+
}
|
|
12358
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraint {
|
|
12359
|
+
padding: 0 0 0 0;
|
|
12360
|
+
}
|
|
12361
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraint .cax-column-filter-remove-button {
|
|
12362
|
+
margin-bottom: 0.5rem;
|
|
12363
|
+
}
|
|
12364
|
+
.cax-column-filter-overlay-menu .cax-column-filter-constraint:last-child .cax-column-filter-remove-button {
|
|
12365
|
+
margin-bottom: 0;
|
|
12366
|
+
}
|
|
12367
|
+
.cax-column-filter-overlay-menu .cax-column-filter-add-rule {
|
|
12368
|
+
padding: 0;
|
|
12369
|
+
}
|
|
12370
|
+
.cax-column-filter-overlay-menu .cax-column-filter-buttonbar {
|
|
12371
|
+
padding: 0;
|
|
12372
|
+
}
|
|
12373
|
+
|
|
12374
|
+
.cax-sort-icon-button-active {
|
|
12375
|
+
background-color: var(--primary-100) !important;
|
|
12376
|
+
border-radius: 6px;
|
|
12377
|
+
}
|