mis-crystal-design-system 18.0.21-test-1 → 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.
Files changed (124) hide show
  1. package/button/button.directive.scss +69 -0
  2. package/drawer/drawer.scss +20 -0
  3. package/dynamic-theme/branding.types.d.ts +84 -0
  4. package/dynamic-theme/dynamic-theme.module.d.ts +9 -0
  5. package/dynamic-theme/dynamic-theme.service.d.ts +89 -0
  6. package/dynamic-theme/index.d.ts +1 -0
  7. package/dynamic-theme/public_api.d.ts +3 -0
  8. package/esm2022/action-list/action-list.component.mjs +2 -2
  9. package/esm2022/async-search-dropdown/async-dropdown.component.mjs +2 -2
  10. package/esm2022/button/button.component.mjs +2 -2
  11. package/esm2022/checkbox/checkbox.component.mjs +2 -2
  12. package/esm2022/chip/chip.component.mjs +2 -2
  13. package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +2 -2
  14. package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +2 -2
  15. package/esm2022/dropdown/dropdown.component.mjs +7 -7
  16. package/esm2022/dynamic-form/dynamic-form.component.mjs +2 -2
  17. package/esm2022/dynamic-theme/branding.types.mjs +93 -0
  18. package/esm2022/dynamic-theme/dynamic-theme.module.mjs +25 -0
  19. package/esm2022/dynamic-theme/dynamic-theme.service.mjs +193 -0
  20. package/esm2022/dynamic-theme/index.mjs +2 -0
  21. package/esm2022/dynamic-theme/mis-crystal-design-system-dynamic-theme.mjs +5 -0
  22. package/esm2022/dynamic-theme/public_api.mjs +4 -0
  23. package/esm2022/fab/fab.component.mjs +3 -3
  24. package/esm2022/filter/filter-panel/filter-panel.component.mjs +3 -3
  25. package/esm2022/input/mis-input.component.mjs +2 -2
  26. package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +2 -2
  27. package/esm2022/loader/loader.component.mjs +2 -2
  28. package/esm2022/mobile-filter/mobile-filter.component.mjs +2 -2
  29. package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +2 -2
  30. package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +2 -2
  31. package/esm2022/phone-input/phone-input.component.mjs +2 -2
  32. package/esm2022/public-api.mjs +1 -1
  33. package/esm2022/radio-button/radio-button.component.mjs +2 -2
  34. package/esm2022/ske-loader/ske-loader.component.mjs +2 -2
  35. package/esm2022/slider/slider.component.mjs +2 -2
  36. package/esm2022/snackbar/snackbar/snackbar.component.mjs +2 -2
  37. package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +2 -2
  38. package/esm2022/star-rating/star-rating.component.mjs +2 -2
  39. package/esm2022/switch/switch.component.mjs +2 -2
  40. package/esm2022/table/actions-cell/actions-cell.component.mjs +2 -2
  41. package/esm2022/table/filter/filter.component.mjs +2 -2
  42. package/esm2022/table/sub-table/sub-table.component.mjs +2 -2
  43. package/esm2022/table/table.component.mjs +2 -2
  44. package/esm2022/timepicker/timepicker.component.mjs +2 -2
  45. package/esm2022/toast/toast.component.mjs +3 -3
  46. package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +2 -2
  47. package/fesm2022/mis-crystal-design-system-action-list.mjs +2 -2
  48. package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
  49. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +2 -2
  50. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
  51. package/fesm2022/mis-crystal-design-system-button.mjs +2 -2
  52. package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
  53. package/fesm2022/mis-crystal-design-system-checkbox.mjs +2 -2
  54. package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
  55. package/fesm2022/mis-crystal-design-system-chip.mjs +2 -2
  56. package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
  57. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +2 -2
  58. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
  59. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +2 -2
  60. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
  61. package/fesm2022/mis-crystal-design-system-dropdown.mjs +6 -6
  62. package/fesm2022/mis-crystal-design-system-dropdown.mjs.map +1 -1
  63. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +2 -2
  64. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
  65. package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs +313 -0
  66. package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs.map +1 -0
  67. package/fesm2022/mis-crystal-design-system-fab.mjs +2 -2
  68. package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
  69. package/fesm2022/mis-crystal-design-system-filter.mjs +2 -2
  70. package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -1
  71. package/fesm2022/mis-crystal-design-system-input-stepper.mjs +2 -2
  72. package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
  73. package/fesm2022/mis-crystal-design-system-input.mjs +2 -2
  74. package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
  75. package/fesm2022/mis-crystal-design-system-loader.mjs +2 -2
  76. package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
  77. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +2 -2
  78. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
  79. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +2 -2
  80. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
  81. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +2 -2
  82. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
  83. package/fesm2022/mis-crystal-design-system-phone-input.mjs +2 -2
  84. package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
  85. package/fesm2022/mis-crystal-design-system-radio-button.mjs +2 -2
  86. package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
  87. package/fesm2022/mis-crystal-design-system-ske-loader.mjs +2 -2
  88. package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
  89. package/fesm2022/mis-crystal-design-system-slider.mjs +2 -2
  90. package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
  91. package/fesm2022/mis-crystal-design-system-snackbar.mjs +2 -2
  92. package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
  93. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +2 -2
  94. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
  95. package/fesm2022/mis-crystal-design-system-star-rating.mjs +2 -2
  96. package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
  97. package/fesm2022/mis-crystal-design-system-switch.mjs +2 -2
  98. package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
  99. package/fesm2022/mis-crystal-design-system-table.mjs +8 -8
  100. package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
  101. package/fesm2022/mis-crystal-design-system-timepicker.mjs +2 -2
  102. package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
  103. package/fesm2022/mis-crystal-design-system-toast.mjs +2 -2
  104. package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
  105. package/fesm2022/mis-crystal-design-system-tooltip.mjs +2 -2
  106. package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
  107. package/fesm2022/mis-crystal-design-system.mjs.map +1 -1
  108. package/input/mis-input.component.scss +180 -0
  109. package/modal/modal.scss +9 -0
  110. package/package.json +19 -13
  111. package/styles/fonts/icomoon.eot +0 -0
  112. package/styles/fonts/icomoon.svg +315 -0
  113. package/styles/fonts/icomoon.ttf +0 -0
  114. package/styles/fonts/icomoon.woff +0 -0
  115. package/styles/mis-borders-backgrounds.scss +764 -0
  116. package/styles/mis-color-constants.scss +149 -0
  117. package/styles/mis-dynamic-theme-color-var.scss +324 -0
  118. package/styles/mis-flex.scss +321 -0
  119. package/styles/mis-fonts.scss +124 -0
  120. package/styles/mis-icons.scss +1054 -0
  121. package/styles/mis-mixins.scss +46 -0
  122. package/styles/mis-old-icon-styles.scss +498 -0
  123. package/styles/mis-spacing-sizing.scss +2590 -0
  124. package/styles/mis-typography.scss +462 -0
