cax-design-system 2.4.1 → 2.6.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +1 -1
- package/api/confirmation.d.ts +5 -0
- package/autocomplete/autocomplete.d.ts +5 -3
- package/button/button.directive.d.ts +5 -2
- 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 +12 -8
- package/esm2022/button/button.directive.mjs +36 -4
- package/esm2022/button/button.mjs +2 -2
- 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/inputgroup/inputgroup.mjs +10 -3
- package/esm2022/inputnumber/inputnumber.mjs +2 -2
- package/esm2022/inputtext/inputtext.component.mjs +2 -2
- package/esm2022/navigation/navigation.interface.mjs +1 -1
- package/esm2022/navigation/navigation.mjs +78 -17
- package/esm2022/selectbutton/public_api.mjs +2 -1
- package/esm2022/selectbutton/selectbutton.mjs +11 -86
- package/esm2022/selectbutton/selectbutton.module.mjs +21 -0
- package/esm2022/sidebar/sidebar.mjs +10 -3
- package/esm2022/speeddial/speeddial.mjs +1 -1
- package/esm2022/splitbutton/splitbutton.mjs +4 -4
- package/esm2022/table/components/column-filter/column-filter.mjs +146 -7
- package/esm2022/table/components/column-filter-form-element/column-filter-form-element.mjs +8 -7
- package/esm2022/table/components/sort-icon/sort-icon.mjs +7 -7
- package/esm2022/table/directives/sortable-column.directive.mjs +6 -6
- package/esm2022/table/table.mjs +114 -77
- package/esm2022/tableconfiguration/tableconfiguration.mjs +3 -3
- package/esm2022/tabview/tabview.mjs +31 -3
- package/esm2022/tabview/tabview.module.mjs +5 -4
- package/esm2022/timeline/timeline.mjs +2 -2
- package/esm2022/tooltip/tooltip.module.mjs +6 -4
- package/fesm2022/cax-design-system-autocomplete.mjs +11 -7
- package/fesm2022/cax-design-system-autocomplete.mjs.map +1 -1
- package/fesm2022/cax-design-system-button.mjs +36 -4
- package/fesm2022/cax-design-system-button.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-inputgroup.mjs +9 -2
- package/fesm2022/cax-design-system-inputgroup.mjs.map +1 -1
- package/fesm2022/cax-design-system-inputnumber.mjs +1 -1
- package/fesm2022/cax-design-system-inputnumber.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 +77 -16
- package/fesm2022/cax-design-system-navigation.mjs.map +1 -1
- package/fesm2022/cax-design-system-selectbutton.mjs +12 -70
- package/fesm2022/cax-design-system-selectbutton.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-speeddial.mjs +1 -1
- package/fesm2022/cax-design-system-speeddial.mjs.map +1 -1
- package/fesm2022/cax-design-system-splitbutton.mjs +3 -3
- package/fesm2022/cax-design-system-splitbutton.mjs.map +1 -1
- package/fesm2022/cax-design-system-table.mjs +270 -99
- package/fesm2022/cax-design-system-table.mjs.map +1 -1
- package/fesm2022/cax-design-system-tableconfiguration.mjs +2 -2
- package/fesm2022/cax-design-system-tableconfiguration.mjs.map +1 -1
- package/fesm2022/cax-design-system-tabview.mjs +34 -5
- package/fesm2022/cax-design-system-tabview.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/inputgroup/inputgroup.d.ts +6 -1
- package/navigation/navigation.d.ts +12 -7
- package/navigation/navigation.interface.d.ts +8 -5
- package/package.json +190 -190
- package/resources/cax.min.scss +1 -1
- package/resources/cax.scss +1088 -593
- package/resources/components/autocomplete/autocomplete.scss +77 -6
- 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 +50 -2
- package/resources/components/tabview/tabview.scss +19 -1
- package/resources/components/timeline/timeline.scss +4 -10
- package/selectbutton/public_api.d.ts +1 -0
- package/selectbutton/selectbutton.d.ts +2 -10
- package/selectbutton/selectbutton.module.d.ts +11 -0
- package/sidebar/sidebar.d.ts +8 -1
- package/splitbutton/splitbutton.d.ts +2 -2
- package/table/components/column-filter/column-filter.d.ts +30 -0
- package/table/directives/sortable-column.directive.d.ts +2 -2
- package/table/table.d.ts +3 -2
- package/tabview/tabview.d.ts +10 -1
- package/tabview/tabview.module.d.ts +2 -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;
|
|
@@ -1219,109 +1157,6 @@
|
|
|
1219
1157
|
margin-top: -0.5rem;
|
|
1220
1158
|
}
|
|
1221
1159
|
|
|
1222
|
-
.cax-inputgroup-addon {
|
|
1223
|
-
background: var(--neutral-200);
|
|
1224
|
-
color: var(--neutral-600);
|
|
1225
|
-
border-top: 1px solid var(--neutral-300);
|
|
1226
|
-
border-left: 1px solid var(--neutral-300);
|
|
1227
|
-
border-bottom: 1px solid var(--neutral-300);
|
|
1228
|
-
padding: 0.5rem 0.75rem;
|
|
1229
|
-
min-width: 2.5rem;
|
|
1230
|
-
overflow: hidden;
|
|
1231
|
-
}
|
|
1232
|
-
.cax-inputgroup-addon .cax-button {
|
|
1233
|
-
padding: 0.5rem 0.75rem;
|
|
1234
|
-
border: none;
|
|
1235
|
-
}
|
|
1236
|
-
|
|
1237
|
-
.cax-inputgroup-addon:has(.cax-button) {
|
|
1238
|
-
padding: 0;
|
|
1239
|
-
border: 1px solid var(--primary-500);
|
|
1240
|
-
}
|
|
1241
|
-
.cax-inputgroup-addon:last-child {
|
|
1242
|
-
border-right: 1px solid var(--neutral-300);
|
|
1243
|
-
}
|
|
1244
|
-
.cax-inputgroup-addon:last-child:has(.cax-button) {
|
|
1245
|
-
border: 1px solid var(--primary-500);
|
|
1246
|
-
}
|
|
1247
|
-
|
|
1248
|
-
.cax-inputgroup > .cax-component,
|
|
1249
|
-
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext >,
|
|
1250
|
-
.cax-inputgroup > .cax-float-label > .cax-component {
|
|
1251
|
-
border-radius: 0;
|
|
1252
|
-
margin: 0;
|
|
1253
|
-
}
|
|
1254
|
-
.cax-inputgroup > .cax-component + .cax-inputgroup-addon,
|
|
1255
|
-
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext + .cax-inputgroup-addon,
|
|
1256
|
-
.cax-inputgroup > .cax-float-label > .cax-component + .cax-inputgroup-addon {
|
|
1257
|
-
border-left: 0 none;
|
|
1258
|
-
}
|
|
1259
|
-
.cax-inputgroup > .cax-component:focus,
|
|
1260
|
-
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext:focus,
|
|
1261
|
-
.cax-inputgroup > .cax-float-label > .cax-component:focus {
|
|
1262
|
-
z-index: 1;
|
|
1263
|
-
}
|
|
1264
|
-
.cax-inputgroup > .cax-component:focus ~ label,
|
|
1265
|
-
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext:focus ~ label,
|
|
1266
|
-
.cax-inputgroup > .cax-float-label > .cax-component:focus ~ label {
|
|
1267
|
-
z-index: 1;
|
|
1268
|
-
}
|
|
1269
|
-
|
|
1270
|
-
.cax-inputgroup > .cax-inputwrapper:first-child > .cax-component,
|
|
1271
|
-
.cax-inputgroup > .cax-inputwrapper:first-child > .cax-component > .cax-inputtext {
|
|
1272
|
-
border-top-left-radius: 6px;
|
|
1273
|
-
border-bottom-left-radius: 6px;
|
|
1274
|
-
}
|
|
1275
|
-
|
|
1276
|
-
.cax-inputgroup .cax-float-label:first-child input {
|
|
1277
|
-
border-top-left-radius: 6px;
|
|
1278
|
-
border-bottom-left-radius: 6px;
|
|
1279
|
-
}
|
|
1280
|
-
|
|
1281
|
-
.cax-inputgroup > .cax-inputwrapper:last-child > .cax-component,
|
|
1282
|
-
.cax-inputgroup > .cax-inputwrapper:last-child > .cax-component > .cax-inputtext {
|
|
1283
|
-
border-top-right-radius: 6px;
|
|
1284
|
-
border-bottom-right-radius: 6px;
|
|
1285
|
-
}
|
|
1286
|
-
|
|
1287
|
-
.cax-inputgroup-addon,
|
|
1288
|
-
.cax-inputgroup input,
|
|
1289
|
-
.cax-inputgroup .cax-button {
|
|
1290
|
-
border-radius: 0;
|
|
1291
|
-
}
|
|
1292
|
-
|
|
1293
|
-
.cax-inputgroup > *:first-child {
|
|
1294
|
-
border-top-left-radius: 6px;
|
|
1295
|
-
border-bottom-left-radius: 6px;
|
|
1296
|
-
}
|
|
1297
|
-
|
|
1298
|
-
.cax-inputgroup > *:last-child {
|
|
1299
|
-
border-top-right-radius: 6px;
|
|
1300
|
-
border-bottom-right-radius: 6px;
|
|
1301
|
-
}
|
|
1302
|
-
|
|
1303
|
-
.cax-inputgroup > .cax-button:first-child {
|
|
1304
|
-
border-top-left-radius: 6px;
|
|
1305
|
-
border-bottom-left-radius: 6px;
|
|
1306
|
-
}
|
|
1307
|
-
|
|
1308
|
-
.cax-inputgroup > .cax-button:last-child {
|
|
1309
|
-
border-top-right-radius: 6px;
|
|
1310
|
-
border-bottom-right-radius: 6px;
|
|
1311
|
-
}
|
|
1312
|
-
|
|
1313
|
-
.cax-inputgroup .cax-float-label:last-child input {
|
|
1314
|
-
border-top-right-radius: 6px;
|
|
1315
|
-
border-bottom-right-radius: 6px;
|
|
1316
|
-
}
|
|
1317
|
-
|
|
1318
|
-
.cax-fluid .cax-inputgroup .cax-button {
|
|
1319
|
-
}
|
|
1320
|
-
|
|
1321
|
-
.cax-fluid .cax-inputgroup .cax-button.cax-button-icon-only {
|
|
1322
|
-
width: 2.5rem;
|
|
1323
|
-
}
|
|
1324
|
-
|
|
1325
1160
|
.cax-icon-field-left .cax-input-icon:first-of-type {
|
|
1326
1161
|
left: 0.75rem;
|
|
1327
1162
|
color: var(--neutral-900);
|
|
@@ -1391,28 +1226,6 @@
|
|
|
1391
1226
|
border-color: #fca5a5;
|
|
1392
1227
|
}
|
|
1393
1228
|
|
|
1394
|
-
textarea {
|
|
1395
|
-
padding: 8px 10px 8px 10px;
|
|
1396
|
-
border: 1px solid var(--grey-200);
|
|
1397
|
-
border-radius: 8px;
|
|
1398
|
-
font-size: 14px;
|
|
1399
|
-
line-height: 21px;
|
|
1400
|
-
font-weight: 400;
|
|
1401
|
-
resize: none;
|
|
1402
|
-
|
|
1403
|
-
&.filled-style {
|
|
1404
|
-
background: var(--white-100);
|
|
1405
|
-
}
|
|
1406
|
-
&.cax-inputtextarea-disabled {
|
|
1407
|
-
opacity: 0.5;
|
|
1408
|
-
}
|
|
1409
|
-
|
|
1410
|
-
&:focus {
|
|
1411
|
-
border-color: var(--cax-focus-ring-color);
|
|
1412
|
-
outline: none;
|
|
1413
|
-
}
|
|
1414
|
-
}
|
|
1415
|
-
|
|
1416
1229
|
.cax-listbox {
|
|
1417
1230
|
background: #18181b;
|
|
1418
1231
|
color: #ffffff;
|
|
@@ -1791,53 +1604,6 @@
|
|
|
1791
1604
|
color: #ef4444;
|
|
1792
1605
|
}
|
|
1793
1606
|
|
|
1794
|
-
.cax-selectbutton .cax-button {
|
|
1795
|
-
background: #09090b;
|
|
1796
|
-
border: 1px solid #09090b;
|
|
1797
|
-
color: #a1a1aa;
|
|
1798
|
-
transition:
|
|
1799
|
-
background-color 0.2s,
|
|
1800
|
-
color 0.2s,
|
|
1801
|
-
border-color 0.2s,
|
|
1802
|
-
box-shadow 0.2s,
|
|
1803
|
-
outline-color 0.2s;
|
|
1804
|
-
}
|
|
1805
|
-
.cax-selectbutton .cax-button .cax-button-icon-left,
|
|
1806
|
-
.cax-selectbutton .cax-button .cax-button-icon-right {
|
|
1807
|
-
color: #a1a1aa;
|
|
1808
|
-
}
|
|
1809
|
-
.cax-selectbutton .cax-button:not(.cax-disabled):not(.cax-highlight):hover {
|
|
1810
|
-
background: #09090b;
|
|
1811
|
-
border-color: #09090b;
|
|
1812
|
-
color: #ffffff;
|
|
1813
|
-
}
|
|
1814
|
-
.cax-selectbutton .cax-button:not(.cax-disabled):not(.cax-highlight):hover .cax-button-icon-left,
|
|
1815
|
-
.cax-selectbutton .cax-button:not(.cax-disabled):not(.cax-highlight):hover .cax-button-icon-right {
|
|
1816
|
-
color: #ffffff;
|
|
1817
|
-
}
|
|
1818
|
-
.cax-selectbutton .cax-button.cax-highlight {
|
|
1819
|
-
background: #09090b;
|
|
1820
|
-
border-color: #09090b;
|
|
1821
|
-
color: #ffffff;
|
|
1822
|
-
}
|
|
1823
|
-
.cax-selectbutton .cax-button.cax-highlight .cax-button-icon-left,
|
|
1824
|
-
.cax-selectbutton .cax-button.cax-highlight .cax-button-icon-right {
|
|
1825
|
-
color: #ffffff;
|
|
1826
|
-
}
|
|
1827
|
-
.cax-selectbutton .cax-button.cax-highlight:hover {
|
|
1828
|
-
background: #09090b;
|
|
1829
|
-
border-color: #09090b;
|
|
1830
|
-
color: #ffffff;
|
|
1831
|
-
}
|
|
1832
|
-
.cax-selectbutton .cax-button.cax-highlight:hover .cax-button-icon-left,
|
|
1833
|
-
.cax-selectbutton .cax-button.cax-highlight:hover .cax-button-icon-right {
|
|
1834
|
-
color: #ffffff;
|
|
1835
|
-
}
|
|
1836
|
-
|
|
1837
|
-
cax-selectbutton.ng-dirty.ng-invalid > .cax-selectbutton > .cax-button {
|
|
1838
|
-
border-color: #fca5a5;
|
|
1839
|
-
}
|
|
1840
|
-
|
|
1841
1607
|
.cax-slider {
|
|
1842
1608
|
background: #3f3f46;
|
|
1843
1609
|
border: 0 none;
|
|
@@ -2136,12 +1902,12 @@
|
|
|
2136
1902
|
.cax-speeddial-action {
|
|
2137
1903
|
width: 2.5rem;
|
|
2138
1904
|
height: 2.5rem;
|
|
2139
|
-
background: var(--neutral-
|
|
1905
|
+
background: var(--neutral-75);
|
|
2140
1906
|
color: var(--neutral-900);
|
|
2141
1907
|
}
|
|
2142
1908
|
.cax-speeddial-action:hover {
|
|
2143
|
-
background:
|
|
2144
|
-
color:
|
|
1909
|
+
background: var(--neutral-150);
|
|
1910
|
+
color: var(--black-100);
|
|
2145
1911
|
}
|
|
2146
1912
|
|
|
2147
1913
|
.cax-speeddial-direction-up .cax-speeddial-item {
|
|
@@ -2292,10 +2058,9 @@
|
|
|
2292
2058
|
.cax-column-filter-menu-button {
|
|
2293
2059
|
width: 1.75rem;
|
|
2294
2060
|
height: 1.75rem;
|
|
2295
|
-
color:
|
|
2061
|
+
color: var(--neutral-900);
|
|
2296
2062
|
border: 0 none;
|
|
2297
2063
|
background: transparent;
|
|
2298
|
-
border-radius: 50%;
|
|
2299
2064
|
transition:
|
|
2300
2065
|
background-color 0.2s,
|
|
2301
2066
|
color 0.2s,
|
|
@@ -2304,19 +2069,17 @@
|
|
|
2304
2069
|
outline-color 0.2s;
|
|
2305
2070
|
}
|
|
2306
2071
|
.cax-column-filter-menu-button:hover {
|
|
2307
|
-
color:
|
|
2072
|
+
color: var(--neutral-900);
|
|
2308
2073
|
border-color: transparent;
|
|
2309
|
-
background: rgba(255, 255, 255, 0.03);
|
|
2310
2074
|
}
|
|
2311
2075
|
.cax-column-filter-menu-button.cax-column-filter-menu-button-open,
|
|
2312
2076
|
.cax-column-filter-menu-button.cax-column-filter-menu-button-open:hover {
|
|
2313
|
-
|
|
2314
|
-
color: #ffffff;
|
|
2077
|
+
color: var(--neutral-900);
|
|
2315
2078
|
}
|
|
2316
2079
|
.cax-column-filter-menu-button.cax-column-filter-menu-button-active,
|
|
2317
2080
|
.cax-column-filter-menu-button.cax-column-filter-menu-button-active:hover {
|
|
2318
|
-
background:
|
|
2319
|
-
color:
|
|
2081
|
+
background: var(--primary-100);
|
|
2082
|
+
color: var(--primary-color);
|
|
2320
2083
|
}
|
|
2321
2084
|
.cax-column-filter-menu-button:focus-visible {
|
|
2322
2085
|
outline: 1px solid var(--cax-focus-ring-color);
|
|
@@ -2350,13 +2113,11 @@
|
|
|
2350
2113
|
}
|
|
2351
2114
|
|
|
2352
2115
|
.cax-column-filter-overlay {
|
|
2353
|
-
background:
|
|
2354
|
-
color:
|
|
2355
|
-
border: 1px solid
|
|
2116
|
+
background: var(--white-100);
|
|
2117
|
+
color: var(--neutral-900);
|
|
2118
|
+
border: 1px solid var(--neutral-200);
|
|
2356
2119
|
border-radius: 6px;
|
|
2357
|
-
|
|
2358
|
-
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
2359
|
-
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
2120
|
+
|
|
2360
2121
|
min-width: 12.5rem;
|
|
2361
2122
|
}
|
|
2362
2123
|
.cax-column-filter-overlay .cax-column-filter-row-items {
|
|
@@ -2401,7 +2162,6 @@
|
|
|
2401
2162
|
padding: 0.5rem 0.5rem 0 0.5rem;
|
|
2402
2163
|
border-bottom: 0 none;
|
|
2403
2164
|
color: #ffffff;
|
|
2404
|
-
background: #18181b;
|
|
2405
2165
|
margin: 0 0 0 0;
|
|
2406
2166
|
border-top-right-radius: 6px;
|
|
2407
2167
|
border-top-left-radius: 6px;
|
|
@@ -2425,6 +2185,57 @@
|
|
|
2425
2185
|
.cax-column-filter-overlay-menu .cax-column-filter-buttonbar {
|
|
2426
2186
|
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
2427
2187
|
}
|
|
2188
|
+
.cax-column-filter-custom-container .cax-divider.cax-divider-horizontal:before {
|
|
2189
|
+
border-color: var(--neutral-200);
|
|
2190
|
+
}
|
|
2191
|
+
.cax-column-filter-custom-list-header {
|
|
2192
|
+
display: flex;
|
|
2193
|
+
align-items: center;
|
|
2194
|
+
justify-content: space-between;
|
|
2195
|
+
padding: 8px 10px;
|
|
2196
|
+
border-radius: 8px;
|
|
2197
|
+
border: 1px solid var(--neutral-200);
|
|
2198
|
+
cursor: pointer;
|
|
2199
|
+
font-weight: 500;
|
|
2200
|
+
span {
|
|
2201
|
+
color: var(--neutral-300);
|
|
2202
|
+
}
|
|
2203
|
+
i {
|
|
2204
|
+
font-size: 20px;
|
|
2205
|
+
}
|
|
2206
|
+
}
|
|
2207
|
+
.cax-column-filter-custom-list {
|
|
2208
|
+
border: 1px solid var(--neutral-200);
|
|
2209
|
+
padding: 16px 8px;
|
|
2210
|
+
border-radius: 8px;
|
|
2211
|
+
margin-top: 8px;
|
|
2212
|
+
display: flex;
|
|
2213
|
+
flex-direction: column;
|
|
2214
|
+
gap: 6px;
|
|
2215
|
+
max-height: 300px;
|
|
2216
|
+
overflow: auto;
|
|
2217
|
+
.cax-column-filter-custom-list-item {
|
|
2218
|
+
padding: 6px 8px;
|
|
2219
|
+
cursor: pointer;
|
|
2220
|
+
font-weight: 500;
|
|
2221
|
+
&:hover {
|
|
2222
|
+
background: var(--neutral-50);
|
|
2223
|
+
border-radius: 6px;
|
|
2224
|
+
}
|
|
2225
|
+
}
|
|
2226
|
+
}
|
|
2227
|
+
|
|
2228
|
+
.cax-column-filter-custom-list::-webkit-scrollbar {
|
|
2229
|
+
width: 6px;
|
|
2230
|
+
height: 6px;
|
|
2231
|
+
}
|
|
2232
|
+
.cax-column-filter-custom-list::-webkit-scrollbar-track {
|
|
2233
|
+
background: transparent;
|
|
2234
|
+
}
|
|
2235
|
+
.cax-column-filter-custom-list::-webkit-scrollbar-thumb {
|
|
2236
|
+
background: #888;
|
|
2237
|
+
border-radius: 10px;
|
|
2238
|
+
}
|
|
2428
2239
|
|
|
2429
2240
|
.cax-orderlist .cax-orderlist-controls {
|
|
2430
2241
|
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
@@ -3601,173 +3412,28 @@
|
|
|
3601
3412
|
margin-left: 1rem;
|
|
3602
3413
|
}
|
|
3603
3414
|
|
|
3604
|
-
.cax-
|
|
3605
|
-
|
|
3606
|
-
|
|
3607
|
-
|
|
3608
|
-
|
|
3609
|
-
border: 1px solid #e0e5eb;
|
|
3610
|
-
}
|
|
3611
|
-
.cax-dialog .cax-dialog-header {
|
|
3415
|
+
.cax-fileupload .cax-fileupload-buttonbar {
|
|
3416
|
+
background: #18181b;
|
|
3417
|
+
padding: 1.125rem;
|
|
3418
|
+
border: 1px solid #3f3f46;
|
|
3419
|
+
color: #ffffff;
|
|
3612
3420
|
border-bottom: 0 none;
|
|
3613
|
-
background: var(--white-100);
|
|
3614
|
-
color: var(--neutral-900);
|
|
3615
|
-
padding: 1rem 1.5rem 1rem 1.5rem;
|
|
3616
3421
|
border-top-right-radius: 6px;
|
|
3617
3422
|
border-top-left-radius: 6px;
|
|
3618
3423
|
}
|
|
3619
|
-
.cax-
|
|
3620
|
-
font-weight: 600;
|
|
3621
|
-
font-size: 1.125rem;
|
|
3622
|
-
}
|
|
3623
|
-
.cax-dialog .cax-dialog-header .cax-dialog-header-icon {
|
|
3624
|
-
width: 1.5rem;
|
|
3625
|
-
height: 1.5rem;
|
|
3626
|
-
color: var(--neutral-900);
|
|
3627
|
-
border: 0 none;
|
|
3628
|
-
background: transparent;
|
|
3629
|
-
border-radius: 50%;
|
|
3630
|
-
transition:
|
|
3631
|
-
background-color 0.2s,
|
|
3632
|
-
color 0.2s,
|
|
3633
|
-
border-color 0.2s,
|
|
3634
|
-
box-shadow 0.2s,
|
|
3635
|
-
outline-color 0.2s;
|
|
3424
|
+
.cax-fileupload .cax-fileupload-buttonbar .cax-button {
|
|
3636
3425
|
margin-right: 0.5rem;
|
|
3637
3426
|
}
|
|
3638
|
-
|
|
3639
|
-
.cax-dialog .cax-dialog-header .cax-dialog-header-icon:focus-visible {
|
|
3427
|
+
.cax-fileupload .cax-fileupload-buttonbar .cax-button.cax-fileupload-choose.cax-focus {
|
|
3640
3428
|
outline: 1px solid var(--cax-focus-ring-color);
|
|
3641
3429
|
outline-offset: 2px;
|
|
3642
3430
|
box-shadow: none;
|
|
3643
3431
|
}
|
|
3644
|
-
.cax-
|
|
3645
|
-
|
|
3646
|
-
|
|
3647
|
-
|
|
3648
|
-
|
|
3649
|
-
color: var(--neutral-700);
|
|
3650
|
-
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
3651
|
-
}
|
|
3652
|
-
.cax-dialog .cax-dialog-checkbox {
|
|
3653
|
-
margin-left: 1.5rem !important;
|
|
3654
|
-
}
|
|
3655
|
-
.cax-dialog .cax-dialog-content:last-of-type {
|
|
3656
|
-
border-bottom-right-radius: 6px;
|
|
3657
|
-
border-bottom-left-radius: 6px;
|
|
3658
|
-
}
|
|
3659
|
-
.cax-dialog .cax-dialog-footer {
|
|
3660
|
-
border-top: 0 none;
|
|
3661
|
-
background: var(--white-100);
|
|
3662
|
-
color: var(--white-100);
|
|
3663
|
-
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
3664
|
-
text-align: right;
|
|
3665
|
-
border-bottom-right-radius: 6px;
|
|
3666
|
-
border-bottom-left-radius: 6px;
|
|
3667
|
-
}
|
|
3668
|
-
.cax-dialog .cax-dialog-footer button {
|
|
3669
|
-
margin: 0 0.5rem 0 0;
|
|
3670
|
-
width: auto;
|
|
3671
|
-
}
|
|
3672
|
-
.cax-confirm-dialog {
|
|
3673
|
-
width: 532px;
|
|
3674
|
-
}
|
|
3675
|
-
.cax-confirm-dialog-message {
|
|
3676
|
-
font-size: 1rem;
|
|
3677
|
-
}
|
|
3678
|
-
.cax-dialog.cax-confirm-dialog .cax-confirm-dialog-icon {
|
|
3679
|
-
font-size: 2rem;
|
|
3680
|
-
}
|
|
3681
|
-
.cax-dialog.cax-confirm-dialog .cax-confirm-dialog-icon.cax-icon {
|
|
3682
|
-
width: 2rem;
|
|
3683
|
-
height: 2rem;
|
|
3684
|
-
}
|
|
3685
|
-
.cax-dialog.cax-confirm-dialog {
|
|
3686
|
-
margin-left: 1rem;
|
|
3687
|
-
}
|
|
3688
|
-
|
|
3689
|
-
.cax-tooltip .cax-tooltip-text {
|
|
3690
|
-
background: var(--neutral-800);
|
|
3691
|
-
color: #ffffff;
|
|
3692
|
-
padding: 0.5rem 0.75rem;
|
|
3693
|
-
box-shadow:
|
|
3694
|
-
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
3695
|
-
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
3696
|
-
border-radius: 8px;
|
|
3697
|
-
}
|
|
3698
|
-
|
|
3699
|
-
.cax-tooltip.cax-tooltip-right .cax-tooltip-arrow {
|
|
3700
|
-
border-right-color: var(--neutral-800);
|
|
3701
|
-
}
|
|
3702
|
-
.cax-tooltip.cax-tooltip-left .cax-tooltip-arrow {
|
|
3703
|
-
border-left-color: var(--neutral-800);
|
|
3704
|
-
}
|
|
3705
|
-
.cax-tooltip.cax-tooltip-top .cax-tooltip-arrow {
|
|
3706
|
-
border-top-color: var(--neutral-800);
|
|
3707
|
-
}
|
|
3708
|
-
.cax-tooltip.cax-tooltip-bottom .cax-tooltip-arrow {
|
|
3709
|
-
border-bottom-color: var(--neutral-800);
|
|
3710
|
-
}
|
|
3711
|
-
|
|
3712
|
-
.cax-tooltip.cax-tooltip-right-top .cax-tooltip-arrow {
|
|
3713
|
-
border-right-color: var(--neutral-800);
|
|
3714
|
-
}
|
|
3715
|
-
.cax-tooltip.cax-tooltip-right-bottom .cax-tooltip-arrow {
|
|
3716
|
-
border-right-color: var(--neutral-800);
|
|
3717
|
-
}
|
|
3718
|
-
.cax-tooltip.cax-tooltip-left-top .cax-tooltip-arrow {
|
|
3719
|
-
border-left-color: var(--neutral-800);
|
|
3720
|
-
}
|
|
3721
|
-
.cax-tooltip.cax-tooltip-left-bottom .cax-tooltip-arrow {
|
|
3722
|
-
border-left-color: var(--neutral-800);
|
|
3723
|
-
}
|
|
3724
|
-
.cax-tooltip.cax-tooltip-top-left .cax-tooltip-arrow {
|
|
3725
|
-
border-top-color: var(--neutral-800);
|
|
3726
|
-
}
|
|
3727
|
-
.cax-tooltip.cax-tooltip-top-right .cax-tooltip-arrow {
|
|
3728
|
-
border-top-color: var(--neutral-800);
|
|
3729
|
-
}
|
|
3730
|
-
.cax-tooltip.cax-tooltip-bottom-left .cax-tooltip-arrow {
|
|
3731
|
-
border-bottom-color: var(--neutral-800);
|
|
3732
|
-
}
|
|
3733
|
-
.cax-tooltip.cax-tooltip-bottom-right .cax-tooltip-arrow {
|
|
3734
|
-
border-bottom-color: var(--neutral-800);
|
|
3735
|
-
}
|
|
3736
|
-
|
|
3737
|
-
.cax-tooltip-link {
|
|
3738
|
-
margin-top: 0.5em; // Add spacing if needed
|
|
3739
|
-
text-align: left;
|
|
3740
|
-
color: var(--neutral-100);
|
|
3741
|
-
font-size: inherit;
|
|
3742
|
-
}
|
|
3743
|
-
|
|
3744
|
-
.cax-tooltip-link a {
|
|
3745
|
-
color: var(--neutral-100);
|
|
3746
|
-
text-decoration: underline;
|
|
3747
|
-
}
|
|
3748
|
-
|
|
3749
|
-
.cax-fileupload .cax-fileupload-buttonbar {
|
|
3750
|
-
background: #18181b;
|
|
3751
|
-
padding: 1.125rem;
|
|
3752
|
-
border: 1px solid #3f3f46;
|
|
3753
|
-
color: #ffffff;
|
|
3754
|
-
border-bottom: 0 none;
|
|
3755
|
-
border-top-right-radius: 6px;
|
|
3756
|
-
border-top-left-radius: 6px;
|
|
3757
|
-
}
|
|
3758
|
-
.cax-fileupload .cax-fileupload-buttonbar .cax-button {
|
|
3759
|
-
margin-right: 0.5rem;
|
|
3760
|
-
}
|
|
3761
|
-
.cax-fileupload .cax-fileupload-buttonbar .cax-button.cax-fileupload-choose.cax-focus {
|
|
3762
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
3763
|
-
outline-offset: 2px;
|
|
3764
|
-
box-shadow: none;
|
|
3765
|
-
}
|
|
3766
|
-
.cax-fileupload .cax-fileupload-content {
|
|
3767
|
-
background: #18181b;
|
|
3768
|
-
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
3769
|
-
border: 1px solid #3f3f46;
|
|
3770
|
-
color: #ffffff;
|
|
3432
|
+
.cax-fileupload .cax-fileupload-content {
|
|
3433
|
+
background: #18181b;
|
|
3434
|
+
padding: 0 1.125rem 1.125rem 1.125rem;
|
|
3435
|
+
border: 1px solid #3f3f46;
|
|
3436
|
+
color: #ffffff;
|
|
3771
3437
|
border-bottom-right-radius: 6px;
|
|
3772
3438
|
border-bottom-left-radius: 6px;
|
|
3773
3439
|
}
|
|
@@ -3797,52 +3463,6 @@
|
|
|
3797
3463
|
border-color: #a5f3fc;
|
|
3798
3464
|
}
|
|
3799
3465
|
|
|
3800
|
-
.cax-breadcrumb {
|
|
3801
|
-
border: 0 none;
|
|
3802
|
-
border-radius: 6px;
|
|
3803
|
-
padding: 1rem;
|
|
3804
|
-
}
|
|
3805
|
-
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link {
|
|
3806
|
-
transition:
|
|
3807
|
-
background-color 0.2s,
|
|
3808
|
-
color 0.2s,
|
|
3809
|
-
border-color 0.2s,
|
|
3810
|
-
box-shadow 0.2s,
|
|
3811
|
-
outline-color 0.2s;
|
|
3812
|
-
border-radius: 6px;
|
|
3813
|
-
cursor: pointer;
|
|
3814
|
-
}
|
|
3815
|
-
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link:focus-visible {
|
|
3816
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
3817
|
-
outline-offset: 2px;
|
|
3818
|
-
box-shadow: none;
|
|
3819
|
-
}
|
|
3820
|
-
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link .cax-menuitem-text {
|
|
3821
|
-
color: var(--neutral-500);
|
|
3822
|
-
}
|
|
3823
|
-
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link .cax-menuitem-icon {
|
|
3824
|
-
color: var(--neutral-500);
|
|
3825
|
-
font-size: 1.5rem;
|
|
3826
|
-
}
|
|
3827
|
-
.cax-breadcrumb .cax-breadcrumb-list li.cax-menuitem-separator {
|
|
3828
|
-
margin: 0 0.5rem 0 0.5rem;
|
|
3829
|
-
color: var(--neutral-500);
|
|
3830
|
-
}
|
|
3831
|
-
.cax-breadcrumb .cax-breadcrumb-list li:last-child .cax-menuitem-separator {
|
|
3832
|
-
margin: 0 0.5rem 0 0.5rem;
|
|
3833
|
-
color: var(--neutral-900);
|
|
3834
|
-
}
|
|
3835
|
-
.cax-breadcrumb .cax-breadcrumb-list li:nth-last-child(-n + 2) {
|
|
3836
|
-
font-weight: bold;
|
|
3837
|
-
color: var(--neutral-900);
|
|
3838
|
-
}
|
|
3839
|
-
.cax-breadcrumb .cax-breadcrumb-list li:last-child .cax-menuitem-text {
|
|
3840
|
-
color: var(--neutral-900);
|
|
3841
|
-
}
|
|
3842
|
-
.cax-breadcrumb .cax-breadcrumb-list li:last-child .cax-menuitem-icon {
|
|
3843
|
-
color: var(--neutral-900);
|
|
3844
|
-
}
|
|
3845
|
-
|
|
3846
3466
|
.cax-contextmenu {
|
|
3847
3467
|
padding: 0.25rem 0.25rem;
|
|
3848
3468
|
background: #18181b;
|
|
@@ -4844,11 +4464,16 @@
|
|
|
4844
4464
|
}
|
|
4845
4465
|
|
|
4846
4466
|
.cax-tieredmenu {
|
|
4467
|
+
display: inline-block;
|
|
4468
|
+
max-width: 17.5rem;
|
|
4469
|
+
min-width: 7.5rem;
|
|
4847
4470
|
padding: var(--space-150) var(--space-50) var(--space-150) var(--space-50);
|
|
4848
4471
|
color: var(--white-100);
|
|
4849
4472
|
border: 1px solid var(--neutral-200);
|
|
4850
4473
|
border-radius: var(--radius-100);
|
|
4851
|
-
|
|
4474
|
+
white-space: nowrap;
|
|
4475
|
+
overflow: hidden;
|
|
4476
|
+
text-overflow: ellipsis;
|
|
4852
4477
|
}
|
|
4853
4478
|
.cax-tieredmenu.cax-tieredmenu-overlay {
|
|
4854
4479
|
background: var(--white-100);
|
|
@@ -5475,27 +5100,6 @@
|
|
|
5475
5100
|
// 0 1px 2px 0 rgba(18, 18, 23, 0.05);
|
|
5476
5101
|
// }
|
|
5477
5102
|
|
|
5478
|
-
.cax-chips .cax-chips-multiple-container {
|
|
5479
|
-
padding: 0.25rem 0.25rem;
|
|
5480
|
-
gap: 0.25rem;
|
|
5481
|
-
}
|
|
5482
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-token {
|
|
5483
|
-
border-radius: 16px;
|
|
5484
|
-
margin: 0;
|
|
5485
|
-
}
|
|
5486
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-token .cax-chips-token-icon {
|
|
5487
|
-
margin-left: 0.375rem;
|
|
5488
|
-
}
|
|
5489
|
-
.cax-chips .cax-chips-multiple-container .cax-chips-input-token {
|
|
5490
|
-
margin-left: 0.5rem;
|
|
5491
|
-
}
|
|
5492
|
-
.cax-chips .cax-chips-multiple-container:has(.cax-chips-token) .cax-chips-input-token {
|
|
5493
|
-
margin-left: 0.5rem;
|
|
5494
|
-
}
|
|
5495
|
-
.cax-chips.cax-disabled .cax-chips-multiple-container {
|
|
5496
|
-
opacity: 0.8;
|
|
5497
|
-
}
|
|
5498
|
-
|
|
5499
5103
|
.cax-colorpicker-preview {
|
|
5500
5104
|
padding: 0;
|
|
5501
5105
|
}
|
|
@@ -5516,31 +5120,6 @@
|
|
|
5516
5120
|
position: relative;
|
|
5517
5121
|
}
|
|
5518
5122
|
|
|
5519
|
-
.cax-dialog {
|
|
5520
|
-
border-radius: 16px;
|
|
5521
|
-
background-color: var(--white-100);
|
|
5522
|
-
}
|
|
5523
|
-
.cax-dialog.cax-dialog-maximized {
|
|
5524
|
-
border-radius: 0;
|
|
5525
|
-
}
|
|
5526
|
-
.cax-dialog .cax-dialog-header {
|
|
5527
|
-
min-height: 58px;
|
|
5528
|
-
background: var(--neutral-200);
|
|
5529
|
-
border-top-right-radius: 12px;
|
|
5530
|
-
border-top-left-radius: 12px;
|
|
5531
|
-
}
|
|
5532
|
-
.cax-confirm-dialog-header {
|
|
5533
|
-
background: none !important;
|
|
5534
|
-
}
|
|
5535
|
-
.cax-dialog .cax-dialog-content:last-of-type {
|
|
5536
|
-
border-bottom-right-radius: 12px;
|
|
5537
|
-
border-bottom-left-radius: 12px;
|
|
5538
|
-
}
|
|
5539
|
-
.cax-dialog .cax-dialog-footer {
|
|
5540
|
-
border-bottom-right-radius: 12px;
|
|
5541
|
-
border-bottom-left-radius: 12px;
|
|
5542
|
-
}
|
|
5543
|
-
|
|
5544
5123
|
.cax-treetable .cax-treetable-tbody > tr:has(+ .cax-highlight) > td {
|
|
5545
5124
|
border-bottom-color: rgba(17, 200, 227, 0.16);
|
|
5546
5125
|
}
|
|
@@ -5650,11 +5229,6 @@
|
|
|
5650
5229
|
.cax-inline-message.cax-inline-message-contrast {
|
|
5651
5230
|
box-shadow: 0px 4px 8px 0px rgba(2, 6, 23, 0.04);
|
|
5652
5231
|
}
|
|
5653
|
-
|
|
5654
|
-
.cax-inputgroup-addon {
|
|
5655
|
-
// padding: 0.5rem;
|
|
5656
|
-
}
|
|
5657
|
-
|
|
5658
5232
|
.cax-inputswitch .cax-inputswitch-slider {
|
|
5659
5233
|
border: 0 none;
|
|
5660
5234
|
}
|
|
@@ -6003,58 +5577,6 @@
|
|
|
6003
5577
|
gap: 0.25rem;
|
|
6004
5578
|
}
|
|
6005
5579
|
|
|
6006
|
-
.cax-selectbutton .cax-button .pi,
|
|
6007
|
-
.cax-selectbutton .cax-button .cax-button-label {
|
|
6008
|
-
position: relative;
|
|
6009
|
-
transition: none;
|
|
6010
|
-
}
|
|
6011
|
-
.cax-selectbutton .cax-button::before {
|
|
6012
|
-
content: '';
|
|
6013
|
-
background-color: transparent;
|
|
6014
|
-
transition:
|
|
6015
|
-
background-color 0.2s,
|
|
6016
|
-
color 0.2s,
|
|
6017
|
-
border-color 0.2s,
|
|
6018
|
-
box-shadow 0.2s,
|
|
6019
|
-
outline-color 0.2s;
|
|
6020
|
-
position: absolute;
|
|
6021
|
-
left: 0.25rem;
|
|
6022
|
-
top: 0.25rem;
|
|
6023
|
-
width: calc(100% - 0.5rem);
|
|
6024
|
-
height: calc(100% - 0.5rem);
|
|
6025
|
-
border-radius: 4px;
|
|
6026
|
-
}
|
|
6027
|
-
.cax-selectbutton .cax-button.cax-highlight::before {
|
|
6028
|
-
background: #27272a;
|
|
6029
|
-
border-color: #27272a;
|
|
6030
|
-
box-shadow:
|
|
6031
|
-
0px 1px 2px 0px rgba(0, 0, 0, 0.02),
|
|
6032
|
-
0px 1px 2px 0px rgba(0, 0, 0, 0.04);
|
|
6033
|
-
}
|
|
6034
|
-
.cax-selectbutton .cax-button:focus-visible {
|
|
6035
|
-
outline: 1px solid var(--cax-focus-ring-color);
|
|
6036
|
-
outline-offset: -1px;
|
|
6037
|
-
box-shadow: none;
|
|
6038
|
-
border-color: #52525b;
|
|
6039
|
-
}
|
|
6040
|
-
.cax-selectbutton .cax-button.cax-disabled {
|
|
6041
|
-
opacity: 1;
|
|
6042
|
-
color: #71717a;
|
|
6043
|
-
}
|
|
6044
|
-
.cax-selectbutton.cax-invalid {
|
|
6045
|
-
box-shadow: 0 0 0 1px #fca5a5;
|
|
6046
|
-
border-radius: 6px;
|
|
6047
|
-
}
|
|
6048
|
-
.cax-selectbutton.cax-invalid > .cax-button {
|
|
6049
|
-
border: 1px solid #09090b;
|
|
6050
|
-
}
|
|
6051
|
-
.cax-selectbutton.cax-disabled {
|
|
6052
|
-
opacity: 1;
|
|
6053
|
-
}
|
|
6054
|
-
.cax-selectbutton.cax-disabled .cax-button {
|
|
6055
|
-
color: #71717a;
|
|
6056
|
-
}
|
|
6057
|
-
|
|
6058
5580
|
.cax-slider .cax-slider-handle {
|
|
6059
5581
|
display: flex !important;
|
|
6060
5582
|
justify-content: center;
|
|
@@ -7273,8 +6795,8 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7273
6795
|
}
|
|
7274
6796
|
|
|
7275
6797
|
.cax-radiobutton-md .cax-radiobutton-box .cax-radiobutton-icon {
|
|
7276
|
-
width: 0.
|
|
7277
|
-
height: 0.
|
|
6798
|
+
width: 0.75rem;
|
|
6799
|
+
height: 0.75rem;
|
|
7278
6800
|
}
|
|
7279
6801
|
|
|
7280
6802
|
.cax-radiobutton-label-md {
|
|
@@ -7296,8 +6818,8 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7296
6818
|
}
|
|
7297
6819
|
|
|
7298
6820
|
.cax-radiobutton-lg .cax-radiobutton-box .cax-radiobutton-icon {
|
|
7299
|
-
width:
|
|
7300
|
-
height:
|
|
6821
|
+
width: 1rem;
|
|
6822
|
+
height: 1rem;
|
|
7301
6823
|
}
|
|
7302
6824
|
|
|
7303
6825
|
.cax-radiobutton-label-lg {
|
|
@@ -7387,8 +6909,7 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7387
6909
|
height: 46px;
|
|
7388
6910
|
}
|
|
7389
6911
|
.cax-datatable .cax-sortable-column .cax-sortable-column-icon {
|
|
7390
|
-
color: var(--neutral-
|
|
7391
|
-
margin-left: 0.5rem;
|
|
6912
|
+
color: var(--neutral-900);
|
|
7392
6913
|
}
|
|
7393
6914
|
.cax-datatable .cax-sortable-column .cax-sortable-column-badge {
|
|
7394
6915
|
border-radius: 50%;
|
|
@@ -7399,23 +6920,14 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7399
6920
|
margin-left: 0.5rem;
|
|
7400
6921
|
}
|
|
7401
6922
|
.cax-datatable .cax-sortable-column:not(.cax-highlight):hover {
|
|
7402
|
-
|
|
7403
|
-
color: var(--neutral-800);
|
|
6923
|
+
color: var(--neutral-900);
|
|
7404
6924
|
}
|
|
7405
6925
|
.cax-datatable .cax-sortable-column:not(.cax-highlight):hover .cax-sortable-column-icon {
|
|
7406
|
-
color: var(--neutral-
|
|
7407
|
-
}
|
|
7408
|
-
.cax-datatable .cax-sortable-column.cax-highlight {
|
|
7409
|
-
background: var(--neutral-300);
|
|
7410
|
-
color: var(--primary-500);
|
|
6926
|
+
color: var(--neutral-900);
|
|
7411
6927
|
}
|
|
7412
6928
|
.cax-datatable .cax-sortable-column.cax-highlight .cax-sortable-column-icon {
|
|
7413
6929
|
color: var(--primary-500);
|
|
7414
6930
|
}
|
|
7415
|
-
.cax-datatable .cax-sortable-column.cax-highlight:hover {
|
|
7416
|
-
background: var(--neutral-300);
|
|
7417
|
-
color: var(--primary-500);
|
|
7418
|
-
}
|
|
7419
6931
|
.cax-datatable .cax-sortable-column.cax-highlight:hover .cax-sortable-column-icon {
|
|
7420
6932
|
color: var(--primary-500);
|
|
7421
6933
|
}
|
|
@@ -7743,6 +7255,72 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7743
7255
|
z-index: 999;
|
|
7744
7256
|
}
|
|
7745
7257
|
|
|
7258
|
+
.cax-nav-subscription-list {
|
|
7259
|
+
padding: 8px;
|
|
7260
|
+
display: flex;
|
|
7261
|
+
gap: 8px;
|
|
7262
|
+
flex-direction: column;
|
|
7263
|
+
border-radius: 12px;
|
|
7264
|
+
background: var(--white-100);
|
|
7265
|
+
margin-bottom: 8px;
|
|
7266
|
+
|
|
7267
|
+
.cax-nav-subscription-list-item {
|
|
7268
|
+
list-style-type: none;
|
|
7269
|
+
padding: 12px;
|
|
7270
|
+
border-radius: 8px;
|
|
7271
|
+
font-weight: 600;
|
|
7272
|
+
font-size: 16px;
|
|
7273
|
+
cursor: pointer;
|
|
7274
|
+
display: flex;
|
|
7275
|
+
justify-content: space-between;
|
|
7276
|
+
&:hover {
|
|
7277
|
+
background: var(--neutral-25);
|
|
7278
|
+
}
|
|
7279
|
+
&.active {
|
|
7280
|
+
background: var(--neutral-75);
|
|
7281
|
+
}
|
|
7282
|
+
}
|
|
7283
|
+
.cax-nav-advance-subscription-list-item {
|
|
7284
|
+
list-style-type: none;
|
|
7285
|
+
padding: 6px 8px;
|
|
7286
|
+
border-radius: 4px;
|
|
7287
|
+
font-weight: 600;
|
|
7288
|
+
font-size: 18px;
|
|
7289
|
+
cursor: pointer;
|
|
7290
|
+
display: flex;
|
|
7291
|
+
justify-content: space-between;
|
|
7292
|
+
i {
|
|
7293
|
+
font-size: 18px !important;
|
|
7294
|
+
}
|
|
7295
|
+
&.active {
|
|
7296
|
+
color: var(--primary-color);
|
|
7297
|
+
}
|
|
7298
|
+
}
|
|
7299
|
+
|
|
7300
|
+
.cax-nav-advance-subscription-child-list {
|
|
7301
|
+
padding: 0 8px;
|
|
7302
|
+
display: flex;
|
|
7303
|
+
flex-direction: column;
|
|
7304
|
+
gap: 8px;
|
|
7305
|
+
.cax-nav-advance-subscription-child-list-item {
|
|
7306
|
+
list-style-type: none;
|
|
7307
|
+
padding: 6px 8px;
|
|
7308
|
+
border-radius: 4px;
|
|
7309
|
+
font-weight: 500;
|
|
7310
|
+
font-size: 14px;
|
|
7311
|
+
cursor: pointer;
|
|
7312
|
+
display: flex;
|
|
7313
|
+
justify-content: space-between;
|
|
7314
|
+
&:hover {
|
|
7315
|
+
background: var(--neutral-25);
|
|
7316
|
+
}
|
|
7317
|
+
&.active {
|
|
7318
|
+
background: var(--neutral-75);
|
|
7319
|
+
}
|
|
7320
|
+
}
|
|
7321
|
+
}
|
|
7322
|
+
}
|
|
7323
|
+
|
|
7746
7324
|
.cax-input-wrapper {
|
|
7747
7325
|
position: relative;
|
|
7748
7326
|
display: flex;
|
|
@@ -7989,10 +7567,6 @@ cax-radiobutton.ng-dirty.ng-invalid > .cax-radiobutton > .cax-radiobutton-box {
|
|
|
7989
7567
|
}
|
|
7990
7568
|
}
|
|
7991
7569
|
|
|
7992
|
-
.cax-input-invalid {
|
|
7993
|
-
border: 1px solid var(--error-500) !important;
|
|
7994
|
-
}
|
|
7995
|
-
|
|
7996
7570
|
input.cax-input-invalid:hover,
|
|
7997
7571
|
.cax-inputtext.cax-input-invalid:hover {
|
|
7998
7572
|
border-color: var(--error-700) !important;
|
|
@@ -8148,7 +7722,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
8148
7722
|
}
|
|
8149
7723
|
.cax-tabview .cax-tabview-nav {
|
|
8150
7724
|
background: var(--white-100);
|
|
8151
|
-
border: var(--border-100) solid var(--neutral-200);
|
|
7725
|
+
// border: var(--border-100) solid var(--neutral-200);
|
|
8152
7726
|
border-width: 0 0 var(--border-200) 0;
|
|
8153
7727
|
}
|
|
8154
7728
|
.cax-tabview .cax-tabview-nav li {
|
|
@@ -8314,6 +7888,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
8314
7888
|
position: absolute;
|
|
8315
7889
|
bottom: 0;
|
|
8316
7890
|
height: 2px;
|
|
7891
|
+
margin-bottom: -2px;
|
|
8317
7892
|
background-color: var(--primary-500);
|
|
8318
7893
|
transition: 500ms cubic-bezier(0.35, 0, 0.25, 1);
|
|
8319
7894
|
}
|
|
@@ -8714,17 +8289,17 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
8714
8289
|
}
|
|
8715
8290
|
.cax-button.cax-button-text {
|
|
8716
8291
|
background-color: transparent;
|
|
8717
|
-
color:
|
|
8292
|
+
color: var(--primary-color);
|
|
8718
8293
|
border-color: transparent;
|
|
8719
8294
|
}
|
|
8720
8295
|
.cax-button.cax-button-text:not(:disabled):hover {
|
|
8721
|
-
background:
|
|
8722
|
-
color:
|
|
8296
|
+
background: var(--primary-25);
|
|
8297
|
+
color: var(--primary-color);
|
|
8723
8298
|
border-color: transparent;
|
|
8724
8299
|
}
|
|
8725
8300
|
.cax-button.cax-button-text:not(:disabled):active {
|
|
8726
|
-
background:
|
|
8727
|
-
color:
|
|
8301
|
+
background: transparent;
|
|
8302
|
+
color: var(--primary-color);
|
|
8728
8303
|
border-color: transparent;
|
|
8729
8304
|
}
|
|
8730
8305
|
.cax-button.cax-button-text.cax-button-plain {
|
|
@@ -8825,6 +8400,9 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
8825
8400
|
.cax-button:not(.cax-button-sm):not(.cax-button-md):not(.cax-button-lg) {
|
|
8826
8401
|
height: 40px;
|
|
8827
8402
|
}
|
|
8403
|
+
.cax-tabview-separator {
|
|
8404
|
+
background-color: var(--neutral-75);
|
|
8405
|
+
}
|
|
8828
8406
|
.cax-button.cax-button-sm {
|
|
8829
8407
|
height: 32px !important;
|
|
8830
8408
|
padding: var(--space-100) var(--space-150) var(--space-100) var(--space-150) !important;
|
|
@@ -9351,22 +8929,22 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
9351
8929
|
.cax-button-group.cax-button-danger > .cax-button.cax-button-text,
|
|
9352
8930
|
.cax-splitbutton.cax-button-danger > .cax-button.cax-button-text {
|
|
9353
8931
|
background-color: transparent;
|
|
9354
|
-
color: var(--
|
|
8932
|
+
color: var(--error-500);
|
|
9355
8933
|
border-color: transparent;
|
|
9356
8934
|
}
|
|
9357
8935
|
.cax-button.cax-button-danger.cax-button-text:not(:disabled):hover,
|
|
9358
8936
|
.cax-button-group.cax-button-danger > .cax-button.cax-button-text:not(:disabled):hover,
|
|
9359
8937
|
.cax-splitbutton.cax-button-danger > .cax-button.cax-button-text:not(:disabled):hover {
|
|
9360
|
-
background:
|
|
8938
|
+
background: var(--error-25);
|
|
9361
8939
|
border-color: transparent;
|
|
9362
|
-
color:
|
|
8940
|
+
color: var(--error-500);
|
|
9363
8941
|
}
|
|
9364
8942
|
.cax-button.cax-button-danger.cax-button-text:not(:disabled):active,
|
|
9365
8943
|
.cax-button-group.cax-button-danger > .cax-button.cax-button-text:not(:disabled):active,
|
|
9366
8944
|
.cax-splitbutton.cax-button-danger > .cax-button.cax-button-text:not(:disabled):active {
|
|
9367
|
-
background:
|
|
8945
|
+
background: transparent;
|
|
9368
8946
|
border-color: transparent;
|
|
9369
|
-
color:
|
|
8947
|
+
color: var(--error-500);
|
|
9370
8948
|
}
|
|
9371
8949
|
|
|
9372
8950
|
.cax-button.cax-button-contrast,
|
|
@@ -9567,6 +9145,9 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
9567
9145
|
color: #000000;
|
|
9568
9146
|
}
|
|
9569
9147
|
|
|
9148
|
+
.cax-tabview-nav-container {
|
|
9149
|
+
border-bottom: var(--border-200) solid var(--neutral-200);
|
|
9150
|
+
}
|
|
9570
9151
|
.cax-tabview .cax-tabview-nav-content {
|
|
9571
9152
|
scroll-padding-inline: var(--space-500);
|
|
9572
9153
|
padding-right: 0;
|
|
@@ -9576,7 +9157,7 @@ cax-inputmask.cax-inputmask-clearable .cax-inputmask-clear-icon {
|
|
|
9576
9157
|
}
|
|
9577
9158
|
.cax-tabview .cax-tabview-nav {
|
|
9578
9159
|
background: var(--white-100);
|
|
9579
|
-
border: var(--border-100) solid var(--neutral-200);
|
|
9160
|
+
// border: var(--border-100) solid var(--neutral-200);
|
|
9580
9161
|
border-width: 0 0 var(--border-200) 0;
|
|
9581
9162
|
}
|
|
9582
9163
|
.cax-tabview .cax-tabview-nav li {
|
|
@@ -11839,7 +11420,7 @@ cax-inputnumber.cax-inputnumber.cax-variant-filled > .cax-inputnumber-input:enab
|
|
|
11839
11420
|
background: var(--white-100);
|
|
11840
11421
|
}
|
|
11841
11422
|
|
|
11842
|
-
|
|
11423
|
+
cax-autocomplete.ng-dirty.ng-invalid > .cax-autocomplete > .cax-inputtext {
|
|
11843
11424
|
border-color: var(--error-600);
|
|
11844
11425
|
}
|
|
11845
11426
|
|
|
@@ -11875,3 +11456,917 @@ cax-inputnumber.cax-inputnumber.cax-variant-filled > .cax-inputnumber-input:enab
|
|
|
11875
11456
|
.cax-autocomplete.cax-disabled {
|
|
11876
11457
|
opacity: 1;
|
|
11877
11458
|
}
|
|
11459
|
+
textarea {
|
|
11460
|
+
padding: 8px 10px 8px 10px;
|
|
11461
|
+
border: 1px solid var(--neutral-200);
|
|
11462
|
+
border-radius: 8px;
|
|
11463
|
+
font-size: 14px;
|
|
11464
|
+
line-height: 21px;
|
|
11465
|
+
font-weight: 400;
|
|
11466
|
+
resize: none;
|
|
11467
|
+
|
|
11468
|
+
&.filled-style {
|
|
11469
|
+
background: var(--white-100);
|
|
11470
|
+
}
|
|
11471
|
+
&.cax-inputtextarea-disabled {
|
|
11472
|
+
opacity: 0.5;
|
|
11473
|
+
}
|
|
11474
|
+
&:hover {
|
|
11475
|
+
border-color: var(--neutral-300);
|
|
11476
|
+
}
|
|
11477
|
+
|
|
11478
|
+
&:focus {
|
|
11479
|
+
border-color: var(--cax-focus-ring-color);
|
|
11480
|
+
outline: none;
|
|
11481
|
+
}
|
|
11482
|
+
}
|
|
11483
|
+
|
|
11484
|
+
.cax-breadcrumb {
|
|
11485
|
+
height: 42px;
|
|
11486
|
+
top: 40px;
|
|
11487
|
+
border: 0 none;
|
|
11488
|
+
border-radius: 6px;
|
|
11489
|
+
left: 40px;
|
|
11490
|
+
padding: var(--space-100) var(--space-200) var(--space-100) var(--space-200);
|
|
11491
|
+
}
|
|
11492
|
+
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link {
|
|
11493
|
+
transition:
|
|
11494
|
+
background-color 0.2s,
|
|
11495
|
+
color 0.2s,
|
|
11496
|
+
border-color 0.2s,
|
|
11497
|
+
box-shadow 0.2s,
|
|
11498
|
+
outline-color 0.2s;
|
|
11499
|
+
border-radius: 6px;
|
|
11500
|
+
cursor: pointer;
|
|
11501
|
+
}
|
|
11502
|
+
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link:focus-visible {
|
|
11503
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
11504
|
+
outline-offset: 2px;
|
|
11505
|
+
box-shadow: none;
|
|
11506
|
+
}
|
|
11507
|
+
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link .cax-menuitem-text {
|
|
11508
|
+
color: var(--neutral-500);
|
|
11509
|
+
}
|
|
11510
|
+
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-link .cax-menuitem-icon {
|
|
11511
|
+
color: var(--neutral-500);
|
|
11512
|
+
font-size: 1.5rem;
|
|
11513
|
+
}
|
|
11514
|
+
.cax-breadcrumb .cax-breadcrumb-list li.cax-menuitem-separator {
|
|
11515
|
+
margin: 0 7px 0 7px;
|
|
11516
|
+
color: var(--neutral-500);
|
|
11517
|
+
}
|
|
11518
|
+
.cax-breadcrumb .cax-breadcrumb-list li:last-child .cax-menuitem-separator {
|
|
11519
|
+
margin: 0 7px 0 7px;
|
|
11520
|
+
color: var(--neutral-900);
|
|
11521
|
+
}
|
|
11522
|
+
.cax-breadcrumb .cax-breadcrumb-list li:nth-last-child(-n + 2) {
|
|
11523
|
+
font-weight: bold;
|
|
11524
|
+
color: var(--neutral-900);
|
|
11525
|
+
}
|
|
11526
|
+
.cax-breadcrumb .cax-breadcrumb-list li:last-child .cax-menuitem-text {
|
|
11527
|
+
color: var(--neutral-900);
|
|
11528
|
+
}
|
|
11529
|
+
.cax-breadcrumb .cax-breadcrumb-list li:last-child .cax-menuitem-icon {
|
|
11530
|
+
color: var(--neutral-900);
|
|
11531
|
+
}
|
|
11532
|
+
|
|
11533
|
+
.cax-breadcrumb .cax-breadcrumb-list li:not(:last-child) .cax-menuitem-link .cax-menuitem-text {
|
|
11534
|
+
text-decoration: none;
|
|
11535
|
+
border-bottom: 2px solid var(--neutral-500);
|
|
11536
|
+
}
|
|
11537
|
+
|
|
11538
|
+
/* Ensure icons are not underlined */
|
|
11539
|
+
.cax-breadcrumb .cax-breadcrumb-list li .cax-menuitem-icon {
|
|
11540
|
+
text-decoration: none;
|
|
11541
|
+
border-bottom: none;
|
|
11542
|
+
}
|
|
11543
|
+
|
|
11544
|
+
/* Remove underline for the last breadcrumb label */
|
|
11545
|
+
.cax-breadcrumb .cax-breadcrumb-list li:last-child .cax-menuitem-text {
|
|
11546
|
+
border-bottom: none;
|
|
11547
|
+
}
|
|
11548
|
+
.cax-icon {
|
|
11549
|
+
display: inline-block;
|
|
11550
|
+
vertical-align: baseline;
|
|
11551
|
+
}
|
|
11552
|
+
|
|
11553
|
+
.cax-icon-spin {
|
|
11554
|
+
-webkit-animation: cax-icon-spin 2s infinite linear;
|
|
11555
|
+
animation: cax-icon-spin 2s infinite linear;
|
|
11556
|
+
}
|
|
11557
|
+
|
|
11558
|
+
@-webkit-keyframes cax-icon-spin {
|
|
11559
|
+
0% {
|
|
11560
|
+
-webkit-transform: rotate(0deg);
|
|
11561
|
+
transform: rotate(0deg);
|
|
11562
|
+
}
|
|
11563
|
+
100% {
|
|
11564
|
+
-webkit-transform: rotate(359deg);
|
|
11565
|
+
transform: rotate(359deg);
|
|
11566
|
+
}
|
|
11567
|
+
}
|
|
11568
|
+
|
|
11569
|
+
@keyframes cax-icon-spin {
|
|
11570
|
+
0% {
|
|
11571
|
+
-webkit-transform: rotate(0deg);
|
|
11572
|
+
transform: rotate(0deg);
|
|
11573
|
+
}
|
|
11574
|
+
100% {
|
|
11575
|
+
-webkit-transform: rotate(359deg);
|
|
11576
|
+
transform: rotate(359deg);
|
|
11577
|
+
}
|
|
11578
|
+
}
|
|
11579
|
+
|
|
11580
|
+
.cax-inputgroup-container {
|
|
11581
|
+
display: flex;
|
|
11582
|
+
flex-direction: column;
|
|
11583
|
+
gap: 8px;
|
|
11584
|
+
width: 100%;
|
|
11585
|
+
|
|
11586
|
+
.cax-label {
|
|
11587
|
+
font-size: 14px;
|
|
11588
|
+
font-weight: 500;
|
|
11589
|
+
line-height: 20px;
|
|
11590
|
+
color: var(--neutral-900);
|
|
11591
|
+
}
|
|
11592
|
+
}
|
|
11593
|
+
|
|
11594
|
+
.cax-inputgroup-addon {
|
|
11595
|
+
background: var(--neutral-200);
|
|
11596
|
+
color: var(--neutral-700);
|
|
11597
|
+
border-top: 1px solid var(--neutral-200);
|
|
11598
|
+
border-left: 1px solid var(--neutral-200);
|
|
11599
|
+
border-bottom: 1px solid var(--neutral-200);
|
|
11600
|
+
padding: 8px 12px;
|
|
11601
|
+
min-width: 2.5rem;
|
|
11602
|
+
overflow: hidden;
|
|
11603
|
+
|
|
11604
|
+
&:has(.cax-button) {
|
|
11605
|
+
padding: 0;
|
|
11606
|
+
border-radius: 0;
|
|
11607
|
+
background: transparent;
|
|
11608
|
+
border: 0;
|
|
11609
|
+
width: auto;
|
|
11610
|
+
min-width: fit-content;
|
|
11611
|
+
|
|
11612
|
+
.cax-button {
|
|
11613
|
+
width: 100%;
|
|
11614
|
+
margin: 0;
|
|
11615
|
+
border-radius: 0;
|
|
11616
|
+
padding: 8px 12px !important;
|
|
11617
|
+
}
|
|
11618
|
+
}
|
|
11619
|
+
|
|
11620
|
+
.cax-button {
|
|
11621
|
+
padding: 0.5rem 1.75rem !important;
|
|
11622
|
+
border-radius: none;
|
|
11623
|
+
}
|
|
11624
|
+
|
|
11625
|
+
&:has(> i:only-child) {
|
|
11626
|
+
padding: 0.5rem 0.75rem;
|
|
11627
|
+
}
|
|
11628
|
+
|
|
11629
|
+
&:first-child {
|
|
11630
|
+
border-top-left-radius: 6px;
|
|
11631
|
+
border-bottom-left-radius: 6px;
|
|
11632
|
+
}
|
|
11633
|
+
|
|
11634
|
+
&:last-child {
|
|
11635
|
+
border-top-right-radius: 6px;
|
|
11636
|
+
border-bottom-right-radius: 6px;
|
|
11637
|
+
}
|
|
11638
|
+
}
|
|
11639
|
+
|
|
11640
|
+
.cax-inputgroup-addon:last-child {
|
|
11641
|
+
border-right: 1px solid var(--neutral-200);
|
|
11642
|
+
}
|
|
11643
|
+
.cax-inputgroup-addon:last-child:has(.cax-button) {
|
|
11644
|
+
border: 0;
|
|
11645
|
+
}
|
|
11646
|
+
|
|
11647
|
+
.cax-inputgroup {
|
|
11648
|
+
width: -webkit-fill-available;
|
|
11649
|
+
> *:first-child {
|
|
11650
|
+
border-top-left-radius: 6px;
|
|
11651
|
+
border-bottom-left-radius: 6px;
|
|
11652
|
+
}
|
|
11653
|
+
|
|
11654
|
+
> *:last-child {
|
|
11655
|
+
border-top-right-radius: 6px;
|
|
11656
|
+
border-bottom-right-radius: 6px;
|
|
11657
|
+
}
|
|
11658
|
+
}
|
|
11659
|
+
|
|
11660
|
+
.cax-inputgroup > .cax-component,
|
|
11661
|
+
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext >,
|
|
11662
|
+
.cax-inputgroup > .cax-float-label > .cax-component {
|
|
11663
|
+
border-radius: 0;
|
|
11664
|
+
margin: 0;
|
|
11665
|
+
}
|
|
11666
|
+
.cax-inputgroup > .cax-component + .cax-inputgroup-addon,
|
|
11667
|
+
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext + .cax-inputgroup-addon,
|
|
11668
|
+
.cax-inputgroup > .cax-float-label > .cax-component + .cax-inputgroup-addon {
|
|
11669
|
+
border-left: 0 none;
|
|
11670
|
+
}
|
|
11671
|
+
.cax-inputgroup > .cax-component:focus,
|
|
11672
|
+
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext:focus,
|
|
11673
|
+
.cax-inputgroup > .cax-float-label > .cax-component:focus {
|
|
11674
|
+
z-index: 1;
|
|
11675
|
+
}
|
|
11676
|
+
.cax-inputgroup > .cax-component:focus ~ label,
|
|
11677
|
+
.cax-inputgroup > .cax-inputwrapper > .cax-inputtext:focus ~ label,
|
|
11678
|
+
.cax-inputgroup > .cax-float-label > .cax-component:focus ~ label {
|
|
11679
|
+
z-index: 1;
|
|
11680
|
+
}
|
|
11681
|
+
|
|
11682
|
+
.cax-inputgroup > .cax-inputwrapper:first-child > .cax-component,
|
|
11683
|
+
.cax-inputgroup > .cax-inputwrapper:first-child > .cax-component > .cax-inputtext {
|
|
11684
|
+
border-top-left-radius: 6px;
|
|
11685
|
+
border-bottom-left-radius: 6px;
|
|
11686
|
+
}
|
|
11687
|
+
|
|
11688
|
+
.cax-inputgroup .cax-float-label:first-child input {
|
|
11689
|
+
border-top-left-radius: 6px;
|
|
11690
|
+
border-bottom-left-radius: 6px;
|
|
11691
|
+
}
|
|
11692
|
+
|
|
11693
|
+
.cax-inputgroup > .cax-inputwrapper:last-child > .cax-component,
|
|
11694
|
+
.cax-inputgroup > .cax-inputwrapper:last-child > .cax-component > .cax-inputtext {
|
|
11695
|
+
border-top-right-radius: 6px;
|
|
11696
|
+
border-bottom-right-radius: 6px;
|
|
11697
|
+
}
|
|
11698
|
+
|
|
11699
|
+
.cax-inputgroup-addon,
|
|
11700
|
+
.cax-inputgroup input,
|
|
11701
|
+
.cax-inputgroup .cax-button {
|
|
11702
|
+
border-radius: 0;
|
|
11703
|
+
}
|
|
11704
|
+
|
|
11705
|
+
.cax-inputgroup > *:first-child {
|
|
11706
|
+
border-top-left-radius: 6px;
|
|
11707
|
+
border-bottom-left-radius: 6px;
|
|
11708
|
+
}
|
|
11709
|
+
|
|
11710
|
+
.cax-inputgroup > *:last-child {
|
|
11711
|
+
border-top-right-radius: 6px;
|
|
11712
|
+
border-bottom-right-radius: 6px;
|
|
11713
|
+
}
|
|
11714
|
+
|
|
11715
|
+
.cax-inputgroup > .cax-button:first-child {
|
|
11716
|
+
border-top-left-radius: 6px;
|
|
11717
|
+
border-bottom-left-radius: 6px;
|
|
11718
|
+
}
|
|
11719
|
+
|
|
11720
|
+
.cax-inputgroup > .cax-button:last-child {
|
|
11721
|
+
border-top-right-radius: 6px;
|
|
11722
|
+
border-bottom-right-radius: 6px;
|
|
11723
|
+
}
|
|
11724
|
+
|
|
11725
|
+
.cax-inputgroup .cax-float-label:last-child input {
|
|
11726
|
+
border-top-right-radius: 6px;
|
|
11727
|
+
border-bottom-right-radius: 6px;
|
|
11728
|
+
}
|
|
11729
|
+
.cax-selectbutton {
|
|
11730
|
+
display: inline-flex !important;
|
|
11731
|
+
gap: 0px;
|
|
11732
|
+
border-radius: 0px !important;
|
|
11733
|
+
}
|
|
11734
|
+
.cax-selectbutton .cax-button .cax-button-label {
|
|
11735
|
+
color: var(--neutral-500) !important;
|
|
11736
|
+
font-size: 14px !important;
|
|
11737
|
+
font-weight: 700 !important;
|
|
11738
|
+
}
|
|
11739
|
+
.cax-selectbutton .cax-button {
|
|
11740
|
+
border-radius: 0px !important;
|
|
11741
|
+
background: var(--neutral-150) !important;
|
|
11742
|
+
color: var(--black-100);
|
|
11743
|
+
transition:
|
|
11744
|
+
background-color 0.2s,
|
|
11745
|
+
color 0.2s,
|
|
11746
|
+
border-color 0.2s,
|
|
11747
|
+
box-shadow 0.2s,
|
|
11748
|
+
outline-color 0.2s;
|
|
11749
|
+
border: none !important;
|
|
11750
|
+
}
|
|
11751
|
+
.cax-selectbutton .cax-button:first-child {
|
|
11752
|
+
border-top-left-radius: 6px !important;
|
|
11753
|
+
border-bottom-left-radius: 6px !important;
|
|
11754
|
+
}
|
|
11755
|
+
.cax-selectbutton .cax-button:last-child {
|
|
11756
|
+
border-top-right-radius: 6px !important;
|
|
11757
|
+
border-bottom-right-radius: 6px !important;
|
|
11758
|
+
}
|
|
11759
|
+
.cax-selectbutton .cax-button:not(.cax-button-sm):not(.cax-button-md):not(.cax-button-lg) {
|
|
11760
|
+
height: 33px !important;
|
|
11761
|
+
}
|
|
11762
|
+
.cax-selectbutton .cax-button .cax-button-icon-left,
|
|
11763
|
+
.cax-selectbutton .cax-button .cax-button-icon-right {
|
|
11764
|
+
color: var(--black-100);
|
|
11765
|
+
}
|
|
11766
|
+
.cax-selectbutton .cax-button:not(.cax-disabled):not(.cax-highlight):hover .cax-button-icon-left,
|
|
11767
|
+
.cax-selectbutton .cax-button:not(.cax-disabled):not(.cax-highlight):hover .cax-button-icon-right {
|
|
11768
|
+
color: var(--black-100);
|
|
11769
|
+
}
|
|
11770
|
+
.cax-selectbutton .cax-button.cax-highlight .cax-button-label {
|
|
11771
|
+
color: var(--black-100) !important;
|
|
11772
|
+
}
|
|
11773
|
+
|
|
11774
|
+
.cax-selectbutton .cax-button.cax-highlight .cax-button-icon-left,
|
|
11775
|
+
.cax-selectbutton .cax-button.cax-highlight .cax-button-icon-right {
|
|
11776
|
+
color: var(--black-100);
|
|
11777
|
+
}
|
|
11778
|
+
.cax-selectbutton .cax-button.cax-highlight:hover .cax-button-icon-left,
|
|
11779
|
+
.cax-selectbutton .cax-button.cax-highlight:hover .cax-button-icon-right {
|
|
11780
|
+
color: var(--black-100);
|
|
11781
|
+
}
|
|
11782
|
+
|
|
11783
|
+
cax-selectbutton.ng-dirty.ng-invalid > .cax-selectbutton > .cax-button {
|
|
11784
|
+
border-color: var(--error-500) !important ;
|
|
11785
|
+
}
|
|
11786
|
+
|
|
11787
|
+
.cax-selectbutton .cax-button .pi,
|
|
11788
|
+
.cax-selectbutton .cax-button .cax-button-label {
|
|
11789
|
+
position: relative;
|
|
11790
|
+
transition: none;
|
|
11791
|
+
}
|
|
11792
|
+
.cax-selectbutton .cax-button::before {
|
|
11793
|
+
content: '';
|
|
11794
|
+
background-color: transparent;
|
|
11795
|
+
transition:
|
|
11796
|
+
background-color 0.2s,
|
|
11797
|
+
color 0.2s,
|
|
11798
|
+
border-color 0.2s,
|
|
11799
|
+
box-shadow 0.2s,
|
|
11800
|
+
outline-color 0.2s;
|
|
11801
|
+
position: absolute;
|
|
11802
|
+
left: 0.25rem;
|
|
11803
|
+
top: 0.25rem;
|
|
11804
|
+
width: calc(100% - 0.5rem);
|
|
11805
|
+
height: calc(100% - 0.5rem);
|
|
11806
|
+
border-radius: 6px;
|
|
11807
|
+
}
|
|
11808
|
+
.cax-selectbutton .cax-button.cax-highlight::before {
|
|
11809
|
+
background: var(--white-100);
|
|
11810
|
+
box-shadow:
|
|
11811
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.02),
|
|
11812
|
+
0px 1px 2px 0px rgba(0, 0, 0, 0.04);
|
|
11813
|
+
}
|
|
11814
|
+
.cax-selectbutton .cax-button:focus-visible {
|
|
11815
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
11816
|
+
outline-offset: -1px;
|
|
11817
|
+
box-shadow: none;
|
|
11818
|
+
}
|
|
11819
|
+
.cax-selectbutton .cax-button.cax-disabled {
|
|
11820
|
+
opacity: 0.5;
|
|
11821
|
+
}
|
|
11822
|
+
.cax-selectbutton.cax-invalid {
|
|
11823
|
+
box-shadow: 0 0 0 1px var(--error-500);
|
|
11824
|
+
border-radius: 6px;
|
|
11825
|
+
}
|
|
11826
|
+
.cax-selectbutton.cax-invalid > .cax-button {
|
|
11827
|
+
border: 1px solid var(--error-500);
|
|
11828
|
+
}
|
|
11829
|
+
.cax-selectbutton.cax-disabled {
|
|
11830
|
+
opacity: 0.6;
|
|
11831
|
+
}
|
|
11832
|
+
.cax-selectbutton.cax-disabled .cax-button {
|
|
11833
|
+
color: var(--neutral-25);
|
|
11834
|
+
}
|
|
11835
|
+
.cax-selectbutton .cax-button.cax-input-invalid {
|
|
11836
|
+
border: 1px solid var(--error-500) !important;
|
|
11837
|
+
}
|
|
11838
|
+
|
|
11839
|
+
.cax-dialog {
|
|
11840
|
+
border-radius: var(--radius-200);
|
|
11841
|
+
box-shadow:
|
|
11842
|
+
0 20px 25px -5px rgba(0, 0, 0, 0.1),
|
|
11843
|
+
0 8px 10px -6px rgba(0, 0, 0, 0.1);
|
|
11844
|
+
border: 1px solid #e0e5eb;
|
|
11845
|
+
}
|
|
11846
|
+
.cax-dialog .cax-dialog-header {
|
|
11847
|
+
border-bottom: 0 none;
|
|
11848
|
+
background: var(--white-100);
|
|
11849
|
+
color: var(--neutral-900);
|
|
11850
|
+
padding: 1rem 1.5rem 1rem 1.5rem;
|
|
11851
|
+
border-top-right-radius: 6px;
|
|
11852
|
+
border-top-left-radius: 6px;
|
|
11853
|
+
}
|
|
11854
|
+
.cax-dialog .cax-dialog-header .cax-dialog-title {
|
|
11855
|
+
font-weight: 600;
|
|
11856
|
+
font-size: 1.125rem;
|
|
11857
|
+
}
|
|
11858
|
+
.cax-dialog .cax-dialog-header .cax-dialog-header-icon {
|
|
11859
|
+
width: 1.5rem;
|
|
11860
|
+
height: 1.5rem;
|
|
11861
|
+
color: var(--neutral-900);
|
|
11862
|
+
border: 0 none;
|
|
11863
|
+
background: transparent;
|
|
11864
|
+
border-radius: 50%;
|
|
11865
|
+
transition:
|
|
11866
|
+
background-color 0.2s,
|
|
11867
|
+
color 0.2s,
|
|
11868
|
+
border-color 0.2s,
|
|
11869
|
+
box-shadow 0.2s,
|
|
11870
|
+
outline-color 0.2s;
|
|
11871
|
+
margin-right: 0.5rem;
|
|
11872
|
+
}
|
|
11873
|
+
|
|
11874
|
+
.cax-dialog .cax-dialog-header .cax-dialog-header-icon:focus-visible {
|
|
11875
|
+
outline: 1px solid var(--cax-focus-ring-color);
|
|
11876
|
+
outline-offset: 2px;
|
|
11877
|
+
box-shadow: none;
|
|
11878
|
+
}
|
|
11879
|
+
.cax-dialog .cax-dialog-header .cax-dialog-header-icon:last-child {
|
|
11880
|
+
margin-right: 0;
|
|
11881
|
+
}
|
|
11882
|
+
.cax-dialog .cax-dialog-content {
|
|
11883
|
+
background: var(--white-100);
|
|
11884
|
+
color: var(--neutral-600);
|
|
11885
|
+
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
11886
|
+
}
|
|
11887
|
+
.cax-confirm-dialog-content {
|
|
11888
|
+
padding: 0 !important;
|
|
11889
|
+
}
|
|
11890
|
+
.cax-dialog .cax-dialog-checkbox {
|
|
11891
|
+
// margin-left: 1.5rem !important;
|
|
11892
|
+
}
|
|
11893
|
+
.cax-dialog .cax-dialog-content:last-of-type {
|
|
11894
|
+
border-bottom-right-radius: 6px;
|
|
11895
|
+
border-bottom-left-radius: 6px;
|
|
11896
|
+
}
|
|
11897
|
+
.cax-dialog .cax-dialog-footer {
|
|
11898
|
+
border-top: 0 none;
|
|
11899
|
+
background: var(--white-100);
|
|
11900
|
+
color: var(--white-100);
|
|
11901
|
+
padding: 0 1.5rem 1.5rem 1.5rem;
|
|
11902
|
+
text-align: right;
|
|
11903
|
+
border-bottom-right-radius: 6px;
|
|
11904
|
+
border-bottom-left-radius: 6px;
|
|
11905
|
+
}
|
|
11906
|
+
.cax-confirm-dialog-footer {
|
|
11907
|
+
padding: 0 !important;
|
|
11908
|
+
}
|
|
11909
|
+
.cax-dialog .cax-dialog-footer button {
|
|
11910
|
+
margin: 0 0.5rem 0 0;
|
|
11911
|
+
width: auto;
|
|
11912
|
+
}
|
|
11913
|
+
.cax-confirm-dialog {
|
|
11914
|
+
width: 520px;
|
|
11915
|
+
padding: var(--space-300) !important;
|
|
11916
|
+
border: var(--border-100) solid var(--neutral-200);
|
|
11917
|
+
gap: var(--space-200);
|
|
11918
|
+
}
|
|
11919
|
+
.cax-confirm-dialog-message {
|
|
11920
|
+
font-size: 1rem;
|
|
11921
|
+
}
|
|
11922
|
+
.cax-dialog.cax-confirm-dialog .cax-confirm-dialog-icon {
|
|
11923
|
+
font-size: 2rem;
|
|
11924
|
+
}
|
|
11925
|
+
.cax-dialog.cax-confirm-dialog .cax-confirm-dialog-icon.cax-icon {
|
|
11926
|
+
width: 2rem;
|
|
11927
|
+
height: 2rem;
|
|
11928
|
+
}
|
|
11929
|
+
.cax-dialog.cax-confirm-dialog {
|
|
11930
|
+
// margin-left: 1rem;
|
|
11931
|
+
}
|
|
11932
|
+
|
|
11933
|
+
.cax-dialog {
|
|
11934
|
+
border-radius: var(--radius-200);
|
|
11935
|
+
background-color: var(--white-100);
|
|
11936
|
+
}
|
|
11937
|
+
.cax-dialog.cax-dialog-maximized {
|
|
11938
|
+
border-radius: 0;
|
|
11939
|
+
}
|
|
11940
|
+
.cax-dialog .cax-dialog-header {
|
|
11941
|
+
min-height: 28px;
|
|
11942
|
+
background: var(--neutral-50);
|
|
11943
|
+
border-top-right-radius: 12px;
|
|
11944
|
+
border-top-left-radius: 12px;
|
|
11945
|
+
}
|
|
11946
|
+
.cax-confirm-dialog-header {
|
|
11947
|
+
background: none !important;
|
|
11948
|
+
padding: 0 !important;
|
|
11949
|
+
}
|
|
11950
|
+
.cax-dialog .cax-dialog-content:last-of-type {
|
|
11951
|
+
border-bottom-right-radius: 12px;
|
|
11952
|
+
border-bottom-left-radius: 12px;
|
|
11953
|
+
}
|
|
11954
|
+
.cax-dialog .cax-dialog-footer {
|
|
11955
|
+
border-bottom-right-radius: 12px;
|
|
11956
|
+
border-bottom-left-radius: 12px;
|
|
11957
|
+
}
|
|
11958
|
+
|
|
11959
|
+
.cax-chips-container {
|
|
11960
|
+
display: flex;
|
|
11961
|
+
align-items: center;
|
|
11962
|
+
min-height: 40px;
|
|
11963
|
+
width: 100%;
|
|
11964
|
+
border: 1px solid var(--neutral-200);
|
|
11965
|
+
border-radius: 8px;
|
|
11966
|
+
padding: 0px 8px;
|
|
11967
|
+
background: transparent;
|
|
11968
|
+
overflow: hidden;
|
|
11969
|
+
|
|
11970
|
+
&:hover {
|
|
11971
|
+
border-color: var(--neutral-300);
|
|
11972
|
+
}
|
|
11973
|
+
|
|
11974
|
+
&.cax-focus {
|
|
11975
|
+
border-color: var(--primary-500);
|
|
11976
|
+
}
|
|
11977
|
+
|
|
11978
|
+
&:hover:not(.cax-chips-disabled) {
|
|
11979
|
+
border-color: var(--neutral-300);
|
|
11980
|
+
}
|
|
11981
|
+
|
|
11982
|
+
&.cax-focus:not(.cax-chips-disabled) {
|
|
11983
|
+
border-color: var(--primary-500);
|
|
11984
|
+
}
|
|
11985
|
+
}
|
|
11986
|
+
|
|
11987
|
+
.cax-chips-size-sm .cax-chips-container {
|
|
11988
|
+
min-height: 32px;
|
|
11989
|
+
padding: 0px 8px;
|
|
11990
|
+
}
|
|
11991
|
+
|
|
11992
|
+
.cax-chips-size-md .cax-chips-container {
|
|
11993
|
+
min-height: 40px;
|
|
11994
|
+
padding: 0px 8px;
|
|
11995
|
+
}
|
|
11996
|
+
|
|
11997
|
+
.cax-chips-size-lg .cax-chips-container {
|
|
11998
|
+
min-height: 48px;
|
|
11999
|
+
padding: 0px 8px;
|
|
12000
|
+
}
|
|
12001
|
+
|
|
12002
|
+
.cax-chips-list {
|
|
12003
|
+
display: flex;
|
|
12004
|
+
align-items: center;
|
|
12005
|
+
gap: 6px;
|
|
12006
|
+
flex: 1;
|
|
12007
|
+
min-width: 0;
|
|
12008
|
+
overflow-x: auto;
|
|
12009
|
+
scrollbar-width: none;
|
|
12010
|
+
scroll-behavior: smooth;
|
|
12011
|
+
|
|
12012
|
+
&::-webkit-scrollbar {
|
|
12013
|
+
display: none;
|
|
12014
|
+
}
|
|
12015
|
+
|
|
12016
|
+
cax-chip {
|
|
12017
|
+
flex-shrink: 0;
|
|
12018
|
+
}
|
|
12019
|
+
|
|
12020
|
+
.cax-chips-input {
|
|
12021
|
+
min-width: 60px;
|
|
12022
|
+
flex: 0 1 auto;
|
|
12023
|
+
border: none;
|
|
12024
|
+
outline: none;
|
|
12025
|
+
background: transparent;
|
|
12026
|
+
padding: 0 4px;
|
|
12027
|
+
margin: 0;
|
|
12028
|
+
font-family: inherit;
|
|
12029
|
+
font-size: inherit;
|
|
12030
|
+
line-height: inherit;
|
|
12031
|
+
|
|
12032
|
+
&:only-child {
|
|
12033
|
+
flex: 1;
|
|
12034
|
+
min-width: 100%;
|
|
12035
|
+
}
|
|
12036
|
+
}
|
|
12037
|
+
}
|
|
12038
|
+
|
|
12039
|
+
.cax-chips-input-container {
|
|
12040
|
+
flex-shrink: 0;
|
|
12041
|
+
display: flex;
|
|
12042
|
+
align-items: center;
|
|
12043
|
+
width: 50px;
|
|
12044
|
+
}
|
|
12045
|
+
|
|
12046
|
+
.cax-chips-input {
|
|
12047
|
+
width: 100%;
|
|
12048
|
+
border: none;
|
|
12049
|
+
outline: none;
|
|
12050
|
+
background: transparent;
|
|
12051
|
+
padding: 0;
|
|
12052
|
+
margin: 0;
|
|
12053
|
+
font-family: var(--font-family);
|
|
12054
|
+
color: var(--neutral-900);
|
|
12055
|
+
|
|
12056
|
+
&::placeholder {
|
|
12057
|
+
color: var(--neutral-300);
|
|
12058
|
+
}
|
|
12059
|
+
}
|
|
12060
|
+
|
|
12061
|
+
.cax-chips-container.no-chips .cax-chips-input {
|
|
12062
|
+
width: 100%;
|
|
12063
|
+
}
|
|
12064
|
+
|
|
12065
|
+
.cax-chips .cax-chips-multiple-container {
|
|
12066
|
+
padding: 0.25rem 0.25rem;
|
|
12067
|
+
gap: 0.25rem;
|
|
12068
|
+
}
|
|
12069
|
+
|
|
12070
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token {
|
|
12071
|
+
border-radius: 16px;
|
|
12072
|
+
margin: 0;
|
|
12073
|
+
}
|
|
12074
|
+
|
|
12075
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token .cax-chips-token-icon {
|
|
12076
|
+
margin-left: 0.375rem;
|
|
12077
|
+
}
|
|
12078
|
+
|
|
12079
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-input-token {
|
|
12080
|
+
margin-left: 0.5rem;
|
|
12081
|
+
}
|
|
12082
|
+
|
|
12083
|
+
.cax-chips .cax-chips-multiple-container:has(.cax-chips-token) .cax-chips-input-token {
|
|
12084
|
+
margin-left: 0.5rem;
|
|
12085
|
+
}
|
|
12086
|
+
|
|
12087
|
+
.cax-chips.cax-disabled .cax-chips-multiple-container {
|
|
12088
|
+
opacity: 0.8;
|
|
12089
|
+
}
|
|
12090
|
+
.cax-chips .cax-chips-multiple-container {
|
|
12091
|
+
padding: 0.25rem 0.75rem;
|
|
12092
|
+
gap: 0.5rem;
|
|
12093
|
+
}
|
|
12094
|
+
|
|
12095
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token {
|
|
12096
|
+
padding: 0.25rem 0.75rem;
|
|
12097
|
+
margin-right: 0.5rem;
|
|
12098
|
+
background: var(--neutral-300);
|
|
12099
|
+
color: var(--neutral-800);
|
|
12100
|
+
border-radius: 16px;
|
|
12101
|
+
}
|
|
12102
|
+
|
|
12103
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-token .cax-chips-token-icon {
|
|
12104
|
+
margin-left: 0.5rem;
|
|
12105
|
+
}
|
|
12106
|
+
|
|
12107
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-input-token {
|
|
12108
|
+
padding: 0.25rem 0;
|
|
12109
|
+
}
|
|
12110
|
+
|
|
12111
|
+
.cax-chips .cax-chips-multiple-container .cax-chips-input-token input {
|
|
12112
|
+
font-family: var(--font-family);
|
|
12113
|
+
font-feature-settings: var(--font-feature-settings, normal);
|
|
12114
|
+
font-size: 1rem;
|
|
12115
|
+
color: var(--neutral-900);
|
|
12116
|
+
padding: 0;
|
|
12117
|
+
margin: 0;
|
|
12118
|
+
}
|
|
12119
|
+
|
|
12120
|
+
.cax-chips-input-token {
|
|
12121
|
+
position: ab;
|
|
12122
|
+
right: 0;
|
|
12123
|
+
background: inherit;
|
|
12124
|
+
width: 150px;
|
|
12125
|
+
min-width: 150px;
|
|
12126
|
+
flex: 0 0 auto;
|
|
12127
|
+
display: flex;
|
|
12128
|
+
align-items: center;
|
|
12129
|
+
|
|
12130
|
+
input {
|
|
12131
|
+
width: 100%;
|
|
12132
|
+
background: transparent;
|
|
12133
|
+
border: none;
|
|
12134
|
+
outline: none;
|
|
12135
|
+
padding: 0px 8px;
|
|
12136
|
+
}
|
|
12137
|
+
}
|
|
12138
|
+
|
|
12139
|
+
.cax-chips-input-token {
|
|
12140
|
+
display: flex;
|
|
12141
|
+
align-items: center;
|
|
12142
|
+
flex: 1 1 auto;
|
|
12143
|
+
min-width: 0;
|
|
12144
|
+
width: auto;
|
|
12145
|
+
transition: flex-basis 0.3s ease;
|
|
12146
|
+
|
|
12147
|
+
&.typing {
|
|
12148
|
+
flex: 1 1 30%;
|
|
12149
|
+
}
|
|
12150
|
+
|
|
12151
|
+
height: 100%;
|
|
12152
|
+
min-width: 150px;
|
|
12153
|
+
|
|
12154
|
+
input {
|
|
12155
|
+
width: 100%;
|
|
12156
|
+
height: 100%;
|
|
12157
|
+
background: transparent;
|
|
12158
|
+
border: none;
|
|
12159
|
+
outline: none;
|
|
12160
|
+
padding: 0 8px;
|
|
12161
|
+
font-family: inherit;
|
|
12162
|
+
font-size: inherit;
|
|
12163
|
+
line-height: inherit;
|
|
12164
|
+
}
|
|
12165
|
+
}
|
|
12166
|
+
|
|
12167
|
+
.cax-chips-list:empty + .cax-chips-input-token {
|
|
12168
|
+
width: 100%;
|
|
12169
|
+
min-width: 100%;
|
|
12170
|
+
}
|
|
12171
|
+
|
|
12172
|
+
cax-chips.ng-dirty.ng-invalid > .cax-chips > .cax-inputtext {
|
|
12173
|
+
border-color: var(--error-500);
|
|
12174
|
+
}
|
|
12175
|
+
|
|
12176
|
+
cax-chips.cax-chips-clearable .cax-inputtext {
|
|
12177
|
+
padding-right: 1.75rem;
|
|
12178
|
+
}
|
|
12179
|
+
|
|
12180
|
+
cax-chips.cax-chips-left-icon .cax-inputtext {
|
|
12181
|
+
padding-left: 1.75rem;
|
|
12182
|
+
padding-right: 1.75rem;
|
|
12183
|
+
}
|
|
12184
|
+
|
|
12185
|
+
cax-chips.cax-chips-right-icon .cax-inputtext {
|
|
12186
|
+
padding-right: 1.75rem;
|
|
12187
|
+
}
|
|
12188
|
+
|
|
12189
|
+
cax-chips.cax-chips-clearable .cax-chips-clear-icon {
|
|
12190
|
+
color: var(--neutral-800);
|
|
12191
|
+
}
|
|
12192
|
+
|
|
12193
|
+
cax-chips.cax-chips-left-icon .cax-chips-icon-left {
|
|
12194
|
+
color: var(--neutral-800);
|
|
12195
|
+
left: 0.75rem;
|
|
12196
|
+
right: 0.75rem;
|
|
12197
|
+
}
|
|
12198
|
+
|
|
12199
|
+
cax-chips.cax-chips-right-icon .cax-chips-icon-right {
|
|
12200
|
+
color: var(--neutral-800);
|
|
12201
|
+
right: 0.75rem;
|
|
12202
|
+
}
|
|
12203
|
+
|
|
12204
|
+
.cax-chips-size-sm {
|
|
12205
|
+
.cax-chips-token {
|
|
12206
|
+
height: 24px;
|
|
12207
|
+
font-size: 12px;
|
|
12208
|
+
padding: 0px 8px;
|
|
12209
|
+
}
|
|
12210
|
+
|
|
12211
|
+
.cax-chips-input {
|
|
12212
|
+
font-size: 12px;
|
|
12213
|
+
height: 24px;
|
|
12214
|
+
}
|
|
12215
|
+
|
|
12216
|
+
.cax-chips-icon-left,
|
|
12217
|
+
.cax-chips-icon-right,
|
|
12218
|
+
.cax-chips-clear-icon,
|
|
12219
|
+
.cax-chips-token-icon {
|
|
12220
|
+
min-width: 16px;
|
|
12221
|
+
min-height: 16px;
|
|
12222
|
+
}
|
|
12223
|
+
|
|
12224
|
+
.cax-chips-icon-left i,
|
|
12225
|
+
.cax-chips-icon-right i,
|
|
12226
|
+
.cax-chips-clear-icon i,
|
|
12227
|
+
.cax-chips-token-icon i {
|
|
12228
|
+
font-size: 16px;
|
|
12229
|
+
}
|
|
12230
|
+
}
|
|
12231
|
+
|
|
12232
|
+
.cax-chips-size-md {
|
|
12233
|
+
.cax-chips-token {
|
|
12234
|
+
height: 32px;
|
|
12235
|
+
font-size: 14px;
|
|
12236
|
+
padding: 4px 10px;
|
|
12237
|
+
}
|
|
12238
|
+
|
|
12239
|
+
.cax-chips-input {
|
|
12240
|
+
font-size: 14px;
|
|
12241
|
+
height: 32px;
|
|
12242
|
+
}
|
|
12243
|
+
|
|
12244
|
+
.cax-chips-icon-left,
|
|
12245
|
+
.cax-chips-icon-right,
|
|
12246
|
+
.cax-chips-clear-icon,
|
|
12247
|
+
.cax-chips-token-icon {
|
|
12248
|
+
min-width: 20px;
|
|
12249
|
+
min-height: 20px;
|
|
12250
|
+
}
|
|
12251
|
+
|
|
12252
|
+
.cax-chips-icon-left i,
|
|
12253
|
+
.cax-chips-icon-right i,
|
|
12254
|
+
.cax-chips-clear-icon i,
|
|
12255
|
+
.cax-chips-token-icon i {
|
|
12256
|
+
font-size: 20px;
|
|
12257
|
+
}
|
|
12258
|
+
}
|
|
12259
|
+
|
|
12260
|
+
.cax-chips-size-lg {
|
|
12261
|
+
.cax-chips-token {
|
|
12262
|
+
height: 40px;
|
|
12263
|
+
font-size: 16px;
|
|
12264
|
+
padding: 6px 12px;
|
|
12265
|
+
}
|
|
12266
|
+
|
|
12267
|
+
.cax-chips-input {
|
|
12268
|
+
font-size: 16px;
|
|
12269
|
+
height: 40px;
|
|
12270
|
+
}
|
|
12271
|
+
|
|
12272
|
+
.cax-chips-icon-left,
|
|
12273
|
+
.cax-chips-icon-right,
|
|
12274
|
+
.cax-chips-clear-icon,
|
|
12275
|
+
.cax-chips-token-icon {
|
|
12276
|
+
min-width: 24px;
|
|
12277
|
+
min-height: 24px;
|
|
12278
|
+
}
|
|
12279
|
+
|
|
12280
|
+
.cax-chips-icon-left i,
|
|
12281
|
+
.cax-chips-icon-right i,
|
|
12282
|
+
.cax-chips-clear-icon i,
|
|
12283
|
+
.cax-chips-token-icon i {
|
|
12284
|
+
font-size: 24px;
|
|
12285
|
+
}
|
|
12286
|
+
}
|
|
12287
|
+
|
|
12288
|
+
.cax-chips-multiple-container {
|
|
12289
|
+
&.with-left-icon,
|
|
12290
|
+
&.with-right-icon,
|
|
12291
|
+
&.with-clear-icon {
|
|
12292
|
+
.cax-chips-input {
|
|
12293
|
+
padding: 0;
|
|
12294
|
+
}
|
|
12295
|
+
}
|
|
12296
|
+
}
|
|
12297
|
+
|
|
12298
|
+
.cax-chips-disabled {
|
|
12299
|
+
opacity: 0.6;
|
|
12300
|
+
cursor: not-allowed;
|
|
12301
|
+
pointer-events: none;
|
|
12302
|
+
|
|
12303
|
+
.cax-chips-input {
|
|
12304
|
+
cursor: not-allowed;
|
|
12305
|
+
}
|
|
12306
|
+
|
|
12307
|
+
cax-chip {
|
|
12308
|
+
opacity: 0.6;
|
|
12309
|
+
}
|
|
12310
|
+
}
|
|
12311
|
+
.cax-tooltip .cax-tooltip-text {
|
|
12312
|
+
background: var(--neutral-900);
|
|
12313
|
+
color: var(--white-100);
|
|
12314
|
+
padding: 12px;
|
|
12315
|
+
gap: 12px;
|
|
12316
|
+
font-weight: 400;
|
|
12317
|
+
font-size: 12px;
|
|
12318
|
+
line-height: 18px;
|
|
12319
|
+
box-shadow:
|
|
12320
|
+
0 4px 6px -1px rgba(0, 0, 0, 0.1),
|
|
12321
|
+
0 2px 4px -2px rgba(0, 0, 0, 0.1);
|
|
12322
|
+
border-radius: 8px;
|
|
12323
|
+
}
|
|
12324
|
+
|
|
12325
|
+
.cax-tooltip.cax-tooltip-right .cax-tooltip-arrow {
|
|
12326
|
+
border-right-color: var(--neutral-900);
|
|
12327
|
+
}
|
|
12328
|
+
.cax-tooltip.cax-tooltip-left .cax-tooltip-arrow {
|
|
12329
|
+
border-left-color: var(--neutral-900);
|
|
12330
|
+
}
|
|
12331
|
+
.cax-tooltip.cax-tooltip-top .cax-tooltip-arrow {
|
|
12332
|
+
border-top-color: var(--neutral-900);
|
|
12333
|
+
}
|
|
12334
|
+
.cax-tooltip.cax-tooltip-bottom .cax-tooltip-arrow {
|
|
12335
|
+
border-bottom-color: var(--neutral-900);
|
|
12336
|
+
}
|
|
12337
|
+
|
|
12338
|
+
.cax-tooltip.cax-tooltip-right-top .cax-tooltip-arrow {
|
|
12339
|
+
border-right-color: var(--neutral-900);
|
|
12340
|
+
}
|
|
12341
|
+
.cax-tooltip.cax-tooltip-right-bottom .cax-tooltip-arrow {
|
|
12342
|
+
border-right-color: var(--neutral-900);
|
|
12343
|
+
}
|
|
12344
|
+
.cax-tooltip.cax-tooltip-left-top .cax-tooltip-arrow {
|
|
12345
|
+
border-left-color: var(--neutral-900);
|
|
12346
|
+
}
|
|
12347
|
+
.cax-tooltip.cax-tooltip-left-bottom .cax-tooltip-arrow {
|
|
12348
|
+
border-left-color: var(--neutral-900);
|
|
12349
|
+
}
|
|
12350
|
+
.cax-tooltip.cax-tooltip-top-left .cax-tooltip-arrow {
|
|
12351
|
+
border-top-color: var(--neutral-900);
|
|
12352
|
+
}
|
|
12353
|
+
.cax-tooltip.cax-tooltip-top-right .cax-tooltip-arrow {
|
|
12354
|
+
border-top-color: var(--neutral-900);
|
|
12355
|
+
}
|
|
12356
|
+
.cax-tooltip.cax-tooltip-bottom-left .cax-tooltip-arrow {
|
|
12357
|
+
border-bottom-color: var(--neutral-900);
|
|
12358
|
+
}
|
|
12359
|
+
.cax-tooltip.cax-tooltip-bottom-right .cax-tooltip-arrow {
|
|
12360
|
+
border-bottom-color: var(--neutral-900);
|
|
12361
|
+
}
|
|
12362
|
+
|
|
12363
|
+
.cax-tooltip-link {
|
|
12364
|
+
text-align: left;
|
|
12365
|
+
color: var(--white-100);
|
|
12366
|
+
font-size: inherit;
|
|
12367
|
+
}
|
|
12368
|
+
|
|
12369
|
+
.cax-tooltip-link a {
|
|
12370
|
+
color: var(--white-100);
|
|
12371
|
+
text-decoration: underline;
|
|
12372
|
+
}
|