@paygreen/pgui 2.14.9 → 3.0.0-beta
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/README.md +125 -59
- package/dist/components/actions-button/actions-button.d.ts +20 -0
- package/dist/components/data-list/datalist.d.ts +88 -0
- package/dist/components/data-table/data-table.d.ts +67 -0
- package/dist/components/date-picker/date-picker.d.ts +44 -0
- package/dist/components/field-wrapper/field-wrapper.d.ts +50 -0
- package/dist/components/index.d.ts +15 -0
- package/dist/components/input/input.d.ts +24 -0
- package/dist/components/input-mask/input-mask.d.ts +27 -0
- package/dist/components/input-phone/input-phone.d.ts +62 -0
- package/dist/components/input-phone/partials/search-on-list.d.ts +61 -0
- package/dist/components/loader/loader.d.ts +23 -0
- package/dist/components/logos/logoPaygreenByLemonway.d.ts +26 -0
- package/dist/components/modal/modal.d.ts +42 -0
- package/dist/components/pagination/pagination.d.ts +31 -0
- package/dist/components/select/select.d.ts +44 -0
- package/dist/components/sidebar/sidebar.d.ts +103 -0
- package/dist/components/ui/color-mode.d.ts +21 -0
- package/dist/hooks/scroll-shadow.d.ts +7 -0
- package/dist/hooks/use-data-table.d.ts +12 -0
- package/dist/index.d.ts +2 -352
- package/dist/index.js +48 -0
- package/dist/index.mjs +8355 -0
- package/dist/pgui.css +1 -0
- package/dist/theme/index.d.ts +1 -0
- package/dist/theme/recipes/card-recipe.d.ts +18 -0
- package/dist/theme/recipes/index.d.ts +21 -0
- package/dist/theme/recipes/text-recipe.d.ts +2 -0
- package/dist/theme/semanticTokens/colors.d.ts +46 -0
- package/dist/theme/semanticTokens/index.d.ts +48 -0
- package/dist/theme/tokens/colors.d.ts +35 -0
- package/dist/theme/tokens/font-sizes.d.ts +42 -0
- package/dist/theme/tokens/fonts.d.ts +12 -0
- package/dist/theme/tokens/gradients.d.ts +6 -0
- package/dist/theme/tokens/index.d.ts +188 -0
- package/dist/theme/tokens/radii.d.ts +39 -0
- package/dist/theme/tokens/sizes.d.ts +57 -0
- package/package.json +94 -103
- package/src/components/date-picker/date-picker.css +206 -0
- package/src/components/select/select.css +75 -0
- package/src/styles/index.css +12 -0
- package/dist/cjs/index.js +0 -60887
- package/dist/cjs/index.js.map +0 -1
- package/dist/cjs/types/components/ActionsButton/index.d.ts +0 -6
- package/dist/cjs/types/components/Card/index.d.ts +0 -3
- package/dist/cjs/types/components/ConfirmMenuItem/index.d.ts +0 -13
- package/dist/cjs/types/components/DataList/index.d.ts +0 -42
- package/dist/cjs/types/components/FormGroup/index.d.ts +0 -12
- package/dist/cjs/types/components/InputDayPicker/index.d.ts +0 -20
- package/dist/cjs/types/components/InputPhone/SearchOnList.d.ts +0 -19
- package/dist/cjs/types/components/InputPhone/index.d.ts +0 -12
- package/dist/cjs/types/components/InputRangePicker/index.d.ts +0 -25
- package/dist/cjs/types/components/ModalResponsive/index.d.ts +0 -5
- package/dist/cjs/types/components/Pagination/index.d.ts +0 -43
- package/dist/cjs/types/components/SearchInput/index.d.ts +0 -12
- package/dist/cjs/types/components/Select/index.d.ts +0 -120
- package/dist/cjs/types/components/Textarea/index.d.ts +0 -8
- package/dist/cjs/types/components/index.d.ts +0 -12
- package/dist/cjs/types/hooks/useClickOutside.d.ts +0 -3
- package/dist/cjs/types/index.d.ts +0 -4
- package/dist/cjs/types/layout/BottomBar/index.d.ts +0 -3
- package/dist/cjs/types/layout/LayoutContainer/index.d.ts +0 -3
- package/dist/cjs/types/layout/SideNav/index.d.ts +0 -21
- package/dist/cjs/types/layout/TopBar/index.d.ts +0 -10
- package/dist/cjs/types/layout/index.d.ts +0 -4
- package/dist/cjs/types/theme/components/alert.d.ts +0 -9
- package/dist/cjs/types/theme/components/badge.d.ts +0 -9
- package/dist/cjs/types/theme/components/button.d.ts +0 -163
- package/dist/cjs/types/theme/components/checkbox.d.ts +0 -11
- package/dist/cjs/types/theme/components/drawer.d.ts +0 -6
- package/dist/cjs/types/theme/components/form.d.ts +0 -8
- package/dist/cjs/types/theme/components/index.d.ts +0 -16
- package/dist/cjs/types/theme/components/input.d.ts +0 -58
- package/dist/cjs/types/theme/components/menu.d.ts +0 -9
- package/dist/cjs/types/theme/components/number-input.d.ts +0 -54
- package/dist/cjs/types/theme/components/pin-input.d.ts +0 -42
- package/dist/cjs/types/theme/components/radio.d.ts +0 -6
- package/dist/cjs/types/theme/components/slider.d.ts +0 -6
- package/dist/cjs/types/theme/components/switch.d.ts +0 -6
- package/dist/cjs/types/theme/components/tag.d.ts +0 -14
- package/dist/cjs/types/theme/components/textarea.d.ts +0 -54
- package/dist/cjs/types/theme/components/tooltip.d.ts +0 -8
- package/dist/cjs/types/theme/foundations/colors.d.ts +0 -66
- package/dist/cjs/types/theme/foundations/index.d.ts +0 -129
- package/dist/cjs/types/theme/foundations/radius.d.ts +0 -11
- package/dist/cjs/types/theme/foundations/shadows.d.ts +0 -10
- package/dist/cjs/types/theme/foundations/sizes.d.ts +0 -21
- package/dist/cjs/types/theme/foundations/typography.d.ts +0 -21
- package/dist/cjs/types/theme/index.d.ts +0 -1
- package/dist/cjs/types/theme/rawStyle/chakraStyle.d.ts +0 -2
- package/dist/cjs/types/theme/rawStyle/index.d.ts +0 -3
- package/dist/cjs/types/theme/rawStyle/reactDayPicker.d.ts +0 -23
- package/dist/cjs/types/theme/rawStyle/scrollbarStyles.d.ts +0 -11
- package/dist/cjs/types/theme/styles.d.ts +0 -2
- package/dist/cjs/types/theme/theme.d.ts +0 -1
- package/dist/cjs/types/utils/date.d.ts +0 -1
- package/dist/cjs/types/utils/index.d.ts +0 -2
- package/dist/cjs/types/utils/responsive.d.ts +0 -1
- package/dist/esm/index.js +0 -60814
- package/dist/esm/index.js.map +0 -1
- package/dist/esm/types/components/ActionsButton/index.d.ts +0 -6
- package/dist/esm/types/components/Card/index.d.ts +0 -3
- package/dist/esm/types/components/ConfirmMenuItem/index.d.ts +0 -13
- package/dist/esm/types/components/DataList/index.d.ts +0 -42
- package/dist/esm/types/components/FormGroup/index.d.ts +0 -12
- package/dist/esm/types/components/InputDayPicker/index.d.ts +0 -20
- package/dist/esm/types/components/InputPhone/SearchOnList.d.ts +0 -19
- package/dist/esm/types/components/InputPhone/index.d.ts +0 -12
- package/dist/esm/types/components/InputRangePicker/index.d.ts +0 -25
- package/dist/esm/types/components/ModalResponsive/index.d.ts +0 -5
- package/dist/esm/types/components/Pagination/index.d.ts +0 -43
- package/dist/esm/types/components/SearchInput/index.d.ts +0 -12
- package/dist/esm/types/components/Select/index.d.ts +0 -120
- package/dist/esm/types/components/Textarea/index.d.ts +0 -8
- package/dist/esm/types/components/index.d.ts +0 -12
- package/dist/esm/types/hooks/useClickOutside.d.ts +0 -3
- package/dist/esm/types/index.d.ts +0 -4
- package/dist/esm/types/layout/BottomBar/index.d.ts +0 -3
- package/dist/esm/types/layout/LayoutContainer/index.d.ts +0 -3
- package/dist/esm/types/layout/SideNav/index.d.ts +0 -21
- package/dist/esm/types/layout/TopBar/index.d.ts +0 -10
- package/dist/esm/types/layout/index.d.ts +0 -4
- package/dist/esm/types/theme/components/alert.d.ts +0 -9
- package/dist/esm/types/theme/components/badge.d.ts +0 -9
- package/dist/esm/types/theme/components/button.d.ts +0 -163
- package/dist/esm/types/theme/components/checkbox.d.ts +0 -11
- package/dist/esm/types/theme/components/drawer.d.ts +0 -6
- package/dist/esm/types/theme/components/form.d.ts +0 -8
- package/dist/esm/types/theme/components/index.d.ts +0 -16
- package/dist/esm/types/theme/components/input.d.ts +0 -58
- package/dist/esm/types/theme/components/menu.d.ts +0 -9
- package/dist/esm/types/theme/components/number-input.d.ts +0 -54
- package/dist/esm/types/theme/components/pin-input.d.ts +0 -42
- package/dist/esm/types/theme/components/radio.d.ts +0 -6
- package/dist/esm/types/theme/components/slider.d.ts +0 -6
- package/dist/esm/types/theme/components/switch.d.ts +0 -6
- package/dist/esm/types/theme/components/tag.d.ts +0 -14
- package/dist/esm/types/theme/components/textarea.d.ts +0 -54
- package/dist/esm/types/theme/components/tooltip.d.ts +0 -8
- package/dist/esm/types/theme/foundations/colors.d.ts +0 -66
- package/dist/esm/types/theme/foundations/index.d.ts +0 -129
- package/dist/esm/types/theme/foundations/radius.d.ts +0 -11
- package/dist/esm/types/theme/foundations/shadows.d.ts +0 -10
- package/dist/esm/types/theme/foundations/sizes.d.ts +0 -21
- package/dist/esm/types/theme/foundations/typography.d.ts +0 -21
- package/dist/esm/types/theme/index.d.ts +0 -1
- package/dist/esm/types/theme/rawStyle/chakraStyle.d.ts +0 -2
- package/dist/esm/types/theme/rawStyle/index.d.ts +0 -3
- package/dist/esm/types/theme/rawStyle/reactDayPicker.d.ts +0 -23
- package/dist/esm/types/theme/rawStyle/scrollbarStyles.d.ts +0 -11
- package/dist/esm/types/theme/styles.d.ts +0 -2
- package/dist/esm/types/theme/theme.d.ts +0 -1
- package/dist/esm/types/utils/date.d.ts +0 -1
- package/dist/esm/types/utils/index.d.ts +0 -2
- package/dist/esm/types/utils/responsive.d.ts +0 -1
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
export { default as Alert } from './alert';
|
|
2
|
-
export { default as Badge } from './badge';
|
|
3
|
-
export { default as Button } from './button';
|
|
4
|
-
export { default as Checkbox } from './checkbox';
|
|
5
|
-
export { default as Drawer } from './drawer';
|
|
6
|
-
export { default as Form } from './form';
|
|
7
|
-
export { default as Input } from './input';
|
|
8
|
-
export { default as Menu } from './menu';
|
|
9
|
-
export { default as NumberInput } from './number-input';
|
|
10
|
-
export { default as PinInput } from './pin-input';
|
|
11
|
-
export { default as Radio } from './radio';
|
|
12
|
-
export { default as Slider } from './slider';
|
|
13
|
-
export { default as Switch } from './switch';
|
|
14
|
-
export { default as Tag } from './tag';
|
|
15
|
-
export { default as Textarea } from './textarea';
|
|
16
|
-
export { default as Tooltip } from './tooltip';
|
|
@@ -1,58 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
baseStyle: {
|
|
3
|
-
field: {
|
|
4
|
-
fontSize: string;
|
|
5
|
-
borderRadius: string;
|
|
6
|
-
};
|
|
7
|
-
};
|
|
8
|
-
variants: {
|
|
9
|
-
outline: (props: any) => {
|
|
10
|
-
field: {
|
|
11
|
-
bg: string;
|
|
12
|
-
borderColor: string;
|
|
13
|
-
_hover: {
|
|
14
|
-
bg: string;
|
|
15
|
-
};
|
|
16
|
-
_focus: {
|
|
17
|
-
borderColor: string;
|
|
18
|
-
};
|
|
19
|
-
_focusVisible: {
|
|
20
|
-
boxShadow: string;
|
|
21
|
-
};
|
|
22
|
-
_placeholder: {
|
|
23
|
-
color: string;
|
|
24
|
-
opacity: number;
|
|
25
|
-
};
|
|
26
|
-
};
|
|
27
|
-
addon: {
|
|
28
|
-
borderRadius: string;
|
|
29
|
-
};
|
|
30
|
-
};
|
|
31
|
-
filled: (props: any) => {
|
|
32
|
-
field: {
|
|
33
|
-
bg: string;
|
|
34
|
-
borderColor: string;
|
|
35
|
-
borderWidth: string;
|
|
36
|
-
_hover: {
|
|
37
|
-
bg: string;
|
|
38
|
-
};
|
|
39
|
-
_focus: {
|
|
40
|
-
bg: string;
|
|
41
|
-
borderColor: string;
|
|
42
|
-
};
|
|
43
|
-
_focusVisible: {
|
|
44
|
-
bg: string;
|
|
45
|
-
boxShadow: string;
|
|
46
|
-
};
|
|
47
|
-
_placeholder: {
|
|
48
|
-
color: string;
|
|
49
|
-
opacity: number;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
addon: {
|
|
53
|
-
borderRadius: string;
|
|
54
|
-
};
|
|
55
|
-
};
|
|
56
|
-
};
|
|
57
|
-
};
|
|
58
|
-
export default _default;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
baseStyle: {
|
|
3
|
-
field: {
|
|
4
|
-
borderRadius: string;
|
|
5
|
-
};
|
|
6
|
-
stepperGroup: {
|
|
7
|
-
width: string;
|
|
8
|
-
};
|
|
9
|
-
};
|
|
10
|
-
variants: {
|
|
11
|
-
outline: (props: any) => {
|
|
12
|
-
field: {
|
|
13
|
-
bg: string;
|
|
14
|
-
borderColor: string;
|
|
15
|
-
borderRadius: string;
|
|
16
|
-
_hover: {
|
|
17
|
-
bg: string;
|
|
18
|
-
};
|
|
19
|
-
_focus: {
|
|
20
|
-
borderColor: string;
|
|
21
|
-
};
|
|
22
|
-
_focusVisible: {
|
|
23
|
-
boxShadow: string;
|
|
24
|
-
};
|
|
25
|
-
};
|
|
26
|
-
addon: {
|
|
27
|
-
borderRadius: string;
|
|
28
|
-
};
|
|
29
|
-
};
|
|
30
|
-
filled: (props: any) => {
|
|
31
|
-
field: {
|
|
32
|
-
bg: string;
|
|
33
|
-
borderWidth: string;
|
|
34
|
-
borderColor: string;
|
|
35
|
-
borderRadius: string;
|
|
36
|
-
_hover: {
|
|
37
|
-
bg: string;
|
|
38
|
-
};
|
|
39
|
-
_focus: {
|
|
40
|
-
bg: string;
|
|
41
|
-
borderColor: string;
|
|
42
|
-
};
|
|
43
|
-
_focusVisible: {
|
|
44
|
-
bg: string;
|
|
45
|
-
boxShadow: string;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
addon: {
|
|
49
|
-
borderRadius: string;
|
|
50
|
-
};
|
|
51
|
-
};
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
export default _default;
|
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
variants: {
|
|
3
|
-
outline: (props: any) => {
|
|
4
|
-
bg: string;
|
|
5
|
-
borderColor: string;
|
|
6
|
-
_hover: {
|
|
7
|
-
bg: string;
|
|
8
|
-
};
|
|
9
|
-
_focus: {
|
|
10
|
-
borderColor: string;
|
|
11
|
-
};
|
|
12
|
-
_focusVisible: {
|
|
13
|
-
boxShadow: string;
|
|
14
|
-
};
|
|
15
|
-
_placeholder: {
|
|
16
|
-
color: string;
|
|
17
|
-
opacity: number;
|
|
18
|
-
};
|
|
19
|
-
};
|
|
20
|
-
filled: (props: any) => {
|
|
21
|
-
bg: string;
|
|
22
|
-
borderColor: string;
|
|
23
|
-
borderWidth: string;
|
|
24
|
-
_hover: {
|
|
25
|
-
bg: string;
|
|
26
|
-
};
|
|
27
|
-
_focus: {
|
|
28
|
-
bg: string;
|
|
29
|
-
borderColor: string;
|
|
30
|
-
};
|
|
31
|
-
_focusVisible: {
|
|
32
|
-
bg: string;
|
|
33
|
-
boxShadow: string;
|
|
34
|
-
};
|
|
35
|
-
_placeholder: {
|
|
36
|
-
color: string;
|
|
37
|
-
opacity: number;
|
|
38
|
-
};
|
|
39
|
-
};
|
|
40
|
-
};
|
|
41
|
-
};
|
|
42
|
-
export default _default;
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
baseStyle: {
|
|
3
|
-
container: {
|
|
4
|
-
borderRadius: string;
|
|
5
|
-
fontWeight: string;
|
|
6
|
-
textAlign: string;
|
|
7
|
-
display: string;
|
|
8
|
-
alignItems: string;
|
|
9
|
-
justifyContent: string;
|
|
10
|
-
lineHeight: string;
|
|
11
|
-
};
|
|
12
|
-
};
|
|
13
|
-
};
|
|
14
|
-
export default _default;
|
|
@@ -1,54 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
baseStyle: {
|
|
3
|
-
paddingY: string;
|
|
4
|
-
minHeight: string;
|
|
5
|
-
lineHeight: string;
|
|
6
|
-
verticalAlign: string;
|
|
7
|
-
fontSize: string;
|
|
8
|
-
borderRadius: string;
|
|
9
|
-
};
|
|
10
|
-
variants: {
|
|
11
|
-
outline: (props: any) => {
|
|
12
|
-
bg: string;
|
|
13
|
-
borderColor: string;
|
|
14
|
-
_hover: {
|
|
15
|
-
bg: string;
|
|
16
|
-
};
|
|
17
|
-
_focus: {
|
|
18
|
-
borderColor: string;
|
|
19
|
-
};
|
|
20
|
-
_focusVisible: {
|
|
21
|
-
boxShadow: string;
|
|
22
|
-
};
|
|
23
|
-
_placeholder: {
|
|
24
|
-
color: string;
|
|
25
|
-
opacity: number;
|
|
26
|
-
};
|
|
27
|
-
};
|
|
28
|
-
filled: (props: any) => {
|
|
29
|
-
bg: string;
|
|
30
|
-
borderColor: string;
|
|
31
|
-
borderWidth: string;
|
|
32
|
-
_hover: {
|
|
33
|
-
bg: string;
|
|
34
|
-
};
|
|
35
|
-
_focus: {
|
|
36
|
-
bg: string;
|
|
37
|
-
borderColor: string;
|
|
38
|
-
};
|
|
39
|
-
_focusVisible: {
|
|
40
|
-
bg: string;
|
|
41
|
-
boxShadow: string;
|
|
42
|
-
};
|
|
43
|
-
_placeholder: {
|
|
44
|
-
color: string;
|
|
45
|
-
opacity: number;
|
|
46
|
-
};
|
|
47
|
-
};
|
|
48
|
-
};
|
|
49
|
-
defaultProps: {
|
|
50
|
-
size: string;
|
|
51
|
-
variant: string;
|
|
52
|
-
};
|
|
53
|
-
};
|
|
54
|
-
export default _default;
|
|
@@ -1,66 +0,0 @@
|
|
|
1
|
-
export declare const colors: {
|
|
2
|
-
brand: {
|
|
3
|
-
50: string;
|
|
4
|
-
100: string;
|
|
5
|
-
200: string;
|
|
6
|
-
300: string;
|
|
7
|
-
400: string;
|
|
8
|
-
500: string;
|
|
9
|
-
600: string;
|
|
10
|
-
700: string;
|
|
11
|
-
800: string;
|
|
12
|
-
900: string;
|
|
13
|
-
};
|
|
14
|
-
green: {
|
|
15
|
-
50: string;
|
|
16
|
-
100: string;
|
|
17
|
-
200: string;
|
|
18
|
-
300: string;
|
|
19
|
-
400: string;
|
|
20
|
-
500: string;
|
|
21
|
-
600: string;
|
|
22
|
-
700: string;
|
|
23
|
-
800: string;
|
|
24
|
-
900: string;
|
|
25
|
-
};
|
|
26
|
-
gradients: {
|
|
27
|
-
primary: string;
|
|
28
|
-
};
|
|
29
|
-
red: {
|
|
30
|
-
50: string;
|
|
31
|
-
100: string;
|
|
32
|
-
200: string;
|
|
33
|
-
300: string;
|
|
34
|
-
400: string;
|
|
35
|
-
500: string;
|
|
36
|
-
600: string;
|
|
37
|
-
700: string;
|
|
38
|
-
800: string;
|
|
39
|
-
900: string;
|
|
40
|
-
};
|
|
41
|
-
background: string;
|
|
42
|
-
gray: {
|
|
43
|
-
50: string;
|
|
44
|
-
100: string;
|
|
45
|
-
200: string;
|
|
46
|
-
300: string;
|
|
47
|
-
400: string;
|
|
48
|
-
500: string;
|
|
49
|
-
600: string;
|
|
50
|
-
700: string;
|
|
51
|
-
800: string;
|
|
52
|
-
900: string;
|
|
53
|
-
};
|
|
54
|
-
orange: {
|
|
55
|
-
50: string;
|
|
56
|
-
100: string;
|
|
57
|
-
200: string;
|
|
58
|
-
300: string;
|
|
59
|
-
400: string;
|
|
60
|
-
500: string;
|
|
61
|
-
600: string;
|
|
62
|
-
700: string;
|
|
63
|
-
800: string;
|
|
64
|
-
900: string;
|
|
65
|
-
};
|
|
66
|
-
};
|
|
@@ -1,129 +0,0 @@
|
|
|
1
|
-
declare const foundations: {
|
|
2
|
-
sizes: {
|
|
3
|
-
max: string;
|
|
4
|
-
min: string;
|
|
5
|
-
full: string;
|
|
6
|
-
'3xs': string;
|
|
7
|
-
'2xs': string;
|
|
8
|
-
xs: string;
|
|
9
|
-
nav: string;
|
|
10
|
-
sm: string;
|
|
11
|
-
md: string;
|
|
12
|
-
lg: string;
|
|
13
|
-
xl: string;
|
|
14
|
-
'2xl': string;
|
|
15
|
-
'3xl': string;
|
|
16
|
-
'4xl': string;
|
|
17
|
-
'5xl': string;
|
|
18
|
-
'6xl': string;
|
|
19
|
-
'7xl': string;
|
|
20
|
-
'8xl': string;
|
|
21
|
-
};
|
|
22
|
-
shadows: {
|
|
23
|
-
xs: string;
|
|
24
|
-
sm: string;
|
|
25
|
-
base: string;
|
|
26
|
-
md: string;
|
|
27
|
-
lg: string;
|
|
28
|
-
xl: string;
|
|
29
|
-
'2xl': string;
|
|
30
|
-
layout: string;
|
|
31
|
-
};
|
|
32
|
-
radii: {
|
|
33
|
-
none: string;
|
|
34
|
-
sm: string;
|
|
35
|
-
base: string;
|
|
36
|
-
md: string;
|
|
37
|
-
lg: string;
|
|
38
|
-
xl: string;
|
|
39
|
-
'2xl': string;
|
|
40
|
-
'3xl': string;
|
|
41
|
-
full: string;
|
|
42
|
-
};
|
|
43
|
-
fonts: {
|
|
44
|
-
heading: string;
|
|
45
|
-
body: string;
|
|
46
|
-
mono: string;
|
|
47
|
-
};
|
|
48
|
-
fontSizes: {
|
|
49
|
-
max: string;
|
|
50
|
-
min: string;
|
|
51
|
-
xs: string;
|
|
52
|
-
sm: string;
|
|
53
|
-
md: string;
|
|
54
|
-
lg: string;
|
|
55
|
-
xl: string;
|
|
56
|
-
'2xl': string;
|
|
57
|
-
'3xl': string;
|
|
58
|
-
'4xl': string;
|
|
59
|
-
'5xl': string;
|
|
60
|
-
'6xl': string;
|
|
61
|
-
};
|
|
62
|
-
colors: {
|
|
63
|
-
brand: {
|
|
64
|
-
50: string;
|
|
65
|
-
100: string;
|
|
66
|
-
200: string;
|
|
67
|
-
300: string;
|
|
68
|
-
400: string;
|
|
69
|
-
500: string;
|
|
70
|
-
600: string;
|
|
71
|
-
700: string;
|
|
72
|
-
800: string;
|
|
73
|
-
900: string;
|
|
74
|
-
};
|
|
75
|
-
green: {
|
|
76
|
-
50: string;
|
|
77
|
-
100: string;
|
|
78
|
-
200: string;
|
|
79
|
-
300: string;
|
|
80
|
-
400: string;
|
|
81
|
-
500: string;
|
|
82
|
-
600: string;
|
|
83
|
-
700: string;
|
|
84
|
-
800: string;
|
|
85
|
-
900: string;
|
|
86
|
-
};
|
|
87
|
-
gradients: {
|
|
88
|
-
primary: string;
|
|
89
|
-
};
|
|
90
|
-
red: {
|
|
91
|
-
50: string;
|
|
92
|
-
100: string;
|
|
93
|
-
200: string;
|
|
94
|
-
300: string;
|
|
95
|
-
400: string;
|
|
96
|
-
500: string;
|
|
97
|
-
600: string;
|
|
98
|
-
700: string;
|
|
99
|
-
800: string;
|
|
100
|
-
900: string;
|
|
101
|
-
};
|
|
102
|
-
background: string;
|
|
103
|
-
gray: {
|
|
104
|
-
50: string;
|
|
105
|
-
100: string;
|
|
106
|
-
200: string;
|
|
107
|
-
300: string;
|
|
108
|
-
400: string;
|
|
109
|
-
500: string;
|
|
110
|
-
600: string;
|
|
111
|
-
700: string;
|
|
112
|
-
800: string;
|
|
113
|
-
900: string;
|
|
114
|
-
};
|
|
115
|
-
orange: {
|
|
116
|
-
50: string;
|
|
117
|
-
100: string;
|
|
118
|
-
200: string;
|
|
119
|
-
300: string;
|
|
120
|
-
400: string;
|
|
121
|
-
500: string;
|
|
122
|
-
600: string;
|
|
123
|
-
700: string;
|
|
124
|
-
800: string;
|
|
125
|
-
900: string;
|
|
126
|
-
};
|
|
127
|
-
};
|
|
128
|
-
};
|
|
129
|
-
export default foundations;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
declare const _default: {
|
|
2
|
-
max: string;
|
|
3
|
-
min: string;
|
|
4
|
-
full: string;
|
|
5
|
-
'3xs': string;
|
|
6
|
-
'2xs': string;
|
|
7
|
-
xs: string;
|
|
8
|
-
nav: string;
|
|
9
|
-
sm: string;
|
|
10
|
-
md: string;
|
|
11
|
-
lg: string;
|
|
12
|
-
xl: string;
|
|
13
|
-
'2xl': string;
|
|
14
|
-
'3xl': string;
|
|
15
|
-
'4xl': string;
|
|
16
|
-
'5xl': string;
|
|
17
|
-
'6xl': string;
|
|
18
|
-
'7xl': string;
|
|
19
|
-
'8xl': string;
|
|
20
|
-
};
|
|
21
|
-
export default _default;
|
|
@@ -1,21 +0,0 @@
|
|
|
1
|
-
export declare const typography: {
|
|
2
|
-
fonts: {
|
|
3
|
-
heading: string;
|
|
4
|
-
body: string;
|
|
5
|
-
mono: string;
|
|
6
|
-
};
|
|
7
|
-
fontSizes: {
|
|
8
|
-
max: string;
|
|
9
|
-
min: string;
|
|
10
|
-
xs: string;
|
|
11
|
-
sm: string;
|
|
12
|
-
md: string;
|
|
13
|
-
lg: string;
|
|
14
|
-
xl: string;
|
|
15
|
-
'2xl': string;
|
|
16
|
-
'3xl': string;
|
|
17
|
-
'4xl': string;
|
|
18
|
-
'5xl': string;
|
|
19
|
-
'6xl': string;
|
|
20
|
-
};
|
|
21
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from './theme';
|
|
@@ -1,23 +0,0 @@
|
|
|
1
|
-
export declare const reactDayPicker: {
|
|
2
|
-
'.rdp': {
|
|
3
|
-
'--rdp-cell-size': string;
|
|
4
|
-
'--rdp-caption-font-size': string;
|
|
5
|
-
'--rdp-accent-color': string;
|
|
6
|
-
'--rdp-background-color': string;
|
|
7
|
-
'--rdp-outline': string;
|
|
8
|
-
'--rdp-outline-selected': string;
|
|
9
|
-
'--rdp-selected-color': string;
|
|
10
|
-
'[data-theme="dark"] &': {
|
|
11
|
-
'--rdp-accent-color': string;
|
|
12
|
-
'--rdp-background-color': string;
|
|
13
|
-
'--rdp-selected-color': string;
|
|
14
|
-
};
|
|
15
|
-
};
|
|
16
|
-
'.rdp-dropdown': {
|
|
17
|
-
appearance: string;
|
|
18
|
-
backgroundColor: string;
|
|
19
|
-
'[data-theme="dark"] &': {
|
|
20
|
-
backgroundColor: string;
|
|
21
|
-
};
|
|
22
|
-
};
|
|
23
|
-
};
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const theme: Record<string, any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const dateFormat = "dd/MM/yyyy";
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const useIsMobile: (currentBreakpoint: string) => boolean;
|