@maia-insurance/ui 1.0.2-c.1 → 1.0.2-c.9

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 (124) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.d.ts +13 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +4621 -3970
  5. package/dist/lib/components/common/button/button.css.d.ts +119 -0
  6. package/dist/lib/components/common/button/button.css.d.ts.map +1 -0
  7. package/dist/lib/components/common/button/button.d.ts +9 -0
  8. package/dist/lib/components/common/button/button.d.ts.map +1 -0
  9. package/dist/lib/components/common/divider/divider.css.d.ts +2 -0
  10. package/dist/lib/components/common/divider/divider.css.d.ts.map +1 -0
  11. package/dist/lib/components/common/divider/divider.d.ts +2 -0
  12. package/dist/lib/components/common/divider/divider.d.ts.map +1 -0
  13. package/dist/lib/components/common/featured-icon/featured-icon.css.d.ts +3 -0
  14. package/dist/lib/components/common/featured-icon/featured-icon.css.d.ts.map +1 -0
  15. package/dist/lib/components/common/featured-icon/featured-icon.d.ts +7 -0
  16. package/dist/lib/components/common/featured-icon/featured-icon.d.ts.map +1 -0
  17. package/dist/lib/components/features/compositions/card/composition.css.d.ts +4 -0
  18. package/dist/lib/components/features/compositions/card/composition.css.d.ts.map +1 -0
  19. package/dist/lib/components/features/compositions/card/composition.d.ts +16 -0
  20. package/dist/lib/components/features/compositions/card/composition.d.ts.map +1 -0
  21. package/dist/lib/components/features/compositions/configuration/addon/addon.css.d.ts +9 -0
  22. package/dist/lib/components/features/compositions/configuration/addon/addon.css.d.ts.map +1 -0
  23. package/dist/lib/components/features/compositions/configuration/addon/addon.d.ts +14 -0
  24. package/dist/lib/components/features/compositions/configuration/addon/addon.d.ts.map +1 -0
  25. package/dist/lib/components/features/compositions/configuration/header/header.css.d.ts +6 -0
  26. package/dist/lib/components/features/compositions/configuration/header/header.css.d.ts.map +1 -0
  27. package/dist/lib/components/features/compositions/configuration/header/header.d.ts +11 -0
  28. package/dist/lib/components/features/compositions/configuration/header/header.d.ts.map +1 -0
  29. package/dist/lib/components/features/compositions/configuration/template/template.css.d.ts +9 -0
  30. package/dist/lib/components/features/compositions/configuration/template/template.css.d.ts.map +1 -0
  31. package/dist/lib/components/features/compositions/configuration/template/template.d.ts +13 -0
  32. package/dist/lib/components/features/compositions/configuration/template/template.d.ts.map +1 -0
  33. package/dist/lib/components/features/compositions/included-list/included-list.css.d.ts +4 -0
  34. package/dist/lib/components/features/compositions/included-list/included-list.css.d.ts.map +1 -0
  35. package/dist/lib/components/features/compositions/included-list/included-list.d.ts +9 -0
  36. package/dist/lib/components/features/compositions/included-list/included-list.d.ts.map +1 -0
  37. package/dist/lib/components/features/compositions/price/price.css.d.ts +9 -0
  38. package/dist/lib/components/features/compositions/price/price.css.d.ts.map +1 -0
  39. package/dist/lib/components/features/compositions/price/price.d.ts +7 -0
  40. package/dist/lib/components/features/compositions/price/price.d.ts.map +1 -0
  41. package/dist/lib/components/features/compositions/price-tag/price-tag.css.d.ts +5 -0
  42. package/dist/lib/components/features/compositions/price-tag/price-tag.css.d.ts.map +1 -0
  43. package/dist/lib/components/features/compositions/price-tag/price-tag.d.ts +7 -0
  44. package/dist/lib/components/features/compositions/price-tag/price-tag.d.ts.map +1 -0
  45. package/dist/lib/components/form/address/address.css.d.ts +50 -0
  46. package/dist/lib/components/form/address/address.css.d.ts.map +1 -0
  47. package/dist/lib/components/form/address/address.d.ts +20 -0
  48. package/dist/lib/components/form/address/address.d.ts.map +1 -0
  49. package/dist/lib/components/form/calendar/calendar.css.d.ts +13 -0
  50. package/dist/lib/components/form/calendar/calendar.css.d.ts.map +1 -0
  51. package/dist/lib/components/form/calendar/calendar.d.ts +11 -1
  52. package/dist/lib/components/form/calendar/calendar.d.ts.map +1 -1
  53. package/dist/lib/components/form/compositions/compositions.css.d.ts +3 -0
  54. package/dist/lib/components/form/compositions/compositions.css.d.ts.map +1 -0
  55. package/dist/lib/components/form/compositions/compositions.d.ts +11 -0
  56. package/dist/lib/components/form/compositions/compositions.d.ts.map +1 -0
  57. package/dist/lib/components/form/date/date.d.ts +8 -6
  58. package/dist/lib/components/form/date/date.d.ts.map +1 -1
  59. package/dist/lib/components/form/dialog/dialog.css.d.ts.map +1 -1
  60. package/dist/lib/components/form/dialog/dialog.d.ts.map +1 -1
  61. package/dist/lib/components/form/number/number.css.d.ts +0 -4
  62. package/dist/lib/components/form/number/number.css.d.ts.map +1 -1
  63. package/dist/lib/components/form/number/number.d.ts +5 -3
  64. package/dist/lib/components/form/number/number.d.ts.map +1 -1
  65. package/dist/lib/components/form/on-off-switch/on-off-switch.css.d.ts.map +1 -1
  66. package/dist/lib/components/form/on-off-switch/on-off-switch.d.ts +6 -1
  67. package/dist/lib/components/form/on-off-switch/on-off-switch.d.ts.map +1 -1
  68. package/dist/lib/components/form/radio-horizontal/radio-horizontal.css.d.ts +2 -5
  69. package/dist/lib/components/form/radio-horizontal/radio-horizontal.css.d.ts.map +1 -1
  70. package/dist/lib/components/form/radio-horizontal/radio-horizontal.d.ts +8 -1
  71. package/dist/lib/components/form/radio-horizontal/radio-horizontal.d.ts.map +1 -1
  72. package/dist/lib/components/form/radio-vertical/radio-vertical.css.d.ts +3 -0
  73. package/dist/lib/components/form/radio-vertical/radio-vertical.css.d.ts.map +1 -0
  74. package/dist/lib/components/form/radio-vertical/radio-vertical.d.ts +9 -0
  75. package/dist/lib/components/form/radio-vertical/radio-vertical.d.ts.map +1 -0
  76. package/dist/lib/components/form/select/select.css.d.ts +0 -4
  77. package/dist/lib/components/form/select/select.css.d.ts.map +1 -1
  78. package/dist/lib/components/form/select/select.d.ts +6 -4
  79. package/dist/lib/components/form/select/select.d.ts.map +1 -1
  80. package/dist/lib/components/form/shared/input.css.d.ts +7 -0
  81. package/dist/lib/components/form/shared/input.css.d.ts.map +1 -0
  82. package/dist/lib/components/form/shared/input.d.ts +18 -0
  83. package/dist/lib/components/form/shared/input.d.ts.map +1 -0
  84. package/dist/lib/components/form/styles/field.css.d.ts.map +1 -1
  85. package/dist/lib/components/form/styles/input.css.d.ts.map +1 -1
  86. package/dist/lib/components/form/styles/label.css.d.ts +16 -1
  87. package/dist/lib/components/form/styles/label.css.d.ts.map +1 -1
  88. package/dist/lib/components/form/styles/layout.css.d.ts +6 -0
  89. package/dist/lib/components/form/styles/layout.css.d.ts.map +1 -0
  90. package/dist/lib/components/form/styles/radio.css.d.ts.map +1 -1
  91. package/dist/lib/components/form/switch/switch.css.d.ts +1 -0
  92. package/dist/lib/components/form/switch/switch.css.d.ts.map +1 -1
  93. package/dist/lib/components/form/switch/switch.d.ts +1 -1
  94. package/dist/lib/components/form/switch/switch.d.ts.map +1 -1
  95. package/dist/lib/components/form/text/text copy.d.ts +7 -0
  96. package/dist/lib/components/form/text/text copy.d.ts.map +1 -0
  97. package/dist/lib/components/form/text/text.d.ts +6 -4
  98. package/dist/lib/components/form/text/text.d.ts.map +1 -1
  99. package/dist/lib/components/form/toggle-button/toggle-button.css.d.ts +1 -0
  100. package/dist/lib/components/form/toggle-button/toggle-button.css.d.ts.map +1 -1
  101. package/dist/lib/components/form/toggle-button/toggle-button.d.ts +6 -1
  102. package/dist/lib/components/form/toggle-button/toggle-button.d.ts.map +1 -1
  103. package/dist/lib/components/form/types.d.ts +10 -8
  104. package/dist/lib/components/form/types.d.ts.map +1 -1
  105. package/dist/lib/components/form/yes-no/yes-no.css.d.ts +3 -0
  106. package/dist/lib/components/form/yes-no/yes-no.css.d.ts.map +1 -0
  107. package/dist/lib/components/form/yes-no/yes-no.d.ts +7 -0
  108. package/dist/lib/components/form/yes-no/yes-no.d.ts.map +1 -0
  109. package/dist/lib/components/templates/funnel/page.css.d.ts +7 -0
  110. package/dist/lib/components/templates/funnel/page.css.d.ts.map +1 -0
  111. package/dist/lib/components/templates/funnel/page.d.ts +9 -0
  112. package/dist/lib/components/templates/funnel/page.d.ts.map +1 -0
  113. package/dist/lib/components/typography/heading/heading.d.ts +5 -1
  114. package/dist/lib/components/typography/heading/heading.d.ts.map +1 -1
  115. package/dist/lib/components/typography/text/text.d.ts.map +1 -1
  116. package/dist/lib/theme.css.d.ts +1 -0
  117. package/dist/lib/theme.css.d.ts.map +1 -1
  118. package/package.json +4 -2
  119. package/dist/lib/components/form/button/button.d.ts +0 -2
  120. package/dist/lib/components/form/button/button.d.ts.map +0 -1
  121. package/dist/lib/components/form/radio/radio.css.d.ts +0 -8
  122. package/dist/lib/components/form/radio/radio.css.d.ts.map +0 -1
  123. package/dist/lib/components/form/radio/radio.d.ts +0 -2
  124. package/dist/lib/components/form/radio/radio.d.ts.map +0 -1
