@paygreen/pgui 2.9.1 → 2.10.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (73) hide show
  1. package/README.md +1 -1
  2. package/dist/cjs/index.js +6439 -12899
  3. package/dist/cjs/index.js.map +1 -1
  4. package/dist/cjs/types/components/Card/index.d.ts +2 -3
  5. package/dist/cjs/types/components/ConfirmMenuItem/index.d.ts +3 -12
  6. package/dist/cjs/types/components/DataList/index.d.ts +5 -5
  7. package/dist/cjs/types/components/DayPicker/index.d.ts +4 -4
  8. package/dist/cjs/types/components/FormGroup/index.d.ts +2 -2
  9. package/dist/cjs/types/components/InputDayPicker/index.d.ts +3 -3
  10. package/dist/cjs/types/components/InputPhone/SearchOnList.d.ts +3 -3
  11. package/dist/cjs/types/components/InputPhone/index.d.ts +2 -2
  12. package/dist/cjs/types/components/InputRangePicker/index.d.ts +3 -3
  13. package/dist/cjs/types/components/ModalResponsive/index.d.ts +2 -2
  14. package/dist/cjs/types/components/Pagination/index.d.ts +2 -2
  15. package/dist/cjs/types/components/SearchInput/index.d.ts +1 -11
  16. package/dist/cjs/types/components/Select/index.d.ts +16 -16
  17. package/dist/cjs/types/components/Textarea/index.d.ts +2 -7
  18. package/dist/cjs/types/layout/BottomBar/index.d.ts +2 -3
  19. package/dist/cjs/types/layout/LayoutContainer/index.d.ts +2 -3
  20. package/dist/cjs/types/layout/SideNav/index.d.ts +8 -8
  21. package/dist/cjs/types/layout/TopBar/index.d.ts +6 -6
  22. package/dist/cjs/types/theme/components/button.d.ts +37 -9
  23. package/dist/cjs/types/theme/components/form.d.ts +8 -0
  24. package/dist/cjs/types/theme/components/index.d.ts +2 -0
  25. package/dist/cjs/types/theme/components/input.d.ts +5 -2
  26. package/dist/cjs/types/theme/components/menu.d.ts +8 -0
  27. package/dist/cjs/types/theme/components/number-input.d.ts +4 -1
  28. package/dist/cjs/types/theme/components/pin-input.d.ts +5 -2
  29. package/dist/cjs/types/theme/components/textarea.d.ts +5 -2
  30. package/dist/cjs/types/theme/foundations/colors.d.ts +7 -7
  31. package/dist/cjs/types/theme/foundations/index.d.ts +7 -7
  32. package/dist/cjs/types/theme/index.d.ts +0 -1
  33. package/dist/cjs/types/theme/rawStyle/index.d.ts +0 -1
  34. package/dist/cjs/types/theme/theme.d.ts +1 -2
  35. package/dist/esm/index.js +6443 -12903
  36. package/dist/esm/index.js.map +1 -1
  37. package/dist/esm/types/components/Card/index.d.ts +2 -3
  38. package/dist/esm/types/components/ConfirmMenuItem/index.d.ts +3 -12
  39. package/dist/esm/types/components/DataList/index.d.ts +5 -5
  40. package/dist/esm/types/components/DayPicker/index.d.ts +4 -4
  41. package/dist/esm/types/components/FormGroup/index.d.ts +2 -2
  42. package/dist/esm/types/components/InputDayPicker/index.d.ts +3 -3
  43. package/dist/esm/types/components/InputPhone/SearchOnList.d.ts +3 -3
  44. package/dist/esm/types/components/InputPhone/index.d.ts +2 -2
  45. package/dist/esm/types/components/InputRangePicker/index.d.ts +3 -3
  46. package/dist/esm/types/components/ModalResponsive/index.d.ts +2 -2
  47. package/dist/esm/types/components/Pagination/index.d.ts +2 -2
  48. package/dist/esm/types/components/SearchInput/index.d.ts +1 -11
  49. package/dist/esm/types/components/Select/index.d.ts +16 -16
  50. package/dist/esm/types/components/Textarea/index.d.ts +2 -7
  51. package/dist/esm/types/layout/BottomBar/index.d.ts +2 -3
  52. package/dist/esm/types/layout/LayoutContainer/index.d.ts +2 -3
  53. package/dist/esm/types/layout/SideNav/index.d.ts +8 -8
  54. package/dist/esm/types/layout/TopBar/index.d.ts +6 -6
  55. package/dist/esm/types/theme/components/button.d.ts +37 -9
  56. package/dist/esm/types/theme/components/form.d.ts +8 -0
  57. package/dist/esm/types/theme/components/index.d.ts +2 -0
  58. package/dist/esm/types/theme/components/input.d.ts +5 -2
  59. package/dist/esm/types/theme/components/menu.d.ts +8 -0
  60. package/dist/esm/types/theme/components/number-input.d.ts +4 -1
  61. package/dist/esm/types/theme/components/pin-input.d.ts +5 -2
  62. package/dist/esm/types/theme/components/textarea.d.ts +5 -2
  63. package/dist/esm/types/theme/foundations/colors.d.ts +7 -7
  64. package/dist/esm/types/theme/foundations/index.d.ts +7 -7
  65. package/dist/esm/types/theme/index.d.ts +0 -1
  66. package/dist/esm/types/theme/rawStyle/index.d.ts +0 -1
  67. package/dist/esm/types/theme/theme.d.ts +1 -2
  68. package/dist/index.d.ts +59 -76
  69. package/package.json +15 -15
  70. package/dist/cjs/types/theme/externals-css.d.ts +0 -1
  71. package/dist/cjs/types/theme/rawStyle/reactDayPicker.d.ts +0 -2
  72. package/dist/esm/types/theme/externals-css.d.ts +0 -1
  73. package/dist/esm/types/theme/rawStyle/reactDayPicker.d.ts +0 -2
