@paygreen/pgui 2.14.10 → 3.0.1-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.
Files changed (158) hide show
  1. package/README.md +128 -59
  2. package/dist/components/actions-button/actions-button.d.ts +21 -0
  3. package/dist/components/data-list/datalist.d.ts +87 -0
  4. package/dist/components/data-table/data-table.d.ts +67 -0
  5. package/dist/components/date-picker/date-picker.d.ts +44 -0
  6. package/dist/components/field-wrapper/field-wrapper.d.ts +50 -0
  7. package/dist/components/index.d.ts +19 -0
  8. package/dist/components/input/input.d.ts +24 -0
  9. package/dist/components/input-mask/input-mask.d.ts +28 -0
  10. package/dist/components/input-password/input-password.d.ts +34 -0
  11. package/dist/components/input-phone/input-phone.d.ts +62 -0
  12. package/dist/components/input-phone/partials/search-on-list.d.ts +61 -0
  13. package/dist/components/input-search/input-search.d.ts +14 -0
  14. package/dist/components/loader/loader.d.ts +25 -0
  15. package/dist/components/logos/logoPaygreenByLemonway.d.ts +25 -0
  16. package/dist/components/modal/modal.d.ts +79 -0
  17. package/dist/components/pagination/pagination.d.ts +36 -0
  18. package/dist/components/select/select.d.ts +49 -0
  19. package/dist/components/sidebar/sidebar.d.ts +117 -0
  20. package/dist/components/tooltip/tooltip.d.ts +11 -0
  21. package/dist/components/ui/color-mode.d.ts +21 -0
  22. package/dist/components/ui/toaster.d.ts +2 -0
  23. package/dist/hooks/scroll-shadow.d.ts +7 -0
  24. package/dist/hooks/use-data-table.d.ts +12 -0
  25. package/dist/index.d.ts +2 -352
  26. package/dist/index.js +48 -0
  27. package/dist/index.mjs +9024 -0
  28. package/dist/pgui.css +1 -0
  29. package/dist/theme/index.d.ts +2 -0
  30. package/dist/theme/recipes/card-recipe.d.ts +15 -0
  31. package/dist/theme/recipes/index.d.ts +18 -0
  32. package/dist/theme/recipes/text-recipe.d.ts +2 -0
  33. package/dist/theme/semanticTokens/colors.d.ts +399 -0
  34. package/dist/theme/semanticTokens/index.d.ts +401 -0
  35. package/dist/theme/tokens/colors.d.ts +317 -0
  36. package/dist/theme/tokens/font-sizes.d.ts +42 -0
  37. package/dist/theme/tokens/fonts.d.ts +12 -0
  38. package/dist/theme/tokens/index.d.ts +465 -0
  39. package/dist/theme/tokens/radii.d.ts +39 -0
  40. package/dist/theme/tokens/sizes.d.ts +57 -0
  41. package/package.json +92 -103
  42. package/src/components/date-picker/date-picker.css +203 -0
  43. package/src/components/select/select.css +97 -0
  44. package/src/styles/index.css +12 -0
  45. package/dist/cjs/index.js +0 -60887
  46. package/dist/cjs/index.js.map +0 -1
  47. package/dist/cjs/types/components/ActionsButton/index.d.ts +0 -6
  48. package/dist/cjs/types/components/Card/index.d.ts +0 -3
  49. package/dist/cjs/types/components/ConfirmMenuItem/index.d.ts +0 -13
  50. package/dist/cjs/types/components/DataList/index.d.ts +0 -42
  51. package/dist/cjs/types/components/FormGroup/index.d.ts +0 -12
  52. package/dist/cjs/types/components/InputDayPicker/index.d.ts +0 -20
  53. package/dist/cjs/types/components/InputPhone/SearchOnList.d.ts +0 -19
  54. package/dist/cjs/types/components/InputPhone/index.d.ts +0 -12
  55. package/dist/cjs/types/components/InputRangePicker/index.d.ts +0 -25
  56. package/dist/cjs/types/components/ModalResponsive/index.d.ts +0 -5
  57. package/dist/cjs/types/components/Pagination/index.d.ts +0 -43
  58. package/dist/cjs/types/components/SearchInput/index.d.ts +0 -12
  59. package/dist/cjs/types/components/Select/index.d.ts +0 -120
  60. package/dist/cjs/types/components/Textarea/index.d.ts +0 -8
  61. package/dist/cjs/types/components/index.d.ts +0 -12
  62. package/dist/cjs/types/hooks/useClickOutside.d.ts +0 -3
  63. package/dist/cjs/types/index.d.ts +0 -4
  64. package/dist/cjs/types/layout/BottomBar/index.d.ts +0 -3
  65. package/dist/cjs/types/layout/LayoutContainer/index.d.ts +0 -3
  66. package/dist/cjs/types/layout/SideNav/index.d.ts +0 -21
  67. package/dist/cjs/types/layout/TopBar/index.d.ts +0 -10
  68. package/dist/cjs/types/layout/index.d.ts +0 -4
  69. package/dist/cjs/types/theme/components/alert.d.ts +0 -9
  70. package/dist/cjs/types/theme/components/badge.d.ts +0 -9
  71. package/dist/cjs/types/theme/components/button.d.ts +0 -163
  72. package/dist/cjs/types/theme/components/checkbox.d.ts +0 -11
  73. package/dist/cjs/types/theme/components/drawer.d.ts +0 -6
  74. package/dist/cjs/types/theme/components/form.d.ts +0 -8
  75. package/dist/cjs/types/theme/components/index.d.ts +0 -16
  76. package/dist/cjs/types/theme/components/input.d.ts +0 -58
  77. package/dist/cjs/types/theme/components/menu.d.ts +0 -9
  78. package/dist/cjs/types/theme/components/number-input.d.ts +0 -54
  79. package/dist/cjs/types/theme/components/pin-input.d.ts +0 -42
  80. package/dist/cjs/types/theme/components/radio.d.ts +0 -6
  81. package/dist/cjs/types/theme/components/slider.d.ts +0 -6
  82. package/dist/cjs/types/theme/components/switch.d.ts +0 -6
  83. package/dist/cjs/types/theme/components/tag.d.ts +0 -14
  84. package/dist/cjs/types/theme/components/textarea.d.ts +0 -54
  85. package/dist/cjs/types/theme/components/tooltip.d.ts +0 -8
  86. package/dist/cjs/types/theme/foundations/colors.d.ts +0 -66
  87. package/dist/cjs/types/theme/foundations/index.d.ts +0 -129
  88. package/dist/cjs/types/theme/foundations/radius.d.ts +0 -11
  89. package/dist/cjs/types/theme/foundations/shadows.d.ts +0 -10
  90. package/dist/cjs/types/theme/foundations/sizes.d.ts +0 -21
  91. package/dist/cjs/types/theme/foundations/typography.d.ts +0 -21
  92. package/dist/cjs/types/theme/index.d.ts +0 -1
  93. package/dist/cjs/types/theme/rawStyle/chakraStyle.d.ts +0 -2
  94. package/dist/cjs/types/theme/rawStyle/index.d.ts +0 -3
  95. package/dist/cjs/types/theme/rawStyle/reactDayPicker.d.ts +0 -23
  96. package/dist/cjs/types/theme/rawStyle/scrollbarStyles.d.ts +0 -11
  97. package/dist/cjs/types/theme/styles.d.ts +0 -2
  98. package/dist/cjs/types/theme/theme.d.ts +0 -1
  99. package/dist/cjs/types/utils/date.d.ts +0 -1
  100. package/dist/cjs/types/utils/index.d.ts +0 -2
  101. package/dist/cjs/types/utils/responsive.d.ts +0 -1
  102. package/dist/esm/index.js +0 -60814
  103. package/dist/esm/index.js.map +0 -1
  104. package/dist/esm/types/components/ActionsButton/index.d.ts +0 -6
  105. package/dist/esm/types/components/Card/index.d.ts +0 -3
  106. package/dist/esm/types/components/ConfirmMenuItem/index.d.ts +0 -13
  107. package/dist/esm/types/components/DataList/index.d.ts +0 -42
  108. package/dist/esm/types/components/FormGroup/index.d.ts +0 -12
  109. package/dist/esm/types/components/InputDayPicker/index.d.ts +0 -20
  110. package/dist/esm/types/components/InputPhone/SearchOnList.d.ts +0 -19
  111. package/dist/esm/types/components/InputPhone/index.d.ts +0 -12
  112. package/dist/esm/types/components/InputRangePicker/index.d.ts +0 -25
  113. package/dist/esm/types/components/ModalResponsive/index.d.ts +0 -5
  114. package/dist/esm/types/components/Pagination/index.d.ts +0 -43
  115. package/dist/esm/types/components/SearchInput/index.d.ts +0 -12
  116. package/dist/esm/types/components/Select/index.d.ts +0 -120
  117. package/dist/esm/types/components/Textarea/index.d.ts +0 -8
  118. package/dist/esm/types/components/index.d.ts +0 -12
  119. package/dist/esm/types/hooks/useClickOutside.d.ts +0 -3
  120. package/dist/esm/types/index.d.ts +0 -4
  121. package/dist/esm/types/layout/BottomBar/index.d.ts +0 -3
  122. package/dist/esm/types/layout/LayoutContainer/index.d.ts +0 -3
  123. package/dist/esm/types/layout/SideNav/index.d.ts +0 -21
  124. package/dist/esm/types/layout/TopBar/index.d.ts +0 -10
  125. package/dist/esm/types/layout/index.d.ts +0 -4
  126. package/dist/esm/types/theme/components/alert.d.ts +0 -9
  127. package/dist/esm/types/theme/components/badge.d.ts +0 -9
  128. package/dist/esm/types/theme/components/button.d.ts +0 -163
  129. package/dist/esm/types/theme/components/checkbox.d.ts +0 -11
  130. package/dist/esm/types/theme/components/drawer.d.ts +0 -6
  131. package/dist/esm/types/theme/components/form.d.ts +0 -8
  132. package/dist/esm/types/theme/components/index.d.ts +0 -16
  133. package/dist/esm/types/theme/components/input.d.ts +0 -58
  134. package/dist/esm/types/theme/components/menu.d.ts +0 -9
  135. package/dist/esm/types/theme/components/number-input.d.ts +0 -54
  136. package/dist/esm/types/theme/components/pin-input.d.ts +0 -42
  137. package/dist/esm/types/theme/components/radio.d.ts +0 -6
  138. package/dist/esm/types/theme/components/slider.d.ts +0 -6
  139. package/dist/esm/types/theme/components/switch.d.ts +0 -6
  140. package/dist/esm/types/theme/components/tag.d.ts +0 -14
  141. package/dist/esm/types/theme/components/textarea.d.ts +0 -54
  142. package/dist/esm/types/theme/components/tooltip.d.ts +0 -8
  143. package/dist/esm/types/theme/foundations/colors.d.ts +0 -66
  144. package/dist/esm/types/theme/foundations/index.d.ts +0 -129
  145. package/dist/esm/types/theme/foundations/radius.d.ts +0 -11
  146. package/dist/esm/types/theme/foundations/shadows.d.ts +0 -10
  147. package/dist/esm/types/theme/foundations/sizes.d.ts +0 -21
  148. package/dist/esm/types/theme/foundations/typography.d.ts +0 -21
  149. package/dist/esm/types/theme/index.d.ts +0 -1
  150. package/dist/esm/types/theme/rawStyle/chakraStyle.d.ts +0 -2
  151. package/dist/esm/types/theme/rawStyle/index.d.ts +0 -3
  152. package/dist/esm/types/theme/rawStyle/reactDayPicker.d.ts +0 -23
  153. package/dist/esm/types/theme/rawStyle/scrollbarStyles.d.ts +0 -11
  154. package/dist/esm/types/theme/styles.d.ts +0 -2
  155. package/dist/esm/types/theme/theme.d.ts +0 -1
  156. package/dist/esm/types/utils/date.d.ts +0 -1
  157. package/dist/esm/types/utils/index.d.ts +0 -2
  158. 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,9 +0,0 @@