@@ -0,0 +1,119 @@
1
+ import { RecipeVariants } from '@vanilla-extract/recipes';
2
+ export declare const button: import('@vanilla-extract/recipes').RuntimeFn<{
3
+ size: {
4
+ small: {
5
+ fontSize: `var(--${string})`;
6
+ lineHeight: `var(--${string})`;
7
+ padding: `var(--${string})`;
8
+ };
9
+ default: {
10
+ fontSize: `var(--${string})`;
11
+ padding: `var(--${string})`;
12
+ lineHeight: `var(--${string})`;
13
+ };
14
+ large: {
15
+ fontSize: `var(--${string})`;
16
+ padding: `var(--${string}) var(--${string})`;
17
+ lineHeight: `var(--${string})`;
18
+ };
19
+ };
20
+ width: {
21
+ fit: {
22
+ width: "fit-content";
23
+ };
24
+ full: {
25
+ width: "100%";
26
+ };
27
+ };
28
+ intent: {
29
+ cta: {
30
+ backgroundColor: `var(--${string})`;
31
+ '&:not([data-disabled="true"]):hover': {
32
+ backgroundColor: `var(--${string})`;
33
+ };
34
+ '&:not([data-disabled="true"]):active': {
35
+ backgroundColor: `var(--${string})`;
36
+ };
37
+ };
38
+ default: {
39
+ backgroundColor: `var(--${string})`;
40
+ '&:not([data-disabled="true"]):hover': {
41
+ backgroundColor: `var(--${string})`;
42
+ };
43
+ '&:not([data-disabled="true"]):active': {
44
+ backgroundColor: `var(--${string})`;
45
+ };
46
+ };
47
+ secondary: {
48
+ backgroundColor: `var(--${string})`;
49
+ color: `var(--${string})`;
50
+ borderColor: `var(--${string})`;
51
+ '&:not([data-disabled="true"]):hover': {
52
+ backgroundColor: `var(--${string})`;
53
+ color: `var(--${string})`;
54
+ borderColor: `var(--${string})`;
55
+ };
56
+ '&:not([data-disabled="true"]):active': {
57
+ backgroundColor: `var(--${string})`;
58
+ color: `var(--${string})`;
59
+ borderColor: `var(--${string})`;
60
+ };
61
+ selectors: {
62
+ '&[data-disabled="true"]': {
63
+ backgroundColor: `var(--${string})`;
64
+ color: `var(--${string})`;
65
+ borderColor: `var(--${string})`;
66
+ cursor: "not-allowed";
67
+ };
68
+ };
69
+ };
70
+ tertiary: {
71
+ backgroundColor: `var(--${string})`;
72
+ color: `var(--${string})`;
73
+ '&:not([data-disabled="true"]):hover': {
74
+ backgroundColor: `var(--${string})`;
75
+ };
76
+ '&:not([data-disabled="true"]):active': {
77
+ backgroundColor: `var(--${string})`;
78
+ };
79
+ };
80
+ error: {
81
+ backgroundColor: `var(--${string})`;
82
+ '&:not([data-disabled="true"]):hover': {
83
+ backgroundColor: `var(--${string})`;
84
+ };
85
+ '&:not([data-disabled="true"]):active': {
86
+ backgroundColor: `var(--${string})`;
87
+ };
88
+ };
89
+ info: {
90
+ backgroundColor: `var(--${string})`;
91
+ '&:not([data-disabled="true"]):hover': {
92
+ backgroundColor: `var(--${string})`;
93
+ };
94
+ '&:not([data-disabled="true"]):active': {
95
+ backgroundColor: `var(--${string})`;
96
+ };
97
+ };
98
+ success: {
99
+ backgroundColor: `var(--${string})`;
100
+ '&:not([data-disabled="true"]):hover': {
101
+ backgroundColor: `var(--${string})`;
102
+ };
103
+ '&:not([data-disabled="true"]):active': {
104
+ backgroundColor: `var(--${string})`;
105
+ };
106
+ };
107
+ warning: {
108
+ backgroundColor: `var(--${string})`;
109
+ '&:not([data-disabled="true"]):hover': {
110
+ backgroundColor: `var(--${string})`;
111
+ };
112
+ '&:not([data-disabled="true"]):active': {
113
+ backgroundColor: `var(--${string})`;
114
+ };
115
+ };
116
+ };
117
+ }>;
118
+ export type ButtonVariants = RecipeVariants<typeof button>;
119
+ //# sourceMappingURL=button.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/common/button/button.css.ts"],"names":[],"mappings":"AAAA,OAAO,EAAU,cAAc,EAAE,MAAM,0BAA0B,CAAC;AAGlE,eAAO,MAAM,MAAM;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6JjB,CAAC;AAEH,MAAM,MAAM,cAAc,GAAG,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ComponentProps } from 'react';
2
+ import { Button as AriaButton } from 'react-aria-components';
3
+ import { ButtonVariants } from './button.css';
4
+ type ButtonProps = {
5
+ className: string;
6
+ } & Omit<ComponentProps<typeof AriaButton>, 'className'> & ButtonVariants;
7
+ export declare function Button(props: ButtonProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=button.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/common/button/button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAU,cAAc,EAAE,MAAM,cAAc,CAAC;AAGtD,KAAK,WAAW,GAAG;IAAE,SAAS,EAAE,MAAM,CAAA;CAAE,GAAG,IAAI,CAC7C,cAAc,CAAC,OAAO,UAAU,CAAC,EACjC,WAAW,CACZ,GACC,cAAc,CAAC;AAEjB,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CAWxC"}
@@ -0,0 +1,2 @@
1
+ export declare const divider: string;
2
+ //# sourceMappingURL=divider.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/common/divider/divider.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,QAIlB,CAAC"}
@@ -0,0 +1,2 @@
1
+ export declare function Divider(): import("react/jsx-runtime").JSX.Element;
2
+ //# sourceMappingURL=divider.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"divider.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/common/divider/divider.tsx"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,4CAEtB"}
@@ -0,0 +1,3 @@
1
+ export declare const wrapper: string;
2
+ export declare const icon: string;
3
+ //# sourceMappingURL=featured-icon.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"featured-icon.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/common/featured-icon/featured-icon.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,QAOlB,CAAC;AAEH,eAAO,MAAM,IAAI,QAGf,CAAC"}
@@ -0,0 +1,7 @@
1
+ type FeaturedIconProps = {
2
+ className?: string;
3
+ icon: string;
4
+ };
5
+ export declare function FeaturedIcon(props: FeaturedIconProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=featured-icon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"featured-icon.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/common/featured-icon/featured-icon.tsx"],"names":[],"mappings":"AAGA,KAAK,iBAAiB,GAAG;IACvB,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,IAAI,EAAE,MAAM,CAAC;CACd,CAAC;AAEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAMpD"}
@@ -0,0 +1,4 @@
1
+ export declare const composition: string;
2
+ export declare const title: string;
3
+ export declare const cta: string;
4
+ //# sourceMappingURL=composition.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"composition.css.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/card/composition.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,WAAW,QAYtB,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC;AAEH,eAAO,MAAM,GAAG,QAEd,CAAC"}
@@ -0,0 +1,16 @@
1
+ import { IncludedList } from '../included-list/included-list';
2
+ import { Button } from '../../../common/button/button';
3
+ import { ComponentProps } from 'react';
4
+ type CompositionProps = {
5
+ title: string;
6
+ price: number;
7
+ cta: {
8
+ label?: string;
9
+ } & Omit<ComponentProps<typeof Button>, 'className'>;
10
+ included: ComponentProps<typeof IncludedList>['items'];
11
+ excluded: ComponentProps<typeof IncludedList>['items'];
12
+ isActive: boolean;
13
+ };
14
+ export declare function Composition(props: CompositionProps): import("react/jsx-runtime").JSX.Element;
15
+ export {};
16
+ //# sourceMappingURL=composition.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"composition.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/card/composition.tsx"],"names":[],"mappings":"AAEA,OAAO,EAAE,YAAY,EAAE,MAAM,gCAAgC,CAAC;AAC9D,OAAO,EAAE,MAAM,EAAE,MAAM,+BAA+B,CAAC;AACvD,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAEvC,KAAK,gBAAgB,GAAG;IACtB,KAAK,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,GAAG,EAAE;QACH,KAAK,CAAC,EAAE,MAAM,CAAC;KAChB,GAAG,IAAI,CAAC,cAAc,CAAC,OAAO,MAAM,CAAC,EAAE,WAAW,CAAC,CAAC;IACrD,QAAQ,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;IACvD,QAAQ,EAAE,cAAc,CAAC,OAAO,YAAY,CAAC,CAAC,OAAO,CAAC,CAAC;IACvD,QAAQ,EAAE,OAAO,CAAC;CACnB,CAAC;AAEF,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAwBlD"}
@@ -0,0 +1,9 @@
1
+ export declare const addon: string;
2
+ export declare const title: string;
3
+ export declare const description: string;
4
+ export declare const icon: string;
5
+ export declare const price: string;
6
+ export declare const moreInfo: string;
7
+ export declare const input: string;
8
+ export declare const children: string;
9
+ //# sourceMappingURL=addon.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addon.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/components/features/compositions/configuration/addon/addon.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAsBhB,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAOtB,CAAC;AAEH,eAAO,MAAM,IAAI,QAEf,CAAC;AAEH,eAAO,MAAM,KAAK,QAEhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAEnB,CAAC;AAEH,eAAO,MAAM,KAAK,QAEhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAGnB,CAAC"}
@@ -0,0 +1,14 @@
1
+ import { ComponentProps, ReactNode } from 'react';
2
+ import { OnOffSwitch } from '../../../../form/on-off-switch/on-off-switch';
3
+ type AddonProps = {
4
+ title: string;
5
+ description?: string;
6
+ icon?: string;
7
+ price: number;
8
+ isActive: boolean;
9
+ onChange: ComponentProps<typeof OnOffSwitch>['onChange'];
10
+ children?: ReactNode;
11
+ };
12
+ export declare function Addon(props: AddonProps): import("react/jsx-runtime").JSX.Element;
13
+ export {};
14
+ //# sourceMappingURL=addon.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"addon.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/components/features/compositions/configuration/addon/addon.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAO3E,KAAK,UAAU,GAAG;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,KAAK,EAAE,MAAM,CAAC;IACd,QAAQ,EAAE,OAAO,CAAC;IAClB,QAAQ,EAAE,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC,UAAU,CAAC,CAAC;IACzD,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,2CAkBtC"}
@@ -0,0 +1,6 @@
1
+ export declare const header: string;
2
+ export declare const heading: string;
3
+ export declare const description: string;
4
+ export declare const icon: string;
5
+ export declare const price: string;
6
+ //# sourceMappingURL=header.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/components/features/compositions/configuration/header/header.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,QAMjB,CAAC;AAEH,eAAO,MAAM,OAAO,QAIlB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,IAAI,QAEf,CAAC;AAEH,eAAO,MAAM,KAAK,QAEhB,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ComponentProps } from 'react';
2
+ import { Price } from '../../price/price';
3
+ type HeaderProps = {
4
+ title: string;
5
+ description?: string;
6
+ price: ComponentProps<typeof Price>['value'];
7
+ icon?: string;
8
+ };
9
+ export declare function Header(props: HeaderProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=header.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"header.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/components/features/compositions/configuration/header/header.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvC,OAAO,EAAE,KAAK,EAAE,MAAM,mBAAmB,CAAC;AAI1C,KAAK,WAAW,GAAG;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,KAAK,EAAE,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,OAAO,CAAC,CAAC;IAC7C,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CAaxC"}
@@ -0,0 +1,9 @@
1
+ export declare const wrapper: string;
2
+ export declare const main: string;
3
+ export declare const aside: string;
4
+ export declare const sectionHeader: string;
5
+ export declare const sectionHeading: string;
6
+ export declare const sectionDescription: string;
7
+ export declare const addonList: string;
8
+ export declare const questions: string;
9
+ //# sourceMappingURL=template.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"template.css.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/components/features/compositions/configuration/template/template.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,QAMlB,CAAC;AAEH,eAAO,MAAM,IAAI,QAKf,CAAC;AAEH,eAAO,MAAM,KAAK,QAEhB,CAAC;AAEH,eAAO,MAAM,aAAa,QAExB,CAAC;AAEH,eAAO,MAAM,cAAc,QAGzB,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAI7B,CAAC;AAEH,eAAO,MAAM,SAAS,QAOpB,CAAC;AAEH,eAAO,MAAM,SAAS,QAMpB,CAAC"}
@@ -0,0 +1,13 @@
1
+ import { ComponentProps, ReactNode } from 'react';
2
+ import { Header } from '../header/header';
3
+ import { Addon } from '../addon/addon';
4
+ type TemplateProps = {
5
+ header: ComponentProps<typeof Header>;
6
+ addons?: Array<ComponentProps<typeof Addon>>;
7
+ questions?: ReactNode;
8
+ aside?: ReactNode;
9
+ children?: ReactNode;
10
+ };
11
+ export declare function Template(props: TemplateProps): import("react/jsx-runtime").JSX.Element;
12
+ export {};
13
+ //# sourceMappingURL=template.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"template.d.ts","sourceRoot":"","sources":["../../../../../../../src/lib/components/features/compositions/configuration/template/template.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAClD,OAAO,EAAE,MAAM,EAAE,MAAM,kBAAkB,CAAC;AAC1C,OAAO,EAAE,KAAK,EAAE,MAAM,gBAAgB,CAAC;AAMvC,KAAK,aAAa,GAAG;IACnB,MAAM,EAAE,cAAc,CAAC,OAAO,MAAM,CAAC,CAAC;IACtC,MAAM,CAAC,EAAE,KAAK,CAAC,cAAc,CAAC,OAAO,KAAK,CAAC,CAAC,CAAC;IAC7C,SAAS,CAAC,EAAE,SAAS,CAAC;IACtB,KAAK,CAAC,EAAE,SAAS,CAAC;IAClB,QAAQ,CAAC,EAAE,SAAS,CAAC;CACtB,CAAC;AAEF,wBAAgB,QAAQ,CAAC,KAAK,EAAE,aAAa,2CAiC5C"}
@@ -0,0 +1,4 @@
1
+ export declare const title: string;
2
+ export declare const list: string;
3
+ export declare const item: string;
4
+ //# sourceMappingURL=included-list.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"included-list.css.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/included-list/included-list.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,IAAI,QAMf,CAAC;AAEH,eAAO,MAAM,IAAI,QAKf,CAAC"}
@@ -0,0 +1,9 @@
1
+ type IncludedList = {
2
+ items: Array<{
3
+ label: string;
4
+ icon?: string;
5
+ }>;
6
+ };
7
+ export declare function IncludedList(props: IncludedList): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=included-list.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"included-list.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/included-list/included-list.tsx"],"names":[],"mappings":"AAEA,KAAK,YAAY,GAAG;IAClB,KAAK,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,IAAI,CAAC,EAAE,MAAM,CAAA;KAAE,CAAC,CAAC;CAChD,CAAC;AAEF,wBAAgB,YAAY,CAAC,KAAK,EAAE,YAAY,2CAe/C"}
@@ -0,0 +1,9 @@
1
+ export declare const wrapper: string;
2
+ export declare const label: string;
3
+ export declare const price: string;
4
+ export declare const currency: string;
5
+ export declare const interger: string;
6
+ export declare const decimal: string;
7
+ export declare const fraction: string;
8
+ export declare const cycle: string;
9
+ //# sourceMappingURL=price.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"price.css.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/price/price.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,QAIlB,CAAC;AAEH,eAAO,MAAM,KAAK,QAGhB,CAAC;AAEH,eAAO,MAAM,KAAK,QAGhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAInB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAInB,CAAC;AAEH,eAAO,MAAM,OAAO,QAIlB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAKnB,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC"}
@@ -0,0 +1,7 @@
1
+ type PriceProps = {
2
+ value: number;
3
+ className?: string;
4
+ };
5
+ export declare function Price(props: PriceProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=price.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"price.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/price/price.tsx"],"names":[],"mappings":"AAaA,KAAK,UAAU,GAAG;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,2CAkBtC"}
@@ -0,0 +1,5 @@
1
+ export declare const wrapper: string;
2
+ export declare const price: string;
3
+ export declare const currency: string;
4
+ export declare const cycle: string;
5
+ //# sourceMappingURL=price-tag.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"price-tag.css.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/price-tag/price-tag.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,OAAO,QAQlB,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAInB,CAAC;AAEH,eAAO,MAAM,KAAK,QAIhB,CAAC"}
@@ -0,0 +1,7 @@
1
+ type PriceProps = {
2
+ value: number;
3
+ className?: string;
4
+ };
5
+ export declare function PriceTag(props: PriceProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=price-tag.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"price-tag.d.ts","sourceRoot":"","sources":["../../../../../../src/lib/components/features/compositions/price-tag/price-tag.tsx"],"names":[],"mappings":"AAaA,KAAK,UAAU,GAAG;IAChB,KAAK,EAAE,MAAM,CAAC;IACd,SAAS,CAAC,EAAE,MAAM,CAAC;CACpB,CAAC;AAEF,wBAAgB,QAAQ,CAAC,KAAK,EAAE,UAAU,2CAazC"}
@@ -0,0 +1,50 @@
1
+ export declare const fieldset: string;
2
+ export declare const legendRow: string;
3
+ export declare const fieldsGrid: string;
4
+ export declare const fetchResultWrapper: string;
5
+ export declare const notFoundComponent: string;
6
+ export declare const field: import('@vanilla-extract/recipes').RuntimeFn<{
7
+ type: {
8
+ postcode: {
9
+ '@media': {
10
+ '(max-width: 767px)': {
11
+ gridArea: "postcode";
12
+ };
13
+ };
14
+ };
15
+ huisnummer: {
16
+ '@media': {
17
+ '(max-width: 767px)': {
18
+ gridArea: "huisnummer";
19
+ };
20
+ };
21
+ };
22
+ toevoeging: {
23
+ '@media': {
24
+ '(max-width: 767px)': {
25
+ gridArea: "toevoeging";
26
+ };
27
+ };
28
+ };
29
+ straat: {
30
+ gridColumn: "1 / -1";
31
+ '@media': {
32
+ '(max-width: 767px)': {
33
+ gridArea: "straat";
34
+ };
35
+ };
36
+ };
37
+ plaats: {
38
+ gridColumn: "1 / -1";
39
+ '@media': {
40
+ '(max-width: 767px)': {
41
+ gridArea: "plaats";
42
+ };
43
+ };
44
+ };
45
+ };
46
+ }>;
47
+ export declare const label: string;
48
+ export declare const hiddenlabel: string;
49
+ export declare const input: string;
50
+ //# sourceMappingURL=address.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"address.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/address/address.css.ts"],"names":[],"mappings":"AAMA,eAAO,MAAM,QAAQ,QAInB,CAAC;AAEH,eAAO,MAAM,SAAS,QAKpB,CAAC;AAEH,eAAO,MAAM,UAAU,QAkBrB,CAAC;AAEH,eAAO,MAAM,kBAAkB,QAS7B,CAAC;AAEH,eAAO,MAAM,iBAAiB,QAS5B,CAAC;AAEH,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;EA6ChB,CAAC;AAEH,eAAO,MAAM,KAAK,QAAuB,CAAC;AAE1C,eAAO,MAAM,WAAW,QAA+C,CAAC;AAExE,eAAO,MAAM,KAAK,QAAqB,CAAC"}
@@ -0,0 +1,20 @@
1
+ import { ComponentProps } from 'react';
2
+ import { BaseInputProps } from '../types';
3
+ type Address = {
4
+ postalCode?: string;
5
+ houseNumber?: string | number;
6
+ houseNumberAppendix?: string;
7
+ street?: string;
8
+ city?: string;
9
+ };
10
+ type AddressStatus = 'idle' | 'fetching' | 'found' | 'not-found';
11
+ type AddressProps<T> = {
12
+ onChange: (address: T) => void;
13
+ value: T;
14
+ status?: AddressStatus;
15
+ renderFoundComponent?: (address: T) => React.ReactNode;
16
+ renderNotFoundComponent?: (address: T) => React.ReactNode;
17
+ } & Omit<BaseInputProps, 'description' | 'icon' | 'placeholder' | 'hint' | 'error' | 'options'> & ComponentProps<'div'>;
18
+ export declare function AddressField<T extends Address>(props: AddressProps<T>): import("react/jsx-runtime").JSX.Element;
19
+ export {};
20
+ //# sourceMappingURL=address.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"address.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/address/address.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAe,MAAM,OAAO,CAAC;AAOpD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAK1C,KAAK,OAAO,GAAG;IACb,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,WAAW,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IAC9B,mBAAmB,CAAC,EAAE,MAAM,CAAC;IAC7B,MAAM,CAAC,EAAE,MAAM,CAAC;IAChB,IAAI,CAAC,EAAE,MAAM,CAAC;CACf,CAAC;AAEF,KAAK,aAAa,GAAG,MAAM,GAAG,UAAU,GAAG,OAAO,GAAG,WAAW,CAAC;AAEjE,KAAK,YAAY,CAAC,CAAC,IAAI;IACrB,QAAQ,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,IAAI,CAAC;IAC/B,KAAK,EAAE,CAAC,CAAC;IACT,MAAM,CAAC,EAAE,aAAa,CAAC;IACvB,oBAAoB,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;IACvD,uBAAuB,CAAC,EAAE,CAAC,OAAO,EAAE,CAAC,KAAK,KAAK,CAAC,SAAS,CAAC;CAC3D,GAAG,IAAI,CACN,cAAc,EACd,aAAa,GAAG,MAAM,GAAG,aAAa,GAAG,MAAM,GAAG,OAAO,GAAG,SAAS,CACtE,GACC,cAAc,CAAC,KAAK,CAAC,CAAC;AAExB,wBAAgB,YAAY,CAAC,CAAC,SAAS,OAAO,EAAE,KAAK,EAAE,YAAY,CAAC,CAAC,CAAC,2CAwHrE"}
@@ -0,0 +1,13 @@
1
+ export declare const field: string;
2
+ export declare const label: string;
3
+ export declare const inputWrapper: string;
4
+ export declare const input: string;
5
+ export declare const trigger: string;
6
+ export declare const description: string;
7
+ export declare const errorMessage: string;
8
+ export declare const calendarWrapper: string;
9
+ export declare const calendarHeader: string;
10
+ export declare const calendarGrid: string;
11
+ export declare const calendarCell: string;
12
+ export declare const actionButton: string;
13
+ //# sourceMappingURL=calendar.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"calendar.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/calendar/calendar.css.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,KAAK,QAAyB,CAAC;AAE5C,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,YAAY,QAIvB,CAAC;AAEH,eAAO,MAAM,KAAK,QAYhB,CAAC;AAEH,eAAO,MAAM,OAAO,QAclB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC;AAEH,eAAO,MAAM,eAAe,QAW1B,CAAC;AAEH,eAAO,MAAM,cAAc,QAYzB,CAAC;AAEH,eAAO,MAAM,YAAY,QAAY,CAAC;AAEtC,eAAO,MAAM,YAAY,QAiCvB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC"}
@@ -1,2 +1,12 @@
1
- export declare function Calendar(): import("react/jsx-runtime").JSX.Element;
1
+ import { DatePicker } from 'react-aria-components';
2
+ import { ComponentProps } from 'react';
3
+ import { BaseInputProps } from '../types';
4
+ type DateFieldProps = {
5
+ onChange: (date: Date) => void;
6
+ value: Date;
7
+ minValue?: Date;
8
+ maxValue?: Date;
9
+ } & BaseInputProps & Omit<ComponentProps<typeof DatePicker>, 'value' | 'onChange' | 'minValue' | 'maxValue'>;
10
+ export declare function Calendar(props: DateFieldProps): import("react/jsx-runtime").JSX.Element;
11
+ export {};
2
12
  //# sourceMappingURL=calendar.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/calendar/calendar.tsx"],"names":[],"mappings":"AAeA,wBAAgB,QAAQ,4CAwBvB"}
