@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
@@ -1,2 +1,7 @@
1
- export declare function OnOffSwitch(): import("react/jsx-runtime").JSX.Element;
1
+ import { Switch as AriaSwitch } from 'react-aria-components';
2
+ import { ComponentProps } from 'react';
3
+ import { BaseInputProps } from '../types';
4
+ type SwitchFieldProps = BaseInputProps & ComponentProps<typeof AriaSwitch>;
5
+ export declare function OnOffSwitch(props: SwitchFieldProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
2
7
  //# sourceMappingURL=on-off-switch.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"on-off-switch.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/on-off-switch/on-off-switch.tsx"],"names":[],"mappings":"AAGA,wBAAgB,WAAW,4CAO1B"}
1
+ {"version":3,"file":"on-off-switch.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/on-off-switch/on-off-switch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,KAAK,gBAAgB,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAE3E,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAQlD"}
@@ -1,7 +1,4 @@
1
- export declare const field: string;
2
- export declare const label: string;
3
- export declare const inputWrapper: string;
1
+ export declare const list: string;
4
2
  export declare const radio: string;
5
- export declare const description: string;
6
- export declare const errorMessage: string;
3
+ export declare const radioContent: string;
7
4
  //# sourceMappingURL=radio-horizontal.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-horizontal.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio-horizontal/radio-horizontal.css.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,KAAK,QAAyB,CAAC;AAE5C,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,YAAY,QAKvB,CAAC;AAEH,eAAO,MAAM,KAAK,QAQhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC"}
1
+ {"version":3,"file":"radio-horizontal.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio-horizontal/radio-horizontal.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,IAAI,QAMf,CAAC;AAEH,eAAO,MAAM,KAAK,QAQhB,CAAC;AAEH,eAAO,MAAM,YAAY,QAIvB,CAAC"}
@@ -1,2 +1,9 @@
1
- export declare function RadioGroup(): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentProps } from 'react';
2
+ import { InputPropsWithOptions } from '../shared/input';
3
+ import { RadioGroup } from 'react-aria-components';
4
+ type props = {
5
+ inputProps: ComponentProps<typeof RadioGroup>;
6
+ } & InputPropsWithOptions;
7
+ export declare function RadioHorizontal(props: props): import("react/jsx-runtime").JSX.Element;
8
+ export {};
2
9
  //# sourceMappingURL=radio-horizontal.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"radio-horizontal.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio-horizontal/radio-horizontal.tsx"],"names":[],"mappings":"AAOA,wBAAgB,UAAU,4CAczB"}
1
+ {"version":3,"file":"radio-horizontal.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio-horizontal/radio-horizontal.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAS,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAS,MAAM,uBAAuB,CAAC;AAI1D,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CAC/C,GAAG,qBAAqB,CAAC;AAE1B,wBAAgB,eAAe,CAAC,KAAK,EAAE,KAAK,2CAuB3C"}
@@ -0,0 +1,3 @@
1
+ export declare const list: string;
2
+ export declare const radioContent: string;
3
+ //# sourceMappingURL=radio-vertical.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-vertical.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio-vertical/radio-vertical.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAQf,CAAC;AAEH,eAAO,MAAM,YAAY,QAIvB,CAAC"}
@@ -0,0 +1,9 @@
1
+ import { ComponentProps } from 'react';
2
+ import { InputPropsWithOptions } from '../shared/input';
3
+ import { RadioGroup } from 'react-aria-components';
4
+ type props = {
5
+ inputProps: ComponentProps<typeof RadioGroup>;
6
+ } & InputPropsWithOptions;
7
+ export declare function RadioVertical(props: props): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=radio-vertical.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radio-vertical.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio-vertical/radio-vertical.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAS,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAS,MAAM,uBAAuB,CAAC;AAK1D,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CAC/C,GAAG,qBAAqB,CAAC;AAE1B,wBAAgB,aAAa,CAAC,KAAK,EAAE,KAAK,2CAuBzC"}
@@ -1,10 +1,6 @@
1
1
  export declare const input: string;
2
2
  export declare const selectedValue: string;
3
- export declare const field: string;
4
- export declare const label: string;
5
3
  export declare const popover: string;
6
4
  export declare const listBox: string;
7
5
  export declare const listBoxItem: string;
