@kofile/gds-foundations 1.0.0-alpha.8 → 1.0.0
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/build/css/.DS_Store +0 -0
- package/build/css/components/badge.module.css +6 -0
- package/build/css/components/card.module.css +19 -0
- package/build/css/components/checkbox.module.css +0 -4
- package/build/css/components/dialog.module.css +108 -0
- package/build/css/components/field-message.module.css +0 -1
- package/build/css/components/input.module.css +34 -5
- package/build/css/components/list-callout-group.module.css +10 -0
- package/build/css/components/list-callout.module.css +13 -0
- package/build/css/components/list-group.module.css +10 -0
- package/build/css/components/list-item.module.css +13 -0
- package/build/css/components/loader.module.css +19 -0
- package/build/css/components/radio-group.module.css +2 -2
- package/build/css/components/segmented-controller.module.css +160 -0
- package/build/css/components/select.module.css +33 -5
- package/build/css/components/switch.module.css +0 -7
- package/build/css/components/tabs.module.css +12 -9
- package/build/css/index.css +0 -1
- package/build/css/themes/card/dark.css +6 -0
- package/build/css/themes/card/light.css +6 -0
- package/build/css/themes/dialog/dark.css +13 -0
- package/build/css/themes/dialog/light.css +13 -0
- package/build/css/themes/field-message/light.css +1 -1
- package/build/css/themes/global.css +91 -7
- package/build/css/themes/index.css +10 -0
- package/build/css/themes/input/light.css +3 -0
- package/build/css/themes/list-item/dark.css +5 -0
- package/build/css/themes/list-item/light.css +5 -0
- package/build/css/themes/loader/dark.css +6 -0
- package/build/css/themes/loader/light.css +6 -0
- package/build/css/themes/segmented-controller/dark.css +15 -0
- package/build/css/themes/segmented-controller/light.css +14 -0
- package/build/css/themes/select/dark.css +2 -0
- package/build/css/themes/select/light.css +2 -0
- package/build/css/themes/table/dark.css +2 -2
- package/build/css/themes/tabs/dark.css +2 -0
- package/build/minified/badge.module.css +1 -0
- package/build/minified/button.module.css +33 -0
- package/build/minified/card.module.css +1 -0
- package/build/minified/checkbox.module.css +7 -0
- package/build/minified/dark.css +1 -0
- package/build/minified/dialog.module.css +21 -0
- package/build/minified/field-message.module.css +1 -0
- package/build/minified/form-label.module.css +1 -0
- package/build/minified/global.css +1 -0
- package/build/minified/index.css +1 -0
- package/build/minified/input.module.css +37 -0
- package/build/minified/label.module.css +1 -0
- package/build/minified/light.css +1 -0
- package/build/minified/link.module.css +1 -0
- package/build/minified/list-callout-group.module.css +1 -0
- package/build/minified/list-callout.module.css +1 -0
- package/build/minified/list-group.module.css +1 -0
- package/build/minified/list-item.module.css +1 -0
- package/build/minified/loader.module.css +1 -0
- package/build/minified/radio-group.module.css +21 -0
- package/build/minified/segmented-controller.module.css +57 -0
- package/build/minified/select.module.css +55 -0
- package/build/minified/switch.module.css +3 -0
- package/build/minified/table.module.css +65 -0
- package/build/minified/tabs.module.css +9 -0
- package/package.json +35 -11
- package/build/css/tokens-global.css +0 -342
- package/build/css/utilities/background-color.css +0 -284
- package/build/css/utilities/border-color.css +0 -284
- package/build/css/utilities/border-radius.css +0 -455
- package/build/css/utilities/border-style.css +0 -18
- package/build/css/utilities/border-width.css +0 -127
- package/build/css/utilities/box-sizing.css +0 -7
- package/build/css/utilities/cursor.css +0 -31
- package/build/css/utilities/display.css +0 -63
- package/build/css/utilities/flex-shrink.css +0 -6
- package/build/css/utilities/flex.css +0 -198
- package/build/css/utilities/font.css +0 -131
- package/build/css/utilities/gap.css +0 -104
- package/build/css/utilities/grid-auto-columns.css +0 -12
- package/build/css/utilities/grid-template-columns.css +0 -42
- package/build/css/utilities/height.css +0 -123
- package/build/css/utilities/index.css +0 -30
- package/build/css/utilities/margin.css +0 -299
- package/build/css/utilities/max-height.css +0 -123
- package/build/css/utilities/max-width.css +0 -69
- package/build/css/utilities/min-height.css +0 -18
- package/build/css/utilities/min-width.css +0 -15
- package/build/css/utilities/object-fit.css +0 -15
- package/build/css/utilities/object-position.css +0 -27
- package/build/css/utilities/overflow.css +0 -45
- package/build/css/utilities/padding.css +0 -288
- package/build/css/utilities/position.css +0 -1106
- package/build/css/utilities/text-overflow.css +0 -13
- package/build/css/utilities/text-transform.css +0 -12
- package/build/css/utilities/vertical-align.css +0 -31
- package/build/css/utilities/white-space.css +0 -23
- package/build/css/utilities/width.css +0 -123
|
@@ -1,198 +0,0 @@
|
|
|
1
|
-
/* flex-direction */
|
|
2
|
-
.flex-row {
|
|
3
|
-
flex-direction: row !important;
|
|
4
|
-
}
|
|
5
|
-
.flex-row-reverse {
|
|
6
|
-
flex-direction: row-reverse !important;
|
|
7
|
-
}
|
|
8
|
-
.flex-col {
|
|
9
|
-
flex-direction: column !important;
|
|
10
|
-
}
|
|
11
|
-
.flex-col-reverse {
|
|
12
|
-
flex-direction: column-reverse !important;
|
|
13
|
-
}
|
|
14
|
-
/* flex-wrap */
|
|
15
|
-
.flex-wrap {
|
|
16
|
-
flex-wrap: wrap !important;
|
|
17
|
-
}
|
|
18
|
-
.flex-nowrap {
|
|
19
|
-
flex-wrap: nowrap !important;
|
|
20
|
-
}
|
|
21
|
-
.flex-wrap-reverse {
|
|
22
|
-
flex-wrap: wrap-reverse !important;
|
|
23
|
-
}
|
|
24
|
-
/* justify-content*/
|
|
25
|
-
.justify-normal: {
|
|
26
|
-
justify-content: normal !important;
|
|
27
|
-
}
|
|
28
|
-
.justify-start {
|
|
29
|
-
justify-content: flex-start !important;
|
|
30
|
-
}
|
|
31
|
-
.justify-end {
|
|
32
|
-
justify-content: flex-end !important;
|
|
33
|
-
}
|
|
34
|
-
.justify-center {
|
|
35
|
-
justify-content: center !important;
|
|
36
|
-
}
|
|
37
|
-
.justify-between {
|
|
38
|
-
justify-content: space-between !important;
|
|
39
|
-
}
|
|
40
|
-
.justify-around {
|
|
41
|
-
justify-content: space-around !important;
|
|
42
|
-
}
|
|
43
|
-
.justify-evenly {
|
|
44
|
-
justify-content: space-evenly !important;
|
|
45
|
-
}
|
|
46
|
-
.justify-stretch {
|
|
47
|
-
justify-content: stretch !important;
|
|
48
|
-
}
|
|
49
|
-
/* justify-self */
|
|
50
|
-
.justify-self-auto {
|
|
51
|
-
justify-self: auto !important;
|
|
52
|
-
}
|
|
53
|
-
.justify-self-start {
|
|
54
|
-
justify-self: flex-start !important;
|
|
55
|
-
}
|
|
56
|
-
.justify-self-end {
|
|
57
|
-
justify-self: flex-end !important;
|
|
58
|
-
}
|
|
59
|
-
.justify-self-center {
|
|
60
|
-
justify-self: center !important;
|
|
61
|
-
}
|
|
62
|
-
.justify-self-stretch {
|
|
63
|
-
justify-self: stretch !important;
|
|
64
|
-
}
|
|
65
|
-
/* justify-items */
|
|
66
|
-
.justify-items-start {
|
|
67
|
-
justify-items: flex-start !important;
|
|
68
|
-
}
|
|
69
|
-
.justify-items-end {
|
|
70
|
-
justify-items: flex-end !important;
|
|
71
|
-
}
|
|
72
|
-
.justify-items-center {
|
|
73
|
-
justify-items: center !important;
|
|
74
|
-
}
|
|
75
|
-
.justify-items-stretch {
|
|
76
|
-
justify-items: stretch !important;
|
|
77
|
-
}
|
|
78
|
-
/* align-self */
|
|
79
|
-
.self-auto {
|
|
80
|
-
align-self: auto !important;
|
|
81
|
-
}
|
|
82
|
-
.self-start {
|
|
83
|
-
align-self: flex-start !important;
|
|
84
|
-
}
|
|
85
|
-
.self-end {
|
|
86
|
-
align-self: flex-end !important;
|
|
87
|
-
}
|
|
88
|
-
.self-center {
|
|
89
|
-
align-self: center !important;
|
|
90
|
-
}
|
|
91
|
-
.self-stretch {
|
|
92
|
-
align-self: stretch !important;
|
|
93
|
-
}
|
|
94
|
-
.self-baseline {
|
|
95
|
-
align-self: baseline !important;
|
|
96
|
-
}
|
|
97
|
-
/* align */
|
|
98
|
-
.items-start {
|
|
99
|
-
align-items: flex-start !important;
|
|
100
|
-
}
|
|
101
|
-
.items-end {
|
|
102
|
-
align-items: flex-end !important;
|
|
103
|
-
}
|
|
104
|
-
.items-center {
|
|
105
|
-
align-items: center !important;
|
|
106
|
-
}
|
|
107
|
-
.items-baseline {
|
|
108
|
-
align-items: baseline !important;
|
|
109
|
-
}
|
|
110
|
-
.items-stretch {
|
|
111
|
-
align-items: stretch !important;
|
|
112
|
-
}
|
|
113
|
-
/* align-content */
|
|
114
|
-
.content-normal {
|
|
115
|
-
align-content: normal !important;
|
|
116
|
-
}
|
|
117
|
-
.content-center {
|
|
118
|
-
align-content: center !important;
|
|
119
|
-
}
|
|
120
|
-
.content-start {
|
|
121
|
-
align-content: flex-start !important;
|
|
122
|
-
}
|
|
123
|
-
.content-end {
|
|
124
|
-
align-content: flex-end !important;
|
|
125
|
-
}
|
|
126
|
-
.content-between {
|
|
127
|
-
align-content: space-between !important;
|
|
128
|
-
}
|
|
129
|
-
.content-around {
|
|
130
|
-
align-content: space-around !important;
|
|
131
|
-
}
|
|
132
|
-
.content-evenly {
|
|
133
|
-
align-content: space-evenly !important;
|
|
134
|
-
}
|
|
135
|
-
.content-baseline {
|
|
136
|
-
align-content: baseline !important;
|
|
137
|
-
}
|
|
138
|
-
.content-stretch {
|
|
139
|
-
align-content: stretch !important;
|
|
140
|
-
}
|
|
141
|
-
|
|
142
|
-
/* place-content */
|
|
143
|
-
.place-content-center {
|
|
144
|
-
place-content: center !important;
|
|
145
|
-
}
|
|
146
|
-
.place-content-start {
|
|
147
|
-
place-content: start !important;
|
|
148
|
-
}
|
|
149
|
-
.place-content-end {
|
|
150
|
-
place-content: end !important;
|
|
151
|
-
}
|
|
152
|
-
.place-content-between {
|
|
153
|
-
place-content: space-between !important;
|
|
154
|
-
}
|
|
155
|
-
.place-content-around {
|
|
156
|
-
place-content: space-around !important;
|
|
157
|
-
}
|
|
158
|
-
.place-content-evenly {
|
|
159
|
-
place-content: space-evenly !important;
|
|
160
|
-
}
|
|
161
|
-
.place-content-baseline {
|
|
162
|
-
place-content: baseline !important;
|
|
163
|
-
}
|
|
164
|
-
.place-content-stretch {
|
|
165
|
-
place-content: stretch !important;
|
|
166
|
-
}
|
|
167
|
-
/* place-items */
|
|
168
|
-
.place-items-start {
|
|
169
|
-
place-items: start !important;
|
|
170
|
-
}
|
|
171
|
-
.place-items-end {
|
|
172
|
-
place-items: end !important;
|
|
173
|
-
}
|
|
174
|
-
.place-items-center {
|
|
175
|
-
place-items: center !important;
|
|
176
|
-
}
|
|
177
|
-
.place-items-baseline {
|
|
178
|
-
place-items: baseline !important;
|
|
179
|
-
}
|
|
180
|
-
.place-items-stretch {
|
|
181
|
-
place-items: stretch !important;
|
|
182
|
-
}
|
|
183
|
-
/* place-self */
|
|
184
|
-
.place-self-auto {
|
|
185
|
-
place-self: auto !important;
|
|
186
|
-
}
|
|
187
|
-
.place-self-start {
|
|
188
|
-
place-self: start !important;
|
|
189
|
-
}
|
|
190
|
-
.place-self-end {
|
|
191
|
-
place-self: end !important;
|
|
192
|
-
}
|
|
193
|
-
.place-self-center {
|
|
194
|
-
place-self: center !important;
|
|
195
|
-
}
|
|
196
|
-
.place-self-stretch {
|
|
197
|
-
place-self: stretch !important;
|
|
198
|
-
}
|
|
@@ -1,131 +0,0 @@
|
|
|
1
|
-
/* Font Size 3XS */
|
|
2
|
-
.fs-3xs-regular {
|
|
3
|
-
font: var(--font-size-3xs-regular) !important;
|
|
4
|
-
}
|
|
5
|
-
.fs-3xs-semibold {
|
|
6
|
-
font: var(--font-size-3xs-semibold) !important;
|
|
7
|
-
}
|
|
8
|
-
.fs-3xs-bold {
|
|
9
|
-
font: var(--font-size-3xs-bold) !important;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
/* Font Size 2XS */
|
|
13
|
-
.fs-2xs-regular {
|
|
14
|
-
font: var(--font-size-2xs-regular) !important;
|
|
15
|
-
}
|
|
16
|
-
.fs-2xs-semibold {
|
|
17
|
-
font: var(--font-size-2xs-semibold) !important;
|
|
18
|
-
}
|
|
19
|
-
.fs-2xs-bold {
|
|
20
|
-
font: var(--font-size-2xs-bold) !important;
|
|
21
|
-
}
|
|
22
|
-
|
|
23
|
-
/* Font Size XS */
|
|
24
|
-
.fs-xs-regular {
|
|
25
|
-
font: var(--font-size-xs-regular) !important;
|
|
26
|
-
}
|
|
27
|
-
.fs-xs-semibold {
|
|
28
|
-
font: var(--font-size-xs-semibold) !important;
|
|
29
|
-
}
|
|
30
|
-
.fs-xs-bold {
|
|
31
|
-
font: var(--font-size-xs-bold) !important;
|
|
32
|
-
}
|
|
33
|
-
|
|
34
|
-
/* Font Size SM */
|
|
35
|
-
.fs-sm-regular {
|
|
36
|
-
font: var(--font-size-sm-regular) !important;
|
|
37
|
-
}
|
|
38
|
-
.fs-sm-semibold {
|
|
39
|
-
font: var(--font-size-sm-semibold) !important;
|
|
40
|
-
}
|
|
41
|
-
.fs-sm-bold {
|
|
42
|
-
font: var(--font-size-sm-bold) !important;
|
|
43
|
-
}
|
|
44
|
-
|
|
45
|
-
/* Font Size MD */
|
|
46
|
-
.fs-md-regular {
|
|
47
|
-
font: var(--font-size-md-regular) !important;
|
|
48
|
-
}
|
|
49
|
-
.fs-md-semibold {
|
|
50
|
-
font: var(--font-size-md-semibold) !important;
|
|
51
|
-
}
|
|
52
|
-
.fs-md-bold {
|
|
53
|
-
font: var(--font-size-md-bold) !important;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
/* Font Size LG */
|
|
57
|
-
.fs-lg-regular {
|
|
58
|
-
font: var(--font-size-lg-regular) !important;
|
|
59
|
-
}
|
|
60
|
-
.fs-lg-semibold {
|
|
61
|
-
font: var(--font-size-lg-semibold) !important;
|
|
62
|
-
}
|
|
63
|
-
.fs-lg-bold {
|
|
64
|
-
font: var(--font-size-lg-bold) !important;
|
|
65
|
-
}
|
|
66
|
-
|
|
67
|
-
/* Font Size XL */
|
|
68
|
-
.fs-xl-regular {
|
|
69
|
-
font: var(--font-size-xl-regular) !important;
|
|
70
|
-
}
|
|
71
|
-
.fs-xl-semibold {
|
|
72
|
-
font: var(--font-size-xl-semibold) !important;
|
|
73
|
-
}
|
|
74
|
-
.fs-xl-bold {
|
|
75
|
-
font: var(--font-size-xl-bold) !important;
|
|
76
|
-
}
|
|
77
|
-
|
|
78
|
-
/* Font Size 2XL */
|
|
79
|
-
.fs-2xl-regular {
|
|
80
|
-
font: var(--font-size-2xl-regular) !important;
|
|
81
|
-
}
|
|
82
|
-
.fs-2xl-semibold {
|
|
83
|
-
font: var(--font-size-2xl-semibold) !important;
|
|
84
|
-
}
|
|
85
|
-
.fs-2xl-bold {
|
|
86
|
-
font: var(--font-size-2xl-bold) !important;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
/* Font Size 3XL */
|
|
90
|
-
.fs-3xl-regular {
|
|
91
|
-
font: var(--font-size-3xl-regular) !important;
|
|
92
|
-
}
|
|
93
|
-
.fs-3xl-semibold {
|
|
94
|
-
font: var(--font-size-3xl-semibold) !important;
|
|
95
|
-
}
|
|
96
|
-
.fs-3xl-bold {
|
|
97
|
-
font: var(--font-size-3xl-bold) !important;
|
|
98
|
-
}
|
|
99
|
-
|
|
100
|
-
/* Font Size 4XL */
|
|
101
|
-
.fs-4xl-regular {
|
|
102
|
-
font: var(--font-size-4xl-regular) !important;
|
|
103
|
-
}
|
|
104
|
-
.fs-4xl-semibold {
|
|
105
|
-
font: var(--font-size-4xl-semibold) !important;
|
|
106
|
-
}
|
|
107
|
-
.fs-4xl-bold {
|
|
108
|
-
font: var(--font-size-4xl-bold) !important;
|
|
109
|
-
}
|
|
110
|
-
|
|
111
|
-
/* Font Size 5XL */
|
|
112
|
-
.fs-5xl-regular {
|
|
113
|
-
font: var(--font-size-5xl-regular) !important;
|
|
114
|
-
}
|
|
115
|
-
.fs-5xl-semibold {
|
|
116
|
-
font: var(--font-size-5xl-semibold) !important;
|
|
117
|
-
}
|
|
118
|
-
.fs-5xl-bold {
|
|
119
|
-
font: var(--font-size-5xl-bold) !important;
|
|
120
|
-
}
|
|
121
|
-
|
|
122
|
-
/* Font Size 6XL */
|
|
123
|
-
.fs-6xl-regular {
|
|
124
|
-
font: var(--font-size-6xl-regular) !important;
|
|
125
|
-
}
|
|
126
|
-
.fs-6xl-semibold {
|
|
127
|
-
font: var(--font-size-6xl-semibold) !important;
|
|
128
|
-
}
|
|
129
|
-
.fs-6xl-bold {
|
|
130
|
-
font: var(--font-size-6xl-bold) !important;
|
|
131
|
-
}
|
|
@@ -1,104 +0,0 @@
|
|
|
1
|
-
/* gap */
|
|
2
|
-
.gap-4xs {
|
|
3
|
-
gap: var(--spacing-4xs) !important;
|
|
4
|
-
}
|
|
5
|
-
.gap-3xs {
|
|
6
|
-
gap: var(--spacing-3xs) !important;
|
|
7
|
-
}
|
|
8
|
-
.gap-2xs {
|
|
9
|
-
gap: var(--spacing-2xs) !important;
|
|
10
|
-
}
|
|
11
|
-
.gap-xs {
|
|
12
|
-
gap: var(--spacing-xs) !important;
|
|
13
|
-
}
|
|
14
|
-
.gap-sm {
|
|
15
|
-
gap: var(--spacing-sm) !important;
|
|
16
|
-
}
|
|
17
|
-
.gap-md {
|
|
18
|
-
gap: var(--spacing-md) !important;
|
|
19
|
-
}
|
|
20
|
-
.gap-lg {
|
|
21
|
-
gap: var(--spacing-lg) !important;
|
|
22
|
-
}
|
|
23
|
-
.gap-xl {
|
|
24
|
-
gap: var(--spacing-xl) !important;
|
|
25
|
-
}
|
|
26
|
-
.gap-2xl {
|
|
27
|
-
gap: var(--spacing-2xl) !important;
|
|
28
|
-
}
|
|
29
|
-
.gap-3xl {
|
|
30
|
-
gap: var(--spacing-3xl) !important;
|
|
31
|
-
}
|
|
32
|
-
.gap-4xl {
|
|
33
|
-
gap: var(--spacing-4xl) !important;
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
/* row gap */
|
|
37
|
-
.row-gap-4xs {
|
|
38
|
-
row-gap: var(--spacing-4xs) !important;
|
|
39
|
-
}
|
|
40
|
-
.row-gap-3xs {
|
|
41
|
-
row-gap: var(--spacing-3xs) !important;
|
|
42
|
-
}
|
|
43
|
-
.row-gap-2xs {
|
|
44
|
-
row-gap: var(--spacing-2xs) !important;
|
|
45
|
-
}
|
|
46
|
-
.row-gap-xs {
|
|
47
|
-
row-gap: var(--spacing-xs) !important;
|
|
48
|
-
}
|
|
49
|
-
.row-gap-sm {
|
|
50
|
-
row-gap: var(--spacing-sm) !important;
|
|
51
|
-
}
|
|
52
|
-
.row-gap-md {
|
|
53
|
-
row-gap: var(--spacing-md) !important;
|
|
54
|
-
}
|
|
55
|
-
.row-gap-lg {
|
|
56
|
-
row-gap: var(--spacing-lg) !important;
|
|
57
|
-
}
|
|
58
|
-
.row-gap-xl {
|
|
59
|
-
row-gap: var(--spacing-xl) !important;
|
|
60
|
-
}
|
|
61
|
-
.row-gap-2xl {
|
|
62
|
-
row-gap: var(--spacing-2xl) !important;
|
|
63
|
-
}
|
|
64
|
-
.row-gap-3xl {
|
|
65
|
-
row-gap: var(--spacing-3xl) !important;
|
|
66
|
-
}
|
|
67
|
-
.row-gap-4xl {
|
|
68
|
-
row-gap: var(--spacing-4xl) !important;
|
|
69
|
-
}
|
|
70
|
-
|
|
71
|
-
/* column gap */
|
|
72
|
-
.col-gap-4xs {
|
|
73
|
-
column-gap: var(--spacing-4xs) !important;
|
|
74
|
-
}
|
|
75
|
-
.col-gap-3xs {
|
|
76
|
-
column-gap: var(--spacing-3xs) !important;
|
|
77
|
-
}
|
|
78
|
-
.col-gap-2xs {
|
|
79
|
-
column-gap: var(--spacing-2xs) !important;
|
|
80
|
-
}
|
|
81
|
-
.col-gap-xs {
|
|
82
|
-
column-gap: var(--spacing-xs) !important;
|
|
83
|
-
}
|
|
84
|
-
.col-gap-sm {
|
|
85
|
-
column-gap: var(--spacing-sm) !important;
|
|
86
|
-
}
|
|
87
|
-
.col-gap-md {
|
|
88
|
-
column-gap: var(--spacing-md) !important;
|
|
89
|
-
}
|
|
90
|
-
.col-gap-lg {
|
|
91
|
-
column-gap: var(--spacing-lg) !important;
|
|
92
|
-
}
|
|
93
|
-
.col-gap-xl {
|
|
94
|
-
column-gap: var(--spacing-xl) !important;
|
|
95
|
-
}
|
|
96
|
-
.col-gap-2xl {
|
|
97
|
-
column-gap: var(--spacing-2xl) !important;
|
|
98
|
-
}
|
|
99
|
-
.col-gap-3xl {
|
|
100
|
-
column-gap: var(--spacing-3xl) !important;
|
|
101
|
-
}
|
|
102
|
-
.col-gap-4xl {
|
|
103
|
-
column-gap: var(--spacing-4xl) !important;
|
|
104
|
-
}
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
.grid-cols-1 {
|
|
2
|
-
grid-template-columns: repeat(1, minmax(0, 1fr));
|
|
3
|
-
}
|
|
4
|
-
.grid-cols-2 {
|
|
5
|
-
grid-template-columns: repeat(2, minmax(0, 1fr));
|
|
6
|
-
}
|
|
7
|
-
.grid-cols-3 {
|
|
8
|
-
grid-template-columns: repeat(3, minmax(0, 1fr));
|
|
9
|
-
}
|
|
10
|
-
.grid-cols-4 {
|
|
11
|
-
grid-template-columns: repeat(4, minmax(0, 1fr));
|
|
12
|
-
}
|
|
13
|
-
.grid-cols-5 {
|
|
14
|
-
grid-template-columns: repeat(5, minmax(0, 1fr));
|
|
15
|
-
}
|
|
16
|
-
.grid-cols-6 {
|
|
17
|
-
grid-template-columns: repeat(6, minmax(0, 1fr));
|
|
18
|
-
}
|
|
19
|
-
.grid-cols-7 {
|
|
20
|
-
grid-template-columns: repeat(7, minmax(0, 1fr));
|
|
21
|
-
}
|
|
22
|
-
.grid-cols-8 {
|
|
23
|
-
grid-template-columns: repeat(8, minmax(0, 1fr));
|
|
24
|
-
}
|
|
25
|
-
.grid-cols-9 {
|
|
26
|
-
grid-template-columns: repeat(9, minmax(0, 1fr));
|
|
27
|
-
}
|
|
28
|
-
.grid-cols-10 {
|
|
29
|
-
grid-template-columns: repeat(10, minmax(0, 1fr));
|
|
30
|
-
}
|
|
31
|
-
.grid-cols-11 {
|
|
32
|
-
grid-template-columns: repeat(11, minmax(0, 1fr));
|
|
33
|
-
}
|
|
34
|
-
.grid-cols-12 {
|
|
35
|
-
grid-template-columns: repeat(12, minmax(0, 1fr));
|
|
36
|
-
}
|
|
37
|
-
.grid-cols-none {
|
|
38
|
-
grid-template-columns: none;
|
|
39
|
-
}
|
|
40
|
-
.grid-cols-subgrid {
|
|
41
|
-
grid-template-columns: subgrid;
|
|
42
|
-
}
|
|
@@ -1,123 +0,0 @@
|
|
|
1
|
-
.h-0 {
|
|
2
|
-
height: var(--primitive-0) !important;
|
|
3
|
-
}
|
|
4
|
-
.h-px {
|
|
5
|
-
height: 1px !important;
|
|
6
|
-
}
|
|
7
|
-
/* .h-0.5 {
|
|
8
|
-
height: var(--primitive-2) !important;
|
|
9
|
-
} */
|
|
10
|
-
.h-1 {
|
|
11
|
-
height: var(--primitive-4) !important;
|
|
12
|
-
}
|
|
13
|
-
/* .h-1.5 {
|
|
14
|
-
height: var(--primitive-6) !important;
|
|
15
|
-
} */
|
|
16
|
-
.h-2 {
|
|
17
|
-
height: var(--primitive-8) !important;
|
|
18
|
-
}
|
|
19
|
-
/* .h-2.5 {
|
|
20
|
-
height: var(--primitive-10) !important;
|
|
21
|
-
} */
|
|
22
|
-
.h-3 {
|
|
23
|
-
height: var(--primitive-12) !important;
|
|
24
|
-
}
|
|
25
|
-
/* .h-3.5 {
|
|
26
|
-
height: var(--primitive-14) !important;
|
|
27
|
-
} */
|
|
28
|
-
.h-4 {
|
|
29
|
-
height: var(--primitive-16) !important;
|
|
30
|
-
}
|
|
31
|
-
.h-5 {
|
|
32
|
-
height: var(--primitive-20) !important;
|
|
33
|
-
}
|
|
34
|
-
.h-6 {
|
|
35
|
-
height: var(--primitive-24) !important;
|
|
36
|
-
}
|
|
37
|
-
.h-7 {
|
|
38
|
-
height: var(--primitive-28) !important;
|
|
39
|
-
}
|
|
40
|
-
.h-8 {
|
|
41
|
-
height: var(--primitive-32) !important;
|
|
42
|
-
}
|
|
43
|
-
.h-9 {
|
|
44
|
-
height: var(--primitive-36) !important;
|
|
45
|
-
}
|
|
46
|
-
.h-10 {
|
|
47
|
-
height: var(--primitive-40) !important;
|
|
48
|
-
}
|
|
49
|
-
.h-11 {
|
|
50
|
-
height: var(--primitive-44) !important;
|
|
51
|
-
}
|
|
52
|
-
.h-12 {
|
|
53
|
-
height: var(--primitive-48) !important;
|
|
54
|
-
}
|
|
55
|
-
.h-14 {
|
|
56
|
-
height: var(--primitive-56) !important;
|
|
57
|
-
}
|
|
58
|
-
.h-16 {
|
|
59
|
-
height: var(--primitive-64) !important;
|
|
60
|
-
}
|
|
61
|
-
.h-20 {
|
|
62
|
-
height: var(--primitive-80) !important;
|
|
63
|
-
}
|
|
64
|
-
.h-24 {
|
|
65
|
-
height: var(--primitive-96) !important;
|
|
66
|
-
}
|
|
67
|
-
.h-28 {
|
|
68
|
-
height: var(--primitive-112) !important;
|
|
69
|
-
}
|
|
70
|
-
.h-32 {
|
|
71
|
-
height: var(--primitive-128) !important;
|
|
72
|
-
}
|
|
73
|
-
.h-36 {
|
|
74
|
-
height: var(--primitive-144) !important;
|
|
75
|
-
}
|
|
76
|
-
.h-40 {
|
|
77
|
-
height: var(--primitive-160) !important;
|
|
78
|
-
}
|
|
79
|
-
.h-44 {
|
|
80
|
-
height: var(--primitive-176) !important;
|
|
81
|
-
}
|
|
82
|
-
.h-48 {
|
|
83
|
-
height: var(--primitive-192) !important;
|
|
84
|
-
}
|
|
85
|
-
.h-52 {
|
|
86
|
-
height: var(--primitive-208) !important;
|
|
87
|
-
}
|
|
88
|
-
.h-56 {
|
|
89
|
-
height: var(--primitive-224) !important;
|
|
90
|
-
}
|
|
91
|
-
.h-60 {
|
|
92
|
-
height: var(--primitive-240) !important;
|
|
93
|
-
}
|
|
94
|
-
.h-64 {
|
|
95
|
-
height: var(--primitive-256) !important;
|
|
96
|
-
}
|
|
97
|
-
.h-72 {
|
|
98
|
-
height: var(--primitive-288) !important;
|
|
99
|
-
}
|
|
100
|
-
.h-80 {
|
|
101
|
-
height: var(--primitive-320) !important;
|
|
102
|
-
}
|
|
103
|
-
.h-96 {
|
|
104
|
-
height: var(--primitive-384) !important;
|
|
105
|
-
}
|
|
106
|
-
.h-auto {
|
|
107
|
-
height: auto !important;
|
|
108
|
-
}
|
|
109
|
-
.h-full {
|
|
110
|
-
height: 100% !important;
|
|
111
|
-
}
|
|
112
|
-
.h-screen {
|
|
113
|
-
height: 100vh !important;
|
|
114
|
-
}
|
|
115
|
-
.h-min {
|
|
116
|
-
height: min-content !important;
|
|
117
|
-
}
|
|
118
|
-
.h-max {
|
|
119
|
-
height: max-content !important;
|
|
120
|
-
}
|
|
121
|
-
.h-fit {
|
|
122
|
-
height: fit-content !important;
|
|
123
|
-
}
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
@import "./background-color.css";
|
|
2
|
-
@import "./border-color.css";
|
|
3
|
-
@import "./border-radius.css";
|
|
4
|
-
@import "./border-style.css";
|
|
5
|
-
@import "./box-sizing.css";
|
|
6
|
-
@import "./border-width.css";
|
|
7
|
-
@import "./cursor.css";
|
|
8
|
-
@import "./display.css";
|
|
9
|
-
@import "./flex.css";
|
|
10
|
-
@import "./flex-shrink.css";
|
|
11
|
-
@import "./font.css";
|
|
12
|
-
@import "./gap.css";
|
|
13
|
-
@import "./grid-auto-columns.css";
|
|
14
|
-
@import "./grid-template-columns.css";
|
|
15
|
-
@import "./height.css";
|
|
16
|
-
/* @import "./margin.css"; */
|
|
17
|
-
/* @import "./max-height.css"; */
|
|
18
|
-
/* @import "./max-width.css"; */
|
|
19
|
-
/* @import "./min-height.css"; */
|
|
20
|
-
/* @import "./min-width.css"; */
|
|
21
|
-
/* @import "./object-fit.css"; */
|
|
22
|
-
/* @import "./object-position.css"; */
|
|
23
|
-
/* @import "./overflow.css"; */
|
|
24
|
-
/* @import "./position.css"; */
|
|
25
|
-
/* @import "./padding.css"; */
|
|
26
|
-
/* @import "./text-overflow.css"; */
|
|
27
|
-
/* @import "./text-transform.css"; */
|
|
28
|
-
/* @import "./vertical-align.css"; */
|
|
29
|
-
/* @import "./white-space.css"; */
|
|
30
|
-
/* @import "./width.css"; */
|