1
- declare const _default: {
2
- baseStyle: {
3
- list: {
4
- overflow: string;
5
- fontSize: string;
6
- };
7
- };
8
- };
9
- 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,6 +0,0 @@
1
- declare const _default: {
2
- defaultProps: {
3
- colorScheme: string;
4
- };
5
- };
6
- export default _default;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- defaultProps: {
3
- colorScheme: string;
4
- };
5
- };
6
- export default _default;
@@ -1,6 +0,0 @@
1
- declare const _default: {
2
- defaultProps: {
3
- colorScheme: string;
4
- };
5
- };
6
- 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,8 +0,0 @@
1
- declare const _default: {
2
- baseStyle: {
3
- fontSize: string;
4
- borderRadius: string;
5
- padding: string;
6
- };
7
- };
8
- 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,11 +0,0 @@
1
- export declare const radii: {
2
- none: string;
3
- sm: string;
4
- base: string;
5
- md: string;
6
- lg: string;
7
- xl: string;
8
- '2xl': string;
9
- '3xl': string;
10
- full: string;
11
- };
@@ -1,10 +0,0 @@
1
- export declare const shadows: {
2
- xs: string;
3
- sm: string;
4
- base: string;
5
- md: string;
6
- lg: string;
7
- xl: string;
8
- '2xl': string;
9
- layout: string;
10
- };
@@ -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,2 +0,0 @@
1
- import { Styles } from '@chakra-ui/theme-tools';
2
- export declare const chakraStyle: Styles['global'];
@@ -1,3 +0,0 @@
1
- export { chakraStyle } from './chakraStyle';
2
- export { reactDayPicker } from './reactDayPicker';
3
- export { scrollbarStyles } from './scrollbarStyles';
@@ -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,11 +0,0 @@
1
- export declare const scrollbarStyles: () => {
2
- '&::-webkit-scrollbar': {
3
- width: string;
4
- borderRadius: string;
5
- backgroundColor: string;
6
- };
7
- '&::-webkit-scrollbar-thumb': {
8
- backgroundColor: string;
9
- borderRadius: string;
10
- };
11
- };
@@ -1,2 +0,0 @@
1
- import { Styles } from '@chakra-ui/theme-tools';
2
- export declare const styles: Styles;
@@ -1 +0,0 @@
1
- export declare const theme: Record<string, any>;
@@ -1 +0,0 @@
1
- export declare const dateFormat = "dd/MM/yyyy";
@@ -1,2 +0,0 @@
1
- export * from './date';
2
- export * from './responsive';
@@ -1 +0,0 @@
1
- export declare const useIsMobile: (currentBreakpoint: string) => boolean;