8
- export declare const description: string;
9
- export declare const errorMessage: string;
10
6
  //# sourceMappingURL=select.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/select/select.css.tsx"],"names":[],"mappings":"AASA,eAAO,MAAM,KAAK,QAiBhB,CAAC;AAEH,eAAO,MAAM,aAAa,QAQxB,CAAC;AAEH,eAAO,MAAM,KAAK,QAAqB,CAAC;AAExC,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,OAAO,QAKlB,CAAC;AAEH,eAAO,MAAM,OAAO,QAElB,CAAC;AAEH,eAAO,MAAM,WAAW,QAUtB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC"}
1
+ {"version":3,"file":"select.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/select/select.css.tsx"],"names":[],"mappings":"AAKA,eAAO,MAAM,KAAK,QAiBhB,CAAC;AAEH,eAAO,MAAM,aAAa,QAQxB,CAAC;AAEH,eAAO,MAAM,OAAO,QAKlB,CAAC;AAEH,eAAO,MAAM,OAAO,QAElB,CAAC;AAEH,eAAO,MAAM,WAAW,QAUtB,CAAC"}
@@ -1,7 +1,9 @@
1
- import { Select as AriaSelect } from 'react-aria-components';
2
- import { BaseInputProps } from '../types';
3
1
  import { ComponentProps } from 'react';
4
- type SelectFieldProps = BaseInputProps & Omit<ComponentProps<typeof AriaSelect>, 'placeholder'>;
5
- export declare function SelectField(props: SelectFieldProps): import("react/jsx-runtime").JSX.Element | null;
2
+ import { Select as AriaSelect } from 'react-aria-components';
3
+ import { InputPropsWithOptions } from '../shared/input';
4
+ type props = {
5
+ inputProps: ComponentProps<typeof AriaSelect>;
6
+ } & InputPropsWithOptions;
7
+ export declare function SelectField(props: props): import("react/jsx-runtime").JSX.Element;
6
8
  export {};
7
9
  //# sourceMappingURL=select.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,EAML,MAAM,IAAI,UAAU,EAErB,MAAM,uBAAuB,CAAC;AAG/B,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAIvC,KAAK,gBAAgB,GAAG,cAAc,GACpC,IAAI,CAAC,cAAc,CAAC,OAAO,UAAU,CAAC,EAAE,aAAa,CAAC,CAAC;AAEzD,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,kDAqDlD"}
