@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.
- package/dist/index.css +1 -1
- package/dist/index.d.ts +13 -0
- package/dist/index.d.ts.map +1 -1
- package/dist/index.js +4621 -3970
- package/dist/lib/components/common/button/button.css.d.ts +119 -0
- package/dist/lib/components/common/button/button.css.d.ts.map +1 -0
- package/dist/lib/components/common/button/button.d.ts +9 -0
- package/dist/lib/components/common/button/button.d.ts.map +1 -0
- package/dist/lib/components/common/divider/divider.css.d.ts +2 -0
- package/dist/lib/components/common/divider/divider.css.d.ts.map +1 -0
- package/dist/lib/components/common/divider/divider.d.ts +2 -0
- package/dist/lib/components/common/divider/divider.d.ts.map +1 -0
- package/dist/lib/components/common/featured-icon/featured-icon.css.d.ts +3 -0
- package/dist/lib/components/common/featured-icon/featured-icon.css.d.ts.map +1 -0
- package/dist/lib/components/common/featured-icon/featured-icon.d.ts +7 -0
- package/dist/lib/components/common/featured-icon/featured-icon.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/card/composition.css.d.ts +4 -0
- package/dist/lib/components/features/compositions/card/composition.css.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/card/composition.d.ts +16 -0
- package/dist/lib/components/features/compositions/card/composition.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/configuration/addon/addon.css.d.ts +9 -0
- package/dist/lib/components/features/compositions/configuration/addon/addon.css.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/configuration/addon/addon.d.ts +14 -0
- package/dist/lib/components/features/compositions/configuration/addon/addon.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/configuration/header/header.css.d.ts +6 -0
- package/dist/lib/components/features/compositions/configuration/header/header.css.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/configuration/header/header.d.ts +11 -0
- package/dist/lib/components/features/compositions/configuration/header/header.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/configuration/template/template.css.d.ts +9 -0
- package/dist/lib/components/features/compositions/configuration/template/template.css.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/configuration/template/template.d.ts +13 -0
- package/dist/lib/components/features/compositions/configuration/template/template.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/included-list/included-list.css.d.ts +4 -0
- package/dist/lib/components/features/compositions/included-list/included-list.css.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/included-list/included-list.d.ts +9 -0
- package/dist/lib/components/features/compositions/included-list/included-list.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/price/price.css.d.ts +9 -0
- package/dist/lib/components/features/compositions/price/price.css.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/price/price.d.ts +7 -0
- package/dist/lib/components/features/compositions/price/price.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/price-tag/price-tag.css.d.ts +5 -0
- package/dist/lib/components/features/compositions/price-tag/price-tag.css.d.ts.map +1 -0
- package/dist/lib/components/features/compositions/price-tag/price-tag.d.ts +7 -0
- package/dist/lib/components/features/compositions/price-tag/price-tag.d.ts.map +1 -0
- package/dist/lib/components/form/address/address.css.d.ts +50 -0
- package/dist/lib/components/form/address/address.css.d.ts.map +1 -0
- package/dist/lib/components/form/address/address.d.ts +20 -0
- package/dist/lib/components/form/address/address.d.ts.map +1 -0
- package/dist/lib/components/form/calendar/calendar.css.d.ts +13 -0
- package/dist/lib/components/form/calendar/calendar.css.d.ts.map +1 -0
- package/dist/lib/components/form/calendar/calendar.d.ts +11 -1
- package/dist/lib/components/form/calendar/calendar.d.ts.map +1 -1
- package/dist/lib/components/form/compositions/compositions.css.d.ts +3 -0
- package/dist/lib/components/form/compositions/compositions.css.d.ts.map +1 -0
- package/dist/lib/components/form/compositions/compositions.d.ts +11 -0
- package/dist/lib/components/form/compositions/compositions.d.ts.map +1 -0
- package/dist/lib/components/form/date/date.d.ts +8 -6
- package/dist/lib/components/form/date/date.d.ts.map +1 -1
- package/dist/lib/components/form/dialog/dialog.css.d.ts.map +1 -1
- package/dist/lib/components/form/dialog/dialog.d.ts.map +1 -1
- package/dist/lib/components/form/number/number.css.d.ts +0 -4
- package/dist/lib/components/form/number/number.css.d.ts.map +1 -1
- package/dist/lib/components/form/number/number.d.ts +5 -3
- package/dist/lib/components/form/number/number.d.ts.map +1 -1
- package/dist/lib/components/form/on-off-switch/on-off-switch.css.d.ts.map +1 -1
- package/dist/lib/components/form/on-off-switch/on-off-switch.d.ts +6 -1
- package/dist/lib/components/form/on-off-switch/on-off-switch.d.ts.map +1 -1
- package/dist/lib/components/form/radio-horizontal/radio-horizontal.css.d.ts +2 -5
- package/dist/lib/components/form/radio-horizontal/radio-horizontal.css.d.ts.map +1 -1
- package/dist/lib/components/form/radio-horizontal/radio-horizontal.d.ts +8 -1
- package/dist/lib/components/form/radio-horizontal/radio-horizontal.d.ts.map +1 -1
- package/dist/lib/components/form/radio-vertical/radio-vertical.css.d.ts +3 -0
- package/dist/lib/components/form/radio-vertical/radio-vertical.css.d.ts.map +1 -0
- package/dist/lib/components/form/radio-vertical/radio-vertical.d.ts +9 -0
- package/dist/lib/components/form/radio-vertical/radio-vertical.d.ts.map +1 -0
- package/dist/lib/components/form/select/select.css.d.ts +0 -4
- package/dist/lib/components/form/select/select.css.d.ts.map +1 -1
- package/dist/lib/components/form/select/select.d.ts +6 -4
- package/dist/lib/components/form/select/select.d.ts.map +1 -1
- package/dist/lib/components/form/shared/input.css.d.ts +7 -0
- package/dist/lib/components/form/shared/input.css.d.ts.map +1 -0
- package/dist/lib/components/form/shared/input.d.ts +18 -0
- package/dist/lib/components/form/shared/input.d.ts.map +1 -0
- package/dist/lib/components/form/styles/field.css.d.ts.map +1 -1
- package/dist/lib/components/form/styles/input.css.d.ts.map +1 -1
- package/dist/lib/components/form/styles/label.css.d.ts +16 -1
- package/dist/lib/components/form/styles/label.css.d.ts.map +1 -1
- package/dist/lib/components/form/styles/layout.css.d.ts +6 -0
- package/dist/lib/components/form/styles/layout.css.d.ts.map +1 -0
- package/dist/lib/components/form/styles/radio.css.d.ts.map +1 -1
- package/dist/lib/components/form/switch/switch.css.d.ts +1 -0
- package/dist/lib/components/form/switch/switch.css.d.ts.map +1 -1
- package/dist/lib/components/form/switch/switch.d.ts +1 -1
- package/dist/lib/components/form/switch/switch.d.ts.map +1 -1
- package/dist/lib/components/form/text/text copy.d.ts +7 -0
- package/dist/lib/components/form/text/text copy.d.ts.map +1 -0
- package/dist/lib/components/form/text/text.d.ts +6 -4
- package/dist/lib/components/form/text/text.d.ts.map +1 -1
- package/dist/lib/components/form/toggle-button/toggle-button.css.d.ts +1 -0
- package/dist/lib/components/form/toggle-button/toggle-button.css.d.ts.map +1 -1
- package/dist/lib/components/form/toggle-button/toggle-button.d.ts +6 -1
- package/dist/lib/components/form/toggle-button/toggle-button.d.ts.map +1 -1
- package/dist/lib/components/form/types.d.ts +10 -8
- package/dist/lib/components/form/types.d.ts.map +1 -1
- package/dist/lib/components/form/yes-no/yes-no.css.d.ts +3 -0
- package/dist/lib/components/form/yes-no/yes-no.css.d.ts.map +1 -0
- package/dist/lib/components/form/yes-no/yes-no.d.ts +7 -0
- package/dist/lib/components/form/yes-no/yes-no.d.ts.map +1 -0
- package/dist/lib/components/templates/funnel/page.css.d.ts +7 -0
- package/dist/lib/components/templates/funnel/page.css.d.ts.map +1 -0
- package/dist/lib/components/templates/funnel/page.d.ts +9 -0
- package/dist/lib/components/templates/funnel/page.d.ts.map +1 -0
- package/dist/lib/components/typography/heading/heading.d.ts +5 -1
- package/dist/lib/components/typography/heading/heading.d.ts.map +1 -1
- package/dist/lib/components/typography/text/text.d.ts.map +1 -1
- package/dist/lib/theme.css.d.ts +1 -0
- package/dist/lib/theme.css.d.ts.map +1 -1
- package/package.json +4 -2
- package/dist/lib/components/form/button/button.d.ts +0 -2
- package/dist/lib/components/form/button/button.d.ts.map +0 -1
- package/dist/lib/components/form/radio/radio.css.d.ts +0 -8
- package/dist/lib/components/form/radio/radio.css.d.ts.map +0 -1
- package/dist/lib/components/form/radio/radio.d.ts +0 -2
- package/dist/lib/components/form/radio/radio.d.ts.map +0 -1
package/dist/index.d.ts
CHANGED
|
@@ -3,6 +3,19 @@ export { SelectField } from './lib/components/form/select/select';
|
|
|
3
3
|
export { NumberField } from './lib/components/form/number/number';
|
|
4
4
|
export { DateField } from './lib/components/form/date/date';
|
|
5
5
|
export { SwitchField } from './lib/components/form/switch/switch';
|
|
6
|
+
export { AddressField } from './lib/components/form/address/address';
|
|
7
|
+
export { Button } from './lib/components/common/button/button';
|
|
8
|
+
export { RadioHorizontal } from './lib/components/form/radio-horizontal/radio-horizontal';
|
|
9
|
+
export { RadioVertical } from './lib/components/form/radio-vertical/radio-vertical';
|
|
10
|
+
export { ToggleButton } from './lib/components/form/toggle-button/toggle-button';
|
|
11
|
+
export { YesNoField } from './lib/components/form/yes-no/yes-no';
|
|
12
|
+
export { layout } from './lib/components/form/styles/layout.css';
|
|
13
|
+
export { CompositionsField } from './lib/components/form/compositions/compositions';
|
|
14
|
+
export { Template as ConfigurationTemplate } from './lib/components/features/compositions/configuration/template/template';
|
|
15
|
+
export { Addon } from './lib/components/features/compositions/configuration/addon/addon';
|
|
16
|
+
export { Divider } from './lib/components/common/divider/divider';
|
|
17
|
+
export { Page } from './lib/components/templates/funnel/page';
|
|
6
18
|
export { themeClass } from './lib/theme.css';
|
|
7
19
|
export * from './lib/global.css';
|
|
20
|
+
export { type BaseInputProps } from './lib/components/form/types';
|
|
8
21
|
//# sourceMappingURL=index.d.ts.map
|
package/dist/index.d.ts.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAElE,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,cAAc,kBAAkB,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,SAAS,EAAE,MAAM,iCAAiC,CAAC;AAC5D,OAAO,EAAE,WAAW,EAAE,MAAM,qCAAqC,CAAC;AAClE,OAAO,EAAE,YAAY,EAAE,MAAM,uCAAuC,CAAC;AACrE,OAAO,EAAE,MAAM,EAAE,MAAM,uCAAuC,CAAC;AAC/D,OAAO,EAAE,eAAe,EAAE,MAAM,yDAAyD,CAAC;AAC1F,OAAO,EAAE,aAAa,EAAE,MAAM,qDAAqD,CAAC;AACpF,OAAO,EAAE,YAAY,EAAE,MAAM,mDAAmD,CAAC;AACjF,OAAO,EAAE,UAAU,EAAE,MAAM,qCAAqC,CAAC;AACjE,OAAO,EAAE,MAAM,EAAE,MAAM,yCAAyC,CAAC;AACjE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iDAAiD,CAAC;AACpF,OAAO,EAAE,QAAQ,IAAI,qBAAqB,EAAE,MAAM,wEAAwE,CAAC;AAC3H,OAAO,EAAE,KAAK,EAAE,MAAM,kEAAkE,CAAC;AACzF,OAAO,EAAE,OAAO,EAAE,MAAM,yCAAyC,CAAC;AAElE,OAAO,EAAE,IAAI,EAAE,MAAM,wCAAwC,CAAC;AAE9D,OAAO,EAAE,UAAU,EAAE,MAAM,iBAAiB,CAAC;AAC7C,cAAc,kBAAkB,CAAC;AAEjC,OAAO,EAAE,KAAK,cAAc,EAAE,MAAM,6BAA6B,CAAC"}
|