@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
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
@@ -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"}