1
+ {"version":3,"file":"select.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/select/select.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EACL,MAAM,IAAI,UAAU,EAMrB,MAAM,uBAAuB,CAAC;AAE/B,OAAO,EAAS,qBAAqB,EAAE,MAAM,iBAAiB,CAAC;AAG/D,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;CAC/C,GAAG,qBAAqB,CAAC;AAE1B,wBAAgB,WAAW,CAAC,KAAK,EAAE,KAAK,2CA0BvC"}
@@ -0,0 +1,7 @@
1
+ export declare const grid: string;
2
+ export declare const label: string;
3
+ export declare const description: string;
4
+ export declare const input: string;
5
+ export declare const hint: string;
6
+ export declare const error: string;
7
+ //# sourceMappingURL=input.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/shared/input.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAUf,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,KAAK,QAGhB,CAAC;AAEH,eAAO,MAAM,IAAI,QAKf,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC"}
@@ -0,0 +1,18 @@
1
+ import { ReactNode } from 'react';
2
+ export type InputProps = {
3
+ label: string;
4
+ description?: string | null;
5
+ hint?: string | null;
6
+ error?: string | null;
7
+ children?: ReactNode;
8
+ moreInformation?: string;
9
+ };
10
+ export type InputPropsWithOptions = InputProps & {
11
+ options: Array<{
12
+ value: string;
13
+ label: string;
14
+ description?: string | null;
15
+ }>;
16
+ };
17
+ export declare function Input(props: InputProps): import("react/jsx-runtime").JSX.Element;
18
+ //# sourceMappingURL=input.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"input.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/shared/input.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,OAAO,CAAC;AAMlC,MAAM,MAAM,UAAU,GAAG;IACvB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,QAAQ,CAAC,EAAE,SAAS,CAAC;IACrB,eAAe,CAAC,EAAE,MAAM,CAAC;CAC1B,CAAC;AAEF,MAAM,MAAM,qBAAqB,GAAG,UAAU,GAAG;IAC/C,OAAO,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAC;QAAC,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAA;KAAE,CAAC,CAAC;CAC/E,CAAC;AAEF,wBAAgB,KAAK,CAAC,KAAK,EAAE,UAAU,2CAmBtC"}
@@ -1 +1 @@
1
- {"version":3,"file":"field.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/field.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAmBhB,CAAC"}
1
+ {"version":3,"file":"field.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/field.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAqBhB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"input.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/input.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAkChB,CAAC"}
1
+ {"version":3,"file":"input.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/input.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAiChB,CAAC"}
@@ -1,2 +1,17 @@
1
- export declare const label: string;
1
+ export declare const label: import('@vanilla-extract/recipes').RuntimeFn<{
2
+ visuallyHidden: {
3
+ true: {
4
+ position: "absolute";
5
+ width: "1px";
6
+ height: "1px";
7
+ padding: number;
8
+ margin: "-1px";
9
+ overflow: "hidden";
10
+ clip: "rect(0, 0, 0, 0)";
11
+ whiteSpace: "nowrap";
12
+ border: number;
13
+ };
14
+ false: {};
15
+ };
16
+ }>;
2
17
  //# sourceMappingURL=label.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"label.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/label.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAGhB,CAAC"}
1
+ {"version":3,"file":"label.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/label.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK;;;;;;;;;;;;;;;EAyBhB,CAAC"}
@@ -0,0 +1,6 @@
1
+ export declare const layout: import('@vanilla-extract/recipes').RuntimeFn<{
2
+ [x: string]: {
3
+ [x: string]: string | import('@vanilla-extract/css').ComplexStyleRule;
4
+ };
5
+ }>;
6
+ //# sourceMappingURL=layout.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"layout.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/layout.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM;;;;EAYjB,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"radio.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/radio.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAwChB,CAAC"}
1
+ {"version":3,"file":"radio.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/styles/radio.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,KAAK,QAmEhB,CAAC"}
@@ -1,4 +1,5 @@
1
1
  export declare const toggle: string;
2
2
  export declare const indicator: string;
3
3
  export declare const label: string;
4
+ export declare const description: string;
4
5
  //# sourceMappingURL=switch.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"switch.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/switch/switch.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,QAKjB,CAAC;AAEH,eAAO,MAAM,SAAS,QAsCpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAAqB,CAAC"}
1
+ {"version":3,"file":"switch.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/switch/switch.css.ts"],"names":[],"mappings":"AAIA,eAAO,MAAM,MAAM,QAYjB,CAAC;AAEH,eAAO,MAAM,SAAS,QAuCpB,CAAC;AAEH,eAAO,MAAM,KAAK,QAKhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAItB,CAAC"}
@@ -1,5 +1,5 @@
1
- import { Switch as AriaSwitch } from 'react-aria-components';
2
1
  import { ComponentProps } from 'react';
2
+ import { Switch as AriaSwitch } from 'react-aria-components';
3
3
  import { BaseInputProps } from '../types';
4
4
  type SwitchFieldProps = BaseInputProps & ComponentProps<typeof AriaSwitch>;
5
5
  export declare function SwitchField(props: SwitchFieldProps): import("react/jsx-runtime").JSX.Element;
