mis-crystal-design-system 18.0.25 → 18.1.0-signal-test-1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (195) hide show
  1. package/action-list/action-list.component.d.ts +17 -15
  2. package/async-search-dropdown/async-dropdown.component.d.ts +43 -61
  3. package/button/button.component.d.ts +35 -13
  4. package/button/button.directive.d.ts +10 -8
  5. package/checkbox/checkbox.component.d.ts +15 -12
  6. package/chip/chip.component.d.ts +9 -11
  7. package/datepicker_v2/models/dp-config.model.d.ts +1 -0
  8. package/datepicker_v2/tz-datepicker.directive.d.ts +15 -18
  9. package/datepicker_v2/tz-dp-container/tz-dp-container.component.d.ts +42 -21
  10. package/daterangepicker_v2/tz-daterangepicker.directive.d.ts +12 -14
  11. package/daterangepicker_v2/tz-drp-container/tz-drp-container.component.d.ts +46 -23
  12. package/drawer/drawer-body/drawer-body.component.d.ts +2 -2
  13. package/dropdown/calculate-container-height.directive.d.ts +7 -8
  14. package/dropdown/dropdown.component.d.ts +41 -49
  15. package/dynamic-form/dynamic-form.component.d.ts +20 -16
  16. package/esm2022/action-list/action-list.component.mjs +113 -90
  17. package/esm2022/async-search-dropdown/async-dropdown.component.mjs +257 -327
  18. package/esm2022/button/button.component.mjs +56 -49
  19. package/esm2022/button/button.directive.mjs +36 -40
  20. package/esm2022/checkbox/checkbox.component.mjs +75 -70
  21. package/esm2022/chip/chip.component.mjs +20 -33
  22. package/esm2022/datepicker_v2/models/dp-config.model.mjs +1 -1
  23. package/esm2022/datepicker_v2/tz-datepicker.directive.mjs +42 -71
  24. package/esm2022/datepicker_v2/tz-dp-container/tz-dp-container.component.mjs +203 -173
  25. package/esm2022/datepicker_v2/utils/index.mjs +2 -1
  26. package/esm2022/daterangepicker_v2/tz-daterangepicker.directive.mjs +26 -51
  27. package/esm2022/daterangepicker_v2/tz-drp-container/tz-drp-container.component.mjs +283 -236
  28. package/esm2022/drawer/drawer-body/drawer-body.component.mjs +8 -7
  29. package/esm2022/dropdown/calculate-container-height.directive.mjs +25 -22
  30. package/esm2022/dropdown/dropdown.component.mjs +163 -187
  31. package/esm2022/dynamic-form/dynamic-form.component.mjs +119 -73
  32. package/esm2022/fab/fab.component.mjs +30 -34
  33. package/esm2022/filter/filter-panel/filter-panel.component.mjs +61 -59
  34. package/esm2022/input/directives/input/input.directive.mjs +22 -26
  35. package/esm2022/input/mis-input.component.mjs +42 -46
  36. package/esm2022/input-stepper/input-stepper/input-stepper.component.mjs +42 -52
  37. package/esm2022/loader/loader.component.mjs +8 -11
  38. package/esm2022/mobile-filter/mobile-filter.component.mjs +62 -62
  39. package/esm2022/modal/module-wrapper/module-wrapper.component.mjs +11 -9
  40. package/esm2022/multi-select-dropdown/multi-select-dropdown.component.mjs +235 -281
  41. package/esm2022/nested-multi-select-dropdown/nested-multi-select-dropdown.component.mjs +250 -287
  42. package/esm2022/phone-input/phone-input.component.mjs +21 -43
  43. package/esm2022/public-api.mjs +1 -1
  44. package/esm2022/radio-button/radio-button.component.mjs +15 -27
  45. package/esm2022/ske-loader/ske-loader.component.mjs +15 -29
  46. package/esm2022/slider/slider.component.mjs +23 -33
  47. package/esm2022/slider/slider.module.mjs +4 -11
  48. package/esm2022/snackbar/snackbar/snackbar.component.mjs +21 -15
  49. package/esm2022/snackbar/snackbar.service.mjs +3 -2
  50. package/esm2022/specificdatepicker/tz-sdp-container/tz-sdp-container.component.mjs +231 -344
  51. package/esm2022/specificdatepicker/tz-specificdatepicker.directive.mjs +77 -105
  52. package/esm2022/star-rating/star-rating.component.mjs +58 -72
  53. package/esm2022/switch/switch.component.mjs +34 -36
  54. package/esm2022/table/actions-cell/actions-cell.component.mjs +56 -55
  55. package/esm2022/table/custom-table-cell.directive.mjs +22 -18
  56. package/esm2022/table/filter/filter.component.mjs +60 -42
  57. package/esm2022/table/sort-icons.directive.mjs +16 -8
  58. package/esm2022/table/sub-table/sub-table.component.mjs +42 -45
  59. package/esm2022/table/table.component.mjs +182 -166
  60. package/esm2022/timepicker/timepicker.component.mjs +245 -160
  61. package/esm2022/timepicker/timepicker.directive.mjs +3 -2
  62. package/esm2022/timerangepicker/timerangepicker.component.mjs +200 -159
  63. package/esm2022/toast/toast.component.mjs +7 -8
  64. package/esm2022/toast/toast.data.service.mjs +15 -9
  65. package/esm2022/tooltip/tooltip-container/tooltip.component.mjs +12 -12
  66. package/esm2022/tooltip/tooltip.directive.mjs +4 -4
  67. package/esm2022/virtual-scroll/virtual-scroll.component.mjs +57 -59
  68. package/fab/fab.component.d.ts +12 -8
  69. package/fesm2022/mis-crystal-design-system-action-list.mjs +112 -89
  70. package/fesm2022/mis-crystal-design-system-action-list.mjs.map +1 -1
  71. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs +254 -325
  72. package/fesm2022/mis-crystal-design-system-async-search-dropdown.mjs.map +1 -1
  73. package/fesm2022/mis-crystal-design-system-button.mjs +89 -86
  74. package/fesm2022/mis-crystal-design-system-button.mjs.map +1 -1
  75. package/fesm2022/mis-crystal-design-system-checkbox.mjs +74 -69
  76. package/fesm2022/mis-crystal-design-system-checkbox.mjs.map +1 -1
  77. package/fesm2022/mis-crystal-design-system-chip.mjs +19 -32
  78. package/fesm2022/mis-crystal-design-system-chip.mjs.map +1 -1
  79. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs +243 -241
  80. package/fesm2022/mis-crystal-design-system-datepicker_v2.mjs.map +1 -1
  81. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs +306 -284
  82. package/fesm2022/mis-crystal-design-system-daterangepicker_v2.mjs.map +1 -1
  83. package/fesm2022/mis-crystal-design-system-drawer.mjs +7 -6
  84. package/fesm2022/mis-crystal-design-system-drawer.mjs.map +1 -1
  85. package/fesm2022/mis-crystal-design-system-dropdown.mjs +184 -205
  86. package/fesm2022/mis-crystal-design-system-dropdown.mjs.map +1 -1
  87. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs +119 -73
  88. package/fesm2022/mis-crystal-design-system-dynamic-form.mjs.map +1 -1
  89. package/fesm2022/mis-crystal-design-system-fab.mjs +29 -33
  90. package/fesm2022/mis-crystal-design-system-fab.mjs.map +1 -1
  91. package/fesm2022/mis-crystal-design-system-filter.mjs +60 -58
  92. package/fesm2022/mis-crystal-design-system-filter.mjs.map +1 -1
  93. package/fesm2022/mis-crystal-design-system-input-stepper.mjs +41 -51
  94. package/fesm2022/mis-crystal-design-system-input-stepper.mjs.map +1 -1
  95. package/fesm2022/mis-crystal-design-system-input.mjs +62 -71
  96. package/fesm2022/mis-crystal-design-system-input.mjs.map +1 -1
  97. package/fesm2022/mis-crystal-design-system-loader.mjs +7 -10
  98. package/fesm2022/mis-crystal-design-system-loader.mjs.map +1 -1
  99. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs +61 -61
  100. package/fesm2022/mis-crystal-design-system-mobile-filter.mjs.map +1 -1
  101. package/fesm2022/mis-crystal-design-system-modal.mjs +10 -8
  102. package/fesm2022/mis-crystal-design-system-modal.mjs.map +1 -1
  103. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs +233 -279
  104. package/fesm2022/mis-crystal-design-system-multi-select-dropdown.mjs.map +1 -1
  105. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs +249 -286
  106. package/fesm2022/mis-crystal-design-system-nested-multi-select-dropdown.mjs.map +1 -1
  107. package/fesm2022/mis-crystal-design-system-phone-input.mjs +20 -42
  108. package/fesm2022/mis-crystal-design-system-phone-input.mjs.map +1 -1
  109. package/fesm2022/mis-crystal-design-system-radio-button.mjs +14 -26
  110. package/fesm2022/mis-crystal-design-system-radio-button.mjs.map +1 -1
  111. package/fesm2022/mis-crystal-design-system-ske-loader.mjs +14 -28
  112. package/fesm2022/mis-crystal-design-system-ske-loader.mjs.map +1 -1
  113. package/fesm2022/mis-crystal-design-system-slider.mjs +25 -42
  114. package/fesm2022/mis-crystal-design-system-slider.mjs.map +1 -1
  115. package/fesm2022/mis-crystal-design-system-snackbar.mjs +22 -15
  116. package/fesm2022/mis-crystal-design-system-snackbar.mjs.map +1 -1
  117. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs +305 -446
  118. package/fesm2022/mis-crystal-design-system-specificdatepicker.mjs.map +1 -1
  119. package/fesm2022/mis-crystal-design-system-star-rating.mjs +57 -71
  120. package/fesm2022/mis-crystal-design-system-star-rating.mjs.map +1 -1
  121. package/fesm2022/mis-crystal-design-system-switch.mjs +33 -35
  122. package/fesm2022/mis-crystal-design-system-switch.mjs.map +1 -1
  123. package/fesm2022/mis-crystal-design-system-table.mjs +368 -324
  124. package/fesm2022/mis-crystal-design-system-table.mjs.map +1 -1
  125. package/fesm2022/mis-crystal-design-system-timepicker.mjs +246 -160
  126. package/fesm2022/mis-crystal-design-system-timepicker.mjs.map +1 -1
  127. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs +199 -158
  128. package/fesm2022/mis-crystal-design-system-timerangepicker.mjs.map +1 -1
  129. package/fesm2022/mis-crystal-design-system-toast.mjs +19 -14
  130. package/fesm2022/mis-crystal-design-system-toast.mjs.map +1 -1
  131. package/fesm2022/mis-crystal-design-system-tooltip.mjs +14 -14
  132. package/fesm2022/mis-crystal-design-system-tooltip.mjs.map +1 -1
  133. package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs +57 -59
  134. package/fesm2022/mis-crystal-design-system-virtual-scroll.mjs.map +1 -1
  135. package/fesm2022/mis-crystal-design-system.mjs.map +1 -1
  136. package/filter/filter-panel/filter-panel.component.d.ts +14 -14
  137. package/input/directives/input/input.directive.d.ts +6 -10
  138. package/input/mis-input.component.d.ts +12 -13
  139. package/input-stepper/input-stepper/input-stepper.component.d.ts +8 -7
  140. package/loader/loader.component.d.ts +3 -6
  141. package/mobile-filter/mobile-filter.component.d.ts +15 -15
  142. package/modal/module-wrapper/module-wrapper.component.d.ts +2 -3
  143. package/multi-select-dropdown/multi-select-dropdown.component.d.ts +89 -51
  144. package/nested-multi-select-dropdown/nested-multi-select-dropdown.component.d.ts +99 -56
  145. package/package.json +7 -13
  146. package/phone-input/phone-input.component.d.ts +16 -18
  147. package/radio-button/radio-button.component.d.ts +9 -11
  148. package/ske-loader/ske-loader.component.d.ts +8 -11
  149. package/slider/slider.component.d.ts +8 -11
  150. package/slider/slider.module.d.ts +1 -2
  151. package/snackbar/snackbar/snackbar.component.d.ts +3 -3
  152. package/specificdatepicker/tz-sdp-container/tz-sdp-container.component.d.ts +35 -35
  153. package/specificdatepicker/tz-specificdatepicker.directive.d.ts +24 -28
  154. package/star-rating/star-rating.component.d.ts +18 -18
  155. package/switch/switch.component.d.ts +8 -10
  156. package/table/actions-cell/actions-cell.component.d.ts +14 -14
  157. package/table/custom-table-cell.directive.d.ts +3 -3
  158. package/table/filter/filter.component.d.ts +9 -9
  159. package/table/sub-table/sub-table.component.d.ts +5 -5
  160. package/table/table.component.d.ts +38 -35
  161. package/timepicker/timepicker.component.d.ts +29 -28
  162. package/timerangepicker/timerangepicker.component.d.ts +36 -33
  163. package/toast/toast.data.service.d.ts +1 -1
  164. package/tooltip/tooltip-container/tooltip.component.d.ts +4 -4
  165. package/virtual-scroll/virtual-scroll.component.d.ts +8 -9
  166. package/button/button.directive.scss +0 -71
  167. package/drawer/drawer.scss +0 -20
  168. package/dynamic-theme/branding.types.d.ts +0 -84
  169. package/dynamic-theme/dynamic-theme.module.d.ts +0 -9
  170. package/dynamic-theme/dynamic-theme.service.d.ts +0 -89
  171. package/dynamic-theme/index.d.ts +0 -1
  172. package/dynamic-theme/public_api.d.ts +0 -3
  173. package/esm2022/dynamic-theme/branding.types.mjs +0 -93
  174. package/esm2022/dynamic-theme/dynamic-theme.module.mjs +0 -25
  175. package/esm2022/dynamic-theme/dynamic-theme.service.mjs +0 -193
  176. package/esm2022/dynamic-theme/index.mjs +0 -2
  177. package/esm2022/dynamic-theme/mis-crystal-design-system-dynamic-theme.mjs +0 -5
  178. package/esm2022/dynamic-theme/public_api.mjs +0 -4
  179. package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs +0 -313
  180. package/fesm2022/mis-crystal-design-system-dynamic-theme.mjs.map +0 -1
  181. package/input/mis-input.component.scss +0 -180
  182. package/modal/modal.scss +0 -9
  183. package/styles/fonts/icomoon.eot +0 -0
  184. package/styles/fonts/icomoon.svg +0 -315
  185. package/styles/fonts/icomoon.ttf +0 -0
  186. package/styles/fonts/icomoon.woff +0 -0
  187. package/styles/mis-borders-backgrounds.scss +0 -764
  188. package/styles/mis-color-constants.scss +0 -353
  189. package/styles/mis-flex.scss +0 -321
  190. package/styles/mis-fonts.scss +0 -124
  191. package/styles/mis-icons.scss +0 -1054
  192. package/styles/mis-mixins.scss +0 -46
  193. package/styles/mis-old-icon-styles.scss +0 -498
  194. package/styles/mis-spacing-sizing.scss +0 -2590
  195. package/styles/mis-typography.scss +0 -462
