@tosui/react 0.1.0 → 0.1.2
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/Accordion/Accordion.d.ts.map +1 -1
- package/dist/components/Accordion/Accordion.js +109 -0
- package/dist/components/Accordion/Accordion.js.map +1 -0
- package/dist/components/Accordion/accordion.module.css +36 -0
- package/dist/components/Accordion/accordion.module.css.js +27 -0
- package/dist/components/Accordion/accordion.module.css.js.map +1 -0
- package/dist/components/Alert/Alert.js +109 -0
- package/dist/components/Alert/Alert.js.map +1 -0
- package/dist/components/Alert/alert.module.css +27 -0
- package/dist/components/Alert/alert.module.css.js +24 -0
- package/dist/components/Alert/alert.module.css.js.map +1 -0
- package/dist/components/Avatar/Avatar.d.ts.map +1 -1
- package/dist/components/Avatar/Avatar.js +72 -0
- package/dist/components/Avatar/Avatar.js.map +1 -0
- package/dist/components/Avatar/avatar.module.css +14 -0
- package/dist/components/Avatar/avatar.module.css.js +15 -0
- package/dist/components/Avatar/avatar.module.css.js.map +1 -0
- package/dist/components/Badge/Badge.js +66 -0
- package/dist/components/Badge/Badge.js.map +1 -0
- package/dist/components/Badge/badge.module.css +3 -0
- package/dist/components/Badge/badge.module.css.js +9 -0
- package/dist/components/Badge/badge.module.css.js.map +1 -0
- package/dist/components/Box/Box.js +217 -0
- package/dist/components/Box/Box.js.map +1 -0
- package/dist/components/Box/borders/borders.js +91 -0
- package/dist/components/Box/borders/borders.js.map +1 -0
- package/dist/components/Box/borders/borders.module.css +49 -0
- package/dist/components/Box/borders/borders.module.css.js +46 -0
- package/dist/components/Box/borders/borders.module.css.js.map +1 -0
- package/dist/components/Box/colors/colors.js +45 -0
- package/dist/components/Box/colors/colors.js.map +1 -0
- package/dist/components/Box/colors/colors.module.css +113 -0
- package/dist/components/Box/colors/colors.module.css.js +114 -0
- package/dist/components/Box/colors/colors.module.css.js.map +1 -0
- package/dist/components/Box/display/display.js +52 -0
- package/dist/components/Box/display/display.js.map +1 -0
- package/dist/components/Box/display/display.module.css +375 -0
- package/dist/components/Box/display/display.module.css.js +318 -0
- package/dist/components/Box/display/display.module.css.js.map +1 -0
- package/dist/components/Box/flexbox/flexbox.js +139 -0
- package/dist/components/Box/flexbox/flexbox.js.map +1 -0
- package/dist/components/Box/flexbox/flexbox.module.css +65 -0
- package/dist/components/Box/flexbox/flexbox.module.css.js +62 -0
- package/dist/components/Box/flexbox/flexbox.module.css.js.map +1 -0
- package/dist/components/Box/grid/grid.js +49 -0
- package/dist/components/Box/grid/grid.js.map +1 -0
- package/dist/components/Box/grid/grid.module.css +19 -0
- package/dist/components/Box/grid/grid.module.css.js +20 -0
- package/dist/components/Box/grid/grid.module.css.js.map +1 -0
- package/dist/components/Box/inset/inset.js +96 -0
- package/dist/components/Box/inset/inset.js.map +1 -0
- package/dist/components/Box/inset/inset.module.css +187 -0
- package/dist/components/Box/inset/inset.module.css.js +174 -0
- package/dist/components/Box/inset/inset.module.css.js.map +1 -0
- package/dist/components/Box/interactions/interactions.js +45 -0
- package/dist/components/Box/interactions/interactions.js.map +1 -0
- package/dist/components/Box/interactions/interactions.module.css +43 -0
- package/dist/components/Box/interactions/interactions.module.css.js +44 -0
- package/dist/components/Box/interactions/interactions.module.css.js.map +1 -0
- package/dist/components/Box/margin/margin.js +96 -0
- package/dist/components/Box/margin/margin.js.map +1 -0
- package/dist/components/Box/margin/margin.module.css +187 -0
- package/dist/components/Box/margin/margin.module.css.js +174 -0
- package/dist/components/Box/margin/margin.module.css.js.map +1 -0
- package/dist/components/Box/opacity/opacity.js +52 -0
- package/dist/components/Box/opacity/opacity.js.map +1 -0
- package/dist/components/Box/opacity/opacity.module.css +51 -0
- package/dist/components/Box/opacity/opacity.module.css.js +174 -0
- package/dist/components/Box/opacity/opacity.module.css.js.map +1 -0
- package/dist/components/Box/overflow/overflow.js +69 -0
- package/dist/components/Box/overflow/overflow.js.map +1 -0
- package/dist/components/Box/overflow/overflow.module.css +155 -0
- package/dist/components/Box/overflow/overflow.module.css.js +510 -0
- package/dist/components/Box/overflow/overflow.module.css.js.map +1 -0
- package/dist/components/Box/padding/padding.js +96 -0
- package/dist/components/Box/padding/padding.js.map +1 -0
- package/dist/components/Box/padding/padding.module.css +187 -0
- package/dist/components/Box/padding/padding.module.css.js +174 -0
- package/dist/components/Box/padding/padding.module.css.js.map +1 -0
- package/dist/components/Box/position/position.js +52 -0
- package/dist/components/Box/position/position.js.map +1 -0
- package/dist/components/Box/position/position.module.css +234 -0
- package/dist/components/Box/position/position.module.css.js +214 -0
- package/dist/components/Box/position/position.module.css.js.map +1 -0
- package/dist/components/Box/reset/reset.js +6 -0
- package/dist/components/Box/reset/reset.js.map +1 -0
- package/dist/components/Box/reset/reset.module.css +23 -0
- package/dist/components/Box/reset/reset.module.css.js +9 -0
- package/dist/components/Box/reset/reset.module.css.js.map +1 -0
- package/dist/components/Box/roundness/roundness.js +92 -0
- package/dist/components/Box/roundness/roundness.js.map +1 -0
- package/dist/components/Box/roundness/roundness.module.css +47 -0
- package/dist/components/Box/roundness/roundness.module.css.js +46 -0
- package/dist/components/Box/roundness/roundness.module.css.js.map +1 -0
- package/dist/components/Box/shadows/shadows.js +52 -0
- package/dist/components/Box/shadows/shadows.js.map +1 -0
- package/dist/components/Box/shadows/shadows.module.css +51 -0
- package/dist/components/Box/shadows/shadows.module.css.js +174 -0
- package/dist/components/Box/shadows/shadows.module.css.js.map +1 -0
- package/dist/components/Box/shared/constants.js +21 -0
- package/dist/components/Box/shared/constants.js.map +1 -0
- package/dist/components/Box/shared/spacing.js +10 -0
- package/dist/components/Box/shared/spacing.js.map +1 -0
- package/dist/components/Box/sizing/sizing.js +75 -0
- package/dist/components/Box/sizing/sizing.js.map +1 -0
- package/dist/components/Box/sizing/sizing.module.css +281 -0
- package/dist/components/Box/sizing/sizing.module.css.js +258 -0
- package/dist/components/Box/sizing/sizing.module.css.js.map +1 -0
- package/dist/components/Box/text/text.js +45 -0
- package/dist/components/Box/text/text.js.map +1 -0
- package/dist/components/Box/text/text.module.css +29 -0
- package/dist/components/Box/text/text.module.css.js +30 -0
- package/dist/components/Box/text/text.module.css.js.map +1 -0
- package/dist/components/Box/typography/typography.js +27 -0
- package/dist/components/Box/typography/typography.js.map +1 -0
- package/dist/components/Box/typography/typography.module.css +26 -0
- package/dist/components/Box/typography/typography.module.css.js +25 -0
- package/dist/components/Box/typography/typography.module.css.js.map +1 -0
- package/dist/components/Box/zIndex/zIndex.js +52 -0
- package/dist/components/Box/zIndex/zIndex.js.map +1 -0
- package/dist/components/Box/zIndex/zIndex.module.css +90 -0
- package/dist/components/Box/zIndex/zIndex.module.css.js +300 -0
- package/dist/components/Box/zIndex/zIndex.module.css.js.map +1 -0
- package/dist/components/Breadcrumb/Breadcrumb.js +78 -0
- package/dist/components/Breadcrumb/Breadcrumb.js.map +1 -0
- package/dist/components/Breadcrumb/breadcrumb.module.css +25 -0
- package/dist/components/Breadcrumb/breadcrumb.module.css.js +21 -0
- package/dist/components/Breadcrumb/breadcrumb.module.css.js.map +1 -0
- package/dist/components/Button/Button.js +129 -0
- package/dist/components/Button/Button.js.map +1 -0
- package/dist/components/Button/button.module.css +17 -0
- package/dist/components/Button/button.module.css.js +18 -0
- package/dist/components/Button/button.module.css.js.map +1 -0
- package/dist/components/Card/Card.js +60 -0
- package/dist/components/Card/Card.js.map +1 -0
- package/dist/components/Card/card.module.css +16 -0
- package/dist/components/Card/card.module.css.js +18 -0
- package/dist/components/Card/card.module.css.js.map +1 -0
- package/dist/components/Checkbox/Checkbox.js +74 -0
- package/dist/components/Checkbox/Checkbox.js.map +1 -0
- package/dist/components/Checkbox/checkbox.module.css +65 -0
- package/dist/components/Checkbox/checkbox.module.css.js +15 -0
- package/dist/components/Checkbox/checkbox.module.css.js.map +1 -0
- package/dist/components/Code/Code.js +32 -0
- package/dist/components/Code/Code.js.map +1 -0
- package/dist/components/Container/Container.js +44 -0
- package/dist/components/Container/Container.js.map +1 -0
- package/dist/components/Divider/Divider.js +48 -0
- package/dist/components/Divider/Divider.js.map +1 -0
- package/dist/components/Flex/Flex.js +48 -0
- package/dist/components/Flex/Flex.js.map +1 -0
- package/dist/components/FormField/FormField.js +52 -0
- package/dist/components/FormField/FormField.js.map +1 -0
- package/dist/components/Grid/Grid.js +41 -0
- package/dist/components/Grid/Grid.js.map +1 -0
- package/dist/components/HStack/HStack.js +17 -0
- package/dist/components/HStack/HStack.js.map +1 -0
- package/dist/components/Heading/Heading.js +42 -0
- package/dist/components/Heading/Heading.js.map +1 -0
- package/dist/components/IconButton/IconButton.js +93 -0
- package/dist/components/IconButton/IconButton.js.map +1 -0
- package/dist/components/IconButton/iconbutton.module.css +18 -0
- package/dist/components/IconButton/iconbutton.module.css.js +18 -0
- package/dist/components/IconButton/iconbutton.module.css.js.map +1 -0
- package/dist/components/Image/Image.d.ts.map +1 -1
- package/dist/components/Image/Image.js +101 -0
- package/dist/components/Image/Image.js.map +1 -0
- package/dist/components/Image/image.module.css +44 -0
- package/dist/components/Image/image.module.css.js +36 -0
- package/dist/components/Image/image.module.css.js.map +1 -0
- package/dist/components/Input/Input.js +57 -0
- package/dist/components/Input/Input.js.map +1 -0
- package/dist/components/Input/input.module.css +29 -0
- package/dist/components/Input/input.module.css.js +12 -0
- package/dist/components/Input/input.module.css.js.map +1 -0
- package/dist/components/Label/Label.js +36 -0
- package/dist/components/Label/Label.js.map +1 -0
- package/dist/components/Link/Link.js +38 -0
- package/dist/components/Link/Link.js.map +1 -0
- package/dist/components/Link/link.module.css +28 -0
- package/dist/components/Link/link.module.css.js +16 -0
- package/dist/components/Link/link.module.css.js.map +1 -0
- package/dist/components/List/List.js +51 -0
- package/dist/components/List/List.js.map +1 -0
- package/dist/components/List/list.module.css +45 -0
- package/dist/components/List/list.module.css.js +24 -0
- package/dist/components/List/list.module.css.js.map +1 -0
- package/dist/components/Menu/Menu.d.ts.map +1 -1
- package/dist/components/Menu/Menu.js +143 -0
- package/dist/components/Menu/Menu.js.map +1 -0
- package/dist/components/Menu/menu.module.css +24 -0
- package/dist/components/Menu/menu.module.css.js +18 -0
- package/dist/components/Menu/menu.module.css.js.map +1 -0
- package/dist/components/Modal/Modal.d.ts.map +1 -1
- package/dist/components/Modal/Modal.js +130 -0
- package/dist/components/Modal/Modal.js.map +1 -0
- package/dist/components/Modal/modal.module.css +26 -0
- package/dist/components/Modal/modal.module.css.js +21 -0
- package/dist/components/Modal/modal.module.css.js.map +1 -0
- package/dist/components/Pagination/Pagination.js +125 -0
- package/dist/components/Pagination/Pagination.js.map +1 -0
- package/dist/components/Pagination/pagination.module.css +3 -0
- package/dist/components/Pagination/pagination.module.css.js +9 -0
- package/dist/components/Pagination/pagination.module.css.js.map +1 -0
- package/dist/components/Popover/Popover.d.ts.map +1 -1
- package/dist/components/Popover/Popover.js +144 -0
- package/dist/components/Popover/Popover.js.map +1 -0
- package/dist/components/Popover/popover.module.css +11 -0
- package/dist/components/Popover/popover.module.css.js +15 -0
- package/dist/components/Popover/popover.module.css.js.map +1 -0
- package/dist/components/Progress/Progress.js +54 -0
- package/dist/components/Progress/Progress.js.map +1 -0
- package/dist/components/Progress/progress.module.css +24 -0
- package/dist/components/Progress/progress.module.css.js +15 -0
- package/dist/components/Progress/progress.module.css.js.map +1 -0
- package/dist/components/Radio/Radio.js +70 -0
- package/dist/components/Radio/Radio.js.map +1 -0
- package/dist/components/Radio/radio.module.css +48 -0
- package/dist/components/Radio/radio.module.css.js +12 -0
- package/dist/components/Radio/radio.module.css.js.map +1 -0
- package/dist/components/Select/Select.js +57 -0
- package/dist/components/Select/Select.js.map +1 -0
- package/dist/components/Select/select.module.css +43 -0
- package/dist/components/Select/select.module.css.js +12 -0
- package/dist/components/Select/select.module.css.js.map +1 -0
- package/dist/components/Skeleton/Skeleton.js +37 -0
- package/dist/components/Skeleton/Skeleton.js.map +1 -0
- package/dist/components/Skeleton/skeleton.module.css +26 -0
- package/dist/components/Skeleton/skeleton.module.css.js +9 -0
- package/dist/components/Skeleton/skeleton.module.css.js.map +1 -0
- package/dist/components/Spacer/Spacer.js +16 -0
- package/dist/components/Spacer/Spacer.js.map +1 -0
- package/dist/components/Spinner/Spinner.js +41 -0
- package/dist/components/Spinner/Spinner.js.map +1 -0
- package/dist/components/Spinner/spinner.module.css +21 -0
- package/dist/components/Spinner/spinner.module.css.js +9 -0
- package/dist/components/Spinner/spinner.module.css.js.map +1 -0
- package/dist/components/Stack/Stack.js +35 -0
- package/dist/components/Stack/Stack.js.map +1 -0
- package/dist/components/Switch/Switch.js +83 -0
- package/dist/components/Switch/Switch.js.map +1 -0
- package/dist/components/Switch/switch.module.css +48 -0
- package/dist/components/Switch/switch.module.css.js +15 -0
- package/dist/components/Switch/switch.module.css.js.map +1 -0
- package/dist/components/Tabs/Tabs.d.ts.map +1 -1
- package/dist/components/Tabs/Tabs.js +87 -0
- package/dist/components/Tabs/Tabs.js.map +1 -0
- package/dist/components/Tabs/tabs.module.css +55 -0
- package/dist/components/Tabs/tabs.module.css.js +27 -0
- package/dist/components/Tabs/tabs.module.css.js.map +1 -0
- package/dist/components/Text/Text.d.ts.map +1 -1
- package/dist/components/Text/Text.js +40 -0
- package/dist/components/Text/Text.js.map +1 -0
- package/dist/components/Text/text.module.css +9 -0
- package/dist/components/Text/text.module.css.js +12 -0
- package/dist/components/Text/text.module.css.js.map +1 -0
- package/dist/components/Textarea/Textarea.js +70 -0
- package/dist/components/Textarea/Textarea.js.map +1 -0
- package/dist/components/Textarea/textarea.module.css +46 -0
- package/dist/components/Textarea/textarea.module.css.js +24 -0
- package/dist/components/Textarea/textarea.module.css.js.map +1 -0
- package/dist/components/Tooltip/Tooltip.d.ts.map +1 -1
- package/dist/components/Tooltip/Tooltip.js +135 -0
- package/dist/components/Tooltip/Tooltip.js.map +1 -0
- package/dist/components/Tooltip/tooltip.module.css +4 -0
- package/dist/components/Tooltip/tooltip.module.css.js +9 -0
- package/dist/components/Tooltip/tooltip.module.css.js.map +1 -0
- package/dist/components/VStack/VStack.js +17 -0
- package/dist/components/VStack/VStack.js.map +1 -0
- package/dist/fonts.css +23 -1
- package/dist/index.css +3320 -1
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +99 -5521
- package/dist/index.js.map +1 -1
- package/dist/styles/styles.css +353 -0
- package/package.json +8 -4
|
@@ -0,0 +1,174 @@
|
|
|
1
|
+
const none = "_none_1qpf1_2";
|
|
2
|
+
const none_sm = "_none_sm_1qpf1_8";
|
|
3
|
+
const none_md = "_none_md_1qpf1_9";
|
|
4
|
+
const none_lg = "_none_lg_1qpf1_10";
|
|
5
|
+
const none_xl = "_none_xl_1qpf1_11";
|
|
6
|
+
const none_2xl = "_none_2xl_1qpf1_12";
|
|
7
|
+
const sm = "_sm_1qpf1_15";
|
|
8
|
+
const sm_sm = "_sm_sm_1qpf1_21";
|
|
9
|
+
const sm_md = "_sm_md_1qpf1_22";
|
|
10
|
+
const sm_lg = "_sm_lg_1qpf1_23";
|
|
11
|
+
const sm_xl = "_sm_xl_1qpf1_24";
|
|
12
|
+
const sm_2xl = "_sm_2xl_1qpf1_25";
|
|
13
|
+
const md = "_md_1qpf1_28";
|
|
14
|
+
const md_sm = "_md_sm_1qpf1_34";
|
|
15
|
+
const md_md = "_md_md_1qpf1_35";
|
|
16
|
+
const md_lg = "_md_lg_1qpf1_36";
|
|
17
|
+
const md_xl = "_md_xl_1qpf1_37";
|
|
18
|
+
const md_2xl = "_md_2xl_1qpf1_38";
|
|
19
|
+
const lg = "_lg_1qpf1_41";
|
|
20
|
+
const lg_sm = "_lg_sm_1qpf1_47";
|
|
21
|
+
const lg_md = "_lg_md_1qpf1_48";
|
|
22
|
+
const lg_lg = "_lg_lg_1qpf1_49";
|
|
23
|
+
const lg_xl = "_lg_xl_1qpf1_50";
|
|
24
|
+
const lg_2xl = "_lg_2xl_1qpf1_51";
|
|
25
|
+
const styles = {
|
|
26
|
+
none,
|
|
27
|
+
"none:h": "_none:h_1qpf1_3",
|
|
28
|
+
"none:f": "_none:f_1qpf1_4",
|
|
29
|
+
"none:a": "_none:a_1qpf1_5",
|
|
30
|
+
"none:d": "_none:d_1qpf1_6",
|
|
31
|
+
none_sm,
|
|
32
|
+
"none_sm:h": "_none_sm:h_1qpf1_8",
|
|
33
|
+
"none_sm:f": "_none_sm:f_1qpf1_8",
|
|
34
|
+
"none_sm:a": "_none_sm:a_1qpf1_8",
|
|
35
|
+
"none_sm:d": "_none_sm:d_1qpf1_8",
|
|
36
|
+
none_md,
|
|
37
|
+
"none_md:h": "_none_md:h_1qpf1_9",
|
|
38
|
+
"none_md:f": "_none_md:f_1qpf1_9",
|
|
39
|
+
"none_md:a": "_none_md:a_1qpf1_9",
|
|
40
|
+
"none_md:d": "_none_md:d_1qpf1_9",
|
|
41
|
+
none_lg,
|
|
42
|
+
"none_lg:h": "_none_lg:h_1qpf1_10",
|
|
43
|
+
"none_lg:f": "_none_lg:f_1qpf1_10",
|
|
44
|
+
"none_lg:a": "_none_lg:a_1qpf1_10",
|
|
45
|
+
"none_lg:d": "_none_lg:d_1qpf1_10",
|
|
46
|
+
none_xl,
|
|
47
|
+
"none_xl:h": "_none_xl:h_1qpf1_11",
|
|
48
|
+
"none_xl:f": "_none_xl:f_1qpf1_11",
|
|
49
|
+
"none_xl:a": "_none_xl:a_1qpf1_11",
|
|
50
|
+
"none_xl:d": "_none_xl:d_1qpf1_11",
|
|
51
|
+
none_2xl,
|
|
52
|
+
"none_2xl:h": "_none_2xl:h_1qpf1_12",
|
|
53
|
+
"none_2xl:f": "_none_2xl:f_1qpf1_12",
|
|
54
|
+
"none_2xl:a": "_none_2xl:a_1qpf1_12",
|
|
55
|
+
"none_2xl:d": "_none_2xl:d_1qpf1_12",
|
|
56
|
+
sm,
|
|
57
|
+
"sm:h": "_sm:h_1qpf1_16",
|
|
58
|
+
"sm:f": "_sm:f_1qpf1_17",
|
|
59
|
+
"sm:a": "_sm:a_1qpf1_18",
|
|
60
|
+
"sm:d": "_sm:d_1qpf1_19",
|
|
61
|
+
sm_sm,
|
|
62
|
+
"sm_sm:h": "_sm_sm:h_1qpf1_21",
|
|
63
|
+
"sm_sm:f": "_sm_sm:f_1qpf1_21",
|
|
64
|
+
"sm_sm:a": "_sm_sm:a_1qpf1_21",
|
|
65
|
+
"sm_sm:d": "_sm_sm:d_1qpf1_21",
|
|
66
|
+
sm_md,
|
|
67
|
+
"sm_md:h": "_sm_md:h_1qpf1_22",
|
|
68
|
+
"sm_md:f": "_sm_md:f_1qpf1_22",
|
|
69
|
+
"sm_md:a": "_sm_md:a_1qpf1_22",
|
|
70
|
+
"sm_md:d": "_sm_md:d_1qpf1_22",
|
|
71
|
+
sm_lg,
|
|
72
|
+
"sm_lg:h": "_sm_lg:h_1qpf1_23",
|
|
73
|
+
"sm_lg:f": "_sm_lg:f_1qpf1_23",
|
|
74
|
+
"sm_lg:a": "_sm_lg:a_1qpf1_23",
|
|
75
|
+
"sm_lg:d": "_sm_lg:d_1qpf1_23",
|
|
76
|
+
sm_xl,
|
|
77
|
+
"sm_xl:h": "_sm_xl:h_1qpf1_24",
|
|
78
|
+
"sm_xl:f": "_sm_xl:f_1qpf1_24",
|
|
79
|
+
"sm_xl:a": "_sm_xl:a_1qpf1_24",
|
|
80
|
+
"sm_xl:d": "_sm_xl:d_1qpf1_24",
|
|
81
|
+
sm_2xl,
|
|
82
|
+
"sm_2xl:h": "_sm_2xl:h_1qpf1_25",
|
|
83
|
+
"sm_2xl:f": "_sm_2xl:f_1qpf1_25",
|
|
84
|
+
"sm_2xl:a": "_sm_2xl:a_1qpf1_25",
|
|
85
|
+
"sm_2xl:d": "_sm_2xl:d_1qpf1_25",
|
|
86
|
+
md,
|
|
87
|
+
"md:h": "_md:h_1qpf1_29",
|
|
88
|
+
"md:f": "_md:f_1qpf1_30",
|
|
89
|
+
"md:a": "_md:a_1qpf1_31",
|
|
90
|
+
"md:d": "_md:d_1qpf1_32",
|
|
91
|
+
md_sm,
|
|
92
|
+
"md_sm:h": "_md_sm:h_1qpf1_34",
|
|
93
|
+
"md_sm:f": "_md_sm:f_1qpf1_34",
|
|
94
|
+
"md_sm:a": "_md_sm:a_1qpf1_34",
|
|
95
|
+
"md_sm:d": "_md_sm:d_1qpf1_34",
|
|
96
|
+
md_md,
|
|
97
|
+
"md_md:h": "_md_md:h_1qpf1_35",
|
|
98
|
+
"md_md:f": "_md_md:f_1qpf1_35",
|
|
99
|
+
"md_md:a": "_md_md:a_1qpf1_35",
|
|
100
|
+
"md_md:d": "_md_md:d_1qpf1_35",
|
|
101
|
+
md_lg,
|
|
102
|
+
"md_lg:h": "_md_lg:h_1qpf1_36",
|
|
103
|
+
"md_lg:f": "_md_lg:f_1qpf1_36",
|
|
104
|
+
"md_lg:a": "_md_lg:a_1qpf1_36",
|
|
105
|
+
"md_lg:d": "_md_lg:d_1qpf1_36",
|
|
106
|
+
md_xl,
|
|
107
|
+
"md_xl:h": "_md_xl:h_1qpf1_37",
|
|
108
|
+
"md_xl:f": "_md_xl:f_1qpf1_37",
|
|
109
|
+
"md_xl:a": "_md_xl:a_1qpf1_37",
|
|
110
|
+
"md_xl:d": "_md_xl:d_1qpf1_37",
|
|
111
|
+
md_2xl,
|
|
112
|
+
"md_2xl:h": "_md_2xl:h_1qpf1_38",
|
|
113
|
+
"md_2xl:f": "_md_2xl:f_1qpf1_38",
|
|
114
|
+
"md_2xl:a": "_md_2xl:a_1qpf1_38",
|
|
115
|
+
"md_2xl:d": "_md_2xl:d_1qpf1_38",
|
|
116
|
+
lg,
|
|
117
|
+
"lg:h": "_lg:h_1qpf1_42",
|
|
118
|
+
"lg:f": "_lg:f_1qpf1_43",
|
|
119
|
+
"lg:a": "_lg:a_1qpf1_44",
|
|
120
|
+
"lg:d": "_lg:d_1qpf1_45",
|
|
121
|
+
lg_sm,
|
|
122
|
+
"lg_sm:h": "_lg_sm:h_1qpf1_47",
|
|
123
|
+
"lg_sm:f": "_lg_sm:f_1qpf1_47",
|
|
124
|
+
"lg_sm:a": "_lg_sm:a_1qpf1_47",
|
|
125
|
+
"lg_sm:d": "_lg_sm:d_1qpf1_47",
|
|
126
|
+
lg_md,
|
|
127
|
+
"lg_md:h": "_lg_md:h_1qpf1_48",
|
|
128
|
+
"lg_md:f": "_lg_md:f_1qpf1_48",
|
|
129
|
+
"lg_md:a": "_lg_md:a_1qpf1_48",
|
|
130
|
+
"lg_md:d": "_lg_md:d_1qpf1_48",
|
|
131
|
+
lg_lg,
|
|
132
|
+
"lg_lg:h": "_lg_lg:h_1qpf1_49",
|
|
133
|
+
"lg_lg:f": "_lg_lg:f_1qpf1_49",
|
|
134
|
+
"lg_lg:a": "_lg_lg:a_1qpf1_49",
|
|
135
|
+
"lg_lg:d": "_lg_lg:d_1qpf1_49",
|
|
136
|
+
lg_xl,
|
|
137
|
+
"lg_xl:h": "_lg_xl:h_1qpf1_50",
|
|
138
|
+
"lg_xl:f": "_lg_xl:f_1qpf1_50",
|
|
139
|
+
"lg_xl:a": "_lg_xl:a_1qpf1_50",
|
|
140
|
+
"lg_xl:d": "_lg_xl:d_1qpf1_50",
|
|
141
|
+
lg_2xl,
|
|
142
|
+
"lg_2xl:h": "_lg_2xl:h_1qpf1_51",
|
|
143
|
+
"lg_2xl:f": "_lg_2xl:f_1qpf1_51",
|
|
144
|
+
"lg_2xl:a": "_lg_2xl:a_1qpf1_51",
|
|
145
|
+
"lg_2xl:d": "_lg_2xl:d_1qpf1_51"
|
|
146
|
+
};
|
|
147
|
+
export {
|
|
148
|
+
styles as default,
|
|
149
|
+
lg,
|
|
150
|
+
lg_2xl,
|
|
151
|
+
lg_lg,
|
|
152
|
+
lg_md,
|
|
153
|
+
lg_sm,
|
|
154
|
+
lg_xl,
|
|
155
|
+
md,
|
|
156
|
+
md_2xl,
|
|
157
|
+
md_lg,
|
|
158
|
+
md_md,
|
|
159
|
+
md_sm,
|
|
160
|
+
md_xl,
|
|
161
|
+
none,
|
|
162
|
+
none_2xl,
|
|
163
|
+
none_lg,
|
|
164
|
+
none_md,
|
|
165
|
+
none_sm,
|
|
166
|
+
none_xl,
|
|
167
|
+
sm,
|
|
168
|
+
sm_2xl,
|
|
169
|
+
sm_lg,
|
|
170
|
+
sm_md,
|
|
171
|
+
sm_sm,
|
|
172
|
+
sm_xl
|
|
173
|
+
};
|
|
174
|
+
//# sourceMappingURL=shadows.module.css.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"shadows.module.css.js","sources":[],"sourcesContent":[],"names":[],"mappings":";;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -0,0 +1,21 @@
|
|
|
1
|
+
const RESPONSIVE_KEYS = ["base", "sm", "md", "lg", "xl", "2xl"];
|
|
2
|
+
const STATE_SUFFIXES = {
|
|
3
|
+
base: "",
|
|
4
|
+
hover: "-h",
|
|
5
|
+
focus: "-f",
|
|
6
|
+
active: "-a",
|
|
7
|
+
disabled: "-d"
|
|
8
|
+
};
|
|
9
|
+
const STATE_CLASS_SUFFIXES = {
|
|
10
|
+
base: "",
|
|
11
|
+
hover: ":h",
|
|
12
|
+
focus: ":f",
|
|
13
|
+
active: ":a",
|
|
14
|
+
disabled: ":d"
|
|
15
|
+
};
|
|
16
|
+
export {
|
|
17
|
+
RESPONSIVE_KEYS,
|
|
18
|
+
STATE_CLASS_SUFFIXES,
|
|
19
|
+
STATE_SUFFIXES
|
|
20
|
+
};
|
|
21
|
+
//# sourceMappingURL=constants.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"constants.js","sources":["../../../../src/components/Box/shared/constants.ts"],"sourcesContent":["export const RESPONSIVE_KEYS = [\"base\", \"sm\", \"md\", \"lg\", \"xl\", \"2xl\"] as const;\n\nexport const STATE_SUFFIXES = {\n base: \"\",\n hover: \"-h\",\n focus: \"-f\",\n active: \"-a\",\n disabled: \"-d\",\n} as const;\n\nexport const STATE_CLASS_SUFFIXES = {\n base: \"\",\n hover: \":h\",\n focus: \":f\",\n active: \":a\",\n disabled: \":d\",\n} as const;\n"],"names":[],"mappings":"AAAO,MAAM,kBAAkB,CAAC,QAAQ,MAAM,MAAM,MAAM,MAAM,KAAK;AAE9D,MAAM,iBAAiB;AAAA,EAC5B,MAAM;AAAA,EACN,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AACZ;AAEO,MAAM,uBAAuB;AAAA,EAClC,MAAM;AAAA,EACN,OAAO;AAAA,EACP,OAAO;AAAA,EACP,QAAQ;AAAA,EACR,UAAU;AACZ;"}
|
|
@@ -0,0 +1,10 @@
|
|
|
1
|
+
function getRawValue(value) {
|
|
2
|
+
if (value === void 0) return void 0;
|
|
3
|
+
if (typeof value === "string") return value;
|
|
4
|
+
if (value === 0) return "0";
|
|
5
|
+
return `calc(var(--t-spacing-unit) * ${value})`;
|
|
6
|
+
}
|
|
7
|
+
export {
|
|
8
|
+
getRawValue
|
|
9
|
+
};
|
|
10
|
+
//# sourceMappingURL=spacing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"spacing.js","sources":["../../../../src/components/Box/shared/spacing.ts"],"sourcesContent":["/**\n * Converts a spacing value to a CSS value string.\n * Used by margin, padding, and sizing style helpers.\n *\n * - Numbers are multiplied by the spacing unit (4px)\n * - Strings are passed through as-is (for custom values like \"100%\")\n * - 0 returns \"0\" (no unit needed)\n */\nexport function getRawValue(value?: string | number): string | undefined {\n if (value === undefined) return undefined;\n if (typeof value === \"string\") return value;\n if (value === 0) return \"0\";\n return `calc(var(--t-spacing-unit) * ${value})`;\n}\n"],"names":[],"mappings":"AAQO,SAAS,YAAY,OAA6C;AACvE,MAAI,UAAU,OAAW,QAAO;AAChC,MAAI,OAAO,UAAU,SAAU,QAAO;AACtC,MAAI,UAAU,EAAG,QAAO;AACxB,SAAO,gCAAgC,KAAK;AAC9C;"}
|
|
@@ -0,0 +1,75 @@
|
|
|
1
|
+
import { STATE_SUFFIXES, STATE_CLASS_SUFFIXES, RESPONSIVE_KEYS } from "../shared/constants.js";
|
|
2
|
+
import { getRawValue } from "../shared/spacing.js";
|
|
3
|
+
import styles from "./sizing.module.css.js";
|
|
4
|
+
import clsx from "clsx";
|
|
5
|
+
function getSizingProp(key, value, state = "base") {
|
|
6
|
+
const result = { className: "", style: {} };
|
|
7
|
+
if (value === void 0) return result;
|
|
8
|
+
const stateSuffix = STATE_SUFFIXES[state];
|
|
9
|
+
const stateClassSuffix = STATE_CLASS_SUFFIXES[state];
|
|
10
|
+
if (typeof value !== "object") {
|
|
11
|
+
const rawValue = getRawValue(value);
|
|
12
|
+
if (rawValue !== void 0) {
|
|
13
|
+
const className = stateClassSuffix ? styles[`${key}${stateClassSuffix}`] : styles[key];
|
|
14
|
+
result.className = className || "";
|
|
15
|
+
result.style[`--t-${key}${stateSuffix}`] = rawValue;
|
|
16
|
+
}
|
|
17
|
+
return result;
|
|
18
|
+
}
|
|
19
|
+
for (const responsiveKey of RESPONSIVE_KEYS) {
|
|
20
|
+
const rawValue = getRawValue(value[responsiveKey]);
|
|
21
|
+
if (rawValue === void 0) continue;
|
|
22
|
+
let className;
|
|
23
|
+
let varName;
|
|
24
|
+
if (responsiveKey === "base") {
|
|
25
|
+
className = stateClassSuffix ? styles[`${key}${stateClassSuffix}`] : styles[key];
|
|
26
|
+
varName = `--t-${key}${stateSuffix}`;
|
|
27
|
+
} else {
|
|
28
|
+
className = stateClassSuffix ? styles[`${key}_${responsiveKey}${stateClassSuffix}`] : styles[`${key}_${responsiveKey}`];
|
|
29
|
+
varName = `--t-${key}_${responsiveKey}${stateSuffix}`;
|
|
30
|
+
}
|
|
31
|
+
if (className) {
|
|
32
|
+
result.className = clsx(result.className, className);
|
|
33
|
+
}
|
|
34
|
+
result.style[varName] = rawValue;
|
|
35
|
+
}
|
|
36
|
+
return result;
|
|
37
|
+
}
|
|
38
|
+
function getSizingStylesForState(props, state) {
|
|
39
|
+
const result = { className: "", style: {} };
|
|
40
|
+
if (!props) return result;
|
|
41
|
+
const keys = ["w", "h", "minW", "maxW", "minH", "maxH"];
|
|
42
|
+
const results = keys.map((key) => getSizingProp(key, props[key], state));
|
|
43
|
+
return {
|
|
44
|
+
className: clsx(...results.map((r) => r.className)),
|
|
45
|
+
style: Object.assign({}, ...results.map((r) => r.style))
|
|
46
|
+
};
|
|
47
|
+
}
|
|
48
|
+
function getSizingStyles(props) {
|
|
49
|
+
const { _hover, _focus, _active, _disabled, ...baseProps } = props;
|
|
50
|
+
const baseStyles = getSizingStylesForState(baseProps, "base");
|
|
51
|
+
const hoverStyles = getSizingStylesForState(_hover, "hover");
|
|
52
|
+
const focusStyles = getSizingStylesForState(_focus, "focus");
|
|
53
|
+
const activeStyles = getSizingStylesForState(_active, "active");
|
|
54
|
+
const disabledStyles = getSizingStylesForState(_disabled, "disabled");
|
|
55
|
+
return {
|
|
56
|
+
className: clsx(
|
|
57
|
+
baseStyles.className,
|
|
58
|
+
hoverStyles.className,
|
|
59
|
+
focusStyles.className,
|
|
60
|
+
activeStyles.className,
|
|
61
|
+
disabledStyles.className
|
|
62
|
+
),
|
|
63
|
+
style: {
|
|
64
|
+
...baseStyles.style,
|
|
65
|
+
...hoverStyles.style,
|
|
66
|
+
...focusStyles.style,
|
|
67
|
+
...activeStyles.style,
|
|
68
|
+
...disabledStyles.style
|
|
69
|
+
}
|
|
70
|
+
};
|
|
71
|
+
}
|
|
72
|
+
export {
|
|
73
|
+
getSizingStyles
|
|
74
|
+
};
|
|
75
|
+
//# sourceMappingURL=sizing.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"sizing.js","sources":["../../../../src/components/Box/sizing/sizing.ts"],"sourcesContent":["import type { ResponsiveValue } from \"@/utils/breakpoints\";\nimport {\n RESPONSIVE_KEYS,\n STATE_SUFFIXES,\n STATE_CLASS_SUFFIXES,\n type StateKey,\n type StyleResult,\n getRawValue,\n} from \"../shared\";\nimport styles from \"./sizing.module.css\";\nimport clsx from \"clsx\";\n\ntype SizingValue = string | number;\ntype SizingKey = \"w\" | \"h\" | \"minW\" | \"maxW\" | \"minH\" | \"maxH\";\n\nexport type SizingProps = {\n w?: ResponsiveValue<SizingValue>;\n h?: ResponsiveValue<SizingValue>;\n minW?: ResponsiveValue<SizingValue>;\n maxW?: ResponsiveValue<SizingValue>;\n minH?: ResponsiveValue<SizingValue>;\n maxH?: ResponsiveValue<SizingValue>;\n};\n\nexport type SizingStateProps = {\n _hover?: SizingProps;\n _focus?: SizingProps;\n _active?: SizingProps;\n _disabled?: SizingProps;\n};\n\nfunction getSizingProp(\n key: SizingKey,\n value: ResponsiveValue<SizingValue> | undefined,\n state: StateKey = \"base\"\n): StyleResult {\n const result: StyleResult = { className: \"\", style: {} };\n\n if (value === undefined) return result;\n\n const stateSuffix = STATE_SUFFIXES[state];\n const stateClassSuffix = STATE_CLASS_SUFFIXES[state];\n\n if (typeof value !== \"object\") {\n const rawValue = getRawValue(value);\n if (rawValue !== undefined) {\n const className = stateClassSuffix\n ? styles[`${key}${stateClassSuffix}`]\n : styles[key];\n result.className = className || \"\";\n result.style[`--t-${key}${stateSuffix}`] = rawValue;\n }\n return result;\n }\n\n for (const responsiveKey of RESPONSIVE_KEYS) {\n const rawValue = getRawValue(value[responsiveKey]);\n if (rawValue === undefined) continue;\n\n let className: string | undefined;\n let varName: string;\n\n if (responsiveKey === \"base\") {\n className = stateClassSuffix\n ? styles[`${key}${stateClassSuffix}`]\n : styles[key];\n varName = `--t-${key}${stateSuffix}`;\n } else {\n className = stateClassSuffix\n ? styles[`${key}_${responsiveKey}${stateClassSuffix}`]\n : styles[`${key}_${responsiveKey}`];\n varName = `--t-${key}_${responsiveKey}${stateSuffix}`;\n }\n\n if (className) {\n result.className = clsx(result.className, className);\n }\n result.style[varName] = rawValue;\n }\n\n return result;\n}\n\nfunction getSizingStylesForState(\n props: SizingProps | undefined,\n state: StateKey\n): StyleResult {\n const result: StyleResult = { className: \"\", style: {} };\n\n if (!props) return result;\n\n const keys: SizingKey[] = [\"w\", \"h\", \"minW\", \"maxW\", \"minH\", \"maxH\"];\n const results = keys.map((key) => getSizingProp(key, props[key], state));\n\n return {\n className: clsx(...results.map((r) => r.className)),\n style: Object.assign({}, ...results.map((r) => r.style)),\n };\n}\n\nexport function getSizingStyles(\n props: SizingProps & SizingStateProps\n): StyleResult {\n const { _hover, _focus, _active, _disabled, ...baseProps } = props;\n\n const baseStyles = getSizingStylesForState(baseProps, \"base\");\n const hoverStyles = getSizingStylesForState(_hover, \"hover\");\n const focusStyles = getSizingStylesForState(_focus, \"focus\");\n const activeStyles = getSizingStylesForState(_active, \"active\");\n const disabledStyles = getSizingStylesForState(_disabled, \"disabled\");\n\n return {\n className: clsx(\n baseStyles.className,\n hoverStyles.className,\n focusStyles.className,\n activeStyles.className,\n disabledStyles.className\n ),\n style: {\n ...baseStyles.style,\n ...hoverStyles.style,\n ...focusStyles.style,\n ...activeStyles.style,\n ...disabledStyles.style,\n },\n };\n}\n"],"names":[],"mappings":";;;;AA+BA,SAAS,cACP,KACA,OACA,QAAkB,QACL;AACb,QAAM,SAAsB,EAAE,WAAW,IAAI,OAAO,CAAA,EAAC;AAErD,MAAI,UAAU,OAAW,QAAO;AAEhC,QAAM,cAAc,eAAe,KAAK;AACxC,QAAM,mBAAmB,qBAAqB,KAAK;AAEnD,MAAI,OAAO,UAAU,UAAU;AAC7B,UAAM,WAAW,YAAY,KAAK;AAClC,QAAI,aAAa,QAAW;AAC1B,YAAM,YAAY,mBACd,OAAO,GAAG,GAAG,GAAG,gBAAgB,EAAE,IAClC,OAAO,GAAG;AACd,aAAO,YAAY,aAAa;AAChC,aAAO,MAAM,OAAO,GAAG,GAAG,WAAW,EAAE,IAAI;AAAA,IAC7C;AACA,WAAO;AAAA,EACT;AAEA,aAAW,iBAAiB,iBAAiB;AAC3C,UAAM,WAAW,YAAY,MAAM,aAAa,CAAC;AACjD,QAAI,aAAa,OAAW;AAE5B,QAAI;AACJ,QAAI;AAEJ,QAAI,kBAAkB,QAAQ;AAC5B,kBAAY,mBACR,OAAO,GAAG,GAAG,GAAG,gBAAgB,EAAE,IAClC,OAAO,GAAG;AACd,gBAAU,OAAO,GAAG,GAAG,WAAW;AAAA,IACpC,OAAO;AACL,kBAAY,mBACR,OAAO,GAAG,GAAG,IAAI,aAAa,GAAG,gBAAgB,EAAE,IACnD,OAAO,GAAG,GAAG,IAAI,aAAa,EAAE;AACpC,gBAAU,OAAO,GAAG,IAAI,aAAa,GAAG,WAAW;AAAA,IACrD;AAEA,QAAI,WAAW;AACb,aAAO,YAAY,KAAK,OAAO,WAAW,SAAS;AAAA,IACrD;AACA,WAAO,MAAM,OAAO,IAAI;AAAA,EAC1B;AAEA,SAAO;AACT;AAEA,SAAS,wBACP,OACA,OACa;AACb,QAAM,SAAsB,EAAE,WAAW,IAAI,OAAO,CAAA,EAAC;AAErD,MAAI,CAAC,MAAO,QAAO;AAEnB,QAAM,OAAoB,CAAC,KAAK,KAAK,QAAQ,QAAQ,QAAQ,MAAM;AACnE,QAAM,UAAU,KAAK,IAAI,CAAC,QAAQ,cAAc,KAAK,MAAM,GAAG,GAAG,KAAK,CAAC;AAEvE,SAAO;AAAA,IACL,WAAW,KAAK,GAAG,QAAQ,IAAI,CAAC,MAAM,EAAE,SAAS,CAAC;AAAA,IAClD,OAAO,OAAO,OAAO,IAAI,GAAG,QAAQ,IAAI,CAAC,MAAM,EAAE,KAAK,CAAC;AAAA,EAAA;AAE3D;AAEO,SAAS,gBACd,OACa;AACb,QAAM,EAAE,QAAQ,QAAQ,SAAS,WAAW,GAAG,cAAc;AAE7D,QAAM,aAAa,wBAAwB,WAAW,MAAM;AAC5D,QAAM,cAAc,wBAAwB,QAAQ,OAAO;AAC3D,QAAM,cAAc,wBAAwB,QAAQ,OAAO;AAC3D,QAAM,eAAe,wBAAwB,SAAS,QAAQ;AAC9D,QAAM,iBAAiB,wBAAwB,WAAW,UAAU;AAEpE,SAAO;AAAA,IACL,WAAW;AAAA,MACT,WAAW;AAAA,MACX,YAAY;AAAA,MACZ,YAAY;AAAA,MACZ,aAAa;AAAA,MACb,eAAe;AAAA,IAAA;AAAA,IAEjB,OAAO;AAAA,MACL,GAAG,WAAW;AAAA,MACd,GAAG,YAAY;AAAA,MACf,GAAG,YAAY;AAAA,MACf,GAAG,aAAa;AAAA,MAChB,GAAG,eAAe;AAAA,IAAA;AAAA,EACpB;AAEJ;"}
|
|
@@ -0,0 +1,281 @@
|
|
|
1
|
+
/* width */
|
|
2
|
+
._w_1v7lp_2 { width: var(--t-w); }
|
|
3
|
+
._w\:h_1v7lp_3:hover { width: var(--t-w-h); }
|
|
4
|
+
._w\:f_1v7lp_4:focus { width: var(--t-w-f); }
|
|
5
|
+
._w\:a_1v7lp_5:active { width: var(--t-w-a); }
|
|
6
|
+
._w\:d_1v7lp_6:disabled { width: var(--t-w-d); }
|
|
7
|
+
|
|
8
|
+
@media (min-width: 640px) {
|
|
9
|
+
._w_sm_1v7lp_9 { width: var(--t-w_sm); }
|
|
10
|
+
._w_sm\:h_1v7lp_10:hover { width: var(--t-w_sm-h); }
|
|
11
|
+
._w_sm\:f_1v7lp_11:focus { width: var(--t-w_sm-f); }
|
|
12
|
+
._w_sm\:a_1v7lp_12:active { width: var(--t-w_sm-a); }
|
|
13
|
+
._w_sm\:d_1v7lp_13:disabled { width: var(--t-w_sm-d); }
|
|
14
|
+
}
|
|
15
|
+
|
|
16
|
+
@media (min-width: 768px) {
|
|
17
|
+
._w_md_1v7lp_17 { width: var(--t-w_md); }
|
|
18
|
+
._w_md\:h_1v7lp_18:hover { width: var(--t-w_md-h); }
|
|
19
|
+
._w_md\:f_1v7lp_19:focus { width: var(--t-w_md-f); }
|
|
20
|
+
._w_md\:a_1v7lp_20:active { width: var(--t-w_md-a); }
|
|
21
|
+
._w_md\:d_1v7lp_21:disabled { width: var(--t-w_md-d); }
|
|
22
|
+
}
|
|
23
|
+
|
|
24
|
+
@media (min-width: 1024px) {
|
|
25
|
+
._w_lg_1v7lp_25 { width: var(--t-w_lg); }
|
|
26
|
+
._w_lg\:h_1v7lp_26:hover { width: var(--t-w_lg-h); }
|
|
27
|
+
._w_lg\:f_1v7lp_27:focus { width: var(--t-w_lg-f); }
|
|
28
|
+
._w_lg\:a_1v7lp_28:active { width: var(--t-w_lg-a); }
|
|
29
|
+
._w_lg\:d_1v7lp_29:disabled { width: var(--t-w_lg-d); }
|
|
30
|
+
}
|
|
31
|
+
|
|
32
|
+
@media (min-width: 1280px) {
|
|
33
|
+
._w_xl_1v7lp_33 { width: var(--t-w_xl); }
|
|
34
|
+
._w_xl\:h_1v7lp_34:hover { width: var(--t-w_xl-h); }
|
|
35
|
+
._w_xl\:f_1v7lp_35:focus { width: var(--t-w_xl-f); }
|
|
36
|
+
._w_xl\:a_1v7lp_36:active { width: var(--t-w_xl-a); }
|
|
37
|
+
._w_xl\:d_1v7lp_37:disabled { width: var(--t-w_xl-d); }
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
@media (min-width: 1536px) {
|
|
41
|
+
._w_2xl_1v7lp_41 { width: var(--t-w_2xl); }
|
|
42
|
+
._w_2xl\:h_1v7lp_42:hover { width: var(--t-w_2xl-h); }
|
|
43
|
+
._w_2xl\:f_1v7lp_43:focus { width: var(--t-w_2xl-f); }
|
|
44
|
+
._w_2xl\:a_1v7lp_44:active { width: var(--t-w_2xl-a); }
|
|
45
|
+
._w_2xl\:d_1v7lp_45:disabled { width: var(--t-w_2xl-d); }
|
|
46
|
+
}
|
|
47
|
+
|
|
48
|
+
/* height */
|
|
49
|
+
._h_1v7lp_49 { height: var(--t-h); }
|
|
50
|
+
._h\:h_1v7lp_50:hover { height: var(--t-h-h); }
|
|
51
|
+
._h\:f_1v7lp_51:focus { height: var(--t-h-f); }
|
|
52
|
+
._h\:a_1v7lp_52:active { height: var(--t-h-a); }
|
|
53
|
+
._h\:d_1v7lp_53:disabled { height: var(--t-h-d); }
|
|
54
|
+
|
|
55
|
+
@media (min-width: 640px) {
|
|
56
|
+
._h_sm_1v7lp_56 { height: var(--t-h_sm); }
|
|
57
|
+
._h_sm\:h_1v7lp_57:hover { height: var(--t-h_sm-h); }
|
|
58
|
+
._h_sm\:f_1v7lp_58:focus { height: var(--t-h_sm-f); }
|
|
59
|
+
._h_sm\:a_1v7lp_59:active { height: var(--t-h_sm-a); }
|
|
60
|
+
._h_sm\:d_1v7lp_60:disabled { height: var(--t-h_sm-d); }
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
@media (min-width: 768px) {
|
|
64
|
+
._h_md_1v7lp_64 { height: var(--t-h_md); }
|
|
65
|
+
._h_md\:h_1v7lp_65:hover { height: var(--t-h_md-h); }
|
|
66
|
+
._h_md\:f_1v7lp_66:focus { height: var(--t-h_md-f); }
|
|
67
|
+
._h_md\:a_1v7lp_67:active { height: var(--t-h_md-a); }
|
|
68
|
+
._h_md\:d_1v7lp_68:disabled { height: var(--t-h_md-d); }
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
@media (min-width: 1024px) {
|
|
72
|
+
._h_lg_1v7lp_72 { height: var(--t-h_lg); }
|
|
73
|
+
._h_lg\:h_1v7lp_73:hover { height: var(--t-h_lg-h); }
|
|
74
|
+
._h_lg\:f_1v7lp_74:focus { height: var(--t-h_lg-f); }
|
|
75
|
+
._h_lg\:a_1v7lp_75:active { height: var(--t-h_lg-a); }
|
|
76
|
+
._h_lg\:d_1v7lp_76:disabled { height: var(--t-h_lg-d); }
|
|
77
|
+
}
|
|
78
|
+
|
|
79
|
+
@media (min-width: 1280px) {
|
|
80
|
+
._h_xl_1v7lp_80 { height: var(--t-h_xl); }
|
|
81
|
+
._h_xl\:h_1v7lp_81:hover { height: var(--t-h_xl-h); }
|
|
82
|
+
._h_xl\:f_1v7lp_82:focus { height: var(--t-h_xl-f); }
|
|
83
|
+
._h_xl\:a_1v7lp_83:active { height: var(--t-h_xl-a); }
|
|
84
|
+
._h_xl\:d_1v7lp_84:disabled { height: var(--t-h_xl-d); }
|
|
85
|
+
}
|
|
86
|
+
|
|
87
|
+
@media (min-width: 1536px) {
|
|
88
|
+
._h_2xl_1v7lp_88 { height: var(--t-h_2xl); }
|
|
89
|
+
._h_2xl\:h_1v7lp_89:hover { height: var(--t-h_2xl-h); }
|
|
90
|
+
._h_2xl\:f_1v7lp_90:focus { height: var(--t-h_2xl-f); }
|
|
91
|
+
._h_2xl\:a_1v7lp_91:active { height: var(--t-h_2xl-a); }
|
|
92
|
+
._h_2xl\:d_1v7lp_92:disabled { height: var(--t-h_2xl-d); }
|
|
93
|
+
}
|
|
94
|
+
|
|
95
|
+
/* min-width */
|
|
96
|
+
._minW_1v7lp_96 { min-width: var(--t-minW); }
|
|
97
|
+
._minW\:h_1v7lp_97:hover { min-width: var(--t-minW-h); }
|
|
98
|
+
._minW\:f_1v7lp_98:focus { min-width: var(--t-minW-f); }
|
|
99
|
+
._minW\:a_1v7lp_99:active { min-width: var(--t-minW-a); }
|
|
100
|
+
._minW\:d_1v7lp_100:disabled { min-width: var(--t-minW-d); }
|
|
101
|
+
|
|
102
|
+
@media (min-width: 640px) {
|
|
103
|
+
._minW_sm_1v7lp_103 { min-width: var(--t-minW_sm); }
|
|
104
|
+
._minW_sm\:h_1v7lp_104:hover { min-width: var(--t-minW_sm-h); }
|
|
105
|
+
._minW_sm\:f_1v7lp_105:focus { min-width: var(--t-minW_sm-f); }
|
|
106
|
+
._minW_sm\:a_1v7lp_106:active { min-width: var(--t-minW_sm-a); }
|
|
107
|
+
._minW_sm\:d_1v7lp_107:disabled { min-width: var(--t-minW_sm-d); }
|
|
108
|
+
}
|
|
109
|
+
|
|
110
|
+
@media (min-width: 768px) {
|
|
111
|
+
._minW_md_1v7lp_111 { min-width: var(--t-minW_md); }
|
|
112
|
+
._minW_md\:h_1v7lp_112:hover { min-width: var(--t-minW_md-h); }
|
|
113
|
+
._minW_md\:f_1v7lp_113:focus { min-width: var(--t-minW_md-f); }
|
|
114
|
+
._minW_md\:a_1v7lp_114:active { min-width: var(--t-minW_md-a); }
|
|
115
|
+
._minW_md\:d_1v7lp_115:disabled { min-width: var(--t-minW_md-d); }
|
|
116
|
+
}
|
|
117
|
+
|
|
118
|
+
@media (min-width: 1024px) {
|
|
119
|
+
._minW_lg_1v7lp_119 { min-width: var(--t-minW_lg); }
|
|
120
|
+
._minW_lg\:h_1v7lp_120:hover { min-width: var(--t-minW_lg-h); }
|
|
121
|
+
._minW_lg\:f_1v7lp_121:focus { min-width: var(--t-minW_lg-f); }
|
|
122
|
+
._minW_lg\:a_1v7lp_122:active { min-width: var(--t-minW_lg-a); }
|
|
123
|
+
._minW_lg\:d_1v7lp_123:disabled { min-width: var(--t-minW_lg-d); }
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
@media (min-width: 1280px) {
|
|
127
|
+
._minW_xl_1v7lp_127 { min-width: var(--t-minW_xl); }
|
|
128
|
+
._minW_xl\:h_1v7lp_128:hover { min-width: var(--t-minW_xl-h); }
|
|
129
|
+
._minW_xl\:f_1v7lp_129:focus { min-width: var(--t-minW_xl-f); }
|
|
130
|
+
._minW_xl\:a_1v7lp_130:active { min-width: var(--t-minW_xl-a); }
|
|
131
|
+
._minW_xl\:d_1v7lp_131:disabled { min-width: var(--t-minW_xl-d); }
|
|
132
|
+
}
|
|
133
|
+
|
|
134
|
+
@media (min-width: 1536px) {
|
|
135
|
+
._minW_2xl_1v7lp_135 { min-width: var(--t-minW_2xl); }
|
|
136
|
+
._minW_2xl\:h_1v7lp_136:hover { min-width: var(--t-minW_2xl-h); }
|
|
137
|
+
._minW_2xl\:f_1v7lp_137:focus { min-width: var(--t-minW_2xl-f); }
|
|
138
|
+
._minW_2xl\:a_1v7lp_138:active { min-width: var(--t-minW_2xl-a); }
|
|
139
|
+
._minW_2xl\:d_1v7lp_139:disabled { min-width: var(--t-minW_2xl-d); }
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
/* max-width */
|
|
143
|
+
._maxW_1v7lp_143 { max-width: var(--t-maxW); }
|
|
144
|
+
._maxW\:h_1v7lp_144:hover { max-width: var(--t-maxW-h); }
|
|
145
|
+
._maxW\:f_1v7lp_145:focus { max-width: var(--t-maxW-f); }
|
|
146
|
+
._maxW\:a_1v7lp_146:active { max-width: var(--t-maxW-a); }
|
|
147
|
+
._maxW\:d_1v7lp_147:disabled { max-width: var(--t-maxW-d); }
|
|
148
|
+
|
|
149
|
+
@media (min-width: 640px) {
|
|
150
|
+
._maxW_sm_1v7lp_150 { max-width: var(--t-maxW_sm); }
|
|
151
|
+
._maxW_sm\:h_1v7lp_151:hover { max-width: var(--t-maxW_sm-h); }
|
|
152
|
+
._maxW_sm\:f_1v7lp_152:focus { max-width: var(--t-maxW_sm-f); }
|
|
153
|
+
._maxW_sm\:a_1v7lp_153:active { max-width: var(--t-maxW_sm-a); }
|
|
154
|
+
._maxW_sm\:d_1v7lp_154:disabled { max-width: var(--t-maxW_sm-d); }
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@media (min-width: 768px) {
|
|
158
|
+
._maxW_md_1v7lp_158 { max-width: var(--t-maxW_md); }
|
|
159
|
+
._maxW_md\:h_1v7lp_159:hover { max-width: var(--t-maxW_md-h); }
|
|
160
|
+
._maxW_md\:f_1v7lp_160:focus { max-width: var(--t-maxW_md-f); }
|
|
161
|
+
._maxW_md\:a_1v7lp_161:active { max-width: var(--t-maxW_md-a); }
|
|
162
|
+
._maxW_md\:d_1v7lp_162:disabled { max-width: var(--t-maxW_md-d); }
|
|
163
|
+
}
|
|
164
|
+
|
|
165
|
+
@media (min-width: 1024px) {
|
|
166
|
+
._maxW_lg_1v7lp_166 { max-width: var(--t-maxW_lg); }
|
|
167
|
+
._maxW_lg\:h_1v7lp_167:hover { max-width: var(--t-maxW_lg-h); }
|
|
168
|
+
._maxW_lg\:f_1v7lp_168:focus { max-width: var(--t-maxW_lg-f); }
|
|
169
|
+
._maxW_lg\:a_1v7lp_169:active { max-width: var(--t-maxW_lg-a); }
|
|
170
|
+
._maxW_lg\:d_1v7lp_170:disabled { max-width: var(--t-maxW_lg-d); }
|
|
171
|
+
}
|
|
172
|
+
|
|
173
|
+
@media (min-width: 1280px) {
|
|
174
|
+
._maxW_xl_1v7lp_174 { max-width: var(--t-maxW_xl); }
|
|
175
|
+
._maxW_xl\:h_1v7lp_175:hover { max-width: var(--t-maxW_xl-h); }
|
|
176
|
+
._maxW_xl\:f_1v7lp_176:focus { max-width: var(--t-maxW_xl-f); }
|
|
177
|
+
._maxW_xl\:a_1v7lp_177:active { max-width: var(--t-maxW_xl-a); }
|
|
178
|
+
._maxW_xl\:d_1v7lp_178:disabled { max-width: var(--t-maxW_xl-d); }
|
|
179
|
+
}
|
|
180
|
+
|
|
181
|
+
@media (min-width: 1536px) {
|
|
182
|
+
._maxW_2xl_1v7lp_182 { max-width: var(--t-maxW_2xl); }
|
|
183
|
+
._maxW_2xl\:h_1v7lp_183:hover { max-width: var(--t-maxW_2xl-h); }
|
|
184
|
+
._maxW_2xl\:f_1v7lp_184:focus { max-width: var(--t-maxW_2xl-f); }
|
|
185
|
+
._maxW_2xl\:a_1v7lp_185:active { max-width: var(--t-maxW_2xl-a); }
|
|
186
|
+
._maxW_2xl\:d_1v7lp_186:disabled { max-width: var(--t-maxW_2xl-d); }
|
|
187
|
+
}
|
|
188
|
+
|
|
189
|
+
/* min-height */
|
|
190
|
+
._minH_1v7lp_190 { min-height: var(--t-minH); }
|
|
191
|
+
._minH\:h_1v7lp_191:hover { min-height: var(--t-minH-h); }
|
|
192
|
+
._minH\:f_1v7lp_192:focus { min-height: var(--t-minH-f); }
|
|
193
|
+
._minH\:a_1v7lp_193:active { min-height: var(--t-minH-a); }
|
|
194
|
+
._minH\:d_1v7lp_194:disabled { min-height: var(--t-minH-d); }
|
|
195
|
+
|
|
196
|
+
@media (min-width: 640px) {
|
|
197
|
+
._minH_sm_1v7lp_197 { min-height: var(--t-minH_sm); }
|
|
198
|
+
._minH_sm\:h_1v7lp_198:hover { min-height: var(--t-minH_sm-h); }
|
|
199
|
+
._minH_sm\:f_1v7lp_199:focus { min-height: var(--t-minH_sm-f); }
|
|
200
|
+
._minH_sm\:a_1v7lp_200:active { min-height: var(--t-minH_sm-a); }
|
|
201
|
+
._minH_sm\:d_1v7lp_201:disabled { min-height: var(--t-minH_sm-d); }
|
|
202
|
+
}
|
|
203
|
+
|
|
204
|
+
@media (min-width: 768px) {
|
|
205
|
+
._minH_md_1v7lp_205 { min-height: var(--t-minH_md); }
|
|
206
|
+
._minH_md\:h_1v7lp_206:hover { min-height: var(--t-minH_md-h); }
|
|
207
|
+
._minH_md\:f_1v7lp_207:focus { min-height: var(--t-minH_md-f); }
|
|
208
|
+
._minH_md\:a_1v7lp_208:active { min-height: var(--t-minH_md-a); }
|
|
209
|
+
._minH_md\:d_1v7lp_209:disabled { min-height: var(--t-minH_md-d); }
|
|
210
|
+
}
|
|
211
|
+
|
|
212
|
+
@media (min-width: 1024px) {
|
|
213
|
+
._minH_lg_1v7lp_213 { min-height: var(--t-minH_lg); }
|
|
214
|
+
._minH_lg\:h_1v7lp_214:hover { min-height: var(--t-minH_lg-h); }
|
|
215
|
+
._minH_lg\:f_1v7lp_215:focus { min-height: var(--t-minH_lg-f); }
|
|
216
|
+
._minH_lg\:a_1v7lp_216:active { min-height: var(--t-minH_lg-a); }
|
|
217
|
+
._minH_lg\:d_1v7lp_217:disabled { min-height: var(--t-minH_lg-d); }
|
|
218
|
+
}
|
|
219
|
+
|
|
220
|
+
@media (min-width: 1280px) {
|
|
221
|
+
._minH_xl_1v7lp_221 { min-height: var(--t-minH_xl); }
|
|
222
|
+
._minH_xl\:h_1v7lp_222:hover { min-height: var(--t-minH_xl-h); }
|
|
223
|
+
._minH_xl\:f_1v7lp_223:focus { min-height: var(--t-minH_xl-f); }
|
|
224
|
+
._minH_xl\:a_1v7lp_224:active { min-height: var(--t-minH_xl-a); }
|
|
225
|
+
._minH_xl\:d_1v7lp_225:disabled { min-height: var(--t-minH_xl-d); }
|
|
226
|
+
}
|
|
227
|
+
|
|
228
|
+
@media (min-width: 1536px) {
|
|
229
|
+
._minH_2xl_1v7lp_229 { min-height: var(--t-minH_2xl); }
|
|
230
|
+
._minH_2xl\:h_1v7lp_230:hover { min-height: var(--t-minH_2xl-h); }
|
|
231
|
+
._minH_2xl\:f_1v7lp_231:focus { min-height: var(--t-minH_2xl-f); }
|
|
232
|
+
._minH_2xl\:a_1v7lp_232:active { min-height: var(--t-minH_2xl-a); }
|
|
233
|
+
._minH_2xl\:d_1v7lp_233:disabled { min-height: var(--t-minH_2xl-d); }
|
|
234
|
+
}
|
|
235
|
+
|
|
236
|
+
/* max-height */
|
|
237
|
+
._maxH_1v7lp_237 { max-height: var(--t-maxH); }
|
|
238
|
+
._maxH\:h_1v7lp_238:hover { max-height: var(--t-maxH-h); }
|
|
239
|
+
._maxH\:f_1v7lp_239:focus { max-height: var(--t-maxH-f); }
|
|
240
|
+
._maxH\:a_1v7lp_240:active { max-height: var(--t-maxH-a); }
|
|
241
|
+
._maxH\:d_1v7lp_241:disabled { max-height: var(--t-maxH-d); }
|
|
242
|
+
|
|
243
|
+
@media (min-width: 640px) {
|
|
244
|
+
._maxH_sm_1v7lp_244 { max-height: var(--t-maxH_sm); }
|
|
245
|
+
._maxH_sm\:h_1v7lp_245:hover { max-height: var(--t-maxH_sm-h); }
|
|
246
|
+
._maxH_sm\:f_1v7lp_246:focus { max-height: var(--t-maxH_sm-f); }
|
|
247
|
+
._maxH_sm\:a_1v7lp_247:active { max-height: var(--t-maxH_sm-a); }
|
|
248
|
+
._maxH_sm\:d_1v7lp_248:disabled { max-height: var(--t-maxH_sm-d); }
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
@media (min-width: 768px) {
|
|
252
|
+
._maxH_md_1v7lp_252 { max-height: var(--t-maxH_md); }
|
|
253
|
+
._maxH_md\:h_1v7lp_253:hover { max-height: var(--t-maxH_md-h); }
|
|
254
|
+
._maxH_md\:f_1v7lp_254:focus { max-height: var(--t-maxH_md-f); }
|
|
255
|
+
._maxH_md\:a_1v7lp_255:active { max-height: var(--t-maxH_md-a); }
|
|
256
|
+
._maxH_md\:d_1v7lp_256:disabled { max-height: var(--t-maxH_md-d); }
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
@media (min-width: 1024px) {
|
|
260
|
+
._maxH_lg_1v7lp_260 { max-height: var(--t-maxH_lg); }
|
|
261
|
+
._maxH_lg\:h_1v7lp_261:hover { max-height: var(--t-maxH_lg-h); }
|
|
262
|
+
._maxH_lg\:f_1v7lp_262:focus { max-height: var(--t-maxH_lg-f); }
|
|
263
|
+
._maxH_lg\:a_1v7lp_263:active { max-height: var(--t-maxH_lg-a); }
|
|
264
|
+
._maxH_lg\:d_1v7lp_264:disabled { max-height: var(--t-maxH_lg-d); }
|
|
265
|
+
}
|
|
266
|
+
|
|
267
|
+
@media (min-width: 1280px) {
|
|
268
|
+
._maxH_xl_1v7lp_268 { max-height: var(--t-maxH_xl); }
|
|
269
|
+
._maxH_xl\:h_1v7lp_269:hover { max-height: var(--t-maxH_xl-h); }
|
|
270
|
+
._maxH_xl\:f_1v7lp_270:focus { max-height: var(--t-maxH_xl-f); }
|
|
271
|
+
._maxH_xl\:a_1v7lp_271:active { max-height: var(--t-maxH_xl-a); }
|
|
272
|
+
._maxH_xl\:d_1v7lp_272:disabled { max-height: var(--t-maxH_xl-d); }
|
|
273
|
+
}
|
|
274
|
+
|
|
275
|
+
@media (min-width: 1536px) {
|
|
276
|
+
._maxH_2xl_1v7lp_276 { max-height: var(--t-maxH_2xl); }
|
|
277
|
+
._maxH_2xl\:h_1v7lp_277:hover { max-height: var(--t-maxH_2xl-h); }
|
|
278
|
+
._maxH_2xl\:f_1v7lp_278:focus { max-height: var(--t-maxH_2xl-f); }
|
|
279
|
+
._maxH_2xl\:a_1v7lp_279:active { max-height: var(--t-maxH_2xl-a); }
|
|
280
|
+
._maxH_2xl\:d_1v7lp_280:disabled { max-height: var(--t-maxH_2xl-d); }
|
|
281
|
+
}
|