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

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 (102) hide show
  1. package/dist/index.css +1 -1
  2. package/dist/index.d.ts +6 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +17024 -11197
  5. package/dist/lib/components/common/button/button.css.d.ts +13 -0
  6. package/dist/lib/components/common/button/button.css.d.ts.map +1 -1
  7. package/dist/lib/components/common/button/button.d.ts +2 -2
  8. package/dist/lib/components/common/button/button.d.ts.map +1 -1
  9. package/dist/lib/components/common/featured-icon/featured-icon.css.d.ts +34 -2
  10. package/dist/lib/components/common/featured-icon/featured-icon.css.d.ts.map +1 -1
  11. package/dist/lib/components/common/featured-icon/featured-icon.d.ts +4 -2
  12. package/dist/lib/components/common/featured-icon/featured-icon.d.ts.map +1 -1
  13. package/dist/lib/components/common/spinner/spinner.css.d.ts +40 -0
  14. package/dist/lib/components/common/spinner/spinner.css.d.ts.map +1 -0
  15. package/dist/lib/components/common/spinner/spinner.d.ts +10 -0
  16. package/dist/lib/components/common/spinner/spinner.d.ts.map +1 -0
  17. package/dist/lib/components/features/compositions/card/composition.css.d.ts +1 -0
  18. package/dist/lib/components/features/compositions/card/composition.css.d.ts.map +1 -1
  19. package/dist/lib/components/features/compositions/card/composition.d.ts +12 -2
  20. package/dist/lib/components/features/compositions/card/composition.d.ts.map +1 -1
  21. package/dist/lib/components/features/compositions/configuration/addon/addon.css.d.ts.map +1 -1
  22. package/dist/lib/components/features/compositions/configuration/addon/addon.d.ts +1 -0
  23. package/dist/lib/components/features/compositions/configuration/addon/addon.d.ts.map +1 -1
  24. package/dist/lib/components/features/compositions/configuration/header/header.css.d.ts.map +1 -1
  25. package/dist/lib/components/features/compositions/configuration/header/header.d.ts +5 -2
  26. package/dist/lib/components/features/compositions/configuration/header/header.d.ts.map +1 -1
  27. package/dist/lib/components/features/compositions/configuration/template/template.css.d.ts +1 -0
  28. package/dist/lib/components/features/compositions/configuration/template/template.css.d.ts.map +1 -1
  29. package/dist/lib/components/features/compositions/configuration/template/template.d.ts +1 -0
  30. package/dist/lib/components/features/compositions/configuration/template/template.d.ts.map +1 -1
  31. package/dist/lib/components/features/compositions/included-list/included-list.css.d.ts.map +1 -1
  32. package/dist/lib/components/features/compositions/included-list/included-list.d.ts +2 -1
  33. package/dist/lib/components/features/compositions/included-list/included-list.d.ts.map +1 -1
  34. package/dist/lib/components/features/compositions/price/price.css.d.ts +11 -1
  35. package/dist/lib/components/features/compositions/price/price.css.d.ts.map +1 -1
  36. package/dist/lib/components/features/compositions/price/price.d.ts +3 -1
  37. package/dist/lib/components/features/compositions/price/price.d.ts.map +1 -1
  38. package/dist/lib/components/form/address/address.css.d.ts +33 -18
  39. package/dist/lib/components/form/address/address.css.d.ts.map +1 -1
  40. package/dist/lib/components/form/address/address.d.ts +11 -8
  41. package/dist/lib/components/form/address/address.d.ts.map +1 -1
  42. package/dist/lib/components/form/compositions/compositions.css.d.ts.map +1 -1
  43. package/dist/lib/components/form/compositions/compositions.d.ts.map +1 -1
  44. package/dist/lib/components/form/date/date.css.d.ts.map +1 -1
  45. package/dist/lib/components/form/date/date.d.ts +3 -2
  46. package/dist/lib/components/form/date/date.d.ts.map +1 -1
  47. package/dist/lib/components/form/dialog/dialog.d.ts +2 -1
  48. package/dist/lib/components/form/dialog/dialog.d.ts.map +1 -1
  49. package/dist/lib/components/form/money/money.css.d.ts +3 -0
  50. package/dist/lib/components/form/money/money.css.d.ts.map +1 -0
  51. package/dist/lib/components/form/money/money.d.ts +11 -0
  52. package/dist/lib/components/form/money/money.d.ts.map +1 -0
  53. package/dist/lib/components/form/number/number.css.d.ts +2 -0
  54. package/dist/lib/components/form/number/number.css.d.ts.map +1 -1
  55. package/dist/lib/components/form/number/number.d.ts +6 -2
  56. package/dist/lib/components/form/number/number.d.ts.map +1 -1
  57. package/dist/lib/components/form/phone/phone.css.d.ts +7 -0
  58. package/dist/lib/components/form/phone/phone.css.d.ts.map +1 -0
  59. package/dist/lib/components/form/phone/phone.d.ts +11 -0
  60. package/dist/lib/components/form/phone/phone.d.ts.map +1 -0
  61. package/dist/lib/components/form/radio-horizontal/radio-horizontal.css.d.ts.map +1 -1
  62. package/dist/lib/components/form/radio-horizontal/radio-horizontal.d.ts.map +1 -1
  63. package/dist/lib/components/form/select/select.css.d.ts.map +1 -1
  64. package/dist/lib/components/form/select/select.d.ts +2 -1
  65. package/dist/lib/components/form/select/select.d.ts.map +1 -1
  66. package/dist/lib/components/form/shared/input.css.d.ts +4 -1
  67. package/dist/lib/components/form/shared/input.css.d.ts.map +1 -1
  68. package/dist/lib/components/form/shared/input.d.ts +3 -2
  69. package/dist/lib/components/form/shared/input.d.ts.map +1 -1
  70. package/dist/lib/components/form/statement-elevated/statement-elevated.css.d.ts +14 -0
  71. package/dist/lib/components/form/statement-elevated/statement-elevated.css.d.ts.map +1 -0
  72. package/dist/lib/components/form/statement-elevated/statement-elevated.d.ts +12 -0
  73. package/dist/lib/components/form/statement-elevated/statement-elevated.d.ts.map +1 -0
  74. package/dist/lib/components/form/styles/radio.css.d.ts.map +1 -1
  75. package/dist/lib/components/form/text/text.d.ts +3 -1
  76. package/dist/lib/components/form/text/text.d.ts.map +1 -1
  77. package/dist/lib/components/form/textarea/textarea.css.d.ts +7 -0
  78. package/dist/lib/components/form/textarea/textarea.css.d.ts.map +1 -0
  79. package/dist/lib/components/form/textarea/textarea.d.ts +11 -0
  80. package/dist/lib/components/form/textarea/textarea.d.ts.map +1 -0
  81. package/dist/lib/components/form/toggle-button-group/toggle-button-group.css.d.ts +6 -0
  82. package/dist/lib/components/form/toggle-button-group/toggle-button-group.css.d.ts.map +1 -0
  83. package/dist/lib/components/form/toggle-button-group/toggle-button-group.d.ts +9 -0
  84. package/dist/lib/components/form/toggle-button-group/toggle-button-group.d.ts.map +1 -0
  85. package/dist/lib/components/form/toggle-button-yes-no/toggle-button-yes-no.css.d.ts +8 -0
  86. package/dist/lib/components/form/toggle-button-yes-no/toggle-button-yes-no.css.d.ts.map +1 -0
  87. package/dist/lib/components/form/toggle-button-yes-no/toggle-button-yes-no.d.ts +11 -0
  88. package/dist/lib/components/form/toggle-button-yes-no/toggle-button-yes-no.d.ts.map +1 -0
  89. package/dist/lib/components/form/types.d.ts +6 -2
  90. package/dist/lib/components/form/types.d.ts.map +1 -1
  91. package/dist/lib/components/form/yes-no/yes-no.css.d.ts +22 -1
  92. package/dist/lib/components/form/yes-no/yes-no.css.d.ts.map +1 -1
  93. package/dist/lib/components/form/yes-no/yes-no.d.ts.map +1 -1
  94. package/dist/lib/components/templates/funnel/page.css.d.ts +1 -0
  95. package/dist/lib/components/templates/funnel/page.css.d.ts.map +1 -1
  96. package/dist/lib/components/templates/funnel/page.d.ts +1 -0
  97. package/dist/lib/components/templates/funnel/page.d.ts.map +1 -1
  98. package/dist/lib/utils/index.d.ts +9 -0
  99. package/dist/lib/utils/index.d.ts.map +1 -0
  100. package/package.json +12 -6
  101. package/dist/lib/components/form/text/text copy.d.ts +0 -7
  102. package/dist/lib/components/form/text/text copy.d.ts.map +0 -1