1
+ {"version":3,"file":"calendar.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/calendar/calendar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,UAAU,EAQX,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAe,MAAM,OAAO,CAAC;AAEpD,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,KAAK,EAAE,IAAI,CAAC;IACZ,QAAQ,CAAC,EAAE,IAAI,CAAC;IAChB,QAAQ,CAAC,EAAE,IAAI,CAAC;CACjB,GAAG,cAAc,GAChB,IAAI,CACF,cAAc,CAAC,OAAO,UAAU,CAAC,EACjC,OAAO,GAAG,UAAU,GAAG,UAAU,GAAG,UAAU,CAC/C,CAAC;AAEJ,wBAAgB,QAAQ,CAAC,KAAK,EAAE,cAAc,2CAkE7C"}
@@ -0,0 +1,3 @@
1
+ export declare const list: string;
2
+ export declare const item: string;
3
+ //# sourceMappingURL=compositions.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compositions.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/compositions/compositions.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAOf,CAAC;AAEH,eAAO,MAAM,IAAI,QAIf,CAAC"}
@@ -0,0 +1,11 @@
1
+ import { ComponentProps } from 'react';
2
+ import { Composition } from '../../features/compositions/card/composition';
3
+ type CompositionsFieldProps = {
4
+ compositions: Array<{
5
+ guid: string;
6
+ } & ComponentProps<typeof Composition>>;
7
+ onChange: (value: string) => void;
8
+ };
9
+ export declare function CompositionsField(props: CompositionsFieldProps): import("react/jsx-runtime").JSX.Element;
10
+ export {};
11
+ //# sourceMappingURL=compositions.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"compositions.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/compositions/compositions.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,WAAW,EAAE,MAAM,8CAA8C,CAAC;AAG3E,KAAK,sBAAsB,GAAG;IAC5B,YAAY,EAAE,KAAK,CAAC;QAAE,IAAI,EAAE,MAAM,CAAA;KAAE,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC,CAAC;IAC3E,QAAQ,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CACnC,CAAC;AAEF,wBAAgB,iBAAiB,CAAC,KAAK,EAAE,sBAAsB,2CAe9D"}
@@ -1,10 +1,12 @@
1
1
  import { ComponentProps } from 'react';