@@ -1 +1 @@
1
- {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/switch/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAE7D,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,KAAK,gBAAgB,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAE3E,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CASlD"}
1
+ {"version":3,"file":"switch.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/switch/switch.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,MAAM,IAAI,UAAU,EAAE,MAAM,uBAAuB,CAAC;AAC7D,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAG1C,KAAK,gBAAgB,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAE3E,wBAAgB,WAAW,CAAC,KAAK,EAAE,gBAAgB,2CAUlD"}
@@ -0,0 +1,7 @@
1
+ import { TextField as AriaTextField } from 'react-aria-components';
2
+ import { ComponentProps } from 'react';
3
+ import { BaseInputProps } from '../types';
4
+ type TextFieldProps = BaseInputProps & ComponentProps<typeof AriaTextField>;
5
+ export declare function TextField(props: TextFieldProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=text%20copy.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"text copy.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/text/text copy.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,IAAI,aAAa,EAG3B,MAAM,uBAAuB,CAAC;AAI/B,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,KAAK,cAAc,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5E,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CA+B9C"}
@@ -1,7 +1,9 @@
1
- import { TextField as AriaTextField } from 'react-aria-components';
2
1
  import { ComponentProps } from 'react';
3
- import { BaseInputProps } from '../types';
4
- type TextFieldProps = BaseInputProps & ComponentProps<typeof AriaTextField>;
5
- export declare function TextField(props: TextFieldProps): import("react/jsx-runtime").JSX.Element;
2
+ import { InputProps } from '../shared/input';
3
+ import { TextField as AriaTextField } from 'react-aria-components';
4
+ type props = {
5
+ inputProps: ComponentProps<typeof AriaTextField>;
6
+ } & InputProps;
7
+ export declare function TextField(props: props): import("react/jsx-runtime").JSX.Element;
6
8
  export {};
7
9
  //# sourceMappingURL=text.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/text/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EACL,SAAS,IAAI,aAAa,EAG3B,MAAM,uBAAuB,CAAC;AAI/B,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,KAAK,cAAc,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC;AAE5E,wBAAgB,SAAS,CAAC,KAAK,EAAE,cAAc,2CA+B9C"}
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/text/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAS,KAAK,UAAU,EAAE,MAAM,iBAAiB,CAAC;AACzD,OAAO,EACL,SAAS,IAAI,aAAa,EAE3B,MAAM,uBAAuB,CAAC;AAG/B,KAAK,KAAK,GAAG;IACX,UAAU,EAAE,cAAc,CAAC,OAAO,aAAa,CAAC,CAAC;CAClD,GAAG,UAAU,CAAC;AAEf,wBAAgB,SAAS,CAAC,KAAK,EAAE,KAAK,2CAUrC"}
@@ -4,4 +4,5 @@ export declare const inputWrapper: string;
4
4
  export declare const button: string;
5
5
  export declare const description: string;
6
6
  export declare const errorMessage: string;
7
+ export declare const listItem: string;
7
8
  //# sourceMappingURL=toggle-button.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-button.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/toggle-button/toggle-button.css.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,KAAK,QAAyB,CAAC;AAE5C,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC;AAEH,eAAO,MAAM,MAAM,QAuCjB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC"}
1
+ {"version":3,"file":"toggle-button.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/toggle-button/toggle-button.css.ts"],"names":[],"mappings":"AAOA,eAAO,MAAM,KAAK,QAAyB,CAAC;AAE5C,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC;AAEH,eAAO,MAAM,MAAM,QA2CjB,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC;AAEH,eAAO,MAAM,QAAQ,QAEnB,CAAC"}
@@ -1,2 +1,7 @@
1
- export declare function ToggleButton(): import("react/jsx-runtime").JSX.Element;
1
+ import { RadioGroup } from 'react-aria-components';
2
+ import { ComponentProps } from 'react';
3
+ import { BaseInputProps } from '../types';
4
+ type ToggleButtonProps = BaseInputProps & ComponentProps<typeof RadioGroup>;
5
+ export declare function ToggleButton(props: ToggleButtonProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
2
7
  //# sourceMappingURL=toggle-button.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"toggle-button.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/toggle-button/toggle-button.tsx"],"names":[],"mappings":"AAGA,wBAAgB,YAAY,4CAuB3B"}
1
+ {"version":3,"file":"toggle-button.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/toggle-button/toggle-button.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAsB,MAAM,uBAAuB,CAAC;AAEvE,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAE1C,KAAK,iBAAiB,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAE5E,wBAAgB,YAAY,CAAC,KAAK,EAAE,iBAAiB,2CAqBpD"}
@@ -1,14 +1,16 @@
1
1
  export type BaseInputProps = {
2
- title: string;
3
- description: string | null;
4
- icon: string | null;
5
- placeholder: string | null;
6
- hint: string | null;
7
- error: string | null;
8
- moreInformation: string | null;
9
- options: Array<{
2
+ title?: string;
3
+ description?: string | null;
4
+ icon?: string | null;
5
+ placeholder?: string | null;
6
+ hint?: string | null;
7
+ error?: string | null;
8
+ moreInformation?: string | null;
9
+ options?: Array<{
10
10
  label: string;
11
11
  value: string;
12
+ description?: string | null;
12
13
  }> | null;
14
+ submitOnChange?: (value: string) => void;
13
15
  };
14
16
  //# sourceMappingURL=types.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,WAAW,EAAE,MAAM,GAAG,IAAI,CAAC;IAC3B,IAAI,EAAE,MAAM,GAAG,IAAI,CAAC;IACpB,KAAK,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,eAAe,EAAE,MAAM,GAAG,IAAI,CAAC;IAC/B,OAAO,EAAE,KAAK,CAAC;QAAE,KAAK,EAAE,MAAM,CAAC;QAAC,KAAK,EAAE,MAAM,CAAA;KAAE,CAAC,GAAG,IAAI,CAAC;CACzD,CAAC"}
1
+ {"version":3,"file":"types.d.ts","sourceRoot":"","sources":["../../../../src/lib/components/form/types.ts"],"names":[],"mappings":"AAAA,MAAM,MAAM,cAAc,GAAG;IAC3B,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAC5B,IAAI,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACrB,KAAK,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IACtB,eAAe,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;IAChC,OAAO,CAAC,EAAE,KAAK,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,KAAK,EAAE,MAAM,CAAC;QACd,WAAW,CAAC,EAAE,MAAM,GAAG,IAAI,CAAC;KAC7B,CAAC,GAAG,IAAI,CAAC;IACV,cAAc,CAAC,EAAE,CAAC,KAAK,EAAE,MAAM,KAAK,IAAI,CAAC;CAC1C,CAAC"}
@@ -0,0 +1,3 @@
1
+ export declare const list: string;
2
+ export declare const buttonCard: string;
3
+ //# sourceMappingURL=yes-no.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yes-no.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/yes-no/yes-no.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAMf,CAAC;AAEH,eAAO,MAAM,UAAU,QAqBrB,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { RadioGroup } from 'react-aria-components';
2
+ import { BaseInputProps } from '../types';
3
+ import { ComponentProps } from 'react';
4
+ type YesNoFieldFieldProps = BaseInputProps & ComponentProps<typeof RadioGroup>;
5
+ export declare function YesNoField(props: YesNoFieldFieldProps): import("react/jsx-runtime").JSX.Element;
6
+ export {};
7
+ //# sourceMappingURL=yes-no.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"yes-no.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/yes-no/yes-no.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,UAAU,EAAiB,MAAM,uBAAuB,CAAC;AAClE,OAAO,EAAE,cAAc,EAAE,MAAM,UAAU,CAAC;AAC1C,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AAGvC,KAAK,oBAAoB,GAAG,cAAc,GAAG,cAAc,CAAC,OAAO,UAAU,CAAC,CAAC;AAE/E,wBAAgB,UAAU,CAAC,KAAK,EAAE,oBAAoB,2CA4CrD"}
@@ -0,0 +1,7 @@
1
+ export declare const page: string;
2
+ export declare const header: string;
3
+ export declare const main: string;
4
+ export declare const title: string;
5
+ export declare const description: string;
6
+ export declare const submitButton: string;
7
+ //# sourceMappingURL=page.css.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/templates/funnel/page.css.ts"],"names":[],"mappings":"AAGA,eAAO,MAAM,IAAI,QAWf,CAAC;AAEH,eAAO,MAAM,MAAM,QAKjB,CAAC;AAEH,eAAO,MAAM,IAAI,QAEf,CAAC;AAEH,eAAO,MAAM,KAAK,QAWhB,CAAC;AAEH,eAAO,MAAM,WAAW,QAYtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAUvB,CAAC"}
@@ -0,0 +1,9 @@
1
+ interface PageProps {
2
+ title: string;
3
+ description?: string;
4
+ children?: React.ReactNode;
5
+ submitButton?: React.ReactNode;
6
+ }
7
+ export declare function Page(props: PageProps): import("react/jsx-runtime").JSX.Element;
8
+ export {};
9
+ //# sourceMappingURL=page.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"page.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/templates/funnel/page.tsx"],"names":[],"mappings":"AAIA,UAAU,SAAS;IACjB,KAAK,EAAE,MAAM,CAAC;IACd,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;IAC3B,YAAY,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAChC;AAED,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,2CAqBpC"}
@@ -1,2 +1,6 @@
1
- export declare function Heading(): import("react/jsx-runtime").JSX.Element;
1
+ import { ComponentProps } from 'react';
2
+ import { Heading as AriaHeading } from 'react-aria-components';
3
+ type HeadingProps = ComponentProps<typeof AriaHeading>;
4
+ export declare function Heading(props: HeadingProps): import("react/jsx-runtime").JSX.Element;
5
+ export {};
2
6
  //# sourceMappingURL=heading.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/typography/heading/heading.tsx"],"names":[],"mappings":"AAEA,wBAAgB,OAAO,4CAEtB"}
1
+ {"version":3,"file":"heading.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/typography/heading/heading.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,OAAO,IAAI,WAAW,EAAE,MAAM,uBAAuB,CAAC;AAE/D,KAAK,YAAY,GAAG,cAAc,CAAC,OAAO,WAAW,CAAC,CAAC;AAEvD,wBAAgB,OAAO,CAAC,KAAK,EAAE,YAAY,2CAG1C"}
@@ -1 +1 @@
1
- {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/typography/text/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEzD,KAAK,SAAS,GAAG,cAAc,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEjD,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,2CAEpC"}
1
+ {"version":3,"file":"text.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/typography/text/text.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,cAAc,EAAE,MAAM,OAAO,CAAC;AACvC,OAAO,EAAE,IAAI,IAAI,QAAQ,EAAE,MAAM,uBAAuB,CAAC;AAEzD,KAAK,SAAS,GAAG,cAAc,CAAC,OAAO,QAAQ,CAAC,CAAC;AAEjD,wBAAgB,IAAI,CAAC,KAAK,EAAE,SAAS,2CAGpC"}
@@ -154,6 +154,7 @@ export declare const themeClass: string, vars: {
154
154
  readonly fontWeight: {
155
155
  readonly regular: `var(--${string})`;
156
156
  readonly medium: `var(--${string})`;
157
+ readonly semibold: `var(--${string})`;
157
158
  };
158
159
  };
159
160
  //# sourceMappingURL=theme.css.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"theme.css.d.ts","sourceRoot":"","sources":["../../src/lib/theme.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAO,UAAU,UAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAuKnB,CAAC"}
1
+ {"version":3,"file":"theme.css.d.ts","sourceRoot":"","sources":["../../src/lib/theme.css.ts"],"names":[],"mappings":"AAEA,eAAO,MAAO,UAAU,UAAE,IAAI;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAwKnB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@maia-insurance/ui",
3
- "version": "1.0.2-c.1",
3
+ "version": "1.0.2-c.9",
4
4
  "type": "module",
5
5
  "main": "./dist/index.js",
6
6
  "module": "./dist/index.js",
@@ -20,10 +20,12 @@
20
20
  "dependencies": {
21
21
  "@internationalized/date": "^3.8.2",
22
22
  "@vanilla-extract/css": "^1.17.4",
23
+ "@vanilla-extract/recipes": "^0.5.7",
24
+ "clsx": "^2.1.1",
23
25
  "react-aria": "^3.41.1",
24
26
  "react-aria-components": "^1.10.1"
25
27
  },
26
28
  "devDependencies": {
27
29
  "@vanilla-extract/vite-plugin": "^5.0.7"
28
30
  }
29
- }
31
+ }
@@ -1,2 +0,0 @@
1
- export declare function Button(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=button.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"button.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/button/button.tsx"],"names":[],"mappings":"AAEA,wBAAgB,MAAM,4CAMrB"}
@@ -1,8 +0,0 @@
1
- export declare const field: string;
2
- export declare const label: string;
3
- export declare const inputWrapper: string;
4
- export declare const radio: string;
5
- export declare const radioDescription: string;
6
- export declare const description: string;
7
- export declare const errorMessage: string;
8
- //# sourceMappingURL=radio.css.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"radio.css.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio/radio.css.ts"],"names":[],"mappings":"AAQA,eAAO,MAAM,KAAK,QAAyB,CAAC;AAE5C,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,YAAY,QAQvB,CAAC;AAEH,eAAO,MAAM,KAAK,QAMhB,CAAC;AAEH,eAAO,MAAM,gBAAgB,QAG3B,CAAC;AAEH,eAAO,MAAM,WAAW,QAMtB,CAAC;AAEH,eAAO,MAAM,YAAY,QAMvB,CAAC"}
@@ -1,2 +0,0 @@
1
- export declare function RadioGroup(): import("react/jsx-runtime").JSX.Element;
2
- //# sourceMappingURL=radio.d.ts.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"radio.d.ts","sourceRoot":"","sources":["../../../../../src/lib/components/form/radio/radio.tsx"],"names":[],"mappings":"AAOA,wBAAgB,UAAU,4CA8BzB"}