mis-crystal-design-system 18.0.22-test-dynamic-theme-2 → 18.0.23
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/datepicker_v2/datepicker-constants.d.ts +6 -0
- package/datepicker_v2/datepicker.module.d.ts +6 -5
- package/datepicker_v2/models/dp-config.model.d.ts +3 -0
- package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +12 -1
- package/daterangepicker_v2/daterangepicker.module.d.ts +6 -5
- package/daterangepicker_v2/models/drp-config.model.d.ts +2 -0
- package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +20 -0
- package/drawer/drawer.scss +1 -1
- package/esm2022/action-list/action-list.component.mjs +4 -4
- package/esm2022/action-list/action-list.module.mjs +2 -2
- package/esm2022/analytics/analytics.module.mjs +2 -2
- package/esm2022/analytics/analytics.service.mjs +2 -2
- package/esm2022/async-search-dropdown/async-dropdown.component.mjs +4 -4
- package/esm2022/async-search-dropdown/async-dropdown.module.mjs +2 -2
- package/esm2022/button/button.component.mjs +4 -4
- package/esm2022/button/button.directive.mjs +2 -2
- package/esm2022/button/button.module.mjs +2 -2
- package/esm2022/checkbox/checkbox.component.mjs +4 -4
- package/esm2022/checkbox/checkbox.module.mjs +2 -2
- package/esm2022/chip/chip.component.mjs +4 -4
- package/esm2022/chip/chip.module.mjs +2 -2
- package/esm2022/datepicker_v2/datepicker-constants.mjs +7 -1
- package/esm2022/datepicker_v2/datepicker.module.mjs +6 -5
- package/esm2022/datepicker_v2/models/dp-config.model.mjs +1 -1
- package/esm2022/datepicker_v2/tz-datepicker.directive.mjs +2 -2
- package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +500 -95
- package/esm2022/datepicker_v2/utils/index.mjs +1 -1
- package/esm2022/daterangepicker_v2/daterangepicker.module.mjs +6 -5
- package/esm2022/daterangepicker_v2/models/drp-config.model.mjs +1 -1
- package/esm2022/daterangepicker_v2/tz-daterangepicker.directive.mjs +2 -2
- package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +481 -54
- package/esm2022/daterangepicker_v2/utils/index.mjs +1 -1
- package/esm2022/drawer/drawer-body/drawer-body.component.mjs +2 -2
- package/esm2022/drawer/drawer.module.mjs +2 -2
- package/esm2022/drawer/drawer.service.mjs +2 -2
- package/esm2022/dropdown/calculate-container-height.directive.mjs +2 -2
- package/esm2022/dropdown/dropdown.component.mjs +4 -4
- package/esm2022/dropdown/dropdown.module.mjs +2 -2
- package/esm2022/dynamic-form/dynamic-form.component.mjs +4 -4
- package/esm2022/dynamic-form/dynamic-form.module.mjs +2 -2
- package/esm2022/fab/fab.component.mjs +4 -4
- package/esm2022/fab/fab.module.mjs +2 -2
- package/esm2022/filter/filter-panel/filter-panel.component.mjs +4 -4
- package/esm2022/filter/filters.module.mjs +2 -2
- package/esm2022/filter/has-value.pipe.mjs +2 -2
- package/esm2022/input/directives/input/input.directive.mjs +2 -2
- package/esm2022/input/mis-input.component.mjs +4 -4
- package/esm2022/input/mis-input.module.mjs +2 -2
- package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +4 -4
- package/esm2022/input-stepper/input-stepper.module.mjs +2 -2
- package/esm2022/loader/loader.component.mjs +4 -4
- package/esm2022/loader/loader.module.mjs +2 -2
- package/esm2022/menu/menu-close.directive.mjs +3 -3
- package/esm2022/menu/menu.directive.mjs +3 -3
- package/esm2022/menu/menu.module.mjs +2 -2
- package/esm2022/mobile-filter/mobile-filter.component.mjs +4 -4
- package/esm2022/mobile-filter/mobile-filter.module.mjs +2 -2
- package/esm2022/modal/modal.module.mjs +2 -2
- package/esm2022/modal/modal.service.mjs +2 -2
- package/esm2022/modal/module-wrapper/module-wrapper.component.mjs +2 -2
- package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +4 -4
- package/esm2022/multi-select-dropdown/multi-select-dropdown.module.mjs +2 -2
- package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +4 -4
- package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.module.mjs +2 -2
- package/esm2022/phone-input/phone-input.component.mjs +4 -4
- package/esm2022/phone-input/phone-input.module.mjs +2 -2
- package/esm2022/public-api.mjs +1 -1
- package/esm2022/radio-button/radio-button.component.mjs +4 -4
- package/esm2022/radio-button/radio-button.module.mjs +2 -2
- package/esm2022/ske-loader/ske-loader.component.mjs +4 -4
- package/esm2022/ske-loader/ske-loader.module.mjs +2 -2
- package/esm2022/slider/slider.component.mjs +4 -4
- package/esm2022/slider/slider.module.mjs +2 -2
- package/esm2022/snackbar/snackbar/snackbar.component.mjs +4 -4
- package/esm2022/snackbar/snackbar.module.mjs +2 -2
- package/esm2022/snackbar/snackbar.service.mjs +2 -2
- package/esm2022/specificdatepicker/specificdatepicker.module.mjs +2 -2
- package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +4 -4
- package/esm2022/specificdatepicker/tz-specificdatepicker.directive.mjs +2 -2
- package/esm2022/specificdatepicker/utils/index.mjs +1 -1
- package/esm2022/star-rating/star-rating.component.mjs +4 -4
- package/esm2022/star-rating/star-rating.module.mjs +2 -2
- package/esm2022/switch/switch.component.mjs +4 -4
- package/esm2022/switch/switch.module.mjs +2 -2
- package/esm2022/table/actions-cell/actions-cell.component.mjs +4 -4
- package/esm2022/table/custom-table-cell.directive.mjs +2 -2
- package/esm2022/table/filter/filter.component.mjs +4 -4
- package/esm2022/table/sort-icons.directive.mjs +3 -3
- package/esm2022/table/sub-table/sub-table.component.mjs +4 -4
- package/esm2022/table/table.component.mjs +99 -82
- package/esm2022/table/table.module.mjs +2 -2
- package/esm2022/timepicker/timepicker.component.mjs +4 -4
- package/esm2022/timepicker/timepicker.directive.mjs +3 -3
- package/esm2022/timepicker/timepicker.module.mjs +2 -2
- package/esm2022/timerangepicker/timerangepicker.component.mjs +2 -2
- package/esm2022/timerangepicker/timerangepicker.module.mjs +2 -2
- package/esm2022/toast/toast.component.mjs +4 -4
- package/esm2022/toast/toast.data.service.mjs +2 -2
- package/esm2022/toast/toast.module.mjs +2 -2
- package/esm2022/toast/toast.service.mjs +2 -2
- package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +4 -4
- package/esm2022/tooltip/tooltip.directive.mjs +2 -2
- package/esm2022/tooltip/tooltip.module.mjs +2 -2
- package/esm2022/virtual-scroll/virtual-scroll.component.mjs +2 -2
- package/esm2022/virtual-scroll/virtual-scroll.module.mjs +2 -2
- package/esm2022/widgets/classes/async-widget.mjs +1 -1
- package/esm2022/widgets/classes/base-widget.mjs +1 -1
- package/esm2022/widgets/classes/sync-widget.mjs +1 -1
- package/esm2022/widgets/services/widget.service.mjs +2 -2
- package/esm2022/widgets/widgets.module.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-action-list.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-analytics.mjs +2 -2
- package/fesm2022/mis-crystal-design-system-analytics.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-button.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-checkbox.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-chip.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +513 -102
- package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +488 -61
- package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-drawer.mjs +3 -3
- package/fesm2022/mis-crystal-design-system-drawer.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 +5 -5
- package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-fab.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-filter.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-input.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-loader.mjs +4 -4
- package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-menu.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-menu.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-modal.mjs +3 -3
- package/fesm2022/mis-crystal-design-system-modal.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-phone-input.mjs +4 -4
- package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-radio-button.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs +4 -4
- package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-slider.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-snackbar.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-star-rating.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-switch.mjs +5 -5
- package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-table.mjs +112 -95
- package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-timepicker.mjs +7 -7
- package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +3 -3
- package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-toast.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-tooltip.mjs +6 -6
- package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-utils.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs +3 -3
- package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs.map +1 -1
- package/fesm2022/mis-crystal-design-system-widgets.mjs +1 -1
- package/fesm2022/mis-crystal-design-system-widgets.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 -13
- package/styles/mis-color-constants.scss +0 -204
- package/styles/mis-icons.scss +56 -56
- package/styles/mis-old-icon-styles.scss +21 -21
- package/table/table.component.d.ts +1 -1
- package/dynamic-theme/branding.types.d.ts +0 -84
- package/dynamic-theme/dynamic-theme.module.d.ts +0 -9
- package/dynamic-theme/dynamic-theme.service.d.ts +0 -89
- package/dynamic-theme/index.d.ts +0 -1
- package/dynamic-theme/public_api.d.ts +0 -3
- package/esm2022/dynamic-theme/branding.types.mjs +0 -93
- package/esm2022/dynamic-theme/dynamic-theme.module.mjs +0 -25
- package/esm2022/dynamic-theme/dynamic-theme.service.mjs +0 -193
- package/esm2022/dynamic-theme/index.mjs +0 -2
- package/esm2022/dynamic-theme/mis-crystal-design-system-dynamic-theme.mjs +0 -5
- package/esm2022/dynamic-theme/public_api.mjs +0 -4
- package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs +0 -313
- package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs.map +0 -1
|
@@ -72,116 +72,6 @@ $MR_solid_pink: #FFC6F2;
|
|
|
72
72
|
$tr_hover: #F0F3FA;
|
|
73
73
|
$tr_pressed: #DAE1F3;
|
|
74
74
|
|
|
75
|
-
|
|
76
|
-
//--------------------------WIS DYNAMIC THEME COLOR VARS--------------------------------
|
|
77
|
-
|
|
78
|
-
// Primary Brand Colors
|
|
79
|
-
$brand-primary: #0937B2 !default;
|
|
80
|
-
$brand-primary-light: #3C68D0 !default;
|
|
81
|
-
$brand-primary-dark: #062A99 !default;
|
|
82
|
-
$brand-primary-darker: #041F80 !default;
|
|
83
|
-
$brand-primary-lighter: #638FE7 !default;
|
|
84
|
-
$brand-primary-lightest: #CBDDFB !default;
|
|
85
|
-
$brand-primary-hover: #F0F3FA !default;
|
|
86
|
-
$brand-primary-active: #DAE1F3 !default;
|
|
87
|
-
|
|
88
|
-
// Secondary Brand Colors
|
|
89
|
-
$brand-secondary: #ED711C !default;
|
|
90
|
-
$brand-secondary-light: #F09E65 !default;
|
|
91
|
-
$brand-secondary-dark: #B23600 !default;
|
|
92
|
-
$brand-secondary-lighter: #FFC6F2 !default;
|
|
93
|
-
|
|
94
|
-
// Accent Colors
|
|
95
|
-
$brand-accent: #10ADAE !default;
|
|
96
|
-
$brand-accent-light: #16CBBC !default;
|
|
97
|
-
$brand-accent-dark: #035F6B !default;
|
|
98
|
-
$brand-accent-lighter: #ACDADA !default;
|
|
99
|
-
|
|
100
|
-
// Semantic Colors
|
|
101
|
-
$brand-success: #38AF49 !default;
|
|
102
|
-
$brand-success-light: #4CAF50 !default;
|
|
103
|
-
$brand-success-dark: #216531 !default;
|
|
104
|
-
$brand-success-lighter: #E4F5E9 !default;
|
|
105
|
-
$brand-success-lightest: #F1FFF3 !default;
|
|
106
|
-
|
|
107
|
-
$brand-error: #B00020 !default;
|
|
108
|
-
$brand-error-light: #F04E4E !default;
|
|
109
|
-
$brand-error-dark: #A60060 !default;
|
|
110
|
-
$brand-error-lighter: #FAE1EA !default;
|
|
111
|
-
$brand-error-lightest: #FDF2F2 !default;
|
|
112
|
-
|
|
113
|
-
$brand-warning: #FF9D00 !default;
|
|
114
|
-
$brand-warning-light: #D4900C !default;
|
|
115
|
-
$brand-warning-dark: #624000 !default;
|
|
116
|
-
$brand-warning-lighter: #F4E7C3 !default;
|
|
117
|
-
$brand-warning-lightest: #FAEFED !default;
|
|
118
|
-
|
|
119
|
-
$brand-info: #0091FF !default;
|
|
120
|
-
$brand-info-light: #35A1FF !default;
|
|
121
|
-
$brand-info-dark: #0087B2 !default;
|
|
122
|
-
$brand-info-lighter: #CFECF9 !default;
|
|
123
|
-
|
|
124
|
-
// Text Colors
|
|
125
|
-
$text-primary: #181F33 !default;
|
|
126
|
-
$text-secondary: #6A737D !default;
|
|
127
|
-
$text-tertiary: #929DAB !default;
|
|
128
|
-
$text-disabled: #C8CDD3 !default;
|
|
129
|
-
|
|
130
|
-
$text-primary-87: rgba(24, 31, 51, 0.87) !default;
|
|
131
|
-
$text-primary-60: rgba(24, 31, 51, 0.60) !default;
|
|
132
|
-
$text-primary-38: rgba(24, 31, 51, 0.38) !default;
|
|
133
|
-
$text-primary-12: rgba(24, 31, 51, 0.12) !default;
|
|
134
|
-
|
|
135
|
-
// Background Colors
|
|
136
|
-
$bg-primary: #FFFFFF !default;
|
|
137
|
-
$bg-secondary: #FAFAFA !default;
|
|
138
|
-
$bg-tertiary: #F5F5F5 !default;
|
|
139
|
-
|
|
140
|
-
$bg-overlay: rgba(0, 0, 0, 0.32) !default;
|
|
141
|
-
$bg-overlay-light: rgba(0, 0, 0, 0.12) !default;
|
|
142
|
-
$bg-overlay-lighter: rgba(0, 0, 0, 0.08) !default;
|
|
143
|
-
$bg-overlay-lightest: rgba(0, 0, 0, 0.04) !default;
|
|
144
|
-
|
|
145
|
-
// Border Colors
|
|
146
|
-
$border-primary: #E0E0E0 !default;
|
|
147
|
-
$border-secondary: #D6DCE2 !default;
|
|
148
|
-
$border-tertiary: #C8CDD3 !default;
|
|
149
|
-
$border-light: #F1F4F8 !default;
|
|
150
|
-
|
|
151
|
-
$border-primary-12: rgba(0, 0, 0, 0.12) !default;
|
|
152
|
-
$border-primary-08: rgba(0, 0, 0, 0.08) !default;
|
|
153
|
-
$border-primary-06: rgba(0, 0, 0, 0.06) !default;
|
|
154
|
-
|
|
155
|
-
// Shadows
|
|
156
|
-
$shadow-primary: rgba(0, 0, 0, 0.12) !default;
|
|
157
|
-
$shadow-secondary: rgba(0, 0, 0, 0.08) !default;
|
|
158
|
-
$shadow-tertiary: rgba(0, 0, 0, 0.04) !default;
|
|
159
|
-
$shadow-light: rgba(0, 0, 0, 0.06) !default;
|
|
160
|
-
|
|
161
|
-
// Status
|
|
162
|
-
$status-available: #929DAB !default;
|
|
163
|
-
$status-unavailable: #CCD3DA !default;
|
|
164
|
-
$status-hotseat: #857BFF !default;
|
|
165
|
-
$status-multiteam: #10ADAE !default;
|
|
166
|
-
$status-selected: #10ADAE !default;
|
|
167
|
-
$status-upcoming: #D4900C !default;
|
|
168
|
-
|
|
169
|
-
$status-room: #38AF49 !default;
|
|
170
|
-
$status-room-booked: #B23600 !default;
|
|
171
|
-
$status-room-unavailable: #181F33 !default;
|
|
172
|
-
|
|
173
|
-
// Team
|
|
174
|
-
$team-color-1: #F8C52E !default;
|
|
175
|
-
$team-color-2: #FA8E20 !default;
|
|
176
|
-
$team-color-3: #987CDD !default;
|
|
177
|
-
$team-color-4: #16CBBC !default;
|
|
178
|
-
$team-color-5: #E65010 !default;
|
|
179
|
-
$team-color-6: #A60060 !default;
|
|
180
|
-
$team-color-7: #ED323B !default;
|
|
181
|
-
$team-color-8: #35A1FF !default;
|
|
182
|
-
$team-color-9: #80D348 !default;
|
|
183
|
-
|
|
184
|
-
|
|
185
75
|
:root{
|
|
186
76
|
// PRIMARY_COLORS -----------------------
|
|
187
77
|
--pmry-200 : #{$pmry_200};
|
|
@@ -256,98 +146,4 @@ $team-color-9: #80D348 !default;
|
|
|
256
146
|
//transparency -----------------------------
|
|
257
147
|
--tr-hover :#{$tr_hover};
|
|
258
148
|
--tr-pressed :#{$tr_pressed};
|
|
259
|
-
|
|
260
|
-
|
|
261
|
-
//--------------------------WIS DYNAMIC THEME COLOR VARS--------------------------------
|
|
262
|
-
--brand-primary: #{$brand-primary};
|
|
263
|
-
--brand-primary-light: #{$brand-primary-light};
|
|
264
|
-
--brand-primary-dark: #{$brand-primary-dark};
|
|
265
|
-
--brand-primary-darker: #{$brand-primary-darker};
|
|
266
|
-
--brand-primary-lighter: #{$brand-primary-lighter};
|
|
267
|
-
--brand-primary-lightest: #{$brand-primary-lightest};
|
|
268
|
-
--brand-primary-hover: #{$brand-primary-hover};
|
|
269
|
-
--brand-primary-active: #{$brand-primary-active};
|
|
270
|
-
|
|
271
|
-
--brand-secondary: #{$brand-secondary};
|
|
272
|
-
--brand-secondary-light: #{$brand-secondary-light};
|
|
273
|
-
--brand-secondary-dark: #{$brand-secondary-dark};
|
|
274
|
-
--brand-secondary-lighter: #{$brand-secondary-lighter};
|
|
275
|
-
|
|
276
|
-
--brand-accent: #{$brand-accent};
|
|
277
|
-
--brand-accent-light: #{$brand-accent-light};
|
|
278
|
-
--brand-accent-dark: #{$brand-accent-dark};
|
|
279
|
-
--brand-accent-lighter: #{$brand-accent-lighter};
|
|
280
|
-
|
|
281
|
-
--brand-success: #{$brand-success};
|
|
282
|
-
--brand-success-light: #{$brand-success-light};
|
|
283
|
-
--brand-success-dark: #{$brand-success-dark};
|
|
284
|
-
--brand-success-lighter: #{$brand-success-lighter};
|
|
285
|
-
--brand-success-lightest: #{$brand-success-lightest};
|
|
286
|
-
|
|
287
|
-
--brand-error: #{$brand-error};
|
|
288
|
-
--brand-error-light: #{$brand-error-light};
|
|
289
|
-
--brand-error-dark: #{$brand-error-dark};
|
|
290
|
-
--brand-error-lighter: #{$brand-error-lighter};
|
|
291
|
-
--brand-error-lightest: #{$brand-error-lightest};
|
|
292
|
-
|
|
293
|
-
--brand-warning: #{$brand-warning};
|
|
294
|
-
--brand-warning-light: #{$brand-warning-light};
|
|
295
|
-
--brand-warning-dark: #{$brand-warning-dark};
|
|
296
|
-
--brand-warning-lighter: #{$brand-warning-lighter};
|
|
297
|
-
--brand-warning-lightest: #{$brand-warning-lightest};
|
|
298
|
-
|
|
299
|
-
--brand-info: #{$brand-info};
|
|
300
|
-
--brand-info-light: #{$brand-info-light};
|
|
301
|
-
--brand-info-dark: #{$brand-info-dark};
|
|
302
|
-
--brand-info-lighter: #{$brand-info-lighter};
|
|
303
|
-
|
|
304
|
-
--text-primary: #{$text-primary};
|
|
305
|
-
--text-secondary: #{$text-secondary};
|
|
306
|
-
--text-tertiary: #{$text-tertiary};
|
|
307
|
-
--text-disabled: #{$text-disabled};
|
|
308
|
-
--text-primary-87: #{$text-primary-87};
|
|
309
|
-
--text-primary-60: #{$text-primary-60};
|
|
310
|
-
--text-primary-38: #{$text-primary-38};
|
|
311
|
-
--text-primary-12: #{$text-primary-12};
|
|
312
|
-
|
|
313
|
-
--bg-primary: #{$bg-primary};
|
|
314
|
-
--bg-secondary: #{$bg-secondary};
|
|
315
|
-
--bg-tertiary: #{$bg-tertiary};
|
|
316
|
-
--bg-overlay: #{$bg-overlay};
|
|
317
|
-
--bg-overlay-light: #{$bg-overlay-light};
|
|
318
|
-
--bg-overlay-lighter: #{$bg-overlay-lighter};
|
|
319
|
-
--bg-overlay-lightest: #{$bg-overlay-lightest};
|
|
320
|
-
|
|
321
|
-
--border-primary: #{$border-primary};
|
|
322
|
-
--border-secondary: #{$border-secondary};
|
|
323
|
-
--border-tertiary: #{$border-tertiary};
|
|
324
|
-
--border-light: #{$border-light};
|
|
325
|
-
--border-primary-12: #{$border-primary-12};
|
|
326
|
-
--border-primary-08: #{$border-primary-08};
|
|
327
|
-
--border-primary-06: #{$border-primary-06};
|
|
328
|
-
|
|
329
|
-
--shadow-primary: #{$shadow-primary};
|
|
330
|
-
--shadow-secondary: #{$shadow-secondary};
|
|
331
|
-
--shadow-tertiary: #{$shadow-tertiary};
|
|
332
|
-
--shadow-light: #{$shadow-light};
|
|
333
|
-
|
|
334
|
-
--status-available: #{$status-available};
|
|
335
|
-
--status-unavailable: #{$status-unavailable};
|
|
336
|
-
--status-hotseat: #{$status-hotseat};
|
|
337
|
-
--status-multiteam: #{$status-multiteam};
|
|
338
|
-
--status-selected: #{$status-selected};
|
|
339
|
-
--status-upcoming: #{$status-upcoming};
|
|
340
|
-
--status-room: #{$status-room};
|
|
341
|
-
--status-room-booked: #{$status-room-booked};
|
|
342
|
-
--status-room-unavailable: #{$status-room-unavailable};
|
|
343
|
-
|
|
344
|
-
--team-color-1: #{$team-color-1};
|
|
345
|
-
--team-color-2: #{$team-color-2};
|
|
346
|
-
--team-color-3: #{$team-color-3};
|
|
347
|
-
--team-color-4: #{$team-color-4};
|
|
348
|
-
--team-color-5: #{$team-color-5};
|
|
349
|
-
--team-color-6: #{$team-color-6};
|
|
350
|
-
--team-color-7: #{$team-color-7};
|
|
351
|
-
--team-color-8: #{$team-color-8};
|
|
352
|
-
--team-color-9: #{$team-color-9};
|
|
353
149
|
}
|
package/styles/mis-icons.scss
CHANGED
|
@@ -59,15 +59,15 @@
|
|
|
59
59
|
}
|
|
60
60
|
.icon-ic-ETS-OTA-16:before {
|
|
61
61
|
content: "\ea24";
|
|
62
|
-
color:
|
|
62
|
+
color: #ed711c;
|
|
63
63
|
}
|
|
64
64
|
.icon-ic-ETS-OTD-16:before {
|
|
65
65
|
content: "\ea25";
|
|
66
|
-
color:
|
|
66
|
+
color: #0087b2;
|
|
67
67
|
}
|
|
68
68
|
.icon-ic-home-office-24:before {
|
|
69
69
|
content: "\ea23";
|
|
70
|
-
color:
|
|
70
|
+
color: #929dab;
|
|
71
71
|
}
|
|
72
72
|
.icon-ic-device-unreachable-16:before {
|
|
73
73
|
content: "\e900";
|
|
@@ -107,11 +107,11 @@
|
|
|
107
107
|
}
|
|
108
108
|
.icon-ic-ets-adhoc-32:before {
|
|
109
109
|
content: "\e90b";
|
|
110
|
-
color:
|
|
110
|
+
color: #b00020;
|
|
111
111
|
}
|
|
112
112
|
.icon-ic-ets-help-desk-32:before {
|
|
113
113
|
content: "\e90d";
|
|
114
|
-
color:
|
|
114
|
+
color: #fff;
|
|
115
115
|
}
|
|
116
116
|
.icon-ic-ets-login-32 .path1:before {
|
|
117
117
|
content: "\e90e";
|
|
@@ -133,27 +133,27 @@
|
|
|
133
133
|
}
|
|
134
134
|
.icon-ic-ui-WFO-outline-24:before {
|
|
135
135
|
content: "\ea00";
|
|
136
|
-
color:
|
|
136
|
+
color: #0087b2;
|
|
137
137
|
}
|
|
138
138
|
.icon-ic-ui-WFH-24-2:before {
|
|
139
139
|
content: "\ea01";
|
|
140
|
-
color:
|
|
140
|
+
color: #6b034e;
|
|
141
141
|
}
|
|
142
142
|
.icon-ic-ui-WFH-outline-24:before {
|
|
143
143
|
content: "\ea02";
|
|
144
|
-
color:
|
|
144
|
+
color: #6b034e;
|
|
145
145
|
}
|
|
146
146
|
.icon-ic-ui-WFH-24-1:before {
|
|
147
147
|
content: "\ea03";
|
|
148
|
-
color:
|
|
148
|
+
color: #fff;
|
|
149
149
|
}
|
|
150
150
|
.icon-ic-ui-WFO-24-2:before {
|
|
151
151
|
content: "\ea04";
|
|
152
|
-
color:
|
|
152
|
+
color: #0087b2;
|
|
153
153
|
}
|
|
154
154
|
.icon-ic-ui-WFO-24-1:before {
|
|
155
155
|
content: "\ea05";
|
|
156
|
-
color:
|
|
156
|
+
color: #fff;
|
|
157
157
|
}
|
|
158
158
|
.icon-ic-ui-battery-life-24:before {
|
|
159
159
|
content: "\ea06";
|
|
@@ -163,7 +163,7 @@
|
|
|
163
163
|
}
|
|
164
164
|
.icon-ic-ets-bus-24-2:before {
|
|
165
165
|
content: "\ea08";
|
|
166
|
-
color:
|
|
166
|
+
color: #0937b2;
|
|
167
167
|
}
|
|
168
168
|
.icon-ic-ets-chat-24:before {
|
|
169
169
|
content: "\ea0b";
|
|
@@ -173,18 +173,18 @@
|
|
|
173
173
|
}
|
|
174
174
|
.icon-ic-ets-walking-man-24:before {
|
|
175
175
|
content: "\ea0d";
|
|
176
|
-
color:
|
|
176
|
+
color: #6a737d;
|
|
177
177
|
}
|
|
178
178
|
.icon-ic-ui-transport-24-1:before {
|
|
179
179
|
content: "\ea0e";
|
|
180
|
-
color:
|
|
180
|
+
color: #0937b2;
|
|
181
181
|
}
|
|
182
182
|
.icon-ic-ets-nodal-point-24:before {
|
|
183
183
|
content: "\ea0f";
|
|
184
184
|
}
|
|
185
185
|
.icon-ic-ui-seperator-16:before {
|
|
186
186
|
content: "\e94c";
|
|
187
|
-
color:
|
|
187
|
+
color: #6a737d;
|
|
188
188
|
}
|
|
189
189
|
.icon-ic-action-filter-applied-24 .path1:before {
|
|
190
190
|
content: "\e910";
|
|
@@ -225,54 +225,54 @@
|
|
|
225
225
|
}
|
|
226
226
|
.icon-ic-duplicate-24:before {
|
|
227
227
|
content: "\e922";
|
|
228
|
-
color:
|
|
228
|
+
color: #815fd5;
|
|
229
229
|
}
|
|
230
230
|
.icon-ic-eligibility-address-24:before {
|
|
231
231
|
content: "\e92b";
|
|
232
|
-
color:
|
|
232
|
+
color: #c13d6d;
|
|
233
233
|
}
|
|
234
234
|
.icon-ic-eligibility-boy-24:before {
|
|
235
235
|
content: "\e938";
|
|
236
|
-
color:
|
|
236
|
+
color: #c13d6d;
|
|
237
237
|
}
|
|
238
238
|
.icon-ic-eligibility-cough-24:before {
|
|
239
239
|
content: "\e939";
|
|
240
|
-
color:
|
|
240
|
+
color: #c13d6d;
|
|
241
241
|
}
|
|
242
242
|
.icon-ic-eligibility-covid-man-24:before {
|
|
243
243
|
content: "\e952";
|
|
244
|
-
color:
|
|
244
|
+
color: #c13d6d;
|
|
245
245
|
}
|
|
246
246
|
.icon-ic-eligibility-covid-24:before {
|
|
247
247
|
content: "\e96e";
|
|
248
|
-
color:
|
|
248
|
+
color: #c13d6d;
|
|
249
249
|
}
|
|
250
250
|
.icon-ic-eligibility-man-24:before {
|
|
251
251
|
content: "\e96f";
|
|
252
|
-
color:
|
|
252
|
+
color: #c13d6d;
|
|
253
253
|
}
|
|
254
254
|
.icon-ic-eligibility-sick-24:before {
|
|
255
255
|
content: "\e970";
|
|
256
|
-
color:
|
|
256
|
+
color: #c13d6d;
|
|
257
257
|
}
|
|
258
258
|
.icon-ic-eligibility-symptoms-24:before {
|
|
259
259
|
content: "\e971";
|
|
260
|
-
color:
|
|
260
|
+
color: #c13d6d;
|
|
261
261
|
}
|
|
262
262
|
.icon-ic-eligibility-travel-24:before {
|
|
263
263
|
content: "\e972";
|
|
264
|
-
color:
|
|
264
|
+
color: #c13d6d;
|
|
265
265
|
}
|
|
266
266
|
.icon-ic-Gigipass-loading-bg:before {
|
|
267
267
|
content: "\e973";
|
|
268
|
-
color:
|
|
268
|
+
color: #0087b2;
|
|
269
269
|
}
|
|
270
270
|
.icon-ic-map-pin-24:before {
|
|
271
271
|
content: "\e974";
|
|
272
272
|
}
|
|
273
273
|
.icon-ic-mobile-side-menu-vaccine-24:before {
|
|
274
274
|
content: "\e975";
|
|
275
|
-
color:
|
|
275
|
+
color: #0937b2;
|
|
276
276
|
}
|
|
277
277
|
.icon-ic-nav-help-24:before {
|
|
278
278
|
content: "\e976";
|
|
@@ -285,11 +285,11 @@
|
|
|
285
285
|
}
|
|
286
286
|
.icon-ic-new-icon-transport-Availibilty-Muted-V1-32:before {
|
|
287
287
|
content: "\e98a";
|
|
288
|
-
color:
|
|
288
|
+
color: #6a737d;
|
|
289
289
|
}
|
|
290
290
|
.icon-ic-not-started-24-no-bg:before {
|
|
291
291
|
content: "\e98b";
|
|
292
|
-
color:
|
|
292
|
+
color: #d4900c;
|
|
293
293
|
}
|
|
294
294
|
.icon-ic-nre-notification-indicator-24 .path1:before {
|
|
295
295
|
content: "\e98d";
|
|
@@ -338,14 +338,14 @@
|
|
|
338
338
|
}
|
|
339
339
|
.icon-ic-ui-cross-24:before {
|
|
340
340
|
content: "\e9d6";
|
|
341
|
-
color:
|
|
341
|
+
color: #b00020;
|
|
342
342
|
}
|
|
343
343
|
.icon-ic-ui-download-24:before {
|
|
344
344
|
content: "\e9eb";
|
|
345
345
|
}
|
|
346
346
|
.icon-ic-ui-error-24:before {
|
|
347
347
|
content: "\e9f4";
|
|
348
|
-
color:
|
|
348
|
+
color: #b00020;
|
|
349
349
|
}
|
|
350
350
|
.icon-ic-ui-statistics-24 .path1:before {
|
|
351
351
|
content: "\e9f5";
|
|
@@ -358,7 +358,7 @@
|
|
|
358
358
|
}
|
|
359
359
|
.icon-ic-ui-tick-24:before {
|
|
360
360
|
content: "\e9fd";
|
|
361
|
-
color:
|
|
361
|
+
color: #38af49;
|
|
362
362
|
}
|
|
363
363
|
.icon-ic-ui-walked-in-24 .path1:before {
|
|
364
364
|
content: "\e9fe";
|
|
@@ -392,15 +392,15 @@
|
|
|
392
392
|
}
|
|
393
393
|
.icon-ic-ui-nonveg-16:before {
|
|
394
394
|
content: "\e9f9";
|
|
395
|
-
color:
|
|
395
|
+
color: #b00020;
|
|
396
396
|
}
|
|
397
397
|
.icon-ic-ui-veg-16:before {
|
|
398
398
|
content: "\e9fa";
|
|
399
|
-
color:
|
|
399
|
+
color: #38af49;
|
|
400
400
|
}
|
|
401
401
|
.icon-ic-ui-vegan-16:before {
|
|
402
402
|
content: "\e9fb";
|
|
403
|
-
color:
|
|
403
|
+
color: #ff9d00;
|
|
404
404
|
}
|
|
405
405
|
.icon-ic-ui-Gender-24:before {
|
|
406
406
|
content: "\e9ca";
|
|
@@ -419,7 +419,7 @@
|
|
|
419
419
|
}
|
|
420
420
|
.icon-ic-ui-info-24:before {
|
|
421
421
|
content: "\e9cf";
|
|
422
|
-
color:
|
|
422
|
+
color: #0091ff;
|
|
423
423
|
}
|
|
424
424
|
.icon-ic-ui-WFO-24:before {
|
|
425
425
|
content: "\e9d0";
|
|
@@ -495,15 +495,15 @@
|
|
|
495
495
|
}
|
|
496
496
|
.icon-ic-ui-trend-down-24:before {
|
|
497
497
|
content: "\e9ec";
|
|
498
|
-
color:
|
|
498
|
+
color: #b00020;
|
|
499
499
|
}
|
|
500
500
|
.icon-ic-ui-trend-up-24:before {
|
|
501
501
|
content: "\e9ed";
|
|
502
|
-
color:
|
|
502
|
+
color: #38af49;
|
|
503
503
|
}
|
|
504
504
|
.icon-ic-ui-warning-24:before {
|
|
505
505
|
content: "\e9ee";
|
|
506
|
-
color:
|
|
506
|
+
color: #ff9d00;
|
|
507
507
|
}
|
|
508
508
|
.icon-ic-ui-WFH-24:before {
|
|
509
509
|
content: "\e9ef";
|
|
@@ -534,7 +534,7 @@
|
|
|
534
534
|
}
|
|
535
535
|
.icon-ic-nrs-loader-16:before {
|
|
536
536
|
content: "\e9bb";
|
|
537
|
-
color:
|
|
537
|
+
color: #0937b2;
|
|
538
538
|
}
|
|
539
539
|
.icon-ic-nrs-metrics-24:before {
|
|
540
540
|
content: "\e9bc";
|
|
@@ -556,11 +556,11 @@
|
|
|
556
556
|
}
|
|
557
557
|
.icon-ic-duplicate-24--no-bg:before {
|
|
558
558
|
content: "\e9b1";
|
|
559
|
-
color:
|
|
559
|
+
color: #815fd5;
|
|
560
560
|
}
|
|
561
561
|
.icon-ic-Gigipass-loading-no-bg:before {
|
|
562
562
|
content: "\e9b4";
|
|
563
|
-
color:
|
|
563
|
+
color: #0087b2;
|
|
564
564
|
}
|
|
565
565
|
.icon-ic-new-icon-transport-Availibilty-Muted-V1-24-bg .path1:before {
|
|
566
566
|
content: "\e9b5";
|
|
@@ -625,7 +625,7 @@
|
|
|
625
625
|
}
|
|
626
626
|
.icon-ic-nav-meeting-fill-24:before {
|
|
627
627
|
content: "\e994";
|
|
628
|
-
color:
|
|
628
|
+
color: #0937b2;
|
|
629
629
|
}
|
|
630
630
|
.icon-ic-mr-projector-24:before {
|
|
631
631
|
content: "\e995";
|
|
@@ -674,7 +674,7 @@
|
|
|
674
674
|
}
|
|
675
675
|
.icon-ic-nav-seat-fill-24:before {
|
|
676
676
|
content: "\e9a4";
|
|
677
|
-
color:
|
|
677
|
+
color: #0937b2;
|
|
678
678
|
}
|
|
679
679
|
.icon-ic--new-icon--user-permissions2-24:before {
|
|
680
680
|
content: "\e96d";
|
|
@@ -694,7 +694,7 @@
|
|
|
694
694
|
}
|
|
695
695
|
.icon-ic-map-reposition-24:before {
|
|
696
696
|
content: "\e97a";
|
|
697
|
-
color:
|
|
697
|
+
color: #6a737d;
|
|
698
698
|
}
|
|
699
699
|
.icon-ic-new-icon--user-group-24:before {
|
|
700
700
|
content: "\e97b";
|
|
@@ -746,19 +746,19 @@
|
|
|
746
746
|
}
|
|
747
747
|
.icon-seats-available:before {
|
|
748
748
|
content: "\e990";
|
|
749
|
-
color:
|
|
749
|
+
color: #5cc917;
|
|
750
750
|
}
|
|
751
751
|
.icon-seats-booked:before {
|
|
752
752
|
content: "\e991";
|
|
753
|
-
color:
|
|
753
|
+
color: #039be5;
|
|
754
754
|
}
|
|
755
755
|
.icon-seats-cancelled:before {
|
|
756
756
|
content: "\e992";
|
|
757
|
-
color:
|
|
757
|
+
color: #ef4d1d;
|
|
758
758
|
}
|
|
759
759
|
.icon-seats-totals:before {
|
|
760
760
|
content: "\e993";
|
|
761
|
-
color:
|
|
761
|
+
color: #bcbcbc;
|
|
762
762
|
}
|
|
763
763
|
.icon-ic-nav-team-24:before {
|
|
764
764
|
content: "\e94a";
|
|
@@ -861,18 +861,18 @@
|
|
|
861
861
|
}
|
|
862
862
|
.icon-ic-new-icon-transport-Availibilty-V1-325:before {
|
|
863
863
|
content: "\e92f";
|
|
864
|
-
color:
|
|
864
|
+
color: #929dab;
|
|
865
865
|
}
|
|
866
866
|
.icon-ic-ui-daytime-24:before {
|
|
867
867
|
content: "\e930";
|
|
868
868
|
}
|
|
869
869
|
.icon-ic-new-icon-transport-Availibilty-Muted-V1-321:before {
|
|
870
870
|
content: "\e931";
|
|
871
|
-
color:
|
|
871
|
+
color: #6a737d;
|
|
872
872
|
}
|
|
873
873
|
.icon-ic-ui--no_parking-24:before {
|
|
874
874
|
content: "\e93a";
|
|
875
|
-
color:
|
|
875
|
+
color: #6a737d;
|
|
876
876
|
}
|
|
877
877
|
.icon-ic-ui-bus-24:before {
|
|
878
878
|
content: "\e93b";
|
|
@@ -948,11 +948,11 @@
|
|
|
948
948
|
}
|
|
949
949
|
.icon-ic-action-drag-24:before {
|
|
950
950
|
content: "\e91b";
|
|
951
|
-
color:
|
|
951
|
+
color: #c8cdd3;
|
|
952
952
|
}
|
|
953
953
|
.icon-ic-action-drag:before {
|
|
954
954
|
content: "\e91c";
|
|
955
|
-
color:
|
|
955
|
+
color: #6a737d;
|
|
956
956
|
}
|
|
957
957
|
.icon-ic-action-edit-24:before {
|
|
958
958
|
content: "\e91d";
|
|
@@ -1046,9 +1046,9 @@
|
|
|
1046
1046
|
}
|
|
1047
1047
|
.icon-ic-action-visibility-24:before {
|
|
1048
1048
|
content: "\ea18";
|
|
1049
|
-
color:
|
|
1049
|
+
color: #6a737d;
|
|
1050
1050
|
}
|
|
1051
1051
|
.icon-ic-action-visibility-off-24:before {
|
|
1052
1052
|
content: "\ea19";
|
|
1053
|
-
color:
|
|
1053
|
+
color: #6a737d;
|
|
1054
1054
|
}
|