2
2
  import { DateField as AriaDateField } from 'react-aria-components';
3
- import { BaseInputProps } from '../types';
4
- type DateFieldProps = {
5
- onChange: (date: Date) => void;
6
- value: Date;
7
- } & BaseInputProps & Omit<ComponentProps<typeof AriaDateField>, 'value' | 'onChange'>;
8
- export declare function DateField(props: DateFieldProps): import("react/jsx-runtime").JSX.Element;
3
+ import { InputProps } from '../shared/input';
4
+ type props = {
5
+ inputProps: Omit<ComponentProps<typeof AriaDateField>, 'onChange' | 'value'> & {
6
+ onChange: (date: string) => void;
7
+ value: string;
8
+ };
9
+ } & InputProps;
10
+ export declare function DateField(props: props): import("react/jsx-runtime").JSX.Element;
9
11
  export {};
10
12
  //# sourceMappingURL=date.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/date/date.tsx"],"names":[],"mappings":"AAOA,OAAO,EAAE,cAAc,EAAwB,MAAM,OAAO,CAAC;AAC7D,OAAO,EACL,SAAS,IAAI,aAAa,EAI3B,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,KAAK,cAAc,GAAG;IACpB,QAAQ,EAAE,CAAC,IAAI,EAAE,IAAI,KAAK,IAAI,CAAC;IAC/B,KAAK,EAAE,IAAI,CAAC;CACb,GAAG,cAAc,GAChB,IAAI,CAAC,cAAc,CAAC,OAAO,aAAa,CAAC,EAAE,OAAO,GAAG,UAAU,CAAC,CAAC;AAEnE,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CAsD9C"}
