@vaneui/ui 0.3.1-alpha.20251001131502.03a0ce2 → 0.3.1-alpha.20251001144233.cfeb345
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/dist/components/ui/card.d.ts +8 -10
- package/dist/components/ui/card.d.ts.map +1 -1
- package/dist/components/ui/checkbox.d.ts +4 -5
- package/dist/components/ui/checkbox.d.ts.map +1 -1
- package/dist/components/ui/code.d.ts +4 -5
- package/dist/components/ui/code.d.ts.map +1 -1
- package/dist/components/ui/col.d.ts +4 -5
- package/dist/components/ui/col.d.ts.map +1 -1
- package/dist/components/ui/container.d.ts +4 -5
- package/dist/components/ui/container.d.ts.map +1 -1
- package/dist/components/ui/divider.d.ts +4 -5
- package/dist/components/ui/divider.d.ts.map +1 -1
- package/dist/components/ui/grid.d.ts +20 -25
- package/dist/components/ui/grid.d.ts.map +1 -1
- package/dist/components/ui/img.d.ts +4 -5
- package/dist/components/ui/img.d.ts.map +1 -1
- package/dist/components/ui/input.d.ts +4 -5
- package/dist/components/ui/input.d.ts.map +1 -1
- package/dist/components/ui/label.d.ts +4 -5
- package/dist/components/ui/label.d.ts.map +1 -1
- package/dist/components/ui/props/breakpoint.d.ts +9 -11
- package/dist/components/ui/props/breakpoint.d.ts.map +1 -1
- package/dist/components/ui/props/hide.d.ts +9 -11
- package/dist/components/ui/props/hide.d.ts.map +1 -1
- package/dist/components/ui/props/keys.d.ts +2 -2
- package/dist/components/ui/row.d.ts +8 -10
- package/dist/components/ui/row.d.ts.map +1 -1
- package/dist/components/ui/section.d.ts +8 -10
- package/dist/components/ui/section.d.ts.map +1 -1
- package/dist/components/ui/stack.d.ts +8 -10
- package/dist/components/ui/stack.d.ts.map +1 -1
- package/dist/components/ui/theme/cardTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/defaults.d.ts.map +1 -1
- package/dist/components/ui/theme/layout/hideTheme.d.ts +8 -10
- package/dist/components/ui/theme/layout/hideTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/size/breakpointTheme.d.ts +8 -10
- package/dist/components/ui/theme/size/breakpointTheme.d.ts.map +1 -1
- package/dist/components/ui/theme/size/gapTheme.d.ts.map +1 -1
- package/dist/components/ui/typography.d.ts +4 -5
- package/dist/components/ui/typography.d.ts.map +1 -1
- package/dist/index.esm.js +72 -67
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +79 -76
- package/dist/index.js.map +1 -1
- package/dist/ui.css +198 -17
- package/dist/vars.css +3 -3
- package/package.json +1 -1
|
@@ -20,11 +20,10 @@ export declare const Card: import("react").ForwardRefExoticComponent<{
|
|
|
20
20
|
borderX?: boolean | undefined;
|
|
21
21
|
borderY?: boolean | undefined;
|
|
22
22
|
noBorder?: boolean | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
xlCol?: boolean | undefined;
|
|
23
|
+
mobileCol?: boolean | undefined;
|
|
24
|
+
tabletCol?: boolean | undefined;
|
|
25
|
+
laptopCol?: boolean | undefined;
|
|
26
|
+
desktopCol?: boolean | undefined;
|
|
28
27
|
inline?: boolean | undefined;
|
|
29
28
|
block?: boolean | undefined;
|
|
30
29
|
inlineBlock?: boolean | undefined;
|
|
@@ -56,11 +55,10 @@ export declare const Card: import("react").ForwardRefExoticComponent<{
|
|
|
56
55
|
black?: boolean | undefined;
|
|
57
56
|
gap?: boolean | undefined;
|
|
58
57
|
noGap?: boolean | undefined;
|
|
59
|
-
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
xlHide?: boolean | undefined;
|
|
58
|
+
mobileHide?: boolean | undefined;
|
|
59
|
+
tabletHide?: boolean | undefined;
|
|
60
|
+
laptopHide?: boolean | undefined;
|
|
61
|
+
desktopHide?: boolean | undefined;
|
|
64
62
|
itemsStart?: boolean | undefined;
|
|
65
63
|
itemsEnd?: boolean | undefined;
|
|
66
64
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"card.d.ts","sourceRoot":"","sources":["../../../src/components/ui/card.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKhB,CAAC"}
|
|
@@ -31,11 +31,10 @@ export declare const Checkbox: import("react").ForwardRefExoticComponent<{
|
|
|
31
31
|
table?: boolean | undefined;
|
|
32
32
|
tableCell?: boolean | undefined;
|
|
33
33
|
hidden?: boolean | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
xlHide?: boolean | undefined;
|
|
34
|
+
mobileHide?: boolean | undefined;
|
|
35
|
+
tabletHide?: boolean | undefined;
|
|
36
|
+
laptopHide?: boolean | undefined;
|
|
37
|
+
desktopHide?: boolean | undefined;
|
|
39
38
|
itemsStart?: boolean | undefined;
|
|
40
39
|
itemsEnd?: boolean | undefined;
|
|
41
40
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ
|
|
1
|
+
{"version":3,"file":"checkbox.d.ts","sourceRoot":"","sources":["../../../src/components/ui/checkbox.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,QAAQ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDA8CpB,CAAC"}
|
|
@@ -51,11 +51,10 @@ export declare const Code: import("react").ForwardRefExoticComponent<{
|
|
|
51
51
|
black?: boolean | undefined;
|
|
52
52
|
gap?: boolean | undefined;
|
|
53
53
|
noGap?: boolean | undefined;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
xlHide?: boolean | undefined;
|
|
54
|
+
mobileHide?: boolean | undefined;
|
|
55
|
+
tabletHide?: boolean | undefined;
|
|
56
|
+
laptopHide?: boolean | undefined;
|
|
57
|
+
desktopHide?: boolean | undefined;
|
|
59
58
|
itemsStart?: boolean | undefined;
|
|
60
59
|
itemsEnd?: boolean | undefined;
|
|
61
60
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"code.d.ts","sourceRoot":"","sources":["../../../src/components/ui/code.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI
|
|
1
|
+
{"version":3,"file":"code.d.ts","sourceRoot":"","sources":["../../../src/components/ui/code.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;+CAKhB,CAAC"}
|
|
@@ -37,11 +37,10 @@ export declare const Col: import("react").ForwardRefExoticComponent<{
|
|
|
37
37
|
columnReverse?: boolean | undefined;
|
|
38
38
|
gap?: boolean | undefined;
|
|
39
39
|
noGap?: boolean | undefined;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
xlHide?: boolean | undefined;
|
|
40
|
+
mobileHide?: boolean | undefined;
|
|
41
|
+
tabletHide?: boolean | undefined;
|
|
42
|
+
laptopHide?: boolean | undefined;
|
|
43
|
+
desktopHide?: boolean | undefined;
|
|
45
44
|
itemsStart?: boolean | undefined;
|
|
46
45
|
itemsEnd?: boolean | undefined;
|
|
47
46
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"col.d.ts","sourceRoot":"","sources":["../../../src/components/ui/col.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"col.d.ts","sourceRoot":"","sources":["../../../src/components/ui/col.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKf,CAAC"}
|
|
@@ -37,11 +37,10 @@ export declare const Container: import("react").ForwardRefExoticComponent<{
|
|
|
37
37
|
columnReverse?: boolean | undefined;
|
|
38
38
|
gap?: boolean | undefined;
|
|
39
39
|
noGap?: boolean | undefined;
|
|
40
|
-
|
|
41
|
-
|
|
42
|
-
|
|
43
|
-
|
|
44
|
-
xlHide?: boolean | undefined;
|
|
40
|
+
mobileHide?: boolean | undefined;
|
|
41
|
+
tabletHide?: boolean | undefined;
|
|
42
|
+
laptopHide?: boolean | undefined;
|
|
43
|
+
desktopHide?: boolean | undefined;
|
|
45
44
|
itemsStart?: boolean | undefined;
|
|
46
45
|
itemsEnd?: boolean | undefined;
|
|
47
46
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/components/ui/container.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS
|
|
1
|
+
{"version":3,"file":"container.d.ts","sourceRoot":"","sources":["../../../src/components/ui/container.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,SAAS;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKrB,CAAC"}
|
|
@@ -23,11 +23,10 @@ export declare const Divider: import("react").ForwardRefExoticComponent<{
|
|
|
23
23
|
table?: boolean | undefined;
|
|
24
24
|
tableCell?: boolean | undefined;
|
|
25
25
|
hidden?: boolean | undefined;
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
xlHide?: boolean | undefined;
|
|
26
|
+
mobileHide?: boolean | undefined;
|
|
27
|
+
tabletHide?: boolean | undefined;
|
|
28
|
+
laptopHide?: boolean | undefined;
|
|
29
|
+
desktopHide?: boolean | undefined;
|
|
31
30
|
itemsStart?: boolean | undefined;
|
|
32
31
|
itemsEnd?: boolean | undefined;
|
|
33
32
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/ui/divider.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../src/components/ui/divider.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKnB,CAAC"}
|
|
@@ -29,11 +29,10 @@ export declare const Grid2: import("react").ForwardRefExoticComponent<{
|
|
|
29
29
|
columnReverse?: boolean | undefined;
|
|
30
30
|
gap?: boolean | undefined;
|
|
31
31
|
noGap?: boolean | undefined;
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
xlHide?: boolean | undefined;
|
|
32
|
+
mobileHide?: boolean | undefined;
|
|
33
|
+
tabletHide?: boolean | undefined;
|
|
34
|
+
laptopHide?: boolean | undefined;
|
|
35
|
+
desktopHide?: boolean | undefined;
|
|
37
36
|
itemsStart?: boolean | undefined;
|
|
38
37
|
itemsEnd?: boolean | undefined;
|
|
39
38
|
itemsCenter?: boolean | undefined;
|
|
@@ -113,11 +112,10 @@ export declare const Grid3: import("react").ForwardRefExoticComponent<{
|
|
|
113
112
|
columnReverse?: boolean | undefined;
|
|
114
113
|
gap?: boolean | undefined;
|
|
115
114
|
noGap?: boolean | undefined;
|
|
116
|
-
|
|
117
|
-
|
|
118
|
-
|
|
119
|
-
|
|
120
|
-
xlHide?: boolean | undefined;
|
|
115
|
+
mobileHide?: boolean | undefined;
|
|
116
|
+
tabletHide?: boolean | undefined;
|
|
117
|
+
laptopHide?: boolean | undefined;
|
|
118
|
+
desktopHide?: boolean | undefined;
|
|
121
119
|
itemsStart?: boolean | undefined;
|
|
122
120
|
itemsEnd?: boolean | undefined;
|
|
123
121
|
itemsCenter?: boolean | undefined;
|
|
@@ -197,11 +195,10 @@ export declare const Grid4: import("react").ForwardRefExoticComponent<{
|
|
|
197
195
|
columnReverse?: boolean | undefined;
|
|
198
196
|
gap?: boolean | undefined;
|
|
199
197
|
noGap?: boolean | undefined;
|
|
200
|
-
|
|
201
|
-
|
|
202
|
-
|
|
203
|
-
|
|
204
|
-
xlHide?: boolean | undefined;
|
|
198
|
+
mobileHide?: boolean | undefined;
|
|
199
|
+
tabletHide?: boolean | undefined;
|
|
200
|
+
laptopHide?: boolean | undefined;
|
|
201
|
+
desktopHide?: boolean | undefined;
|
|
205
202
|
itemsStart?: boolean | undefined;
|
|
206
203
|
itemsEnd?: boolean | undefined;
|
|
207
204
|
itemsCenter?: boolean | undefined;
|
|
@@ -281,11 +278,10 @@ export declare const Grid5: import("react").ForwardRefExoticComponent<{
|
|
|
281
278
|
columnReverse?: boolean | undefined;
|
|
282
279
|
gap?: boolean | undefined;
|
|
283
280
|
noGap?: boolean | undefined;
|
|
284
|
-
|
|
285
|
-
|
|
286
|
-
|
|
287
|
-
|
|
288
|
-
xlHide?: boolean | undefined;
|
|
281
|
+
mobileHide?: boolean | undefined;
|
|
282
|
+
tabletHide?: boolean | undefined;
|
|
283
|
+
laptopHide?: boolean | undefined;
|
|
284
|
+
desktopHide?: boolean | undefined;
|
|
289
285
|
itemsStart?: boolean | undefined;
|
|
290
286
|
itemsEnd?: boolean | undefined;
|
|
291
287
|
itemsCenter?: boolean | undefined;
|
|
@@ -365,11 +361,10 @@ export declare const Grid6: import("react").ForwardRefExoticComponent<{
|
|
|
365
361
|
columnReverse?: boolean | undefined;
|
|
366
362
|
gap?: boolean | undefined;
|
|
367
363
|
noGap?: boolean | undefined;
|
|
368
|
-
|
|
369
|
-
|
|
370
|
-
|
|
371
|
-
|
|
372
|
-
xlHide?: boolean | undefined;
|
|
364
|
+
mobileHide?: boolean | undefined;
|
|
365
|
+
tabletHide?: boolean | undefined;
|
|
366
|
+
laptopHide?: boolean | undefined;
|
|
367
|
+
desktopHide?: boolean | undefined;
|
|
373
368
|
itemsStart?: boolean | undefined;
|
|
374
369
|
itemsEnd?: boolean | undefined;
|
|
375
370
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../src/components/ui/grid.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"grid.d.ts","sourceRoot":"","sources":["../../../src/components/ui/grid.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKjB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKjB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKjB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKjB,CAAC;AAEF,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKjB,CAAC"}
|
|
@@ -31,11 +31,10 @@ export declare const Img: import("react").ForwardRefExoticComponent<{
|
|
|
31
31
|
table?: boolean | undefined;
|
|
32
32
|
tableCell?: boolean | undefined;
|
|
33
33
|
hidden?: boolean | undefined;
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
xlHide?: boolean | undefined;
|
|
34
|
+
mobileHide?: boolean | undefined;
|
|
35
|
+
tabletHide?: boolean | undefined;
|
|
36
|
+
laptopHide?: boolean | undefined;
|
|
37
|
+
desktopHide?: boolean | undefined;
|
|
39
38
|
itemsStart?: boolean | undefined;
|
|
40
39
|
itemsEnd?: boolean | undefined;
|
|
41
40
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"img.d.ts","sourceRoot":"","sources":["../../../src/components/ui/img.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"img.d.ts","sourceRoot":"","sources":["../../../src/components/ui/img.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAQf,CAAC"}
|
|
@@ -51,11 +51,10 @@ export declare const Input: import("react").ForwardRefExoticComponent<{
|
|
|
51
51
|
black?: boolean | undefined;
|
|
52
52
|
gap?: boolean | undefined;
|
|
53
53
|
noGap?: boolean | undefined;
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
57
|
-
|
|
58
|
-
xlHide?: boolean | undefined;
|
|
54
|
+
mobileHide?: boolean | undefined;
|
|
55
|
+
tabletHide?: boolean | undefined;
|
|
56
|
+
laptopHide?: boolean | undefined;
|
|
57
|
+
desktopHide?: boolean | undefined;
|
|
59
58
|
itemsStart?: boolean | undefined;
|
|
60
59
|
itemsEnd?: boolean | undefined;
|
|
61
60
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../src/components/ui/input.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAKjB,CAAC"}
|
|
@@ -43,11 +43,10 @@ export declare const Label: import("react").ForwardRefExoticComponent<{
|
|
|
43
43
|
black?: boolean | undefined;
|
|
44
44
|
gap?: boolean | undefined;
|
|
45
45
|
noGap?: boolean | undefined;
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
xlHide?: boolean | undefined;
|
|
46
|
+
mobileHide?: boolean | undefined;
|
|
47
|
+
tabletHide?: boolean | undefined;
|
|
48
|
+
laptopHide?: boolean | undefined;
|
|
49
|
+
desktopHide?: boolean | undefined;
|
|
51
50
|
itemsStart?: boolean | undefined;
|
|
52
51
|
itemsEnd?: boolean | undefined;
|
|
53
52
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"label.d.ts","sourceRoot":"","sources":["../../../src/components/ui/label.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;oDAKjB,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
/**
|
|
2
|
-
export declare const
|
|
3
|
-
/**
|
|
4
|
-
export declare const
|
|
5
|
-
/**
|
|
6
|
-
export declare const
|
|
7
|
-
/**
|
|
8
|
-
export declare const
|
|
9
|
-
/** Extra-large column breakpoint - responsive grid column sizing for xl screens */
|
|
10
|
-
export declare const XL_COL: "xlCol";
|
|
1
|
+
/** Mobile column breakpoint - switch to column layout on mobile devices (max-mobile: 20rem) */
|
|
2
|
+
export declare const MOBILE_COL: "mobileCol";
|
|
3
|
+
/** Tablet column breakpoint - switch to column layout on tablet devices (max-tablet: 40rem) */
|
|
4
|
+
export declare const TABLET_COL: "tabletCol";
|
|
5
|
+
/** Laptop column breakpoint - switch to column layout on laptop devices (max-laptop: 64rem) */
|
|
6
|
+
export declare const LAPTOP_COL: "laptopCol";
|
|
7
|
+
/** Desktop column breakpoint - switch to column layout on desktop devices (max-desktop: 80rem) */
|
|
8
|
+
export declare const DESKTOP_COL: "desktopCol";
|
|
11
9
|
/** All breakpoint property values */
|
|
12
|
-
export declare const BREAKPOINT_VALUES: readonly ["
|
|
10
|
+
export declare const BREAKPOINT_VALUES: readonly ["mobileCol", "tabletCol", "laptopCol", "desktopCol"];
|
|
13
11
|
//# sourceMappingURL=breakpoint.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breakpoint.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/breakpoint.ts"],"names":[],"mappings":"AAAA
|
|
1
|
+
{"version":3,"file":"breakpoint.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/breakpoint.ts"],"names":[],"mappings":"AAAA,+FAA+F;AAC/F,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,+FAA+F;AAC/F,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,+FAA+F;AAC/F,eAAO,MAAM,UAAU,EAAG,WAAoB,CAAC;AAC/C,kGAAkG;AAClG,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AAEjD,qCAAqC;AACrC,eAAO,MAAM,iBAAiB,gEAA6D,CAAC"}
|
|
@@ -1,13 +1,11 @@
|
|
|
1
|
-
/** Hide element on
|
|
2
|
-
export declare const
|
|
3
|
-
/** Hide element on
|
|
4
|
-
export declare const
|
|
5
|
-
/** Hide element on
|
|
6
|
-
export declare const
|
|
7
|
-
/** Hide element on
|
|
8
|
-
export declare const
|
|
9
|
-
/** Hide element on extra-large screens and up - visible only on large screens and below */
|
|
10
|
-
export declare const XL_HIDE: "xlHide";
|
|
1
|
+
/** Hide element on mobile devices and below (max-mobile: 20rem) */
|
|
2
|
+
export declare const MOBILE_HIDE: "mobileHide";
|
|
3
|
+
/** Hide element on tablet devices and below (max-tablet: 40rem) */
|
|
4
|
+
export declare const TABLET_HIDE: "tabletHide";
|
|
5
|
+
/** Hide element on laptop devices and below (max-laptop: 64rem) */
|
|
6
|
+
export declare const LAPTOP_HIDE: "laptopHide";
|
|
7
|
+
/** Hide element on desktop devices and below (max-desktop: 80rem) */
|
|
8
|
+
export declare const DESKTOP_HIDE: "desktopHide";
|
|
11
9
|
/** All hide property values */
|
|
12
|
-
export declare const HIDE_VALUES: readonly ["
|
|
10
|
+
export declare const HIDE_VALUES: readonly ["mobileHide", "tabletHide", "laptopHide", "desktopHide"];
|
|
13
11
|
//# sourceMappingURL=hide.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hide.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/hide.ts"],"names":[],"mappings":"AAAA,
|
|
1
|
+
{"version":3,"file":"hide.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/props/hide.ts"],"names":[],"mappings":"AAAA,mEAAmE;AACnE,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,mEAAmE;AACnE,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,mEAAmE;AACnE,eAAO,MAAM,WAAW,EAAG,YAAqB,CAAC;AACjD,qEAAqE;AACrE,eAAO,MAAM,YAAY,EAAG,aAAsB,CAAC;AAEnD,+BAA+B;AAC/B,eAAO,MAAM,WAAW,oEAAiE,CAAC"}
|
|
@@ -69,7 +69,7 @@ export declare const ComponentKeys: {
|
|
|
69
69
|
/** Border visibility: includes all border variations and noBorder (border, borderT, borderB, etc., noBorder) */
|
|
70
70
|
readonly border: readonly ["border", "borderT", "borderB", "borderL", "borderR", "borderX", "borderY", "noBorder"];
|
|
71
71
|
/** Column breakpoints for responsive grid layouts */
|
|
72
|
-
readonly breakpoint: readonly ["
|
|
72
|
+
readonly breakpoint: readonly ["mobileCol", "tabletCol", "laptopCol", "desktopCol"];
|
|
73
73
|
/** CSS display property values for element layout behavior */
|
|
74
74
|
readonly display: readonly ["inline", "block", "inlineBlock", "flex", "inlineFlex", "grid", "inlineGrid", "contents", "table", "tableCell", "hidden"];
|
|
75
75
|
/** Flex direction: row (horizontal), column (vertical), or reversed variants */
|
|
@@ -83,7 +83,7 @@ export declare const ComponentKeys: {
|
|
|
83
83
|
/** Spacing between flex/grid items: gap (enabled) or noGap (disabled) */
|
|
84
84
|
readonly gap: readonly ["gap", "noGap"];
|
|
85
85
|
/** Hide elements at specific breakpoint sizes */
|
|
86
|
-
readonly hide: readonly ["
|
|
86
|
+
readonly hide: readonly ["mobileHide", "tabletHide", "laptopHide", "desktopHide"];
|
|
87
87
|
/** Cross-axis alignment for flex items (align-items) */
|
|
88
88
|
readonly items: readonly ["itemsStart", "itemsEnd", "itemsCenter", "itemsBaseline", "itemsStretch"];
|
|
89
89
|
/** Main-axis alignment for flex items (justify-content) */
|
|
@@ -20,11 +20,10 @@ export declare const Row: import("react").ForwardRefExoticComponent<{
|
|
|
20
20
|
borderX?: boolean | undefined;
|
|
21
21
|
borderY?: boolean | undefined;
|
|
22
22
|
noBorder?: boolean | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
xlCol?: boolean | undefined;
|
|
23
|
+
mobileCol?: boolean | undefined;
|
|
24
|
+
tabletCol?: boolean | undefined;
|
|
25
|
+
laptopCol?: boolean | undefined;
|
|
26
|
+
desktopCol?: boolean | undefined;
|
|
28
27
|
inline?: boolean | undefined;
|
|
29
28
|
block?: boolean | undefined;
|
|
30
29
|
inlineBlock?: boolean | undefined;
|
|
@@ -42,11 +41,10 @@ export declare const Row: import("react").ForwardRefExoticComponent<{
|
|
|
42
41
|
columnReverse?: boolean | undefined;
|
|
43
42
|
gap?: boolean | undefined;
|
|
44
43
|
noGap?: boolean | undefined;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
xlHide?: boolean | undefined;
|
|
44
|
+
mobileHide?: boolean | undefined;
|
|
45
|
+
tabletHide?: boolean | undefined;
|
|
46
|
+
laptopHide?: boolean | undefined;
|
|
47
|
+
desktopHide?: boolean | undefined;
|
|
50
48
|
itemsStart?: boolean | undefined;
|
|
51
49
|
itemsEnd?: boolean | undefined;
|
|
52
50
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"row.d.ts","sourceRoot":"","sources":["../../../src/components/ui/row.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG
|
|
1
|
+
{"version":3,"file":"row.d.ts","sourceRoot":"","sources":["../../../src/components/ui/row.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,GAAG;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKf,CAAC"}
|
|
@@ -20,11 +20,10 @@ export declare const Section: import("react").ForwardRefExoticComponent<{
|
|
|
20
20
|
borderX?: boolean | undefined;
|
|
21
21
|
borderY?: boolean | undefined;
|
|
22
22
|
noBorder?: boolean | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
xlCol?: boolean | undefined;
|
|
23
|
+
mobileCol?: boolean | undefined;
|
|
24
|
+
tabletCol?: boolean | undefined;
|
|
25
|
+
laptopCol?: boolean | undefined;
|
|
26
|
+
desktopCol?: boolean | undefined;
|
|
28
27
|
inline?: boolean | undefined;
|
|
29
28
|
block?: boolean | undefined;
|
|
30
29
|
inlineBlock?: boolean | undefined;
|
|
@@ -42,11 +41,10 @@ export declare const Section: import("react").ForwardRefExoticComponent<{
|
|
|
42
41
|
columnReverse?: boolean | undefined;
|
|
43
42
|
gap?: boolean | undefined;
|
|
44
43
|
noGap?: boolean | undefined;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
xlHide?: boolean | undefined;
|
|
44
|
+
mobileHide?: boolean | undefined;
|
|
45
|
+
tabletHide?: boolean | undefined;
|
|
46
|
+
laptopHide?: boolean | undefined;
|
|
47
|
+
desktopHide?: boolean | undefined;
|
|
50
48
|
itemsStart?: boolean | undefined;
|
|
51
49
|
itemsEnd?: boolean | undefined;
|
|
52
50
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../../src/components/ui/section.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO
|
|
1
|
+
{"version":3,"file":"section.d.ts","sourceRoot":"","sources":["../../../src/components/ui/section.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,OAAO;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAKnB,CAAC"}
|
|
@@ -20,11 +20,10 @@ export declare const Stack: import("react").ForwardRefExoticComponent<{
|
|
|
20
20
|
borderX?: boolean | undefined;
|
|
21
21
|
borderY?: boolean | undefined;
|
|
22
22
|
noBorder?: boolean | undefined;
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
xlCol?: boolean | undefined;
|
|
23
|
+
mobileCol?: boolean | undefined;
|
|
24
|
+
tabletCol?: boolean | undefined;
|
|
25
|
+
laptopCol?: boolean | undefined;
|
|
26
|
+
desktopCol?: boolean | undefined;
|
|
28
27
|
inline?: boolean | undefined;
|
|
29
28
|
block?: boolean | undefined;
|
|
30
29
|
inlineBlock?: boolean | undefined;
|
|
@@ -42,11 +41,10 @@ export declare const Stack: import("react").ForwardRefExoticComponent<{
|
|
|
42
41
|
columnReverse?: boolean | undefined;
|
|
43
42
|
gap?: boolean | undefined;
|
|
44
43
|
noGap?: boolean | undefined;
|
|
45
|
-
|
|
46
|
-
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
xlHide?: boolean | undefined;
|
|
44
|
+
mobileHide?: boolean | undefined;
|
|
45
|
+
tabletHide?: boolean | undefined;
|
|
46
|
+
laptopHide?: boolean | undefined;
|
|
47
|
+
desktopHide?: boolean | undefined;
|
|
50
48
|
itemsStart?: boolean | undefined;
|
|
51
49
|
itemsEnd?: boolean | undefined;
|
|
52
50
|
itemsCenter?: boolean | undefined;
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../src/components/ui/stack.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK
|
|
1
|
+
{"version":3,"file":"stack.d.ts","sourceRoot":"","sources":["../../../src/components/ui/stack.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;kDAMjB,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"cardTheme.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/theme/cardTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EACL,4BAA4B,EAC5B,cAAc,EAEd,mBAAmB,EAEpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAI3E,MAAM,WAAW,SAAU,SAAQ,4BAA4B;IAC7D,IAAI,EAAE;QACJ,EAAE,EAAE,OAAO,CAAC;QACZ,EAAE,EAAE,OAAO,CAAC;QACZ,UAAU,EAAE,eAAe,CAAC;QAC5B,GAAG,EAAE,QAAQ,CAAC;KACf,CAAC;IACF,MAAM,EAAE,mBAAmB,GAAG;QAC5B,MAAM,EAAE,WAAW,CAAC;QACpB,MAAM,EAAE,WAAW,CAAC;QACpB,IAAI,EAAE,SAAS,CAAC;QAChB,IAAI,EAAE,SAAS,CAAC;QAChB,SAAS,EAAE,cAAc,CAAC;QAC1B,UAAU,EAAE,eAAe,CAAC;QAC5B,MAAM,EAAE,qBAAqB,CAAC;KAC/B,CAAC;IACF,UAAU,EAAE;QACV,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;QACjD,IAAI,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;QAC3C,MAAM,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;QAC7C,IAAI,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;KAC5C,CAAC;CACH;AAED,eAAO,MAAM,gBAAgB,
|
|
1
|
+
{"version":3,"file":"cardTheme.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/theme/cardTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,yBAAyB,CAAC;AACzD,OAAO,EACL,4BAA4B,EAC5B,cAAc,EAEd,mBAAmB,EAEpB,MAAM,yBAAyB,CAAC;AACjC,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,UAAU,CAAC;AACrC,OAAO,EAAE,QAAQ,EAAE,MAAM,iBAAiB,CAAC;AAC3C,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,WAAW,EAAE,MAAM,sBAAsB,CAAC;AACnD,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,OAAO,EAAE,MAAM,gBAAgB,CAAC;AACzC,OAAO,EAAE,eAAe,EAAE,MAAM,8BAA8B,CAAC;AAC/D,OAAO,EAAE,mBAAmB,EAAE,MAAM,kCAAkC,CAAC;AACvE,OAAO,EAAE,eAAe,EAAE,MAAM,wBAAwB,CAAC;AACzD,OAAO,EAAE,SAAS,EAAE,MAAM,oBAAoB,CAAC;AAC/C,OAAO,EAAE,qBAAqB,EAAE,MAAM,oCAAoC,CAAC;AAI3E,MAAM,WAAW,SAAU,SAAQ,4BAA4B;IAC7D,IAAI,EAAE;QACJ,EAAE,EAAE,OAAO,CAAC;QACZ,EAAE,EAAE,OAAO,CAAC;QACZ,UAAU,EAAE,eAAe,CAAC;QAC5B,GAAG,EAAE,QAAQ,CAAC;KACf,CAAC;IACF,MAAM,EAAE,mBAAmB,GAAG;QAC5B,MAAM,EAAE,WAAW,CAAC;QACpB,MAAM,EAAE,WAAW,CAAC;QACpB,IAAI,EAAE,SAAS,CAAC;QAChB,IAAI,EAAE,SAAS,CAAC;QAChB,SAAS,EAAE,cAAc,CAAC;QAC1B,UAAU,EAAE,eAAe,CAAC;QAC5B,MAAM,EAAE,qBAAqB,CAAC;KAC/B,CAAC;IACF,UAAU,EAAE;QACV,UAAU,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;QACjD,IAAI,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;QAC3C,MAAM,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;QAC7C,IAAI,EAAE,mBAAmB,CAAC,eAAe,CAAC,CAAC;KAC5C,CAAC;CACH;AAED,eAAO,MAAM,gBAAgB,sCA0C5B,CAAC"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/theme/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,
|
|
1
|
+
{"version":3,"file":"defaults.d.ts","sourceRoot":"","sources":["../../../../src/components/ui/theme/defaults.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,aAAa,EAAE,MAAM,oBAAoB,CAAC;AAEnD;;GAEG;AACH,eAAO,MAAM,aAAa,EAAE,aAqQ3B,CAAC"}
|
|
@@ -2,16 +2,14 @@ import { HideKey } from "../../props";
|
|
|
2
2
|
import { BaseTheme } from "../common/baseTheme";
|
|
3
3
|
import type { CategoryProps } from "../../props";
|
|
4
4
|
export declare class HideTheme extends BaseTheme implements Record<HideKey, string> {
|
|
5
|
-
/** Hide element on
|
|
6
|
-
|
|
7
|
-
/** Hide element on
|
|
8
|
-
|
|
9
|
-
/** Hide element on
|
|
10
|
-
|
|
11
|
-
/** Hide element on
|
|
12
|
-
|
|
13
|
-
/** Hide element on extra-large screens and below */
|
|
14
|
-
xlHide: string;
|
|
5
|
+
/** Hide element on mobile devices and below (max-mobile: 20rem) */
|
|
6
|
+
mobileHide: string;
|
|
7
|
+
/** Hide element on tablet devices and below (max-tablet: 40rem) */
|
|
8
|
+
tabletHide: string;
|
|
9
|
+
/** Hide element on laptop devices and below (max-laptop: 64rem) */
|
|
10
|
+
laptopHide: string;
|
|
11
|
+
/** Hide element on desktop devices and below (max-desktop: 80rem) */
|
|
12
|
+
desktopHide: string;
|
|
15
13
|
getClasses(extractedKeys: CategoryProps): string[];
|
|
16
14
|
}
|
|
17
15
|
//# sourceMappingURL=hideTheme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"hideTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/hideTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,
|
|
1
|
+
{"version":3,"file":"hideTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/layout/hideTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAEjD,qBAAa,SAAU,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACzE,mEAAmE;IACnE,UAAU,EAAE,MAAM,CAAuB;IACzC,mEAAmE;IACnE,UAAU,EAAE,MAAM,CAAuB;IACzC,mEAAmE;IACnE,UAAU,EAAE,MAAM,CAAuB;IACzC,qEAAqE;IACrE,WAAW,EAAE,MAAM,CAAwB;IAG3C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
|
|
@@ -2,16 +2,14 @@ import { BaseTheme } from "../common/baseTheme";
|
|
|
2
2
|
import type { CategoryProps } from "../../props";
|
|
3
3
|
import { BreakpointKey } from "../../props";
|
|
4
4
|
export declare class BreakpointTheme extends BaseTheme implements Record<BreakpointKey, string> {
|
|
5
|
-
/** Switch to column layout on
|
|
6
|
-
|
|
7
|
-
/** Switch to column layout on
|
|
8
|
-
|
|
9
|
-
/** Switch to column layout on
|
|
10
|
-
|
|
11
|
-
/** Switch to column layout on
|
|
12
|
-
|
|
13
|
-
/** Switch to column layout on extra-large screens and below */
|
|
14
|
-
xlCol: string;
|
|
5
|
+
/** Switch to column layout on mobile devices and below (max-mobile: 20rem) */
|
|
6
|
+
mobileCol: string;
|
|
7
|
+
/** Switch to column layout on tablet devices and below (max-tablet: 40rem) */
|
|
8
|
+
tabletCol: string;
|
|
9
|
+
/** Switch to column layout on laptop devices and below (max-laptop: 64rem) */
|
|
10
|
+
laptopCol: string;
|
|
11
|
+
/** Switch to column layout on desktop devices and below (max-desktop: 80rem) */
|
|
12
|
+
desktopCol: string;
|
|
15
13
|
getClasses(extractedKeys: CategoryProps): string[];
|
|
16
14
|
}
|
|
17
15
|
//# sourceMappingURL=breakpointTheme.d.ts.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"breakpointTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/breakpointTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF
|
|
1
|
+
{"version":3,"file":"breakpointTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/breakpointTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AACjD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAE5C,qBAAa,eAAgB,SAAQ,SAAU,YAAW,MAAM,CAAC,aAAa,EAAE,MAAM,CAAC;IACrF,8EAA8E;IAC9E,SAAS,EAAE,MAAM,CAAyB;IAC1C,8EAA8E;IAC9E,SAAS,EAAE,MAAM,CAAyB;IAC1C,8EAA8E;IAC9E,SAAS,EAAE,MAAM,CAAyB;IAC1C,gFAAgF;IAChF,UAAU,EAAE,MAAM,CAA0B;IAG5C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAGnD"}
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"gapTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/gapTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,qBAAa,QAAS,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACxE,sBAAsB;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,sBAAsB;IACtB,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAS;gBAEzB,aAAa,
|
|
1
|
+
{"version":3,"file":"gapTheme.d.ts","sourceRoot":"","sources":["../../../../../src/components/ui/theme/size/gapTheme.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,OAAO,EAAE,MAAM,aAAa,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,qBAAqB,CAAC;AAChD,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAGjD,qBAAa,QAAS,SAAQ,SAAU,YAAW,MAAM,CAAC,OAAO,EAAE,MAAM,CAAC;IACxE,sBAAsB;IACtB,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,iBAAiB;IACjB,EAAE,EAAE,MAAM,CAAC;IACX,gBAAgB;IAChB,EAAE,EAAE,MAAM,CAAC;IACX,sBAAsB;IACtB,EAAE,EAAE,MAAM,CAAC;IAEX,OAAO,CAAC,QAAQ,CAAC,WAAW,CAAS;gBAEzB,aAAa,GAAE,OAAe;IAY1C,UAAU,CAAC,aAAa,EAAE,aAAa,GAAG,MAAM,EAAE;CAOnD"}
|
|
@@ -44,11 +44,10 @@ export declare const List: import("react").ForwardRefExoticComponent<{
|
|
|
44
44
|
bold?: boolean | undefined;
|
|
45
45
|
extrabold?: boolean | undefined;
|
|
46
46
|
black?: boolean | undefined;
|
|
47
|
-
|
|
48
|
-
|
|
49
|
-
|
|
50
|
-
|
|
51
|
-
xlHide?: boolean | undefined;
|
|
47
|
+
mobileHide?: boolean | undefined;
|
|
48
|
+
tabletHide?: boolean | undefined;
|
|
49
|
+
laptopHide?: boolean | undefined;
|
|
50
|
+
desktopHide?: boolean | undefined;
|
|
52
51
|
itemsStart?: boolean | undefined;
|
|
53
52
|
itemsEnd?: boolean | undefined;
|
|
54
53
|
itemsCenter?: boolean | undefined;
|