@tmorrow/cre8-react 1.0.22 → 1.1.6

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 (137) hide show
  1. package/lib/components/Accordion/Cre8Accordion.d.ts +2 -2
  2. package/lib/components/Accordion/Cre8Accordion.d.ts.map +1 -1
  3. package/lib/components/AccordionItem/Cre8AccordionItem.d.ts +7 -5
  4. package/lib/components/AccordionItem/Cre8AccordionItem.d.ts.map +1 -1
  5. package/lib/components/AccordionItem/Cre8AccordionItem.js.map +1 -1
  6. package/lib/components/Alert/Cre8Alert.d.ts +3 -3
  7. package/lib/components/Alert/Cre8Alert.d.ts.map +1 -1
  8. package/lib/components/Band/Cre8Band.d.ts +1 -1
  9. package/lib/components/Band/Cre8Band.d.ts.map +1 -1
  10. package/lib/components/Button/Cre8Button.d.ts +19 -21
  11. package/lib/components/Button/Cre8Button.d.ts.map +1 -1
  12. package/lib/components/Button/Cre8Button.js.map +1 -1
  13. package/lib/components/ButtonGroup/Cre8ButtonGroup.d.ts +1 -1
  14. package/lib/components/ButtonGroup/Cre8ButtonGroup.d.ts.map +1 -1
  15. package/lib/components/Card/Cre8Card.d.ts +2 -2
  16. package/lib/components/Card/Cre8Card.d.ts.map +1 -1
  17. package/lib/components/Chart/Cre8Chart.d.ts +31 -6
  18. package/lib/components/Chart/Cre8Chart.d.ts.map +1 -1
  19. package/lib/components/Chart/Cre8Chart.js +6 -1
  20. package/lib/components/Chart/Cre8Chart.js.map +1 -1
  21. package/lib/components/CheckboxField/Cre8CheckboxField.d.ts +6 -6
  22. package/lib/components/CheckboxField/Cre8CheckboxField.d.ts.map +1 -1
  23. package/lib/components/CheckboxFieldItem/Cre8CheckboxFieldItem.d.ts +16 -23
  24. package/lib/components/CheckboxFieldItem/Cre8CheckboxFieldItem.d.ts.map +1 -1
  25. package/lib/components/CheckboxFieldItem/Cre8CheckboxFieldItem.js +0 -3
  26. package/lib/components/CheckboxFieldItem/Cre8CheckboxFieldItem.js.map +1 -1
  27. package/lib/components/DangerButton/Cre8DangerButton.d.ts +16 -18
  28. package/lib/components/DangerButton/Cre8DangerButton.d.ts.map +1 -1
  29. package/lib/components/DangerButton/Cre8DangerButton.js.map +1 -1
  30. package/lib/components/DatePicker/Cre8DatePicker.d.ts +22 -26
  31. package/lib/components/DatePicker/Cre8DatePicker.d.ts.map +1 -1
  32. package/lib/components/DatePicker/Cre8DatePicker.js.map +1 -1
  33. package/lib/components/Divider/Cre8Divider.d.ts +1 -1
  34. package/lib/components/Divider/Cre8Divider.d.ts.map +1 -1
  35. package/lib/components/Field/Cre8Field.d.ts +21 -25
  36. package/lib/components/Field/Cre8Field.d.ts.map +1 -1
  37. package/lib/components/Field/Cre8Field.js.map +1 -1
  38. package/lib/components/FieldNote/Cre8FieldNote.d.ts +2 -2
  39. package/lib/components/FieldNote/Cre8FieldNote.d.ts.map +1 -1
  40. package/lib/components/GlobalNav/Cre8GlobalNav.d.ts +1 -1
  41. package/lib/components/GlobalNav/Cre8GlobalNav.d.ts.map +1 -1
  42. package/lib/components/Grid/Cre8Grid.d.ts +3 -3
  43. package/lib/components/Grid/Cre8Grid.d.ts.map +1 -1
  44. package/lib/components/Heading/Cre8Heading.d.ts +5 -5
  45. package/lib/components/Heading/Cre8Heading.d.ts.map +1 -1
  46. package/lib/components/Hero/Cre8Hero.d.ts +1 -1
  47. package/lib/components/Hero/Cre8Hero.d.ts.map +1 -1
  48. package/lib/components/InlineAlert/Cre8InlineAlert.d.ts +4 -4
  49. package/lib/components/InlineAlert/Cre8InlineAlert.d.ts.map +1 -1
  50. package/lib/components/Layout/Cre8Layout.d.ts +1 -1
  51. package/lib/components/Layout/Cre8Layout.d.ts.map +1 -1
  52. package/lib/components/LayoutSection/Cre8LayoutSection.d.ts +1 -1
  53. package/lib/components/LayoutSection/Cre8LayoutSection.d.ts.map +1 -1
  54. package/lib/components/Link/Cre8Link.d.ts +3 -3
  55. package/lib/components/Link/Cre8Link.d.ts.map +1 -1
  56. package/lib/components/LinkList/Cre8LinkList.d.ts +4 -4
  57. package/lib/components/LinkList/Cre8LinkList.d.ts.map +1 -1
  58. package/lib/components/List/Cre8List.d.ts +2 -2
  59. package/lib/components/List/Cre8List.d.ts.map +1 -1
  60. package/lib/components/LoadingSpinner/Cre8LoadingSpinner.d.ts +2 -2
  61. package/lib/components/LoadingSpinner/Cre8LoadingSpinner.d.ts.map +1 -1
  62. package/lib/components/Modal/Cre8Modal.d.ts +1 -1
  63. package/lib/components/Modal/Cre8Modal.d.ts.map +1 -1
  64. package/lib/components/MultiSelect/Cre8MultiSelect.d.ts +10 -13
  65. package/lib/components/MultiSelect/Cre8MultiSelect.d.ts.map +1 -1
  66. package/lib/components/MultiSelect/Cre8MultiSelect.js +0 -3
  67. package/lib/components/MultiSelect/Cre8MultiSelect.js.map +1 -1
  68. package/lib/components/Pagination/Cre8Pagination.d.ts +8 -7
  69. package/lib/components/Pagination/Cre8Pagination.d.ts.map +1 -1
  70. package/lib/components/Pagination/Cre8Pagination.js +0 -3
  71. package/lib/components/Pagination/Cre8Pagination.js.map +1 -1
  72. package/lib/components/PercentBar/Cre8PercentBar.d.ts +0 -3
  73. package/lib/components/PercentBar/Cre8PercentBar.d.ts.map +1 -1
  74. package/lib/components/PercentBar/Cre8PercentBar.js.map +1 -1
  75. package/lib/components/Popover/Cre8Popover.d.ts +1 -1
  76. package/lib/components/Popover/Cre8Popover.d.ts.map +1 -1
  77. package/lib/components/PrimaryNav/Cre8PrimaryNav.d.ts +1 -1
  78. package/lib/components/PrimaryNav/Cre8PrimaryNav.d.ts.map +1 -1
  79. package/lib/components/ProgressMeter/Cre8ProgressMeter.d.ts +5 -8
  80. package/lib/components/ProgressMeter/Cre8ProgressMeter.d.ts.map +1 -1
  81. package/lib/components/ProgressMeter/Cre8ProgressMeter.js.map +1 -1
  82. package/lib/components/ProgressStepsItem/Cre8ProgressStepsItem.d.ts +1 -1
  83. package/lib/components/RadioField/Cre8RadioField.d.ts +6 -6
  84. package/lib/components/RadioField/Cre8RadioField.d.ts.map +1 -1
  85. package/lib/components/RadioFieldItem/Cre8RadioFieldItem.d.ts +13 -17
  86. package/lib/components/RadioFieldItem/Cre8RadioFieldItem.d.ts.map +1 -1
  87. package/lib/components/RadioFieldItem/Cre8RadioFieldItem.js.map +1 -1
  88. package/lib/components/RemoveTag/Cre8RemoveTag.d.ts +1 -4
  89. package/lib/components/RemoveTag/Cre8RemoveTag.d.ts.map +1 -1
  90. package/lib/components/RemoveTag/Cre8RemoveTag.js +0 -3
  91. package/lib/components/RemoveTag/Cre8RemoveTag.js.map +1 -1
  92. package/lib/components/Select/Cre8Select.d.ts +11 -18
  93. package/lib/components/Select/Cre8Select.d.ts.map +1 -1
  94. package/lib/components/Select/Cre8Select.js +0 -3
  95. package/lib/components/Select/Cre8Select.js.map +1 -1
  96. package/lib/components/SelectTile/Cre8SelectTile.d.ts +11 -13
  97. package/lib/components/SelectTile/Cre8SelectTile.d.ts.map +1 -1
  98. package/lib/components/SelectTile/Cre8SelectTile.js.map +1 -1
  99. package/lib/components/SelectTileList/Cre8SelectTileList.d.ts +1 -1
  100. package/lib/components/SelectTileList/Cre8SelectTileList.d.ts.map +1 -1
  101. package/lib/components/SkeletonLoader/Cre8SkeletonLoader.d.ts +2 -2
  102. package/lib/components/SkeletonLoader/Cre8SkeletonLoader.d.ts.map +1 -1
  103. package/lib/components/SplitButton/Cre8SplitButton.d.ts +1 -1
  104. package/lib/components/SplitButton/Cre8SplitButton.d.ts.map +1 -1
  105. package/lib/components/Tab/Cre8Tab.d.ts +2 -5
  106. package/lib/components/Tab/Cre8Tab.d.ts.map +1 -1
  107. package/lib/components/Tab/Cre8Tab.js +0 -3
  108. package/lib/components/Tab/Cre8Tab.js.map +1 -1
  109. package/lib/components/Table/Cre8Table.d.ts +2 -2
  110. package/lib/components/Table/Cre8Table.d.ts.map +1 -1
  111. package/lib/components/TableCell/Cre8TableCell.d.ts +1 -1
  112. package/lib/components/TableCell/Cre8TableCell.d.ts.map +1 -1
  113. package/lib/components/TableRow/Cre8TableRow.d.ts +1 -1
  114. package/lib/components/TableRow/Cre8TableRow.d.ts.map +1 -1
  115. package/lib/components/Tabs/Cre8Tabs.d.ts +5 -8
  116. package/lib/components/Tabs/Cre8Tabs.d.ts.map +1 -1
  117. package/lib/components/Tabs/Cre8Tabs.js +0 -3
  118. package/lib/components/Tabs/Cre8Tabs.js.map +1 -1
  119. package/lib/components/Tag/Cre8Tag.d.ts +4 -8
  120. package/lib/components/Tag/Cre8Tag.d.ts.map +1 -1
  121. package/lib/components/Tag/Cre8Tag.js.map +1 -1
  122. package/lib/components/TagList/Cre8TagList.d.ts +2 -2
  123. package/lib/components/TagList/Cre8TagList.d.ts.map +1 -1
  124. package/lib/components/TextLink/Cre8TextLink.d.ts +2 -2
  125. package/lib/components/TextLink/Cre8TextLink.d.ts.map +1 -1
  126. package/lib/components/TextPassage/Cre8TextPassage.d.ts +1 -1
  127. package/lib/components/TextPassage/Cre8TextPassage.d.ts.map +1 -1
  128. package/lib/components/Tooltip/Cre8Tooltip.d.ts +6 -5
  129. package/lib/components/Tooltip/Cre8Tooltip.d.ts.map +1 -1
  130. package/lib/components/Tooltip/Cre8Tooltip.js.map +1 -1
  131. package/lib/components/UtilityNavItem/Cre8UtilityNavItem.d.ts +1 -1
  132. package/lib/components/UtilityNavItem/Cre8UtilityNavItem.d.ts.map +1 -1
  133. package/lib/index.d.ts +26 -26
  134. package/lib/index.d.ts.map +1 -1
  135. package/lib/index.js +26 -26
  136. package/lib/index.js.map +1 -1
  137. package/package.json +347 -8
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8DatePicker.d.ts","sourceRoot":"","sources":["../../../components/DatePicker/Cre8DatePicker.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAGlH,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,YAAY,CAAC,EAAE,OAAO,CAAC;IACvB,4iCAA4iC;IAC5iC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,yDAAyD;IACzD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wOAAwO;IACxO,QAAQ,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;IAClC,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+FAA+F;IAC/F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,4aAA4a;IAC5a,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2GAA2G;IAC3G,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,qEAAqE;IACrE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iGAAiG;IACjG,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uEAAuE;IACvE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,0EAA0E;IAC1E,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,mEAKzB,CAAC;AAEH,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"Cre8DatePicker.d.ts","sourceRoot":"","sources":["../../../components/DatePicker/Cre8DatePicker.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAGlH,MAAM,WAAW,mBAAmB;IAClC,8BAA8B;IAC9B,YAAY,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACnC,4iCAA4iC;IAC5iC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,4QAA4Q;IAC5Q,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,yDAAyD;IACzD,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,+FAA+F;IAC/F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,4aAA4a;IAC5a,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,2GAA2G;IAC3G,yBAAyB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,qEAAqE;IACrE,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,iGAAiG;IACjG,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,uEAAuE;IACvE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,wOAAwO;IACxO,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,mEAKzB,CAAC;AAEH,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8DatePicker.js","sourceRoot":"","sources":["../../../components/DatePicker/Cre8DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAClH,OAAO,KAAK,MAAM,OAAO,CAAC;AAuD1B;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,qBAAqB;CAEpC,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"Cre8DatePicker.js","sourceRoot":"","sources":["../../../components/DatePicker/Cre8DatePicker.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAClH,OAAO,KAAK,MAAM,OAAO,CAAC;AAmD1B;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,qBAAqB;CAEpC,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC"}
@@ -1,7 +1,7 @@
1
1
  import { Cre8Divider as Cre8DividerElement } from '@tmorrow/cre8-wc/lib/components/divider/divider';
2
2
  export interface Cre8DividerProps {
3
3
  /** Divider variants - By default, the component renders the horizontal divider - **vertical** renders the vertical divider */
4
- variant?: "horizontal" | "vertical";
4
+ variant?: any;
5
5
  /** Status (a color variant prop) - By default, the divider has gray color. - **brand**, the divider has blue color. - **knockout**, the divider has white color. */
6
6
  status?: string | undefined;
7
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Divider.d.ts","sourceRoot":"","sources":["../../../components/Divider/Cre8Divider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AAGpG,MAAM,WAAW,gBAAgB;IAC/B,8HAA8H;IAC9H,OAAO,CAAC,EAAE,YAAY,GAAG,UAAU,CAAC;IACpC,oKAAoK;IACpK,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,gEAKtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"Cre8Divider.d.ts","sourceRoot":"","sources":["../../../components/Divider/Cre8Divider.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AAGpG,MAAM,WAAW,gBAAgB;IAC/B,8HAA8H;IAC9H,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,oKAAoK;IACpK,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAC7B;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,gEAKtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
@@ -1,53 +1,49 @@
1
1
  import { Cre8Field as Cre8FieldElement } from '@tmorrow/cre8-wc/lib/components/field/field';
2
2
  export interface Cre8FieldProps {
3
3
  /** Autocomplete attribute that allows input to expect certain types of information. Note: autocomplete is supported by most browsers, but the suggested 'completions' are also sourced from those browsers. Values come from past user stored data from past interactions in that browser, such as: 1. From past values entered by the user, but they may also come from pre-configured values. For instance, a browser might let the user save their name, address, phone number, and email addresses for autocomplete purposes. 2. Perhaps the browser offers the ability to save encrypted credit card information, for autocompletion following a an authentication procedure. See: [MDN web docs_](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/autocomplete) NOTE:: In order to provide autocompletion, user-agents might require input, select, textarea elements to: 1. Have a {{name}} and/or {{id}} attribute 2. Be descendants of a form element 3. The form to have a [submit button](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input/submit) */
4
- autocomplete?: string;
4
+ autocomplete?: any;
5
5
  /** Pattern attribute defines a regular expression to validate against input */
6
- pattern?: string;
6
+ pattern?: string | undefined;
7
+ /** Type variants - **text** renders a standard text input - **email** renders a text input for an email format - **number** renders an input for number values only - **url** renders an input for urls only - **tel** renders an input for telephone number values only */
8
+ type?: any;
7
9
  /** The placeholder text that appears inside the input */
8
- placeholder?: string;
10
+ placeholder?: string | undefined;
9
11
  /** The required label that appears above the input */
10
12
  label?: string;
11
- /** The name property on the input */
12
- name?: string;
13
13
  /** The unique id of the field <br/><br/> _*This property is dynamically set_ */
14
- fieldId?: string;
14
+ fieldId?: string | undefined;
15
15
  /** The text that displays below in text field input */
16
- fieldNote?: string;
17
- /** Controls how the voiceover will experience the new information when field note changes, immediately (used for more urgently needed updates) using `assertive` or at the next convenient pause in their navigation using `polite`. */
18
- ariaLive?: "polite" | "assertive";
16
+ fieldNote?: string | undefined;
19
17
  /** Used to connect the field note in text field to the text menu for accessibility */
20
- ariaDescribedBy?: string;
18
+ ariaDescribedBy?: string | undefined;
21
19
  /** The required attribute on the input */
22
- required?: boolean;
20
+ required?: boolean | undefined;
23
21
  /** The disabled attribute on the input */
24
- disabled?: boolean;
22
+ disabled?: boolean | undefined;
25
23
  /** Changes the component's treatment to represent an error state */
26
- isError?: boolean;
24
+ isError?: boolean | undefined;
27
25
  /** Visually hidden text that always signifies that this is an error for screen reader usage */
28
26
  errorText?: string;
29
27
  /** The error field note that appears below the default field note */
30
- errorNote?: string;
28
+ errorNote?: string | undefined;
31
29
  /** The max attribute defines the maximum value that is acceptable and valid for the input containing the attribute. */
32
- max?: string | number;
30
+ max?: string | undefined;
33
31
  /** The min attribute defines the minimum value that is acceptable and valid for the input containing the attribute. */
34
- min?: string | number;
32
+ min?: string | undefined;
35
33
  /** The maxlength is an integer above 0 that indicates the maximum allowed characters to be entered. When using the maxlength prop, you must also use the "required" prop to provide Constraint Validation on the input field. This allows users to know why the input they attempted didn't render in the input field. see [MDN maxlength](https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/maxlength#constraint_validation) */
36
- maxlength?: string;
34
+ maxlength?: number | undefined;
37
35
  /** Additional aria-describedby connection to id for additional success and error notes to be accessible */
38
- validationAriaDescribedBy?: string;
36
+ validationAriaDescribedBy?: string | undefined;
39
37
  /** Changes the component's treatment to represent a success state */
40
- isSuccess?: boolean;
38
+ isSuccess?: boolean | undefined;
41
39
  /** Visually hidden text that always signifies that this is successful for screen reader usage */
42
40
  successText?: string;
43
41
  /** Readonly attribute */
44
- readonly?: boolean;
42
+ readonly?: boolean | undefined;
45
43
  /** The success field note that appears below the default field note */
46
- successNote?: string;
47
- /** Type variants - **text** renders a standard text input - **email** renders a text input for an email format - **number** renders an input for number values only - **url** renders an input for urls only - **tel** renders an input for telephone number values only */
48
- type?: string;
49
- /** The value of the form field. */
50
- value?: string;
44
+ successNote?: string | undefined;
45
+ /** Controls how the voiceover will experience the new information when field note changes, immediately (used for more urgently needed updates) using `assertive` or at the next convenient pause in their navigation using `polite`. */
46
+ ariaLive?: any;
51
47
  }
52
48
  /**
53
49
  * The Field component renders a form group with label, control, help text and validation styling. There are
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Field.d.ts","sourceRoot":"","sources":["../../../components/Field/Cre8Field.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAG5F,MAAM,WAAW,cAAc;IAC7B,4iCAA4iC;IAC5iC,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,yDAAyD;IACzD,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,qCAAqC;IACrC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,wOAAwO;IACxO,QAAQ,CAAC,EAAE,QAAQ,GAAG,WAAW,CAAC;IAClC,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+FAA+F;IAC/F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,MAAM,CAAC;IACtB,4aAA4a;IAC5a,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,2GAA2G;IAC3G,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,qEAAqE;IACrE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,iGAAiG;IACjG,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,uEAAuE;IACvE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,4QAA4Q;IAC5Q,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mCAAmC;IACnC,KAAK,CAAC,EAAE,MAAM,CAAC;CAChB;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,8DAKpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Cre8Field.d.ts","sourceRoot":"","sources":["../../../components/Field/Cre8Field.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAG5F,MAAM,WAAW,cAAc;IAC7B,4iCAA4iC;IAC5iC,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,+EAA+E;IAC/E,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,4QAA4Q;IAC5Q,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,yDAAyD;IACzD,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,sDAAsD;IACtD,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,gFAAgF;IAChF,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,uDAAuD;IACvD,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,0CAA0C;IAC1C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,+FAA+F;IAC/F,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,uHAAuH;IACvH,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,4aAA4a;IAC5a,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,2GAA2G;IAC3G,yBAAyB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,qEAAqE;IACrE,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,iGAAiG;IACjG,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,yBAAyB;IACzB,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,uEAAuE;IACvE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACjC,wOAAwO;IACxO,QAAQ,CAAC,EAAE,GAAG,CAAC;CAChB;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,8DAKpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Field.js","sourceRoot":"","sources":["../../../components/Field/Cre8Field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC5F,OAAO,KAAK,MAAM,OAAO,CAAC;AAqD1B;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,eAAe,CAAC;IACvC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,YAAY;IACrB,YAAY,EAAE,gBAAgB;CAE/B,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Cre8Field.js","sourceRoot":"","sources":["../../../components/Field/Cre8Field.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC5F,OAAO,KAAK,MAAM,OAAO,CAAC;AAiD1B;;GAEG;AACH,MAAM,CAAC,MAAM,SAAS,GAAG,eAAe,CAAC;IACvC,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,YAAY;IACrB,YAAY,EAAE,gBAAgB;CAE/B,CAAC,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -2,9 +2,9 @@ import { Cre8FieldNote as Cre8FieldNoteElement } from '@tmorrow/cre8-wc/lib/comp
2
2
  import React from 'react';
3
3
  export interface Cre8FieldNoteProps {
4
4
  /** Changes the component's treatment to represent an error */
5
- isError?: boolean;
5
+ isError?: boolean | undefined;
6
6
  /** Changes the component's treatment to represent a success */
7
- isSuccess?: boolean;
7
+ isSuccess?: boolean | undefined;
8
8
  /** DEPRECATED: Icon name used for the icon before to the field note */
9
9
  iconName?: string | undefined;
10
10
  children?: React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8FieldNote.d.ts","sourceRoot":"","sources":["../../../components/FieldNote/Cre8FieldNote.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,IAAI,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IACjC,8DAA8D;IAC9D,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,+DAA+D;IAC/D,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,kEAKxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"Cre8FieldNote.d.ts","sourceRoot":"","sources":["../../../components/FieldNote/Cre8FieldNote.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,IAAI,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IACjC,8DAA8D;IAC9D,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,+DAA+D;IAC/D,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,kEAKxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -4,7 +4,7 @@ export interface Cre8GlobalNavProps {
4
4
  /** Inverted variant 1) Used for dark backgrounds */
5
5
  inverted?: boolean | undefined;
6
6
  /** Behavior variant <cre8-text-passage size="sm"> <ul> <li>**side-by-side** keeps the primary nav item always in a horizontal pattern</li> </ul> </cre8-text-passage> */
7
- behavior?: "side-by-side" | undefined;
7
+ behavior?: any;
8
8
  /** aria-label attribute to designate at name for the nav. Can be override by user */
9
9
  navAriaLabel?: string;
10
10
  children?: React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8GlobalNav.d.ts","sourceRoot":"","sources":["../../../components/GlobalNav/Cre8GlobalNav.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,IAAI,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IACjC,oDAAoD;IACpD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,yKAAyK;IACzK,QAAQ,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IACtC,qFAAqF;IACrF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,kEAKxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
1
+ {"version":3,"file":"Cre8GlobalNav.d.ts","sourceRoot":"","sources":["../../../components/GlobalNav/Cre8GlobalNav.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,aAAa,IAAI,oBAAoB,EAAE,MAAM,uDAAuD,CAAC;AAC9G,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,kBAAkB;IACjC,oDAAoD;IACpD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,yKAAyK;IACzK,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,qFAAqF;IACrF,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,aAAa,kEAKxB,CAAC;AAEH,eAAe,aAAa,CAAC"}
@@ -2,11 +2,11 @@ import { Cre8Grid as Cre8GridElement } from '@tmorrow/cre8-wc/lib/components/gri
2
2
  import React from 'react';
3
3
  export interface Cre8GridProps {
4
4
  /** Style variant - **side-by-side** yields a grid whose grid items display side-by-side (2 per row) on all screen sizes - **2up** yields a grid whose grid items are stacked on small screens but display side-by-side when enough screen real estate is available to do so - **3up** yields a grid whose grid items are stacked on small screens, transforms to a 2-across pattern and then transforms again to a 3-across pattern - **1-3up** yields a grid whose grid items are stacked on small screens and transforms to a 3-across pattern on larger screens - **4up** yields a grid whose grid items are stacked on small screens, transforms to a 2-across pattern, transforms again to a 3-across pattern, and ultimately transforms to a 4-across pattern - **1-2-4up** yields a grid whose grid items are stacked on small screens, transforms to a 2-across pattern, and ultimately transforms to a 4-across pattern - **1-4up** yields a grid whose grid items are stacked on small screens, transforms to a 4-across pattern on medium/large screens */
5
- variant?: "side-by-side" | "2up" | "3up" | "1-3up" | "4up" | "1-4up" | "1-2-4up" | "2-4-6up" | undefined;
5
+ variant?: any;
6
6
  /** Style variant - **none** yields a grid whose grid items are spaced without any gutter in between - **sm** yields a grid whose grid items are spaced with a gap smaller than the default - **lg** yields a grid whose grid items are spaced with a gap larger than the default */
7
- gap?: "sm" | "lg" | "none" | undefined;
7
+ gap?: any;
8
8
  /** Break variant - **faster** breaks the grid at a smaller width than the default. Example: 2up grid breaks to 2 per row at smaller width than default - **slower** breaks the grid at a larger width than the default. Example: 2up grid breaks to 2 per row at larger width than default - **lg** yields a grid whose grid items are spaced with a gap larger than the default */
9
- break?: "faster" | "slower" | undefined;
9
+ break?: any;
10
10
  children?: React.ReactNode;
11
11
  }
12
12
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Grid.d.ts","sourceRoot":"","sources":["../../../components/Grid/Cre8Grid.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC5B,ohCAAohC;IACphC,OAAO,CAAC,EAAE,cAAc,GAAG,KAAK,GAAG,KAAK,GAAG,OAAO,GAAG,KAAK,GAAG,OAAO,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,CAAC;IACzG,oRAAoR;IACpR,GAAG,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,MAAM,GAAG,SAAS,CAAC;IACvC,wXAAwX;IACxX,KAAK,CAAC,EAAE,QAAQ,GAAG,QAAQ,GAAG,SAAS,CAAC;IACxC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Cre8Grid.d.ts","sourceRoot":"","sources":["../../../components/Grid/Cre8Grid.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC5B,ohCAAohC;IACphC,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,oRAAoR;IACpR,GAAG,CAAC,EAAE,GAAG,CAAC;IACV,wXAAwX;IACxX,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -1,14 +1,14 @@
1
1
  import { Cre8Heading as Cre8HeadingElement } from '@tmorrow/cre8-wc/lib/components/heading/heading';
2
2
  import React from 'react';
3
3
  export interface Cre8HeadingProps {
4
- /** Heading type <cre8-text-passage size="small"> <ul> <li>**display-default** renders a heading with the heading display-default preset treatment</li> <li>**display-small** renders a heading with the heading display-small preset treatment</li> <li>**headline-large** renders a heading with the heading headline-large preset treatment</li> <li>**headline-default** renders a heading with the heading headline-default preset treatment</li> <li>**headline-small** renders a heading with the heading headline-small preset treatment</li> <li>**title-xlarge** renders a heading with the heading title-xlarge preset treatment</li> <li>**title-large** renders a heading with the heading title-large preset treatment</li> <li>**title-default** renders a heading with the heading title-default preset treatment</li> <li>**title-small** renders a heading with the heading title-small preset treatment</li> <li>**label-large** renders a heading with the label-large preset treatment</li> <li>**label** renders a heading with the label preset treatment</li> <li>**label-small** renders a heading with the label-small preset treatment</li> <li>**meta-large** renders a heading with the meta-large preset treatment</li> <li>**meta-default** renders a heading with the meta-default preset treatment</li> <li>**meta-small** renders a heading with the meta-small preset treatment</li> </ul> </cre8-text-passage> */
5
- type?: string;
6
4
  /** Dynamic tag name for the component 1) This is needed to use proper semantic heading treatments depending on where the banner lives on the page <cre8-text-passage size="small"> <ul> <li>**h1** renders an `h1` tag</li> <li>**h2** renders an `h2` tag. This is the default</li> <li>**h3** renders an `h3` tag</li> <li>**h4** renders an `h4` tag</li> <li>**h5** renders an `h5` tag</li> <li>**h6** renders an `h6` tag</li> </ul> </cre8-text-passage> */
7
- tagVariant?: string;
5
+ tagVariant?: any;
8
6
  /** Invert the color of the font from dark to light. An inverted `heading` should be used on a dark background. */
9
- inverted?: boolean;
7
+ inverted?: boolean | undefined;
10
8
  /** Apply the brand color to the heading text. */
11
- brandColor?: boolean;
9
+ brandColor?: boolean | undefined;
10
+ /** Heading type <cre8-text-passage size="small"> <ul> <li>**display-default** renders a heading with the heading display-default preset treatment</li> <li>**display-small** renders a heading with the heading display-small preset treatment</li> <li>**headline-large** renders a heading with the heading headline-large preset treatment</li> <li>**headline-default** renders a heading with the heading headline-default preset treatment</li> <li>**headline-small** renders a heading with the heading headline-small preset treatment</li> <li>**title-xlarge** renders a heading with the heading title-xlarge preset treatment</li> <li>**title-large** renders a heading with the heading title-large preset treatment</li> <li>**title-default** renders a heading with the heading title-default preset treatment</li> <li>**title-small** renders a heading with the heading title-small preset treatment</li> <li>**label-large** renders a heading with the label-large preset treatment</li> <li>**label** renders a heading with the label preset treatment</li> <li>**label-small** renders a heading with the label-small preset treatment</li> <li>**meta-large** renders a heading with the meta-large preset treatment</li> <li>**meta-default** renders a heading with the meta-default preset treatment</li> <li>**meta-small** renders a heading with the meta-small preset treatment</li> </ul> </cre8-text-passage> */
11
+ type?: any;
12
12
  children?: React.ReactNode;
13
13
  }
14
14
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Heading.d.ts","sourceRoot":"","sources":["../../../components/Heading/Cre8Heading.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AACpG,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,gBAAgB;IAC/B,q3CAAq3C;IACr3C,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,mcAAmc;IACnc,UAAU,CAAC,EAAE,MAAM,CAAC;IACpB,kHAAkH;IAClH,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,iDAAiD;IACjD,UAAU,CAAC,EAAE,OAAO,CAAC;IACrB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,gEAKtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
1
+ {"version":3,"file":"Cre8Heading.d.ts","sourceRoot":"","sources":["../../../components/Heading/Cre8Heading.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,WAAW,IAAI,kBAAkB,EAAE,MAAM,iDAAiD,CAAC;AACpG,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,gBAAgB;IAC/B,mcAAmc;IACnc,UAAU,CAAC,EAAE,GAAG,CAAC;IACjB,kHAAkH;IAClH,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,iDAAiD;IACjD,UAAU,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACjC,q3CAAq3C;IACr3C,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,WAAW,gEAKtB,CAAC;AAEH,eAAe,WAAW,CAAC"}
@@ -6,7 +6,7 @@ export interface Cre8HeroProps {
6
6
  /** Image alt text */
7
7
  imgAlt?: string | undefined;
8
8
  /** Position variant. Bottom left is the default position <cre8-text-passage size="sm"> <ul> <li>**top-left** renders content in the top left corner of the image</li> <li>**left** renders content in the left, center part of the image</li> <li>**top-center** renders content in the top, center part of the image</li> <li>**center** renders content center of the image</li> <li>**bottom-center** renders content bottom center of the image</li> <li>**top-right** renders content top-right of the image</li> <li>**right** renders content right of the image</li> <li>**bottom-right** renders content bottom, right part of the image</li> </ul> </cre8-text-passage> */
9
- align?: "center" | "top-left" | "left" | "top-center" | "bottom-center" | "top-right" | "right" | "bottom-right" | undefined;
9
+ align?: any;
10
10
  children?: React.ReactNode;
11
11
  }
12
12
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Hero.d.ts","sourceRoot":"","sources":["../../../components/Hero/Cre8Hero.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC5B,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,qpBAAqpB;IACrpB,KAAK,CAAC,EAAE,QAAQ,GAAG,UAAU,GAAG,MAAM,GAAG,YAAY,GAAG,eAAe,GAAG,WAAW,GAAG,OAAO,GAAG,cAAc,GAAG,SAAS,CAAC;IAC7H,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Cre8Hero.d.ts","sourceRoot":"","sources":["../../../components/Hero/Cre8Hero.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC5B,mBAAmB;IACnB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,qBAAqB;IACrB,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,qpBAAqpB;IACrpB,KAAK,CAAC,EAAE,GAAG,CAAC;IACZ,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -1,16 +1,16 @@
1
1
  import { Cre8InlineAlert as Cre8InlineAlertElement } from '@tmorrow/cre8-wc/lib/components/inline-alert/inline-alert';
2
2
  import React from 'react';
3
3
  export interface Cre8InlineAlertProps {
4
+ /** Full width Inline Alert */
5
+ fullWidth?: boolean | undefined;
4
6
  /** DEPRECATED: Icon name used for the icon before to the field note */
5
7
  iconName?: string | undefined;
6
- /** Full width Inline Alert */
7
- fullWidth?: boolean;
8
8
  /** Icon title used for the icon alt text */
9
9
  iconTitle?: string | undefined;
10
10
  /** Variant - **subtle** (default) renders an alert message in a padded container with a with a border and background color - **transparent** renders an alert message with no padded container, border, or background color */
11
- variant?: "subtle" | "transparent";
11
+ variant?: any;
12
12
  /** Status - **default** renders an inline alert with the brand colors - **error** renders an inline alert with an error state - **warning** renders an inline alert with a warning state - **success** renders an inline alert with a success state - **attention** renders an inline alert with an attention state - **neutral** renders an inline alert with a nuetral state */
13
- status?: "error" | "info" | "neutral" | "warning" | "success" | "attention" | "help" | undefined;
13
+ status?: any;
14
14
  children?: React.ReactNode;
15
15
  }
16
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8InlineAlert.d.ts","sourceRoot":"","sources":["../../../components/InlineAlert/Cre8InlineAlert.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AACtH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,oBAAoB;IACnC,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,8BAA8B;IAC9B,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,+NAA+N;IAC/N,OAAO,CAAC,EAAE,QAAQ,GAAG,aAAa,CAAC;IACnC,kXAAkX;IAClX,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,SAAS,GAAG,WAAW,GAAG,MAAM,GAAG,SAAS,CAAC;IACjG,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,oEAK1B,CAAC;AAEH,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"Cre8InlineAlert.d.ts","sourceRoot":"","sources":["../../../components/InlineAlert/Cre8InlineAlert.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AACtH,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,oBAAoB;IACnC,8BAA8B;IAC9B,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,uEAAuE;IACvE,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,4CAA4C;IAC5C,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,+NAA+N;IAC/N,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,kXAAkX;IAClX,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,oEAK1B,CAAC;AAEH,eAAe,eAAe,CAAC"}
@@ -2,7 +2,7 @@ import { Cre8Layout as Cre8LayoutElement } from '@tmorrow/cre8-wc/lib/components
2
2
  import React from 'react';
3
3
  export interface Cre8LayoutProps {
4
4
  /** Style variants <cre8-text-passage size="sm"> <ul> <li>Default is a right sidebar</li> <li>**left-sidebar** formats the first `layout-section` component as a left sidebar</li> </ul> </cre8-text-passage> */
5
- variant?: "left-sidebar" | undefined;
5
+ variant?: any;
6
6
  children?: React.ReactNode;
7
7
  }
8
8
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Layout.d.ts","sourceRoot":"","sources":["../../../components/Layout/Cre8Layout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAChG,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,eAAe;IAC9B,gNAAgN;IAChN,OAAO,CAAC,EAAE,cAAc,GAAG,SAAS,CAAC;IACrC,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,+DAKrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
1
+ {"version":3,"file":"Cre8Layout.d.ts","sourceRoot":"","sources":["../../../components/Layout/Cre8Layout.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,UAAU,IAAI,iBAAiB,EAAE,MAAM,+CAA+C,CAAC;AAChG,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,eAAe;IAC9B,gNAAgN;IAChN,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,UAAU,+DAKrB,CAAC;AAEH,eAAe,UAAU,CAAC"}
@@ -2,7 +2,7 @@ import { Cre8LayoutSection as Cre8LayoutSectionElement } from '@tmorrow/cre8-wc/
2
2
  import React from 'react';
3
3
  export interface Cre8LayoutSectionProps {
4
4
  /** Behavioral variants - **sticky** allows the layout section to stick to the screen until the section reaches the bottom of the layout or the next layout section. */
5
- behavior?: "sticky" | undefined;
5
+ behavior?: any;
6
6
  /** Top style 1) Used to create dynamic sticky containers that can be adjusted based on the content */
7
7
  top?: string | undefined;
8
8
  children?: React.ReactNode;
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8LayoutSection.d.ts","sourceRoot":"","sources":["../../../components/LayoutSection/Cre8LayoutSection.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,IAAI,wBAAwB,EAAE,MAAM,+DAA+D,CAAC;AAC9H,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,sBAAsB;IACrC,yKAAyK;IACzK,QAAQ,CAAC,EAAE,QAAQ,GAAG,SAAS,CAAC;IAChC,sGAAsG;IACtG,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,sEAK5B,CAAC;AAEH,eAAe,iBAAiB,CAAC"}
1
+ {"version":3,"file":"Cre8LayoutSection.d.ts","sourceRoot":"","sources":["../../../components/LayoutSection/Cre8LayoutSection.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,iBAAiB,IAAI,wBAAwB,EAAE,MAAM,+DAA+D,CAAC;AAC9H,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,sBAAsB;IACrC,yKAAyK;IACzK,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,sGAAsG;IACtG,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,iBAAiB,sEAK5B,CAAC;AAEH,eAAe,iBAAiB,CAAC"}
@@ -5,7 +5,7 @@ export interface Cre8LinkProps {
5
5
  /** Rel attribute of the anchor tag */
6
6
  rel?: string | undefined;
7
7
  /** Target attribute for a link (i.e. set to _blank to open in new tab) - **_blank** yields a link that opens in a new tab - **_self** yields a link that loads the URL into the same browsing context as the current one. This is the default behavior - **_parent** yields a link that loads the URL into the parent browsing context of the current one. If there is no parent, this behaves the same way as _self - **_top** yields a link that loads the URL into the top-level browsing context. If there is no parent, this behaves the same way as _self. */
8
- target?: "_blank" | "_self" | "_parent" | "_top" | undefined;
8
+ target?: any;
9
9
  /** DEPRECATED: Icon name, use svg instead */
10
10
  iconName?: string | undefined;
11
11
  /** svg as a raw string - For links with icon, the icon is defined by this prop. - Pass in a raw svg as a String for using <cre8-icon> */
@@ -15,7 +15,7 @@ export interface Cre8LinkProps {
15
15
  /** iconFlipDirection is used for <cre8-icon> to set the icon in the correct direction */
16
16
  iconFlipDirection?: string | undefined;
17
17
  /** Icon position - **before** places the icon before the button text - **after** places the icon after the button text */
18
- iconPosition?: "before" | "after" | undefined;
18
+ iconPosition?: any;
19
19
  /** Call To Action Icon */
20
20
  ctaIcon?: string;
21
21
  /** Call To Action Link */
@@ -23,7 +23,7 @@ export interface Cre8LinkProps {
23
23
  /** Link with no underline */
24
24
  noUnderline?: boolean | undefined;
25
25
  /** Size variant (default is medium) - **sm** shrinks the link typography and overall size - **lg** increases the link typography size and overall size */
26
- size?: "sm" | "lg" | undefined;
26
+ size?: any;
27
27
  /** Inverted colors Link (onDark) */
28
28
  inverted?: boolean | undefined;
29
29
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Link.d.ts","sourceRoot":"","sources":["../../../components/Link/Cre8Link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAGxF,MAAM,WAAW,aAAa;IAC5B,uCAAuC;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sCAAsC;IACtC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,0iBAA0iB;IAC1iB,MAAM,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IAC7D,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,yIAAyI;IACzI,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,yFAAyF;IACzF,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,yFAAyF;IACzF,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,0HAA0H;IAC1H,YAAY,CAAC,EAAE,QAAQ,GAAG,OAAO,GAAG,SAAS,CAAC;IAC9C,0BAA0B;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,6BAA6B;IAC7B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,0JAA0J;IAC1J,IAAI,CAAC,EAAE,IAAI,GAAG,IAAI,GAAG,SAAS,CAAC;IAC/B,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Cre8Link.d.ts","sourceRoot":"","sources":["../../../components/Link/Cre8Link.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AAGxF,MAAM,WAAW,aAAa;IAC5B,uCAAuC;IACvC,IAAI,CAAC,EAAE,MAAM,CAAC;IACd,sCAAsC;IACtC,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,0iBAA0iB;IAC1iB,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,6CAA6C;IAC7C,QAAQ,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC9B,yIAAyI;IACzI,GAAG,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACzB,yFAAyF;IACzF,gBAAgB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACtC,yFAAyF;IACzF,iBAAiB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACvC,0HAA0H;IAC1H,YAAY,CAAC,EAAE,GAAG,CAAC;IACnB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,0BAA0B;IAC1B,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,6BAA6B;IAC7B,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,0JAA0J;IAC1J,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,oCAAoC;IACpC,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;CAChC;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -2,15 +2,15 @@ import { Cre8LinkList as Cre8LinkListElement } from '@tmorrow/cre8-wc/lib/compon
2
2
  import React from 'react';
3
3
  export interface Cre8LinkListProps {
4
4
  /** Behavioral variant - **responsive** renders a horizontal wrapping link list that converts to a stacked link list on large screens - **horizontal** renders a horizontal wrapping link list on all screens */
5
- behavior?: "horizontal" | "responsive" | undefined;
5
+ behavior?: any;
6
6
  /** Inverted variant 1. Used for dark backgrounds */
7
7
  inverted?: boolean | undefined;
8
8
  /** Size variants - **sm** renders a link list with a smaller typography */
9
- size?: "sm" | undefined;
9
+ size?: any;
10
10
  /** Spacing between link list items - **condensed** renders a link list with a more compact display */
11
- spacing?: "condensed" | undefined;
11
+ spacing?: any;
12
12
  /** Style variants - **secondary** renders a link list with a more subtle visual treatment - **display** renders a link list with a display treatment (e.g. article title) */
13
- variant?: "secondary" | "display" | undefined;
13
+ variant?: any;
14
14
  children?: React.ReactNode;
15
15
  }
16
16
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8LinkList.d.ts","sourceRoot":"","sources":["../../../components/LinkList/Cre8LinkList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,iBAAiB;IAChC,gNAAgN;IAChN,QAAQ,CAAC,EAAE,YAAY,GAAG,YAAY,GAAG,SAAS,CAAC;IACnD,oDAAoD;IACpD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,2EAA2E;IAC3E,IAAI,CAAC,EAAE,IAAI,GAAG,SAAS,CAAC;IACxB,sGAAsG;IACtG,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,CAAC;IAClC,6KAA6K;IAC7K,OAAO,CAAC,EAAE,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;IAC9C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,iEAKvB,CAAC;AAEH,eAAe,YAAY,CAAC"}
1
+ {"version":3,"file":"Cre8LinkList.d.ts","sourceRoot":"","sources":["../../../components/LinkList/Cre8LinkList.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,YAAY,IAAI,mBAAmB,EAAE,MAAM,qDAAqD,CAAC;AAC1G,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,iBAAiB;IAChC,gNAAgN;IAChN,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,oDAAoD;IACpD,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,2EAA2E;IAC3E,IAAI,CAAC,EAAE,GAAG,CAAC;IACX,sGAAsG;IACtG,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,6KAA6K;IAC7K,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,YAAY,iEAKvB,CAAC;AAEH,eAAe,YAAY,CAAC"}
@@ -2,9 +2,9 @@ import { Cre8List as Cre8ListElement } from '@tmorrow/cre8-wc/lib/components/lis
2
2
  import React from 'react';
3
3
  export interface Cre8ListProps {
4
4
  /** Style variants <cre8-text-passage size="sm"> <ul> <li>**bare** removes any lines from in between list items</li> </ul> </cre8-text-passage> */
5
- variant?: "bare" | undefined;
5
+ variant?: any;
6
6
  /** Spacing variants <cre8-text-passage size="sm"> <ul> <li>**padded** applies more padding in between list items compared to the default</li> <li>**condensed** reduces padding in between list items compared to the default</li> </ul> </cre8-text-passage> */
7
- spacing?: "condensed" | "padded" | undefined;
7
+ spacing?: any;
8
8
  children?: React.ReactNode;
9
9
  }
10
10
  /**
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8List.d.ts","sourceRoot":"","sources":["../../../components/List/Cre8List.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC5B,kJAAkJ;IAClJ,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,iQAAiQ;IACjQ,OAAO,CAAC,EAAE,WAAW,GAAG,QAAQ,GAAG,SAAS,CAAC;IAC7C,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
1
+ {"version":3,"file":"Cre8List.d.ts","sourceRoot":"","sources":["../../../components/List/Cre8List.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,QAAQ,IAAI,eAAe,EAAE,MAAM,2CAA2C,CAAC;AACxF,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,aAAa;IAC5B,kJAAkJ;IAClJ,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,iQAAiQ;IACjQ,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,QAAQ,6DAKnB,CAAC;AAEH,eAAe,QAAQ,CAAC"}
@@ -7,13 +7,13 @@ export interface Cre8LoadingSpinnerProps {
7
7
  /** Neutral property used for secondary neutral loading button. */
8
8
  neutral?: boolean | undefined;
9
9
  /** Property that specifies which button variant is using the loading spinner */
10
- buttonVariant?: "primary" | "secondary" | "tertiary" | undefined;
10
+ buttonVariant?: any;
11
11
  /** Label to show along with progress indicator. This is required to meet accessibility requirements for this component. */
12
12
  label?: string | undefined;
13
13
  /** Progress to display, between 0 and 100. Requires determinate property to be set to true. */
14
14
  progress?: number;
15
15
  /** Size of the progress indicator and position of the label, if a label has been defined using the label property. - **large** renders a large progress indicator at 72px in width/height with the label below. - **small** renders a small progress indicator at 24px in width/height with the label to the right. */
16
- size?: "large" | "small" | undefined;
16
+ size?: any;
17
17
  }
18
18
  /**
19
19
  * A loading spinner notifies the user that their request is being processed while the front end is retrieving data
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8LoadingSpinner.d.ts","sourceRoot":"","sources":["../../../components/LoadingSpinner/Cre8LoadingSpinner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,IAAI,yBAAyB,EAAE,MAAM,iEAAiE,CAAC;AAGlI,MAAM,WAAW,uBAAuB;IACtC,8QAA8Q;IAC9Q,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,kEAAkE;IAClE,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,gFAAgF;IAChF,aAAa,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,UAAU,GAAG,SAAS,CAAC;IACjE,2HAA2H;IAC3H,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,+FAA+F;IAC/F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uTAAuT;IACvT,IAAI,CAAC,EAAE,OAAO,GAAG,OAAO,GAAG,SAAS,CAAC;CACtC;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,uEAK7B,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
1
+ {"version":3,"file":"Cre8LoadingSpinner.d.ts","sourceRoot":"","sources":["../../../components/LoadingSpinner/Cre8LoadingSpinner.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,kBAAkB,IAAI,yBAAyB,EAAE,MAAM,iEAAiE,CAAC;AAGlI,MAAM,WAAW,uBAAuB;IACtC,8QAA8Q;IAC9Q,WAAW,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAClC,kDAAkD;IAClD,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,kEAAkE;IAClE,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,gFAAgF;IAChF,aAAa,CAAC,EAAE,GAAG,CAAC;IACpB,2HAA2H;IAC3H,KAAK,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC3B,+FAA+F;IAC/F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,uTAAuT;IACvT,IAAI,CAAC,EAAE,GAAG,CAAC;CACZ;AAED;;GAEG;AACH,eAAO,MAAM,kBAAkB,uEAK7B,CAAC;AAEH,eAAe,kBAAkB,CAAC"}
@@ -4,7 +4,7 @@ export interface Cre8ModalProps {
4
4
  /** Is Active attribute */
5
5
  isActive?: boolean | undefined;
6
6
  /** Status Types <cre8-text-passage size="sm"> <ul> <li>**default (no value)** renders a default modal</li> <li>**error** renders an error modal</li> <li>**warning** renders a warning modal</li> <li>**success** renders a success modal</li> <li>**info** renders an info modal</li> <li>**help** renders an help modal</li> </ul> </cre8-text-passage> */
7
- status?: "error" | "info" | "warning" | "success" | "help" | undefined;
7
+ status?: any;
8
8
  /** Utility Modal Heading (String) */
9
9
  utilityModalTitle?: string;
10
10
  /** Not dismissible modal */
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Modal.d.ts","sourceRoot":"","sources":["../../../components/Modal/Cre8Modal.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC5F,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,cAAc;IAC7B,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,6VAA6V;IAC7V,MAAM,CAAC,EAAE,OAAO,GAAG,MAAM,GAAG,SAAS,GAAG,SAAS,GAAG,MAAM,GAAG,SAAS,CAAC;IACvE,qCAAqC;IACrC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4BAA4B;IAC5B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sGAAsG;IACtG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,8DAKpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
1
+ {"version":3,"file":"Cre8Modal.d.ts","sourceRoot":"","sources":["../../../components/Modal/Cre8Modal.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,SAAS,IAAI,gBAAgB,EAAE,MAAM,6CAA6C,CAAC;AAC5F,OAAO,KAAK,MAAM,OAAO,CAAC;AAE1B,MAAM,WAAW,cAAc;IAC7B,0BAA0B;IAC1B,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,6VAA6V;IAC7V,MAAM,CAAC,EAAE,GAAG,CAAC;IACb,qCAAqC;IACrC,iBAAiB,CAAC,EAAE,MAAM,CAAC;IAC3B,4BAA4B;IAC5B,cAAc,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACrC,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,wBAAwB;IACxB,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,sGAAsG;IACtG,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,QAAQ,CAAC,EAAE,KAAK,CAAC,SAAS,CAAC;CAC5B;AAED;;GAEG;AACH,eAAO,MAAM,SAAS,8DAKpB,CAAC;AAEH,eAAe,SAAS,CAAC"}
@@ -7,30 +7,27 @@ export interface Cre8MultiSelectProps {
7
7
  /** The required label that appears above the multiselect */
8
8
  label?: string;
9
9
  /** The unique id of the select */
10
- fieldId?: string;
10
+ fieldId?: string | undefined;
11
11
  /** Optional field note text can be added to provide additional field guidance. */
12
- fieldNote?: string;
12
+ fieldNote?: string | undefined;
13
13
  /** Used to connect the field note in text field to the text menu for accessibility */
14
- ariaDescribedBy?: string;
14
+ ariaDescribedBy?: string | undefined;
15
15
  /** Additional aria-describedby connection to id for additional success and error notes to be accessible */
16
- validationAriaDescribedBy?: string;
16
+ validationAriaDescribedBy?: string | undefined;
17
17
  /** The disabled attribute on the select */
18
- disabled?: boolean;
18
+ disabled?: boolean | undefined;
19
19
  /** Changes the component's treatment to represent an error state */
20
- isError?: boolean;
20
+ isError?: boolean | undefined;
21
21
  /** The error field note that appears below the default field note */
22
- errorNote?: string;
22
+ errorNote?: string | undefined;
23
23
  /** Changes the component's treatment to represent a success state */
24
- isSuccess?: boolean;
24
+ isSuccess?: boolean | undefined;
25
25
  /** The success field note that appears below the default field note */
26
- successNote?: string;
27
- onSelectedItemsChange?: (event: CustomEvent) => void;
26
+ successNote?: string | undefined;
28
27
  }
29
28
  /**
30
29
  * Multiselect is used when multiple options can be chosen from a static dropdown
31
30
  */
32
- export declare const Cre8MultiSelect: import("@lit/react").ReactWebComponent<Cre8MultiSelectElement, {
33
- onSelectedItemsChange: string;
34
- }>;
31
+ export declare const Cre8MultiSelect: import("@lit/react").ReactWebComponent<Cre8MultiSelectElement, {}>;
35
32
  export default Cre8MultiSelect;
36
33
  //# sourceMappingURL=Cre8MultiSelect.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8MultiSelect.d.ts","sourceRoot":"","sources":["../../../components/MultiSelect/Cre8MultiSelect.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AAGtH,MAAM,WAAW,oBAAoB;IACnC,wRAAwR;IACxR,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,4fAA4f;IAC5f,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,4DAA4D;IAC5D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,CAAC;IACjB,kFAAkF;IAClF,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,CAAC;IACzB,2GAA2G;IAC3G,yBAAyB,CAAC,EAAE,MAAM,CAAC;IACnC,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,CAAC;IACnB,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,CAAC;IAClB,qEAAqE;IACrE,SAAS,CAAC,EAAE,MAAM,CAAC;IACnB,qEAAqE;IACrE,SAAS,CAAC,EAAE,OAAO,CAAC;IACpB,uEAAuE;IACvE,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,qBAAqB,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CACtD;AAED;;GAEG;AACH,eAAO,MAAM,eAAe;;EAO1B,CAAC;AAEH,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"Cre8MultiSelect.d.ts","sourceRoot":"","sources":["../../../components/MultiSelect/Cre8MultiSelect.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AAGtH,MAAM,WAAW,oBAAoB;IACnC,wRAAwR;IACxR,KAAK,CAAC,EAAE,MAAM,EAAE,CAAC;IACjB,4fAA4f;IAC5f,gBAAgB,CAAC,EAAE,MAAM,EAAE,CAAC;IAC5B,4DAA4D;IAC5D,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,kCAAkC;IAClC,OAAO,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC7B,kFAAkF;IAClF,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,sFAAsF;IACtF,eAAe,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IACrC,2GAA2G;IAC3G,yBAAyB,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/C,2CAA2C;IAC3C,QAAQ,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC/B,oEAAoE;IACpE,OAAO,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9B,qEAAqE;IACrE,SAAS,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC/B,qEAAqE;IACrE,SAAS,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAChC,uEAAuE;IACvE,WAAW,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;CAClC;AAED;;GAEG;AACH,eAAO,MAAM,eAAe,oEAK1B,CAAC;AAEH,eAAe,eAAe,CAAC"}
@@ -8,9 +8,6 @@ export const Cre8MultiSelect = createComponent({
8
8
  react: React,
9
9
  tagName: 'cre8-multi-select',
10
10
  elementClass: Cre8MultiSelectElement,
11
- events: {
12
- onSelectedItemsChange: 'selectedItemsChange'
13
- }
14
11
  });
15
12
  export default Cre8MultiSelect;
16
13
  //# sourceMappingURL=Cre8MultiSelect.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8MultiSelect.js","sourceRoot":"","sources":["../../../components/MultiSelect/Cre8MultiSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AACtH,OAAO,KAAK,MAAM,OAAO,CAAC;AA8B1B;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;IACpC,MAAM,EAAE;QACN,qBAAqB,EAAE,qBAAqB;KAC7C;CACF,CAAC,CAAC;AAEH,eAAe,eAAe,CAAC"}
1
+ {"version":3,"file":"Cre8MultiSelect.js","sourceRoot":"","sources":["../../../components/MultiSelect/Cre8MultiSelect.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,eAAe,IAAI,sBAAsB,EAAE,MAAM,2DAA2D,CAAC;AACtH,OAAO,KAAK,MAAM,OAAO,CAAC;AA6B1B;;GAEG;AACH,MAAM,CAAC,MAAM,eAAe,GAAG,eAAe,CAAC;IAC7C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,mBAAmB;IAC5B,YAAY,EAAE,sBAAsB;CAErC,CAAC,CAAC;AAEH,eAAe,eAAe,CAAC"}
@@ -1,22 +1,23 @@
1
1
  import { Cre8Pagination as Cre8PaginationElement } from '@tmorrow/cre8-wc/lib/components/pagination/pagination';
2
2
  export interface Cre8PaginationProps {
3
+ /** Controls how many page buttons are displayVarianted on the page at once, if container size permits. recommended max = 5 pages */
4
+ number?: number | undefined;
5
+ /** | 'icon-only' | 'default' */
6
+ 'compact'?: any;
3
7
  /** Input the total number of elements are returned from consuming app e.g. search results */
4
8
  totalResults?: number;
5
9
  /** how many elements will displayVariant per page, indicated by business to typically be 20 */
6
- pagesize?: number;
10
+ pageSize?: any;
7
11
  /** Controls how many page buttons are displayVarianted on the page at once, if container size permits. recommended max = 5 pages */
8
12
  visiblePages?: number | undefined;
9
13
  /** (optional) prop that allows for a compact and icon-only variant both for mobile screen-sizes and for use in certain contexts as guided by design, the component size will show 'default' in the absence of a value on desktop and 'compact' on smaller views. */
10
- display?: "compact" | "icon-only" | "default" | undefined;
14
+ display?: any;
11
15
  hideLastAndFirstButtons?: boolean | undefined;
12
- currentPage?: number;
13
- onPaginationClick?: (event: CustomEvent) => void;
16
+ currentPage?: any;
14
17
  }
15
18
  /**
16
19
  * The Pagination component is used to split up a large amount of results
17
20
  */
18
- export declare const Cre8Pagination: import("@lit/react").ReactWebComponent<Cre8PaginationElement, {
19
- onPaginationClick: string;
20
- }>;
21
+ export declare const Cre8Pagination: import("@lit/react").ReactWebComponent<Cre8PaginationElement, {}>;
21
22
  export default Cre8Pagination;
22
23
  //# sourceMappingURL=Cre8Pagination.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Pagination.d.ts","sourceRoot":"","sources":["../../../components/Pagination/Cre8Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAGhH,MAAM,WAAW,mBAAmB;IAClC,6FAA6F;IAC7F,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+FAA+F;IAC/F,QAAQ,CAAC,EAAE,MAAM,CAAC;IAClB,oIAAoI;IACpI,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,oQAAoQ;IACpQ,OAAO,CAAC,EAAE,SAAS,GAAG,WAAW,GAAG,SAAS,GAAG,SAAS,CAAC;IAC1D,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9C,WAAW,CAAC,EAAE,MAAM,CAAC;IACrB,iBAAiB,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CAClD;AAED;;GAEG;AACH,eAAO,MAAM,cAAc;;EAOzB,CAAC;AAEH,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"Cre8Pagination.d.ts","sourceRoot":"","sources":["../../../components/Pagination/Cre8Pagination.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAGhH,MAAM,WAAW,mBAAmB;IAClC,oIAAoI;IACpI,MAAM,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAC5B,gCAAgC;IAChC,SAAS,CAAC,EAAE,GAAG,CAAC;IAChB,6FAA6F;IAC7F,YAAY,CAAC,EAAE,MAAM,CAAC;IACtB,+FAA+F;IAC/F,QAAQ,CAAC,EAAE,GAAG,CAAC;IACf,oIAAoI;IACpI,YAAY,CAAC,EAAE,MAAM,GAAG,SAAS,CAAC;IAClC,oQAAoQ;IACpQ,OAAO,CAAC,EAAE,GAAG,CAAC;IACd,uBAAuB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IAC9C,WAAW,CAAC,EAAE,GAAG,CAAC;CACnB;AAED;;GAEG;AACH,eAAO,MAAM,cAAc,mEAKzB,CAAC;AAEH,eAAe,cAAc,CAAC"}
@@ -8,9 +8,6 @@ export const Cre8Pagination = createComponent({
8
8
  react: React,
9
9
  tagName: 'cre8-pagination',
10
10
  elementClass: Cre8PaginationElement,
11
- events: {
12
- onPaginationClick: 'pagination.click'
13
- }
14
11
  });
15
12
  export default Cre8Pagination;
16
13
  //# sourceMappingURL=Cre8Pagination.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8Pagination.js","sourceRoot":"","sources":["../../../components/Pagination/Cre8Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAChH,OAAO,KAAK,MAAM,OAAO,CAAC;AAgB1B;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,iBAAiB;IAC1B,YAAY,EAAE,qBAAqB;IACnC,MAAM,EAAE;QACN,iBAAiB,EAAE,kBAAkB;KACtC;CACF,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"Cre8Pagination.js","sourceRoot":"","sources":["../../../components/Pagination/Cre8Pagination.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,uDAAuD,CAAC;AAChH,OAAO,KAAK,MAAM,OAAO,CAAC;AAmB1B;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,iBAAiB;IAC1B,YAAY,EAAE,qBAAqB;CAEpC,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC"}
@@ -1,10 +1,7 @@
1
1
  import { Cre8PercentBar as Cre8PercentBarElement } from '@tmorrow/cre8-wc/lib/components/percent-bar/percent-bar';
2
2
  export interface Cre8PercentBarProps {
3
- /** The current step the user is on. */
4
3
  value?: number;
5
- /** The total number of steps in the multistep process. */
6
4
  max?: number;
7
- /** The action-left icon-only tertiary button in the percent bar controls can be disabled. */
8
5
  disableActionLeft?: boolean | undefined;
9
6
  onLeftActionButtonClick?: (event: CustomEvent) => void;
10
7
  }
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8PercentBar.d.ts","sourceRoot":"","sources":["../../../components/PercentBar/Cre8PercentBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAGlH,MAAM,WAAW,mBAAmB;IAClC,uCAAuC;IACvC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,0DAA0D;IAC1D,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,6FAA6F;IAC7F,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CACxD;AAED;;GAEG;AACH,eAAO,MAAM,cAAc;;EAOzB,CAAC;AAEH,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"Cre8PercentBar.d.ts","sourceRoot":"","sources":["../../../components/PercentBar/Cre8PercentBar.tsx"],"names":[],"mappings":"AACA,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAGlH,MAAM,WAAW,mBAAmB;IAClC,KAAK,CAAC,EAAE,MAAM,CAAC;IACf,GAAG,CAAC,EAAE,MAAM,CAAC;IACb,iBAAiB,CAAC,EAAE,OAAO,GAAG,SAAS,CAAC;IACxC,uBAAuB,CAAC,EAAE,CAAC,KAAK,EAAE,WAAW,KAAK,IAAI,CAAC;CACxD;AAED;;GAEG;AACH,eAAO,MAAM,cAAc;;EAOzB,CAAC;AAEH,eAAe,cAAc,CAAC"}
@@ -1 +1 @@
1
- {"version":3,"file":"Cre8PercentBar.js","sourceRoot":"","sources":["../../../components/PercentBar/Cre8PercentBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAClH,OAAO,KAAK,MAAM,OAAO,CAAC;AAY1B;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,qBAAqB;IACnC,MAAM,EAAE;QACN,uBAAuB,EAAE,uBAAuB;KACjD;CACF,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC"}
1
+ {"version":3,"file":"Cre8PercentBar.js","sourceRoot":"","sources":["../../../components/PercentBar/Cre8PercentBar.tsx"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,YAAY,CAAC;AAC7C,OAAO,EAAE,cAAc,IAAI,qBAAqB,EAAE,MAAM,yDAAyD,CAAC;AAClH,OAAO,KAAK,MAAM,OAAO,CAAC;AAS1B;;GAEG;AACH,MAAM,CAAC,MAAM,cAAc,GAAG,eAAe,CAAC;IAC5C,KAAK,EAAE,KAAK;IACZ,OAAO,EAAE,kBAAkB;IAC3B,YAAY,EAAE,qBAAqB;IACnC,MAAM,EAAE;QACN,uBAAuB,EAAE,uBAAuB;KACjD;CACF,CAAC,CAAC;AAEH,eAAe,cAAc,CAAC"}