1
+ {"version":3,"file":"date.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/date/date.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAwB,MAAM,OAAO,CAAC;AAC7D,OAAO,EACL,SAAS,IAAI,aAAa,EAI3B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAS,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAIpD,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,IAAI,CACd,cAAc,CAAC,OAAO,aAAa,CAAC,EACpC,UAAU,GAAG,OAAO,CACrB,GAAG;QACF,QAAQ,EAAE,CAAC,IAAI,EAAE,MAAM,KAAK,IAAI,CAAC;QACjC,KAAK,EAAE,MAAM,CAAC;KACf,CAAC;CACH,GAAG,UAAU,CAAC;AAEf,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK,2CA8BrC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dialog.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/dialog/dialog.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,QAUlB,CAAC;AAEH,eAAO,MAAM,OAAO,QAQlB,CAAC;AAEH,eAAO,MAAM,MAAM,QAQjB,CAAC;AAEH,eAAO,MAAM,WAAW,QAUtB,CAAC"}
1
+ {"version":3,"file":"dialog.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/dialog/dialog.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,OAAO,QAWlB,CAAC;AAEH,eAAO,MAAM,OAAO,QAQlB,CAAC;AAEH,eAAO,MAAM,MAAM,QAQjB,CAAC;AAEH,eAAO,MAAM,WAAW,QAUtB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/dialog/dialog.tsx"],"names":[],"mappings":"AAUA,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CAexC"}
1
+ {"version":3,"file":"dialog.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/dialog/dialog.tsx"],"names":[],"mappings":"AAYA,KAAK,WAAW,GAAG;IACjB,OAAO,EAAE,MAAM,CAAC;CACjB,CAAC;AAEF,wBAAgB,MAAM,CAAC,KAAK,EAAE,WAAW,2CAsBxC"}
@@ -1,8 +1,4 @@
1
- export declare const field: string;
2
- export declare const label: string;
3
1
  export declare const inputWrapper: string;
