mis-crystal-design-system 18.0.21 → 18.0.22-test-dynamic-theme
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/button/button.directive.scss +13 -13
- package/drawer/drawer.scss +1 -1
- package/dynamic-theme/branding.types.d.ts +84 -0
- package/dynamic-theme/dynamic-theme.module.d.ts +9 -0
- package/dynamic-theme/dynamic-theme.service.d.ts +89 -0
- package/dynamic-theme/index.d.ts +1 -0
- package/dynamic-theme/public_api.d.ts +3 -0
- package/esm2022/action-list/action-list.component.mjs +2 -2
- package/esm2022/async-search-dropdown/async-dropdown.component.mjs +2 -2
- package/esm2022/button/button.component.mjs +2 -2
- package/esm2022/checkbox/checkbox.component.mjs +2 -2
- package/esm2022/chip/chip.component.mjs +2 -2
- package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +2 -2
- package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +7 -7
- package/esm2022/dynamic-form/dynamic-form.component.mjs +2 -2
- package/esm2022/dynamic-theme/branding.types.mjs +93 -0
- package/esm2022/dynamic-theme/dynamic-theme.module.mjs +25 -0
- package/esm2022/dynamic-theme/dynamic-theme.service.mjs +193 -0
- package/esm2022/dynamic-theme/index.mjs +2 -0
- package/esm2022/dynamic-theme/mis-crystal-design-system-dynamic-theme.mjs +5 -0
- package/esm2022/dynamic-theme/public_api.mjs +4 -0
- package/esm2022/fab/fab.component.mjs +3 -3
- package/esm2022/filter/filter-panel/filter-panel.component.mjs +3 -3
- package/esm2022/input/mis-input.component.mjs +2 -2
- package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +2 -2
- package/esm2022/loader/loader.component.mjs +2 -2
- package/esm2022/mobile-filter/mobile-filter.component.mjs +2 -2
- package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +2 -2
- package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +2 -2
- package/esm2022/phone-input/phone-input.component.mjs +2 -2
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/radio-button/radio-button.component.mjs +2 -2
- package/esm2022/ske-loader/ske-loader.component.mjs +2 -2
- package/esm2022/slider/slider.component.mjs +2 -2
- package/esm2022/snackbar/snackbar/snackbar.component.mjs +2 -2
- package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +2 -2
- package/esm2022/star-rating/star-rating.component.mjs +2 -2
- package/esm2022/switch/switch.component.mjs +2 -2
- package/esm2022/table/actions-cell/actions-cell.component.mjs +2 -2
- package/esm2022/table/filter/filter.component.mjs +2 -2
- package/esm2022/table/sub-table/sub-table.component.mjs +2 -2
- package/esm2022/table/table.component.mjs +2 -2
- package/esm2022/timepicker/timepicker.component.mjs +2 -2
- package/esm2022/toast/toast.component.mjs +3 -3
- package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-action-list.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-button.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-checkbox.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-chip.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dropdown.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs +313 -0
- package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs.map +1 -0
- package/fesm2022/mis-crystal-design-system-fab.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-filter.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-loader.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-phone-input.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-radio-button.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-slider.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-snackbar.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-star-rating.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-switch.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-table.mjs +8 -8
- package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-timepicker.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-toast.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-tooltip.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system.mjs.map +1 -1
- package/input/mis-input.component.scss +17 -17
- package/modal/modal.scss +1 -1
- package/package.json +7 -1
- package/styles/mis-dynamic-theme-color-var.scss +324 -0
- package/styles/mis-icons.scss +56 -56
- package/styles/mis-old-icon-styles.scss +21 -21
- package/table/filter/filter.component.d.ts +1 -1
|
@@ -107,27 +107,27 @@
|
|
|
107
107
|
|
|
108
108
|
.ic-selection-radio-Disabled-Unselected-24:before {
|
|
109
109
|
content: "\e90f";
|
|
110
|
-
color:
|
|
110
|
+
color: var(--text-tertiary);
|
|
111
111
|
}
|
|
112
112
|
|
|
113
113
|
.ic-selection-radio-Active-Unselected-24:before {
|
|
114
114
|
content: "\e910";
|
|
115
|
-
color:
|
|
115
|
+
color: var(--text-secondary);
|
|
116
116
|
}
|
|
117
117
|
|
|
118
118
|
.ic-selection-radio-Disabled-Selected-24:before {
|
|
119
119
|
content: "\e911";
|
|
120
|
-
color:
|
|
120
|
+
color: var(--text-tertiary);
|
|
121
121
|
}
|
|
122
122
|
|
|
123
123
|
.ic-selection-radio-Active-Selected-24:before {
|
|
124
124
|
content: "\e912";
|
|
125
|
-
color:
|
|
125
|
+
color: var(--brand-primary);
|
|
126
126
|
}
|
|
127
127
|
|
|
128
128
|
.ic-selection-checkbox-Disabled-Neutral-24:before {
|
|
129
129
|
content: "\e913";
|
|
130
|
-
color:
|
|
130
|
+
color: var(--text-tertiary);
|
|
131
131
|
}
|
|
132
132
|
|
|
133
133
|
.ic-selection-checkbox-Active-Neutral-24 .path1:before {
|
|
@@ -178,7 +178,7 @@
|
|
|
178
178
|
|
|
179
179
|
.ic-ui-download-24:before {
|
|
180
180
|
content: "\e920";
|
|
181
|
-
color:
|
|
181
|
+
color: var(--brand-primary);
|
|
182
182
|
}
|
|
183
183
|
|
|
184
184
|
.ic-ui-location-24:before {
|
|
@@ -195,22 +195,22 @@
|
|
|
195
195
|
|
|
196
196
|
.ic-ui-trend-up-24:before {
|
|
197
197
|
content: "\e924";
|
|
198
|
-
color:
|
|
198
|
+
color: var(--brand-success-light);
|
|
199
199
|
}
|
|
200
200
|
|
|
201
201
|
.ic-ui-error-24:before {
|
|
202
202
|
content: "\e925";
|
|
203
|
-
color:
|
|
203
|
+
color: var(--brand-error);
|
|
204
204
|
}
|
|
205
205
|
|
|
206
206
|
.ic-ui-trend-down-24:before {
|
|
207
207
|
content: "\e926";
|
|
208
|
-
color:
|
|
208
|
+
color: var(--brand-error);
|
|
209
209
|
}
|
|
210
210
|
|
|
211
211
|
.ic-ui-success-24:before {
|
|
212
212
|
content: "\e927";
|
|
213
|
-
color:
|
|
213
|
+
color: var(--brand-success-light);
|
|
214
214
|
}
|
|
215
215
|
|
|
216
216
|
.ic-ui-check-24:before {
|
|
@@ -219,7 +219,7 @@
|
|
|
219
219
|
|
|
220
220
|
.ic-ui-warning-24:before {
|
|
221
221
|
content: "\e929";
|
|
222
|
-
color:
|
|
222
|
+
color: var(--brand-warning);
|
|
223
223
|
}
|
|
224
224
|
|
|
225
225
|
.ic-rep-stay_primary_portrait-24:before {
|
|
@@ -232,7 +232,7 @@
|
|
|
232
232
|
|
|
233
233
|
.ic-rep-night-24:before {
|
|
234
234
|
content: "\e92c";
|
|
235
|
-
color:
|
|
235
|
+
color: var(--text-tertiary);
|
|
236
236
|
}
|
|
237
237
|
|
|
238
238
|
.ic-rep-cab-24:before {
|
|
@@ -371,7 +371,7 @@
|
|
|
371
371
|
|
|
372
372
|
.ic-action-search-24:before {
|
|
373
373
|
content: "\e94f";
|
|
374
|
-
color:
|
|
374
|
+
color: var(--text-secondary);
|
|
375
375
|
}
|
|
376
376
|
|
|
377
377
|
.ic-action-edit-24:before {
|
|
@@ -384,12 +384,12 @@
|
|
|
384
384
|
|
|
385
385
|
.ic-action-visibility-24:before {
|
|
386
386
|
content: "\e952";
|
|
387
|
-
color:
|
|
387
|
+
color: var(--text-secondary);
|
|
388
388
|
}
|
|
389
389
|
|
|
390
390
|
.ic-action-visibility-off-24:before {
|
|
391
391
|
content: "\e953";
|
|
392
|
-
color:
|
|
392
|
+
color: var(--text-secondary);
|
|
393
393
|
}
|
|
394
394
|
|
|
395
395
|
.ic-action-qr-24:before {
|
|
@@ -469,30 +469,30 @@
|
|
|
469
469
|
|
|
470
470
|
.ic-plus-5:before {
|
|
471
471
|
content: "\e966";
|
|
472
|
-
color:
|
|
472
|
+
color: var(--brand-primary);
|
|
473
473
|
}
|
|
474
474
|
|
|
475
475
|
.ic-plus-4:before {
|
|
476
476
|
content: "\e967";
|
|
477
|
-
color:
|
|
477
|
+
color: var(--brand-primary);
|
|
478
478
|
}
|
|
479
479
|
|
|
480
480
|
.ic-plus-3:before {
|
|
481
481
|
content: "\e968";
|
|
482
|
-
color:
|
|
482
|
+
color: var(--bg-primary);
|
|
483
483
|
}
|
|
484
484
|
|
|
485
485
|
.ic-plus-2:before {
|
|
486
486
|
content: "\e969";
|
|
487
|
-
color:
|
|
487
|
+
color: var(--bg-primary);
|
|
488
488
|
}
|
|
489
489
|
|
|
490
490
|
.ic-plus-1:before {
|
|
491
491
|
content: "\e96a";
|
|
492
|
-
color:
|
|
492
|
+
color: var(--bg-primary);
|
|
493
493
|
}
|
|
494
494
|
|
|
495
495
|
.ic-plus:before {
|
|
496
496
|
content: "\e96b";
|
|
497
|
-
color:
|
|
497
|
+
color: var(--text-tertiary);
|
|
498
498
|
}
|
|
@@ -15,7 +15,7 @@ export declare class TableFilterComponent implements OnInit {
|
|
|
15
15
|
updateFilter(data: any): void;
|
|
16
16
|
getFiltersBasedOnSearchValue(): Filter[] | any;
|
|
17
17
|
getCheckedFilters(): Filter[] | any;
|
|
18
|
-
mySort: (a: Filter | any, b: Filter | any) => 1 |
|
|
18
|
+
mySort: (a: Filter | any, b: Filter | any) => 1 | -1 | 0;
|
|
19
19
|
static ɵfac: i0.ɵɵFactoryDeclaration<TableFilterComponent, never>;
|
|
20
20
|
static ɵcmp: i0.ɵɵComponentDeclaration<TableFilterComponent, "mis-table-filter", never, { "filtersData": { "alias": "filtersData"; "required": false; }; "containerStyles": { "alias": "containerStyles"; "required": false; }; }, { "filtersApplied": "filtersApplied"; }, never, never, false, never>;
|
|
21
21
|
}
|