@@ -11,7 +11,7 @@ export declare const colors: {
11
11
  800: string;
12
12
  900: string;
13
13
  };
14
- gray: {
14
+ green: {
15
15
  50: string;
16
16
  100: string;
17
17
  200: string;
@@ -23,6 +23,9 @@ export declare const colors: {
23
23
  800: string;
24
24
  900: string;
25
25
  };
26
+ gradients: {
27
+ primary: string;
28
+ };
26
29
  red: {
27
30
  50: string;
28
31
  100: string;
@@ -35,7 +38,8 @@ export declare const colors: {
35
38
  800: string;
36
39
  900: string;
37
40
  };
38
- orange: {
41
+ background: string;
42
+ gray: {
39
43
  50: string;
40
44
  100: string;
41
45
  200: string;
@@ -47,7 +51,7 @@ export declare const colors: {
47
51
  800: string;
48
52
  900: string;
49
53
  };
50
- green: {
54
+ orange: {
51
55
  50: string;
52
56
  100: string;
53
57
  200: string;
@@ -59,8 +63,4 @@ export declare const colors: {
59
63
  800: string;
60
64
  900: string;
61
65
  };
62
- gradients: {
63
- primary: string;
64
- };
65
- background: string;
66
66
  };
@@ -61,7 +61,7 @@ declare const foundations: {
61
61
  800: string;
62
62
  900: string;
63
63
  };
64
- gray: {
64
+ green: {
65
65
  50: string;
66
66
  100: string;
67
67
  200: string;
@@ -73,6 +73,9 @@ declare const foundations: {
73
73
  800: string;
74
74
  900: string;
75
75
  };
76
+ gradients: {
77
+ primary: string;
78
+ };
76
79
  red: {
77
80
  50: string;
78
81
  100: string;
@@ -85,7 +88,8 @@ declare const foundations: {
85
88
  800: string;
86
89
  900: string;
87
90
  };
88
- orange: {
91
+ background: string;
92
+ gray: {
89
93
  50: string;
90
94
  100: string;
91
95
  200: string;
@@ -97,7 +101,7 @@ declare const foundations: {
97
101
  800: string;
98
102
  900: string;
99
103
  };
100
- green: {
104
+ orange: {
101
105
  50: string;
102
106
  100: string;
103
107
  200: string;
@@ -109,10 +113,6 @@ declare const foundations: {
109
113
  800: string;
110
114
  900: string;
111
115
  };
112
- gradients: {
113
- primary: string;
114
- };
115
- background: string;
116
116
  };
117
117
  };
118
118
  export default foundations;
@@ -1,2 +1 @@
1
- import './externals-css';
2
1
  export * from './theme';
@@ -1,3 +1,2 @@
1
1
  export { chakraStyle } from './chakraStyle';
2
2
  export { reactCalendar } from './reactCalendar';
3
- export { reactDayPicker } from './reactDayPicker';
@@ -1,2 +1 @@
1
- import { type ThemeConfig } from '@chakra-ui/react';
2
- export declare const theme: ThemeConfig;
1
+ export declare const theme: any;