package/dist/index.d.ts CHANGED
@@ -1,19 +1,25 @@
1
1
  export { TextField } from './lib/components/form/text/text';
2
2
  export { SelectField } from './lib/components/form/select/select';
3
3
  export { NumberField } from './lib/components/form/number/number';
4
+ export { MoneyField } from './lib/components/form/money/money';
5
+ export { StatementElevated } from './lib/components/form/statement-elevated/statement-elevated';
4
6
  export { DateField } from './lib/components/form/date/date';
5
7
  export { SwitchField } from './lib/components/form/switch/switch';
6
8
  export { AddressField } from './lib/components/form/address/address';
9
+ export { TextareaField } from './lib/components/form/textarea/textarea';
7
10
  export { Button } from './lib/components/common/button/button';
8
11
  export { RadioHorizontal } from './lib/components/form/radio-horizontal/radio-horizontal';
9
12
  export { RadioVertical } from './lib/components/form/radio-vertical/radio-vertical';
10
13
  export { ToggleButton } from './lib/components/form/toggle-button/toggle-button';
14
+ export { ToggleButtonGroup } from './lib/components/form/toggle-button-group/toggle-button-group';
15
+ export { PhoneField } from './lib/components/form/phone/phone';
11
16
  export { YesNoField } from './lib/components/form/yes-no/yes-no';
12
17
  export { layout } from './lib/components/form/styles/layout.css';
13
18
  export { CompositionsField } from './lib/components/form/compositions/compositions';
14
19
  export { Template as ConfigurationTemplate } from './lib/components/features/compositions/configuration/template/template';
15
20
  export { Addon } from './lib/components/features/compositions/configuration/addon/addon';
16
21
  export { Divider } from './lib/components/common/divider/divider';
22
+ export { ToggleButtonYesNo } from './lib/components/form/toggle-button-yes-no/toggle-button-yes-no';
17
23
  export { Page } from './lib/components/templates/funnel/page';
18
24
  export { themeClass } from './lib/theme.css';
19
25
  export * from './lib/global.css';
@@ -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;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"}
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,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,OAAO,EAAE,iBAAiB,EAAE,MAAM,6DAA6D,CAAC;AAChG,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,aAAa,EAAE,MAAM,yCAAyC,CAAC;AACxE,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,iBAAiB,EAAE,MAAM,+DAA+D,CAAC;AAClG,OAAO,EAAE,UAAU,EAAE,MAAM,mCAAmC,CAAC;AAC/D,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;AAClE,OAAO,EAAE,iBAAiB,EAAE,MAAM,iEAAiE,CAAC;AAEpG,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"}