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,764 +0,0 @@
1
- //Border----------------------------------------------------------------------------
2
- .rounded-none {
3
- border-radius: 0px;
4
- }
5
- .rounded-sm {
6
- border-radius: 0.125rem; /* 2px */
7
- }
8
- .rounded {
9
- border-radius: 0.25rem; /* 4px */
10
- }
11
- .rounded-md {
12
- border-radius: 0.375rem; /* 6px */
13
- }
14
- .rounded-lg {
15
- border-radius: 0.5rem; /* 8px */
16
- }
17
- .rounded-xl {
18
- border-radius: 0.75rem; /* 12px */
19
- }
20
- .rounded-2xl {
21
- border-radius: 1rem; /* 16px */
22
- }
23
- .rounded-3xl {
24
- border-radius: 1.5rem; /* 24px */
25
- }
26
- .rounded-full {
27
- border-radius: 9999px;
28
- }
29
- .rounded-s-none {
30
- border-start-start-radius: 0px;
31
- border-end-start-radius: 0px;
32
- }
33
- .rounded-s-sm {
34
- border-start-start-radius: 0.125rem; /* 2px */
35
- border-end-start-radius: 0.125rem; /* 2px */
36
- }
37
- .rounded-s {
38
- border-start-start-radius: 0.25rem; /* 4px */
39
- border-end-start-radius: 0.25rem; /* 4px */
40
- }
41
- .rounded-s-md {
42
- border-start-start-radius: 0.375rem; /* 6px */
43
- border-end-start-radius: 0.375rem; /* 6px */
44
- }
45
- .rounded-s-lg {
46
- border-start-start-radius: 0.5rem; /* 8px */
47
- border-end-start-radius: 0.5rem; /* 8px */
48
- }
49
- .rounded-s-xl {
50
- border-start-start-radius: 0.75rem; /* 12px */
51
- border-end-start-radius: 0.75rem; /* 12px */
52
- }
53
- .rounded-s-2xl {
54
- border-start-start-radius: 1rem; /* 16px */
55
- border-end-start-radius: 1rem; /* 16px */
56
- }
57
- .rounded-s-3xl {
58
- border-start-start-radius: 1.5rem; /* 24px */
59
- border-end-start-radius: 1.5rem; /* 24px */
60
- }
61
- .rounded-s-full {
62
- border-start-start-radius: 9999px;
63
- border-end-start-radius: 9999px;
64
- }
65
- .rounded-e-none {
66
- border-start-end-radius: 0px;
67
- border-end-end-radius: 0px;
68
- }
69
- .rounded-e-sm {
70
- border-start-end-radius: 0.125rem; /* 2px */
71
- border-end-end-radius: 0.125rem; /* 2px */
72
- }
73
- .rounded-e {
74
- border-start-end-radius: 0.25rem; /* 4px */
75
- border-end-end-radius: 0.25rem; /* 4px */
76
- }
77
- .rounded-e-md {
78
- border-start-end-radius: 0.375rem; /* 6px */
79
- border-end-end-radius: 0.375rem; /* 6px */
80
- }
81
- .rounded-e-lg {
82
- border-start-end-radius: 0.5rem; /* 8px */
83
- border-end-end-radius: 0.5rem; /* 8px */
84
- }
85
- .rounded-e-xl {
86
- border-start-end-radius: 0.75rem; /* 12px */
87
- border-end-end-radius: 0.75rem; /* 12px */
88
- }
89
- .rounded-e-2xl {
90
- border-start-end-radius: 1rem; /* 16px */
91
- border-end-end-radius: 1rem; /* 16px */
92
- }
93
- .rounded-e-3xl {
94
- border-start-end-radius: 1.5rem; /* 24px */
95
- border-end-end-radius: 1.5rem; /* 24px */
96
- }
97
- .rounded-e-full {
98
- border-start-end-radius: 9999px;
99
- border-end-end-radius: 9999px;
100
- }
101
- .rounded-t-none {
102
- border-top-left-radius: 0px;
103
- border-top-right-radius: 0px;
104
- }
105
- .rounded-t-sm {
106
- border-top-left-radius: 0.125rem; /* 2px */
107
- border-top-right-radius: 0.125rem; /* 2px */
108
- }
109
- .rounded-t {
110
- border-top-left-radius: 0.25rem; /* 4px */
111
- border-top-right-radius: 0.25rem; /* 4px */
112
- }
113
- .rounded-t-md {
114
- border-top-left-radius: 0.375rem; /* 6px */
115
- border-top-right-radius: 0.375rem; /* 6px */
116
- }
117
- .rounded-t-lg {
118
- border-top-left-radius: 0.5rem; /* 8px */
119
- border-top-right-radius: 0.5rem; /* 8px */
120
- }
121
- .rounded-t-xl {
122
- border-top-left-radius: 0.75rem; /* 12px */
123
- border-top-right-radius: 0.75rem; /* 12px */
124
- }
125
- .rounded-t-2xl {
126
- border-top-left-radius: 1rem; /* 16px */
127
- border-top-right-radius: 1rem; /* 16px */
128
- }
129
- .rounded-t-3xl {
130
- border-top-left-radius: 1.5rem; /* 24px */
131
- border-top-right-radius: 1.5rem; /* 24px */
132
- }
133
- .rounded-t-full {
134
- border-top-left-radius: 9999px;
135
- border-top-right-radius: 9999px;
136
- }
137
- .rounded-r-none {
138
- border-top-right-radius: 0px;
139
- border-bottom-right-radius: 0px;
140
- }
141
- .rounded-r-sm {
142
- border-top-right-radius: 0.125rem; /* 2px */
143
- border-bottom-right-radius: 0.125rem; /* 2px */
144
- }
145
- .rounded-r {
146
- border-top-right-radius: 0.25rem; /* 4px */
147
- border-bottom-right-radius: 0.25rem; /* 4px */
148
- }
149
- .rounded-r-md {
150
- border-top-right-radius: 0.375rem; /* 6px */
151
- border-bottom-right-radius: 0.375rem; /* 6px */
152
- }
153
- .rounded-r-lg {
154
- border-top-right-radius: 0.5rem; /* 8px */
155
- border-bottom-right-radius: 0.5rem; /* 8px */
156
- }
157
- .rounded-r-xl {
158
- border-top-right-radius: 0.75rem; /* 12px */
159
- border-bottom-right-radius: 0.75rem; /* 12px */
160
- }
161
- .rounded-r-2xl {
162
- border-top-right-radius: 1rem; /* 16px */
163
- border-bottom-right-radius: 1rem; /* 16px */
164
- }
165
- .rounded-r-3xl {
166
- border-top-right-radius: 1.5rem; /* 24px */
167
- border-bottom-right-radius: 1.5rem; /* 24px */
168
- }
169
- .rounded-r-full {
170
- border-top-right-radius: 9999px;
171
- border-bottom-right-radius: 9999px;
172
- }
173
- .rounded-b-none {
174
- border-bottom-right-radius: 0px;
175
- border-bottom-left-radius: 0px;
176
- }
177
- .rounded-b-sm {
178
- border-bottom-right-radius: 0.125rem; /* 2px */
179
- border-bottom-left-radius: 0.125rem; /* 2px */
180
- }
181
- .rounded-b {
182
- border-bottom-right-radius: 0.25rem; /* 4px */
183
- border-bottom-left-radius: 0.25rem; /* 4px */
184
- }
185
- .rounded-b-md {
186
- border-bottom-right-radius: 0.375rem; /* 6px */
187
- border-bottom-left-radius: 0.375rem; /* 6px */
188
- }
189
- .rounded-b-lg {
190
- border-bottom-right-radius: 0.5rem; /* 8px */
191
- border-bottom-left-radius: 0.5rem; /* 8px */
192
- }
193
- .rounded-b-xl {
194
- border-bottom-right-radius: 0.75rem; /* 12px */
195
- border-bottom-left-radius: 0.75rem; /* 12px */
196
- }
197
- .rounded-b-2xl {
198
- border-bottom-right-radius: 1rem; /* 16px */
199
- border-bottom-left-radius: 1rem; /* 16px */
200
- }
201
- .rounded-b-3xl {
202
- border-bottom-right-radius: 1.5rem; /* 24px */
203
- border-bottom-left-radius: 1.5rem; /* 24px */
204
- }
205
- .rounded-b-full {
206
- border-bottom-right-radius: 9999px;
207
- border-bottom-left-radius: 9999px;
208
- }
209
- .rounded-l-none {
210
- border-top-left-radius: 0px;
211
- border-bottom-left-radius: 0px;
212
- }
213
- .rounded-l-sm {
214
- border-top-left-radius: 0.125rem; /* 2px */
215
- border-bottom-left-radius: 0.125rem; /* 2px */
216
- }
217
- .rounded-l {
218
- border-top-left-radius: 0.25rem; /* 4px */
219
- border-bottom-left-radius: 0.25rem; /* 4px */
220
- }
221
- .rounded-l-md {
222
- border-top-left-radius: 0.375rem; /* 6px */
223
- border-bottom-left-radius: 0.375rem; /* 6px */
224
- }
225
- .rounded-l-lg {
226
- border-top-left-radius: 0.5rem; /* 8px */
227
- border-bottom-left-radius: 0.5rem; /* 8px */
228
- }
229
- .rounded-l-xl {
230
- border-top-left-radius: 0.75rem; /* 12px */
231
- border-bottom-left-radius: 0.75rem; /* 12px */
232
- }
233
- .rounded-l-2xl {
234
- border-top-left-radius: 1rem; /* 16px */
235
- border-bottom-left-radius: 1rem; /* 16px */
236
- }
237
- .rounded-l-3xl {
238
- border-top-left-radius: 1.5rem; /* 24px */
239
- border-bottom-left-radius: 1.5rem; /* 24px */
240
- }
241
- .rounded-l-full {
242
- border-top-left-radius: 9999px;
243
- border-bottom-left-radius: 9999px;
244
- }
245
- .rounded-ss-none {
246
- border-start-start-radius: 0px;
247
- }
248
- .rounded-ss-sm {
249
- border-start-start-radius: 0.125rem; /* 2px */
250
- }
251
- .rounded-ss {
252
- border-start-start-radius: 0.25rem; /* 4px */
253
- }
254
- .rounded-ss-md {
255
- border-start-start-radius: 0.375rem; /* 6px */
256
- }
257
- .rounded-ss-lg {
258
- border-start-start-radius: 0.5rem; /* 8px */
259
- }
260
- .rounded-ss-xl {
261
- border-start-start-radius: 0.75rem; /* 12px */
262
- }
263
- .rounded-ss-2xl {
264
- border-start-start-radius: 1rem; /* 16px */
265
- }
266
- .rounded-ss-3xl {
267
- border-start-start-radius: 1.5rem; /* 24px */
268
- }
269
- .rounded-ss-full {
270
- border-start-start-radius: 9999px;
271
- }
272
- .rounded-se-none {
273
- border-start-end-radius: 0px;
274
- }
275
- .rounded-se-sm {
276
- border-start-end-radius: 0.125rem; /* 2px */
277
- }
278
- .rounded-se {
279
- border-start-end-radius: 0.25rem; /* 4px */
280
- }
281
- .rounded-se-md {
282
- border-start-end-radius: 0.375rem; /* 6px */
283
- }
284
- .rounded-se-lg {
285
- border-start-end-radius: 0.5rem; /* 8px */
286
- }
287
- .rounded-se-xl {
288
- border-start-end-radius: 0.75rem; /* 12px */
289
- }
290
- .rounded-se-2xl {
291
- border-start-end-radius: 1rem; /* 16px */
292
- }
293
- .rounded-se-3xl {
294
- border-start-end-radius: 1.5rem; /* 24px */
295
- }
296
- .rounded-se-full {
297
- border-start-end-radius: 9999px;
298
- }
299
- .rounded-ee-none {
300
- border-end-end-radius: 0px;
301
- }
302
- .rounded-ee-sm {
303
- border-end-end-radius: 0.125rem; /* 2px */
304
- }
305
- .rounded-ee {
306
- border-end-end-radius: 0.25rem; /* 4px */
307
- }
308
- .rounded-ee-md {
309
- border-end-end-radius: 0.375rem; /* 6px */
310
- }
311
- .rounded-ee-lg {
312
- border-end-end-radius: 0.5rem; /* 8px */
313
- }
314
- .rounded-ee-xl {
315
- border-end-end-radius: 0.75rem; /* 12px */
316
- }
317
- .rounded-ee-2xl {
318
- border-end-end-radius: 1rem; /* 16px */
319
- }
320
- .rounded-ee-3xl {
321
- border-end-end-radius: 1.5rem; /* 24px */
322
- }
323
- .rounded-ee-full {
324
- border-end-end-radius: 9999px;
325
- }
326
- .rounded-es-none {
327
- border-end-start-radius: 0px;
328
- }
329
- .rounded-es-sm {
330
- border-end-start-radius: 0.125rem; /* 2px */
331
- }
332
- .rounded-es {
333
- border-end-start-radius: 0.25rem; /* 4px */
334
- }
335
- .rounded-es-md {
336
- border-end-start-radius: 0.375rem; /* 6px */
337
- }
338
- .rounded-es-lg {
339
- border-end-start-radius: 0.5rem; /* 8px */
340
- }
341
- .rounded-es-xl {
342
- border-end-start-radius: 0.75rem; /* 12px */
343
- }
344
- .rounded-es-2xl {
345
- border-end-start-radius: 1rem; /* 16px */
346
- }
347
- .rounded-es-3xl {
348
- border-end-start-radius: 1.5rem; /* 24px */
349
- }
350
- .rounded-es-full {
351
- border-end-start-radius: 9999px;
352
- }
353
- .rounded-tl-none {
354
- border-top-left-radius: 0px;
355
- }
356
- .rounded-tl-sm {
357
- border-top-left-radius: 0.125rem; /* 2px */
358
- }
359
- .rounded-tl {
360
- border-top-left-radius: 0.25rem; /* 4px */
361
- }
362
- .rounded-tl-md {
363
- border-top-left-radius: 0.375rem; /* 6px */
364
- }
365
- .rounded-tl-lg {
366
- border-top-left-radius: 0.5rem; /* 8px */
367
- }
368
- .rounded-tl-xl {
369
- border-top-left-radius: 0.75rem; /* 12px */
370
- }
371
- .rounded-tl-2xl {
372
- border-top-left-radius: 1rem; /* 16px */
373
- }
374
- .rounded-tl-3xl {
375
- border-top-left-radius: 1.5rem; /* 24px */
376
- }
377
- .rounded-tl-full {
378
- border-top-left-radius: 9999px;
379
- }
380
- .rounded-tr-none {
381
- border-top-right-radius: 0px;
382
- }
383
- .rounded-tr-sm {
384
- border-top-right-radius: 0.125rem; /* 2px */
385
- }
386
- .rounded-tr {
387
- border-top-right-radius: 0.25rem; /* 4px */
388
- }
389
- .rounded-tr-md {
390
- border-top-right-radius: 0.375rem; /* 6px */
391
- }
392
- .rounded-tr-lg {
393
- border-top-right-radius: 0.5rem; /* 8px */
394
- }
395
- .rounded-tr-xl {
396
- border-top-right-radius: 0.75rem; /* 12px */
397
- }
398
- .rounded-tr-2xl {
399
- border-top-right-radius: 1rem; /* 16px */
400
- }
401
- .rounded-tr-3xl {
402
- border-top-right-radius: 1.5rem; /* 24px */
403
- }
404
- .rounded-tr-full {
405
- border-top-right-radius: 9999px;
406
- }
407
- .rounded-br-none {
408
- border-bottom-right-radius: 0px;
409
- }
410
- .rounded-br-sm {
411
- border-bottom-right-radius: 0.125rem; /* 2px */
412
- }
413
- .rounded-br {
414
- border-bottom-right-radius: 0.25rem; /* 4px */
415
- }
416
- .rounded-br-md {
417
- border-bottom-right-radius: 0.375rem; /* 6px */
418
- }
419
- .rounded-br-lg {
420
- border-bottom-right-radius: 0.5rem; /* 8px */
421
- }
422
- .rounded-br-xl {
423
- border-bottom-right-radius: 0.75rem; /* 12px */
424
- }
425
- .rounded-br-2xl {
426
- border-bottom-right-radius: 1rem; /* 16px */
427
- }
428
- .rounded-br-3xl {
429
- border-bottom-right-radius: 1.5rem; /* 24px */
430
- }
431
- .rounded-br-full {
432
- border-bottom-right-radius: 9999px;
433
- }
434
- .rounded-bl-none {
435
- border-bottom-left-radius: 0px;
436
- }
437
- .rounded-bl-sm {
438
- border-bottom-left-radius: 0.125rem; /* 2px */
439
- }
440
- .rounded-bl {
441
- border-bottom-left-radius: 0.25rem; /* 4px */
442
- }
443
- .rounded-bl-md {
444
- border-bottom-left-radius: 0.375rem; /* 6px */
445
- }
446
- .rounded-bl-lg {
447
- border-bottom-left-radius: 0.5rem; /* 8px */
448
- }
449
- .rounded-bl-xl {
450
- border-bottom-left-radius: 0.75rem; /* 12px */
451
- }
452
- .rounded-bl-2xl {
453
- border-bottom-left-radius: 1rem; /* 16px */
454
- }
455
- .rounded-bl-3xl {
456
- border-bottom-left-radius: 1.5rem; /* 24px */
457
- }
458
- .rounded-bl-full {
459
- border-bottom-left-radius: 9999px;
460
- }
461
-
462
- .border-0 {
463
- border-width: 0px;
464
- }
465
- .border-2 {
466
- border-width: 2px;
467
- }
468
- .border-4 {
469
- border-width: 4px;
470
- }
471
- .border-8 {
472
- border-width: 8px;
473
- }
474
- .border {
475
- border-width: 1px;
476
- }
477
- .border-x-0 {
478
- border-left-width: 0px;
479
- border-right-width: 0px;
480
- }
481
- .border-x-2 {
482
- border-left-width: 2px;
483
- border-right-width: 2px;
484
- }
485
- .border-x-4 {
486
- border-left-width: 4px;
487
- border-right-width: 4px;
488
- }
489
- .border-x-8 {
490
- border-left-width: 8px;
491
- border-right-width: 8px;
492
- }
493
- .border-x {
494
- border-left-width: 1px;
495
- border-right-width: 1px;
496
- }
497
- .border-y-0 {
498
- border-top-width: 0px;
499
- border-bottom-width: 0px;
500
- }
501
- .border-y-2 {
502
- border-top-width: 2px;
503
- border-bottom-width: 2px;
504
- }
505
- .border-y-4 {
506
- border-top-width: 4px;
507
- border-bottom-width: 4px;
508
- }
509
- .border-y-8 {
510
- border-top-width: 8px;
511
- border-bottom-width: 8px;
512
- }
513
- .border-y {
514
- border-top-width: 1px;
515
- border-bottom-width: 1px;
516
- }
517
- .border-s-0 {
518
- border-inline-start-width: 0px;
519
- }
520
- .border-s-2 {
521
- border-inline-start-width: 2px;
522
- }
523
- .border-s-4 {
524
- border-inline-start-width: 4px;
525
- }
526
- .border-s-8 {
527
- border-inline-start-width: 8px;
528
- }
529
- .border-s {
530
- border-inline-start-width: 1px;
531
- }
532
- .border-e-0 {
533
- border-inline-end-width: 0px;
534
- }
535
- .border-e-2 {
536
- border-inline-end-width: 2px;
537
- }
538
- .border-e-4 {
539
- border-inline-end-width: 4px;
540
- }
541
- .border-e-8 {
542
- border-inline-end-width: 8px;
543
- }
544
- .border-e {
545
- border-inline-end-width: 1px;
546
- }
547
- .border-t-0 {
548
- border-top-width: 0px;
549
- }
550
- .border-t-2 {
551
- border-top-width: 2px;
552
- }
553
- .border-t-4 {
554
- border-top-width: 4px;
555
- }
556
- .border-t-8 {
557
- border-top-width: 8px;
558
- }
559
- .border-t {
560
- border-top-width: 1px;
561
- }
562
- .border-r-0 {
563
- border-right-width: 0px;
564
- }
565
- .border-r-2 {
566
- border-right-width: 2px;
567
- }
568
- .border-r-4 {
569
- border-right-width: 4px;
570
- }
571
- .border-r-8 {
572
- border-right-width: 8px;
573
- }
574
- .border-r {
575
- border-right-width: 1px;
576
- }
577
- .border-b-0 {
578
- border-bottom-width: 0px;
579
- }
580
- .border-b-2 {
581
- border-bottom-width: 2px;
582
- }
583
- .border-b-4 {
584
- border-bottom-width: 4px;
585
- }
586
- .border-b-8 {
587
- border-bottom-width: 8px;
588
- }
589
- .border-b {
590
- border-bottom-width: 1px;
591
- }
592
- .border-l-0 {
593
- border-left-width: 0px;
594
- }
595
- .border-l-2 {
596
- border-left-width: 2px;
597
- }
598
- .border-l-4 {
599
- border-left-width: 4px;
600
- }
601
- .border-l-8 {
602
- border-left-width: 8px;
603
- }
604
- .border-l {
605
- border-left-width: 1px;
606
- }
607
-
608
- //Border style---------------------------------------------------------------------------
609
- .border-solid {
610
- border-style: solid;
611
- }
612
- .border-dashed {
613
- border-style: dashed;
614
- }
615
- .border-dotted {
616
- border-style: dotted;
617
- }
618
- .border-double {
619
- border-style: double;
620
- }
621
- .border-hidden {
622
- border-style: hidden;
623
- }
624
- .border-none {
625
- border-style: none;
626
- }
627
-
628
- //Outline width and style---------------------------------------------------------------------------
629
- .outline-0 {
630
- outline-width: 0px;
631
- }
632
- .outline-1 {
633
- outline-width: 1px;
634
- }
635
- .outline-2 {
636
- outline-width: 2px;
637
- }
638
- .outline-4 {
639
- outline-width: 4px;
640
- }
641
- .outline-8 {
642
- outline-width: 8px;
643
- }
644
- .outline-none {
645
- outline: 2px solid transparent;
646
- outline-offset: 2px;
647
- }
648
- .outline {
649
- outline-style: solid;
650
- }
651
- .outline-dashed {
652
- outline-style: dashed;
653
- }
654
- .outline-dotted {
655
- outline-style: dotted;
656
- }
657
- .outline-double {
658
- outline-style: double;
659
- }
660
-
661
- //Backgounds Attachment------------------------------------------------------------------------------------
662
- .bg-fixed {
663
- background-attachment: fixed;
664
- }
665
- .bg-local {
666
- background-attachment: local;
667
- }
668
- .bg-scroll {
669
- background-attachment: scroll;
670
- }
671
-
672
- //Background Clip-------------------------------------
673
- .bg-clip-padding {
674
- background-clip: padding-box;
675
- }
676
- .bg-clip-content {
677
- background-clip: content-box;
678
- }
679
- .bg-clip-text {
680
- background-clip: text;
681
- }
682
- .bg-clip-border {
683
- background-clip: border-box;
684
- }
685
- .bg-clip-padding {
686
- background-clip: padding-box;
687
- }
688
- .bg-clip-content {
689
- background-clip: content-box;
690
- }
691
- .bg-clip-text {
692
- background-clip: text;
693
- }
694
-
695
- //Background Origin--------------------------------------
696
- .bg-origin-border {
697
- background-origin: border-box;
698
- }
699
- .bg-origin-padding {
700
- background-origin: padding-box;
701
- }
702
- .bg-origin-content {
703
- background-origin: content-box;
704
- }
705
-
706
- //Background Position------------------------------------
707
- .bg-bottom {
708
- background-position: bottom;
709
- }
710
- .bg-center {
711
- background-position: center;
712
- }
713
- .bg-left {
714
- background-position: left;
715
- }
716
- .bg-left-bottom {
717
- background-position: left bottom;
718
- }
719
- .bg-left-top {
720
- background-position: left top;
721
- }
722
- .bg-right {
723
- background-position: right;
724
- }
725
- .bg-right-bottom {
726
- background-position: right bottom;
727
- }
728
- .bg-right-top {
729
- background-position: right top;
730
- }
731
- .bg-top {
732
- background-position: top;
733
- }
734
-
735
- //Background Repeat-------------------------------------
736
- .bg-repeat {
737
- background-repeat: repeat;
738
- }
739
- .bg-no-repeat {
740
- background-repeat: no-repeat;
741
- }
742
- .bg-repeat-x {
743
- background-repeat: repeat-x;
744
- }
745
- .bg-repeat-y {
746
- background-repeat: repeat-y;
747
- }
748
- .bg-repeat-round {
749
- background-repeat: round;
750
- }
751
- .bg-repeat-space {
752
- background-repeat: space;
753
- }
754
-
755
- //Background Size---------------------------------------
756
- .bg-auto {
757
- background-size: auto;
758
- }
759
- .bg-cover {
760
- background-size: cover;
761
- }
762
- .bg-contain {
763
- background-size: contain;
764
- }