4
2
  export declare const actionButton: string;
5
3
  export declare const input: string;
6
- export declare const description: string;
7
- export declare const errorMessage: string;
8
4
  //# sourceMappingURL=number.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"number.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/number/number.css.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,KAAK,QAAyB,CAAC;AAE5C,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,YAAY,QAIvB,CAAC;AAEH,eAAO,MAAM,YAAY,QAyBvB,CAAC;AAEH,eAAO,MAAM,KAAK,QAahB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC"}
1
+ {"version":3,"file":"number.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/number/number.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,YAAY,QAMvB,CAAC;AAEH,eAAO,MAAM,YAAY,QAwBvB,CAAC;AAEH,eAAO,MAAM,KAAK,QAchB,CAAC"}
@@ -1,7 +1,9 @@
1
1
  import { ComponentProps } from 'react';
2
+ import { InputProps } from '../shared/input';
2
3
  import { NumberField as AriaNumberField } from 'react-aria-components';
3
- import { BaseInputProps } from '../types';
4
- type NumberFieldProps = BaseInputProps & ComponentProps<typeof AriaNumberField>;
5
- export declare function NumberField(props: NumberFieldProps): import("react/jsx-runtime").JSX.Element;
4
+ type props = {
5
+ inputProps: Omit<ComponentProps<typeof AriaNumberField>, 'formatOptions'>;
6
+ } & InputProps;
7
+ export declare function NumberField(props: props): import("react/jsx-runtime").JSX.Element;
6
8
  export {};
7
9
  //# sourceMappingURL=number.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"number.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/number/number.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EACL,WAAW,IAAI,eAAe,EAK/B,MAAM,uBAAuB,CAAC;AAC/B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,KAAK,gBAAgB,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,eAAe,CAAC,CAAC;AAEhF,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAiClD"}
1
+ {"version":3,"file":"number.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/number/number.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,WAAW,IAAI,eAAe,EAI/B,MAAM,uBAAuB,CAAC;AAG/B,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,IAAI,CAAC,cAAc,CAAC,OAAO,eAAe,CAAC,EAAE,eAAe,CAAC,CAAC;CAC3E,GAAG,UAAU,CAAC;AAEf,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,2CAkBvC"}
@@ -1 +1 @@
1
- {"version":3,"file":"on-off-switch.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/on-off-switch/on-off-switch.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,QAKjB,CAAC;AAEH,eAAO,MAAM,SAAS,QAuCpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAAqB,CAAC"}
1
+ {"version":3,"file":"on-off-switch.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/on-off-switch/on-off-switch.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,QAKjB,CAAC;AAEH,eAAO,MAAM,SAAS,QAuCpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAAuB,CAAC"}