@@ -0,0 +1,321 @@
1
+ //Flex---------------------------------------------------------------
2
+ .flex {
3
+ display: flex;
4
+ }
5
+
6
+ //Flex Direction----------------------------------
7
+ .flex-row {
8
+ flex-direction: row;
9
+ }
10
+ .flex-row-reverse {
11
+ flex-direction: row-reverse;
12
+ }
13
+ .flex-col {
14
+ flex-direction: column;
15
+ }
16
+ .flex-col-reverse {
17
+ flex-direction: column-reverse;
18
+ }
19
+ //Flex Basis-------------------------------------
20
+ .basis-0 {
21
+ flex-basis: 0px;
22
+ }
23
+ .basis-1 {
24
+ flex-basis: 0.25rem; /* 4px */
25
+ }
26
+ .basis-2 {
27
+ flex-basis: 0.5rem; /* 8px */
28
+ }
29
+ .basis-3 {
30
+ flex-basis: 0.75rem; /* 12px */
31
+ }
32
+ .basis-4 {
33
+ flex-basis: 1rem; /* 16px */
34
+ }
35
+ .basis-5 {
36
+ flex-basis: 1.25rem; /* 20px */
37
+ }
38
+ .basis-6 {
39
+ flex-basis: 1.5rem; /* 24px */
40
+ }
41
+ .basis-7 {
42
+ flex-basis: 1.75rem; /* 28px */
43
+ }
44
+ .basis-8 {
45
+ flex-basis: 2rem; /* 32px */
46
+ }
47
+ .basis-9 {
48
+ flex-basis: 2.25rem; /* 36px */
49
+ }
50
+ .basis-10 {
51
+ flex-basis: 2.5rem; /* 40px */
52
+ }
53
+ .basis-11 {
54
+ flex-basis: 2.75rem; /* 44px */
55
+ }
56
+ .basis-12 {
57
+ flex-basis: 3rem; /* 48px */
58
+ }
59
+ .basis-14 {
60
+ flex-basis: 3.5rem; /* 56px */
61
+ }
62
+ .basis-16 {
63
+ flex-basis: 4rem; /* 64px */
64
+ }
65
+ .basis-20 {
66
+ flex-basis: 5rem; /* 80px */
67
+ }
68
+ .basis-24 {
69
+ flex-basis: 6rem; /* 96px */
70
+ }
71
+ .basis-28 {
72
+ flex-basis: 7rem; /* 112px */
73
+ }
74
+ .basis-32 {
75
+ flex-basis: 8rem; /* 128px */
76
+ }
77
+ .basis-36 {
78
+ flex-basis: 9rem; /* 144px */
79
+ }
80
+ .basis-40 {
81
+ flex-basis: 10rem; /* 160px */
82
+ }
83
+ .basis-44 {
84
+ flex-basis: 11rem; /* 176px */
85
+ }
86
+ .basis-48 {
87
+ flex-basis: 12rem; /* 192px */
88
+ }
89
+ .basis-52 {
90
+ flex-basis: 13rem; /* 208px */
91
+ }
92
+ .basis-56 {
93
+ flex-basis: 14rem; /* 224px */
94
+ }
95
+ .basis-60 {
96
+ flex-basis: 15rem; /* 240px */
97
+ }
98
+ .basis-64 {
99
+ flex-basis: 16rem; /* 256px */
100
+ }
101
+ .basis-72 {
102
+ flex-basis: 18rem; /* 288px */
103
+ }
104
+ .basis-80 {
105
+ flex-basis: 20rem; /* 320px */
106
+ }
107
+ .basis-96 {
108
+ flex-basis: 24rem; /* 384px */
109
+ }
110
+ .basis-auto {
111
+ flex-basis: auto;
112
+ }
113
+ .basis-px {
114
+ flex-basis: 1px;
115
+ }
116
+ .basis-0-5 {
117
+ flex-basis: 0.125rem; /* 2px */
118
+ }
119
+ .basis-1-5 {
120
+ flex-basis: 0.375rem; /* 6px */
121
+ }
122
+ .basis-2-5 {
123
+ flex-basis: 0.625rem; /* 10px */
124
+ }
125
+ .basis-3-5 {
126
+ flex-basis: 0.875rem; /* 14px */
127
+ }
128
+ .basis-50per {
129
+ flex-basis: 50%;
130
+ }
131
+ .basis-33per {
132
+ flex-basis: 33.333333%;
133
+ }
134
+ .basis-66per {
135
+ flex-basis: 66.666667%;
136
+ }
137
+ .basis-25per {
138
+ flex-basis: 25%;
139
+ }
140
+ .basis-75per {
141
+ flex-basis: 75%;
142
+ }
143
+ .basis-20per {
144
+ flex-basis: 20%;
145
+ }
146
+ .basis-40per {
147
+ flex-basis: 40%;
148
+ }
149
+ .basis-60per {
150
+ flex-basis: 60%;
151
+ }
152
+ .basis-80per {
153
+ flex-basis: 80%;
154
+ }
155
+ .basis-full {
156
+ flex-basis: 100%;
157
+ }
158
+
159
+ //Flex wrap----------------------------------------------------
160
+ .flex-wrap {
161
+ flex-wrap: wrap;
162
+ }
163
+ .flex-wrap-reverse {
164
+ flex-wrap: wrap-reverse;
165
+ }
166
+ .flex-nowrap {
167
+ flex-wrap: nowrap;
168
+ }
169
+
170
+ //Flex Grow and Shrink-----------------------------------------
171
+ .grow {
172
+ flex-grow: 1;
173
+ }
174
+ .grow-0 {
175
+ flex-grow: 0;
176
+ }
177
+ .shrink {
178
+ flex-shrink: 1;
179
+ }
180
+ .shrink-0 {
181
+ flex-shrink: 0;
182
+ }
183
+
184
+ //Flex order---------------------------------------------------
185
+ .order-1 {
186
+ order: 1;
187
+ }
188
+ .order-2 {
189
+ order: 2;
190
+ }
191
+ .order-3 {
192
+ order: 3;
193
+ }
194
+ .order-4 {
195
+ order: 4;
196
+ }
197
+ .order-5 {
198
+ order: 5;
199
+ }
200
+ .order-6 {
201
+ order: 6;
202
+ }
203
+ .order-7 {
204
+ order: 7;
205
+ }
206
+ .order-8 {
207
+ order: 8;
208
+ }
209
+ .order-9 {
210
+ order: 9;
211
+ }
212
+ .order-10 {
213
+ order: 10;
214
+ }
215
+ .order-11 {
216
+ order: 11;
217
+ }
218
+ .order-12 {
219
+ order: 12;
220
+ }
221
+ .order-first {
222
+ order: -9999;
223
+ }
224
+ .order-last {
225
+ order: 9999;
226
+ }
227
+ .order-none {
228
+ order: 0;
229
+ }
230
+
231
+ //Justify content-------------------------------------------------------
232
+ .justify-normal {
233
+ justify-content: normal;
234
+ }
235
+ .justify-start {
236
+ justify-content: flex-start;
237
+ }
238
+ .justify-end {
239
+ justify-content: flex-end;
240
+ }
241
+ .justify-center {
242
+ justify-content: center;
243
+ }
244
+ .justify-between {
245
+ justify-content: space-between;
246
+ }
247
+ .justify-around {
248
+ justify-content: space-around;
249
+ }
250
+ .justify-evenly {
251
+ justify-content: space-evenly;
252
+ }
253
+ .justify-stretch {
254
+ justify-content: stretch;
255
+ }
256
+
257
+ //Align content----------------------------------------------------------
258
+ .content-normal {
259
+ align-content: normal;
260
+ }
261
+ .content-center {
262
+ align-content: center;
263
+ }
264
+ .content-start {
265
+ align-content: flex-start;
266
+ }
267
+ .content-end {
268
+ align-content: flex-end;
269
+ }
270
+ .content-between {
271
+ align-content: space-between;
272
+ }
273
+ .content-around {
274
+ align-content: space-around;
275
+ }
276
+ .content-evenly {
277
+ align-content: space-evenly;
278
+ }
279
+ .content-baseline {
280
+ align-content: baseline;
281
+ }
282
+ .content-stretch {
283
+ align-content: stretch;
284
+ }
285
+
286
+ //Align items------------------------------------------------
287
+ .items-start {
288
+ align-items: flex-start;
289
+ }
290
+ .items-end {
291
+ align-items: flex-end;
292
+ }
293
+ .items-center {
294
+ align-items: center;
295
+ }
296
+ .items-baseline {
297
+ align-items: baseline;
298
+ }
299
+ .items-stretch {
300
+ align-items: stretch;
301
+ }
302
+
303
+ //Align self---------------------------------------------------
304
+ .self-auto {
305
+ align-self: auto;
306
+ }
307
+ .self-start {
308
+ align-self: flex-start;
309
+ }
310
+ .self-end {
311
+ align-self: flex-end;
312
+ }
313
+ .self-center {
314
+ align-self: center;
315
+ }
316
+ .self-stretch {
317
+ align-self: stretch;
318
+ }
319
+ .self-baseline {
320
+ align-self: baseline;
321
+ }
@@ -0,0 +1,124 @@
1
+ .h1 {
2
+ font-size: 40px;
3
+ font-weight: 400;
4
+ letter-spacing: 0px;
5
+ line-height: 48px;
6
+ }
7
+ .h2 {
8
+ font-size: 32px;
9
+ font-weight: 400;
10
+ letter-spacing: 0px;
11
+ line-height: 40px;
12
+ }
13
+ .h3 {
14
+ font-size: 28px;
15
+ font-weight: 400;
16
+ letter-spacing: 0px;
17
+ line-height: 36px;
18
+ }
19
+ .h4 {
20
+ font-size: 24px;
21
+ font-weight: 400;
22
+ letter-spacing: 0px;
23
+ line-height: 32px;
24
+ }
25
+ .h5-b {
26
+ font-size: 20px;
27
+ font-weight: 700;
28
+ letter-spacing: 0.25px;
29
+ line-height: 28px;
30
+ }
31
+ .h5 {
32
+ font-size: 20px;
33
+ font-weight: 400;
34
+ letter-spacing: 0.15px;
35
+ line-height: 28px;
36
+ }
37
+ .h6-b{
38
+ font-size: 16px;
39
+ font-weight: 700;
40
+ letter-spacing: 0px;
41
+ line-height: 24px;
42
+ }
43
+ .h6{
44
+ font-size: 16px;
45
+ font-weight: 400;
46
+ letter-spacing: 0px;
47
+ line-height: 24px;
48
+ }
49
+ .p {
50
+ font-size: 16px;
51
+ font-weight: 400;
52
+ letter-spacing: 0px;
53
+ line-height: 180%;
54
+ }
55
+ .h7-b {
56
+ font-size: 14px;
57
+ font-weight: 700;
58
+ letter-spacing: 0.25px;
59
+ line-height: 20px;
60
+ }
61
+ .h7 {
62
+ font-size: 14px;
63
+ font-weight: 400;
64
+ letter-spacing: 0.2px;
65
+ line-height: 20px;
66
+ }
67
+
68
+ .h8-b {
69
+ font-size: 12px;
70
+ font-weight: 700;
71
+ letter-spacing: 0.25px;
72
+ line-height: 18px;
73
+ }
74
+ .h8 {
75
+ font-size: 12px;
76
+ font-weight: 400;
77
+ letter-spacing: 0.2px;
78
+ line-height: 18px;
79
+ }
80
+ .h9 {
81
+ font-size: 10px;
82
+ font-weight: 400;
83
+ letter-spacing: 0px;
84
+ line-height: 15px;
85
+ }
86
+
87
+ //button fonts ------------------------------------------------------------------
88
+
89
+ .btn-lg-b {
90
+ font-size: 16px;
91
+ font-weight: 700;
92
+ letter-spacing: 0.5px;
93
+ line-height: 24px;
94
+ }
95
+ .btn-lg {
96
+ font-size: 16px;
97
+ font-weight: 400;
98
+ letter-spacing: 0.2px;
99
+ line-height: 24px;
100
+ }
101
+ .btn-sm {
102
+ font-size: 14px;
103
+ font-weight: 400;
104
+ letter-spacing: 0.25px;
105
+ line-height: 20px;
106
+ }
107
+ .btn-link {
108
+ font-size: 16px;
109
+ font-weight: 400;
110
+ letter-spacing: 0px;
111
+ line-height: 24px;
112
+ }
113
+ .display-1 {
114
+ font-size: 48px;
115
+ font-weight: 400;
116
+ letter-spacing: 0px;
117
+ line-height: 56px;
118
+ }
119
+ .display-2 {
120
+ font-size: 14px;
121
+ font-weight: 400;
122
+ letter-spacing: 0.5px;
123
+ line-height: 20px;
124
+ }