@@ -1,462 +0,0 @@
1
- //Typography------------------------------------------------------------------------------------------
2
- //Font-Family----------------------------------------------------
3
- .font-lato {
4
- font-family: "Lato", "Helvetica Neue", Arial, sans-serif;
5
- }
6
-
7
- .font-sans {
8
- font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif,
9
- "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
10
- }
11
-
12
- .font-serif {
13
- font-family: ui-serif, Georgia, Cambria, "Times New Roman", Times, serif;
14
- }
15
-
16
- .font-mono {
17
- font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
18
- }
19
-
20
- //Font-Size------------------------------------------------------
21
- .text-xs {
22
- font-size: 0.75rem; /* 12px */
23
- line-height: 1rem; /* 16px */
24
- }
25
- .text-sm {
26
- font-size: 0.875rem; /* 14px */
27
- line-height: 1.25rem; /* 20px */
28
- }
29
- .text-base {
30
- font-size: 1rem; /* 16px */
31
- line-height: 1.5rem; /* 24px */
32
- }
33
- .text-lg {
34
- font-size: 1.125rem; /* 18px */
35
- line-height: 1.75rem; /* 28px */
36
- }
37
- .text-xl {
38
- font-size: 1.25rem; /* 20px */
39
- line-height: 1.75rem; /* 28px */
40
- }
41
- .text-2xl {
42
- font-size: 1.5rem; /* 24px */
43
- line-height: 2rem; /* 32px */
44
- }
45
- .text-3xl {
46
- font-size: 1.875rem; /* 30px */
47
- line-height: 2.25rem; /* 36px */
48
- }
49
- .text-4xl {
50
- font-size: 2.25rem; /* 36px */
51
- line-height: 2.5rem; /* 40px */
52
- }
53
- .text-5xl {
54
- font-size: 3rem; /* 48px */
55
- line-height: 1;
56
- }
57
- .text-6xl {
58
- font-size: 3.75rem; /* 60px */
59
- line-height: 1;
60
- }
61
- .text-7xl {
62
- font-size: 4.5rem; /* 72px */
63
- line-height: 1;
64
- }
65
- .text-8xl {
66
- font-size: 6rem; /* 96px */
67
- line-height: 1;
68
- }
69
- .text-9xl {
70
- font-size: 8rem; /* 128px */
71
- line-height: 1;
72
- }
73
-
74
- //Font-Style------------------------------------------------------
75
- .italic {
76
- font-style: italic;
77
- }
78
- .not-italic {
79
- font-style: normal;
80
- }
81
-
82
- //Font-weight------------------------------------------------------
83
- .font-thin {
84
- font-weight: 100;
85
- }
86
- .font-extralight {
87
- font-weight: 200;
88
- }
89
- .font-light {
90
- font-weight: 300;
91
- }
92
- .font-normal {
93
- font-weight: 400;
94
- }
95
- .font-medium {
96
- font-weight: 500;
97
- }
98
- .font-semibold {
99
- font-weight: 600;
100
- }
101
- .font-bold {
102
- font-weight: 700;
103
- }
104
- .font-extrabold {
105
- font-weight: 800;
106
- }
107
- .font-black {
108
- font-weight: 900;
109
- }
110
-
111
- //Letter-spacing-------------------------------------------------------
112
- .tracking-tighter {
113
- letter-spacing: -0.05em;
114
- }
115
- .tracking-tight {
116
- letter-spacing: -0.025em;
117
- }
118
- .tracking-normal {
119
- letter-spacing: 0em;
120
- }
121
- .tracking-wide {
122
- letter-spacing: 0.025em;
123
- }
124
- .tracking-wider {
125
- letter-spacing: 0.05em;
126
- }
127
- .tracking-widest {
128
- letter-spacing: 0.1em;
129
- }
130
-
131
- //Line-height-----------------------------------------------------------
132
- .leading-3 {
133
- line-height: 0.75rem; /* 12px */
134
- }
135
- .leading-4 {
136
- line-height: 1rem; /* 16px */
137
- }
138
- .leading-5 {
139
- line-height: 1.25rem; /* 20px */
140
- }
141
- .leading-6 {
142
- line-height: 1.5rem; /* 24px */
143
- }
144
- .leading-7 {
145
- line-height: 1.75rem; /* 28px */
146
- }
147
- .leading-8 {
148
- line-height: 2rem; /* 32px */
149
- }
150
- .leading-9 {
151
- line-height: 2.25rem; /* 36px */
152
- }
153
- .leading-10 {
154
- line-height: 2.5rem; /* 40px */
155
- }
156
- .leading-none {
157
- line-height: 1;
158
- }
159
- .leading-tight {
160
- line-height: 1.25;
161
- }
162
- .leading-snug {
163
- line-height: 1.375;
164
- }
165
- .leading-normal {
166
- line-height: 1.5;
167
- }
168
- .leading-relaxed {
169
- line-height: 1.625;
170
- }
171
- .leading-loose {
172
- line-height: 2;
173
- }
174
-
175
- //Text-align------------------------------------------------------------
176
- .text-left {
177
- text-align: left;
178
- }
179
- .text-center {
180
- text-align: center;
181
- }
182
- .text-right {
183
- text-align: right;
184
- }
185
- .text-justify {
186
- text-align: justify;
187
- }
188
- .text-start {
189
- text-align: start;
190
- }
191
- .text-end {
192
- text-align: end;
193
- }
194
-
195
- //Text-decoration---------------------------------------------------------
196
- .underline {
197
- text-decoration-line: underline;
198
- }
199
- .overline {
200
- text-decoration-line: overline;
201
- }
202
- .line-through {
203
- text-decoration-line: line-through;
204
- }
205
- .no-underline {
206
- text-decoration-line: none;
207
- }
208
-
209
- //Text-decoration-style-----------------------------------------------------
210
- .decoration-solid {
211
- text-decoration-style: solid;
212
- }
213
- .decoration-double {
214
- text-decoration-style: double;
215
- }
216
- .decoration-dotted {
217
- text-decoration-style: dotted;
218
- }
219
- .decoration-dashed {
220
- text-decoration-style: dashed;
221
- }
222
- .font-bold {
223
- text-decoration-style: wavy;
224
- }
225
-
226
- //Text-decoration-thickness--------------------------------------------------
227
- .decoration-auto {
228
- text-decoration-thickness: auto;
229
- }
230
- .decoration-from-font {
231
- text-decoration-thickness: from-font;
232
- }
233
- .decoration-0 {
234
- text-decoration-thickness: 0px;
235
- }
236
- .decoration-1 {
237
- text-decoration-thickness: 1px;
238
- }
239
- .decoration-2 {
240
- text-decoration-thickness: 2px;
241
- }
242
- .decoration-4 {
243
- text-decoration-thickness: 4px;
244
- }
245
- .decoration-8 {
246
- text-decoration-thickness: 8px;
247
- }
248
-
249
- //Text-underline-offset----------------------------------------------------------
250
- .underline-offset-auto {
251
- text-underline-offset: auto;
252
- }
253
- .underline-offset-0 {
254
- text-underline-offset: 0px;
255
- }
256
- .underline-offset-1 {
257
- text-underline-offset: 1px;
258
- }
259
- .underline-offset-2 {
260
- text-underline-offset: 2px;
261
- }
262
- .underline-offset-4 {
263
- text-underline-offset: 4px;
264
- }
265
- .underline-offset-8 {
266
- text-underline-offset: 8px;
267
- }
268
-
269
- //Text-transform-------------------------------------------------------------------
270
- .uppercase {
271
- text-transform: uppercase;
272
- }
273
- .lowercase {
274
- text-transform: lowercase;
275
- }
276
- .capitalize {
277
- text-transform: capitalize;
278
- }
279
- .normal-case {
280
- text-transform: none;
281
- }
282
-
283
- //Text-Overflow----------------------------------------------------------------------
284
- .truncate {
285
- overflow: hidden;
286
- text-overflow: ellipsis;
287
- white-space: nowrap;
288
- }
289
- .text-ellipsis {
290
- text-overflow: ellipsis;
291
- }
292
- .text-clip {
293
- text-overflow: clip;
294
- }
295
-
296
- //Text-indent------------------------------------------------------------------------
297
- .indent-0 {
298
- text-indent: 0px;
299
- }
300
- .indent-px {
301
- text-indent: 1px;
302
- }
303
- .indent-2px {
304
- text-indent: 0.125rem; /* 2px */
305
- }
306
- .indent-1 {
307
- text-indent: 0.25rem; /* 4px */
308
- }
309
- .indent-6px {
310
- text-indent: 0.375rem; /* 6px */
311
- }
312
- .indent-2 {
313
- text-indent: 0.5rem; /* 8px */
314
- }
315
- .indent-10px {
316
- text-indent: 0.625rem; /* 10px */
317
- }
318
- .indent-3 {
319
- text-indent: 0.75rem; /* 12px */
320
- }
321
- .indent-14px {
322
- text-indent: 0.875rem; /* 14px */
323
- }
324
- .indent-4 {
325
- text-indent: 1rem; /* 16px */
326
- }
327
- .indent-5 {
328
- text-indent: 1.25rem; /* 20px */
329
- }
330
- .indent-6 {
331
- text-indent: 1.5rem; /* 24px */
332
- }
333
- .indent-7 {
334
- text-indent: 1.75rem; /* 28px */
335
- }
336
- .indent-8 {
337
- text-indent: 2rem; /* 32px */
338
- }
339
- .indent-9 {
340
- text-indent: 2.25rem; /* 36px */
341
- }
342
- .indent-10 {
343
- text-indent: 2.5rem; /* 40px */
344
- }
345
- .indent-11 {
346
- text-indent: 2.75rem; /* 44px */
347
- }
348
- .indent-12 {
349
- text-indent: 3rem; /* 48px */
350
- }
351
- .indent-14 {
352
- text-indent: 3.5rem; /* 56px */
353
- }
354
- .indent-16 {
355
- text-indent: 4rem; /* 64px */
356
- }
357
- .indent-20 {
358
- text-indent: 5rem; /* 80px */
359
- }
360
- .indent-24 {
361
- text-indent: 6rem; /* 96px */
362
- }
363
- .indent-28 {
364
- text-indent: 7rem; /* 112px */
365
- }
366
- .indent-32 {
367
- text-indent: 8rem; /* 128px */
368
- }
369
- .indent-36 {
370
- text-indent: 9rem; /* 144px */
371
- }
372
- .indent-40 {
373
- text-indent: 10rem; /* 160px */
374
- }
375
- .indent-44 {
376
- text-indent: 11rem; /* 176px */
377
- }
378
- .indent-48 {
379
- text-indent: 12rem; /* 192px */
380
- }
381
- .indent-52 {
382
- text-indent: 13rem; /* 208px */
383
- }
384
- .indent-56 {
385
- text-indent: 14rem; /* 224px */
386
- }
387
- .indent-60 {
388
- text-indent: 15rem; /* 240px */
389
- }
390
- .indent-64 {
391
- text-indent: 16rem; /* 256px */
392
- }
393
- .indent-72 {
394
- text-indent: 18rem; /* 288px */
395
- }
396
- .indent-80 {
397
- text-indent: 20rem; /* 320px */
398
- }
399
- .indent-96 {
400
- text-indent: 24rem; /* 384px */
401
- }
402
-
403
- //Vertical-align-------------------------------------------------------------------
404
- .align-baseline {
405
- vertical-align: baseline;
406
- }
407
- .align-top {
408
- vertical-align: top;
409
- }
410
- .align-middle {
411
- vertical-align: middle;
412
- }
413
- .align-bottom {
414
- vertical-align: bottom;
415
- }
416
- .align-text-top {
417
- vertical-align: text-top;
418
- }
419
- .align-text-bottom {
420
- vertical-align: text-bottom;
421
- }
422
- .align-sub {
423
- vertical-align: sub;
424
- }
425
- .align-super {
426
- vertical-align: super;
427
- }
428
-
429
- //WhiteSpace-------------------------------------------------------------------
430
- .whitespace-normal {
431
- white-space: normal;
432
- }
433
- .whitespace-nowrap {
434
- white-space: nowrap;
435
- }
436
- .whitespace-pre {
437
- white-space: pre;
438
- }
439
- .whitespace-pre-line {
440
- white-space: pre-line;
441
- }
442
- .whitespace-pre-wrap {
443
- white-space: pre-wrap;
444
- }
445
- .whitespace-break-spaces {
446
- white-space: break-spaces;
447
- }
448
-
449
- //Word Break-------------------------------------------------------------------
450
- .break-normal {
451
- overflow-wrap: normal;
452
- word-break: normal;
453
- }
454
- .break-words {
455
- overflow-wrap: break-word;
456
- }
457
- .break-all {
458
- word-break: break-all;
459
- }
460
- .break-keep {
461
- word-break: keep-all;
462
- }