@kcascend/liquid-ui 0.0.1

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 (180) hide show
  1. package/README.md +64 -0
  2. package/dist/components/Accordion/Accordion.d.ts +3 -0
  3. package/dist/components/Accordion/Accordion.d.ts.map +1 -0
  4. package/dist/components/Accordion/Accordion.js +46 -0
  5. package/dist/components/Breadcrumb/Breadcrumb.d.ts +3 -0
  6. package/dist/components/Breadcrumb/Breadcrumb.d.ts.map +1 -0
  7. package/dist/components/Breadcrumb/Breadcrumb.js +34 -0
  8. package/dist/components/Button/Button.d.ts +3 -0
  9. package/dist/components/Button/Button.d.ts.map +1 -0
  10. package/dist/components/Button/Button.js +7 -0
  11. package/dist/components/Card/Card.d.ts +3 -0
  12. package/dist/components/Card/Card.d.ts.map +1 -0
  13. package/dist/components/Card/Card.js +19 -0
  14. package/dist/components/Checkbox/Checkbox.d.ts +3 -0
  15. package/dist/components/Checkbox/Checkbox.d.ts.map +1 -0
  16. package/dist/components/Checkbox/Checkbox.js +17 -0
  17. package/dist/components/ContainedList/ContainedList.d.ts +3 -0
  18. package/dist/components/ContainedList/ContainedList.d.ts.map +1 -0
  19. package/dist/components/ContainedList/ContainedList.js +26 -0
  20. package/dist/components/DataTable/DataTable.d.ts +3 -0
  21. package/dist/components/DataTable/DataTable.d.ts.map +1 -0
  22. package/dist/components/DataTable/DataTable.js +20 -0
  23. package/dist/components/DescriptionList/DescriptionList.d.ts +3 -0
  24. package/dist/components/DescriptionList/DescriptionList.d.ts.map +1 -0
  25. package/dist/components/DescriptionList/DescriptionList.js +14 -0
  26. package/dist/components/Form/Form.d.ts +5 -0
  27. package/dist/components/Form/Form.d.ts.map +1 -0
  28. package/dist/components/Form/Form.js +32 -0
  29. package/dist/components/GridLayout/GridLayout.d.ts +4 -0
  30. package/dist/components/GridLayout/GridLayout.d.ts.map +1 -0
  31. package/dist/components/GridLayout/GridLayout.js +138 -0
  32. package/dist/components/GridLayout/gridTokens.d.ts +18 -0
  33. package/dist/components/GridLayout/gridTokens.d.ts.map +1 -0
  34. package/dist/components/GridLayout/gridTokens.js +91 -0
  35. package/dist/components/Icon/Icon.d.ts +11 -0
  36. package/dist/components/Icon/Icon.d.ts.map +1 -0
  37. package/dist/components/Icon/Icon.js +25 -0
  38. package/dist/components/Icon/icons.d.ts +21 -0
  39. package/dist/components/Icon/icons.d.ts.map +1 -0
  40. package/dist/components/Icon/icons.js +20 -0
  41. package/dist/components/Icon/index.d.ts +3 -0
  42. package/dist/components/Icon/index.d.ts.map +1 -0
  43. package/dist/components/Icon/index.js +1 -0
  44. package/dist/components/Icons/Icons.d.ts +3 -0
  45. package/dist/components/Icons/Icons.d.ts.map +1 -0
  46. package/dist/components/Icons/Icons.js +1 -0
  47. package/dist/components/Index/Index.d.ts +3 -0
  48. package/dist/components/Index/Index.d.ts.map +1 -0
  49. package/dist/components/Index/Index.js +114 -0
  50. package/dist/components/InlineNotification/InlineNotification.d.ts +3 -0
  51. package/dist/components/InlineNotification/InlineNotification.d.ts.map +1 -0
  52. package/dist/components/InlineNotification/InlineNotification.js +47 -0
  53. package/dist/components/Link/Link.d.ts +3 -0
  54. package/dist/components/Link/Link.d.ts.map +1 -0
  55. package/dist/components/Link/Link.js +23 -0
  56. package/dist/components/Modal/Modal.d.ts +3 -0
  57. package/dist/components/Modal/Modal.d.ts.map +1 -0
  58. package/dist/components/Modal/Modal.js +27 -0
  59. package/dist/components/Pagination/Pagination.d.ts +3 -0
  60. package/dist/components/Pagination/Pagination.d.ts.map +1 -0
  61. package/dist/components/Pagination/Pagination.js +34 -0
  62. package/dist/components/Radio/Radio.d.ts +3 -0
  63. package/dist/components/Radio/Radio.d.ts.map +1 -0
  64. package/dist/components/Radio/Radio.js +13 -0
  65. package/dist/components/SearchInput/SearchInput.d.ts +3 -0
  66. package/dist/components/SearchInput/SearchInput.d.ts.map +1 -0
  67. package/dist/components/SearchInput/SearchInput.js +37 -0
  68. package/dist/components/SelectInput/SelectInput.d.ts +3 -0
  69. package/dist/components/SelectInput/SelectInput.d.ts.map +1 -0
  70. package/dist/components/SelectInput/SelectInput.js +14 -0
  71. package/dist/components/StructuredList/StructuredList.d.ts +3 -0
  72. package/dist/components/StructuredList/StructuredList.d.ts.map +1 -0
  73. package/dist/components/StructuredList/StructuredList.js +17 -0
  74. package/dist/components/Tabs/Tabs.d.ts +3 -0
  75. package/dist/components/Tabs/Tabs.d.ts.map +1 -0
  76. package/dist/components/Tabs/Tabs.js +27 -0
  77. package/dist/components/Tag/Tag.d.ts +3 -0
  78. package/dist/components/Tag/Tag.d.ts.map +1 -0
  79. package/dist/components/Tag/Tag.js +8 -0
  80. package/dist/components/TextArea/TextArea.d.ts +3 -0
  81. package/dist/components/TextArea/TextArea.d.ts.map +1 -0
  82. package/dist/components/TextArea/TextArea.js +15 -0
  83. package/dist/components/TextInput/TextInput.d.ts +3 -0
  84. package/dist/components/TextInput/TextInput.d.ts.map +1 -0
  85. package/dist/components/TextInput/TextInput.js +20 -0
  86. package/dist/components/ToggleInput/ToggleInput.d.ts +3 -0
  87. package/dist/components/ToggleInput/ToggleInput.d.ts.map +1 -0
  88. package/dist/components/ToggleInput/ToggleInput.js +10 -0
  89. package/dist/components/Tooltip/Tooltip.d.ts +3 -0
  90. package/dist/components/Tooltip/Tooltip.d.ts.map +1 -0
  91. package/dist/components/Tooltip/Tooltip.js +13 -0
  92. package/dist/generated/tokens.d.ts +9836 -0
  93. package/dist/generated/tokens.d.ts.map +1 -0
  94. package/dist/generated/tokens.js +9834 -0
  95. package/dist/governance/accordionGovernance.d.ts +3 -0
  96. package/dist/governance/accordionGovernance.d.ts.map +1 -0
  97. package/dist/governance/accordionGovernance.js +9 -0
  98. package/dist/governance/breadcrumbGovernance.d.ts +3 -0
  99. package/dist/governance/breadcrumbGovernance.d.ts.map +1 -0
  100. package/dist/governance/breadcrumbGovernance.js +9 -0
  101. package/dist/governance/buttonGovernance.d.ts +3 -0
  102. package/dist/governance/buttonGovernance.d.ts.map +1 -0
  103. package/dist/governance/buttonGovernance.js +9 -0
  104. package/dist/governance/cardGovernance.d.ts +3 -0
  105. package/dist/governance/cardGovernance.d.ts.map +1 -0
  106. package/dist/governance/cardGovernance.js +9 -0
  107. package/dist/governance/checkboxGovernance.d.ts +3 -0
  108. package/dist/governance/checkboxGovernance.d.ts.map +1 -0
  109. package/dist/governance/checkboxGovernance.js +10 -0
  110. package/dist/governance/containedListGovernance.d.ts +3 -0
  111. package/dist/governance/containedListGovernance.d.ts.map +1 -0
  112. package/dist/governance/containedListGovernance.js +9 -0
  113. package/dist/governance/dataTableGovernance.d.ts +3 -0
  114. package/dist/governance/dataTableGovernance.d.ts.map +1 -0
  115. package/dist/governance/dataTableGovernance.js +10 -0
  116. package/dist/governance/descriptionListGovernance.d.ts +3 -0
  117. package/dist/governance/descriptionListGovernance.d.ts.map +1 -0
  118. package/dist/governance/descriptionListGovernance.js +9 -0
  119. package/dist/governance/formGovernance.d.ts +3 -0
  120. package/dist/governance/formGovernance.d.ts.map +1 -0
  121. package/dist/governance/formGovernance.js +9 -0
  122. package/dist/governance/gridLayoutGovernance.d.ts +3 -0
  123. package/dist/governance/gridLayoutGovernance.d.ts.map +1 -0
  124. package/dist/governance/gridLayoutGovernance.js +9 -0
  125. package/dist/governance/indexGovernance.d.ts +3 -0
  126. package/dist/governance/indexGovernance.d.ts.map +1 -0
  127. package/dist/governance/indexGovernance.js +9 -0
  128. package/dist/governance/inlineNotificationGovernance.d.ts +3 -0
  129. package/dist/governance/inlineNotificationGovernance.d.ts.map +1 -0
  130. package/dist/governance/inlineNotificationGovernance.js +9 -0
  131. package/dist/governance/linkGovernance.d.ts +3 -0
  132. package/dist/governance/linkGovernance.d.ts.map +1 -0
  133. package/dist/governance/linkGovernance.js +9 -0
  134. package/dist/governance/modalGovernance.d.ts +3 -0
  135. package/dist/governance/modalGovernance.d.ts.map +1 -0
  136. package/dist/governance/modalGovernance.js +10 -0
  137. package/dist/governance/paginationGovernance.d.ts +3 -0
  138. package/dist/governance/paginationGovernance.d.ts.map +1 -0
  139. package/dist/governance/paginationGovernance.js +10 -0
  140. package/dist/governance/radioGovernance.d.ts +3 -0
  141. package/dist/governance/radioGovernance.d.ts.map +1 -0
  142. package/dist/governance/radioGovernance.js +10 -0
  143. package/dist/governance/searchInputGovernance.d.ts +3 -0
  144. package/dist/governance/searchInputGovernance.d.ts.map +1 -0
  145. package/dist/governance/searchInputGovernance.js +10 -0
  146. package/dist/governance/selectInputGovernance.d.ts +3 -0
  147. package/dist/governance/selectInputGovernance.d.ts.map +1 -0
  148. package/dist/governance/selectInputGovernance.js +10 -0
  149. package/dist/governance/structuredListGovernance.d.ts +3 -0
  150. package/dist/governance/structuredListGovernance.d.ts.map +1 -0
  151. package/dist/governance/structuredListGovernance.js +9 -0
  152. package/dist/governance/tabsGovernance.d.ts +3 -0
  153. package/dist/governance/tabsGovernance.d.ts.map +1 -0
  154. package/dist/governance/tabsGovernance.js +10 -0
  155. package/dist/governance/tagGovernance.d.ts +3 -0
  156. package/dist/governance/tagGovernance.d.ts.map +1 -0
  157. package/dist/governance/tagGovernance.js +10 -0
  158. package/dist/governance/textAreaGovernance.d.ts +3 -0
  159. package/dist/governance/textAreaGovernance.d.ts.map +1 -0
  160. package/dist/governance/textAreaGovernance.js +10 -0
  161. package/dist/governance/textInputGovernance.d.ts +3 -0
  162. package/dist/governance/textInputGovernance.d.ts.map +1 -0
  163. package/dist/governance/textInputGovernance.js +10 -0
  164. package/dist/governance/toggleInputGovernance.d.ts +3 -0
  165. package/dist/governance/toggleInputGovernance.d.ts.map +1 -0
  166. package/dist/governance/toggleInputGovernance.js +10 -0
  167. package/dist/governance/tooltipGovernance.d.ts +3 -0
  168. package/dist/governance/tooltipGovernance.d.ts.map +1 -0
  169. package/dist/governance/tooltipGovernance.js +10 -0
  170. package/dist/index.d.ts +56 -0
  171. package/dist/index.d.ts.map +1 -0
  172. package/dist/index.js +52 -0
  173. package/dist/styles.css +4426 -0
  174. package/dist/tokens/components.css +559 -0
  175. package/dist/tokens/primitives.css +179 -0
  176. package/dist/tokens/semantic.css +376 -0
  177. package/dist/types.d.ts +336 -0
  178. package/dist/types.d.ts.map +1 -0
  179. package/dist/types.js +1 -0
  180. package/package.json +32 -0
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const accordionGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=accordionGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"accordionGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/accordionGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,mBASjC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const accordionGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=951-57&m=dev',
3
+ figmaNodeId: '951:57',
4
+ accessibilityNotes: [
5
+ 'Use semantic button triggers with aria-expanded and aria-controls so collapsed state is announced correctly.',
6
+ 'Associate each panel region with its trigger using aria-labelledby for clear screen reader context.',
7
+ 'Ensure keyboard focus visibility on the header trigger and maintain a predictable open/close order.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const breadcrumbGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=breadcrumbGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"breadcrumbGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/breadcrumbGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,mBASlC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const breadcrumbGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=1168-43&m=dev',
3
+ figmaNodeId: '1168:43',
4
+ accessibilityNotes: [
5
+ 'Use semantic nav and list markup so assistive technology can announce breadcrumb navigation context and order.',
6
+ 'Mark only the final item as the current page to avoid redundant navigation targets for keyboard and screen reader users.',
7
+ 'Maintain visible focus treatment on interactive breadcrumb labels for keyboard navigation parity.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const buttonGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=buttonGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"buttonGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/buttonGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,gBAAgB,EAAE,mBAS9B,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const buttonGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=2-2299&m=dev',
3
+ figmaNodeId: '2:2299',
4
+ accessibilityNotes: [
5
+ 'Use the native button element so keyboard activation works with Enter and Space.',
6
+ 'Disabled stories must use the disabled attribute so assistive technology and focus behavior stay correct.',
7
+ 'Focus treatment must remain visible against both solid and outline button variants.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const cardGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=cardGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"cardGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/cardGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,cAAc,EAAE,mBAS5B,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const cardGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=1000-66&m=dev',
3
+ figmaNodeId: '1000:66',
4
+ accessibilityNotes: [
5
+ 'Use semantic heading and description text so assistive technology announces card context before metadata rows.',
6
+ 'Render metadata as a proper description list with label/value associations for better navigation and comprehension.',
7
+ 'Keep the footer action keyboard focusable with a clear label that describes the card action outcome.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const checkboxGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=checkboxGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"checkboxGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/checkboxGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,kBAAkB,EAAE,mBAUhC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const checkboxGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=178-70&m=dev',
3
+ figmaNodeId: '178:70',
4
+ accessibilityNotes: [
5
+ 'Always pair the checkbox with a visible label via the label prop or aria-label when the label is hidden.',
6
+ 'The indeterminate state must be set via the indeterminate prop; it cannot be expressed in HTML alone.',
7
+ 'Group related checkboxes inside a <fieldset> with a <legend> to provide shared context for assistive technology.',
8
+ 'The checkbox receives focus via the native input, ensuring keyboard navigation works without additional intervention.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const containedListGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=containedListGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"containedListGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/containedListGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,uBAAuB,EAAE,mBASrC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const containedListGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=740-48&m=dev',
3
+ figmaNodeId: '740:48',
4
+ accessibilityNotes: [
5
+ 'Provide an accessible table-like label so screen readers can announce the list context.',
6
+ 'Use consistent row separators and spacing to preserve scanability across compact surfaces.',
7
+ 'Keep header variant semantics clear: on-page for persistent sections and disclosed for temporary layered contexts.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const dataTableGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=dataTableGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"dataTableGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/dataTableGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,mBAUjC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const dataTableGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=375-293&m=dev',
3
+ figmaNodeId: '375:293',
4
+ accessibilityNotes: [
5
+ 'Keep native table semantics so assistive technology can announce row and column relationships.',
6
+ 'When row selection is enabled, every checkbox needs a programmatic name and keyboard focus visibility.',
7
+ 'Use header cells (<th>) with scope attributes so column context is announced correctly across rows.',
8
+ 'Right-aligned numeric columns should remain right-aligned in both headers and cells for scanability.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const descriptionListGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=descriptionListGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"descriptionListGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/descriptionListGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,yBAAyB,EAAE,mBASvC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const descriptionListGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=1109-44&m=dev',
3
+ figmaNodeId: '1109:44',
4
+ accessibilityNotes: [
5
+ 'Use semantic description list markup so assistive technology announces each label/value pair as related metadata.',
6
+ 'Keep the label column width and row gap consistent so metadata is easy to scan and compare.',
7
+ 'Allow label and value content to wrap without clipping when localized strings are longer than the default examples.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const formGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=formGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"formGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/formGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,cAAc,EAAE,mBAS5B,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const formGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=855-157&m=dev',
3
+ figmaNodeId: '855:157',
4
+ accessibilityNotes: [
5
+ 'Use a semantic form element and associate labels with controls so assistive technology can announce each field context correctly.',
6
+ 'Preserve the visual grouping order of header, body fields, and footer actions to maintain keyboard and reading flow.',
7
+ 'Provide explicit button types for primary and secondary actions to avoid accidental submissions in composed forms.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const gridLayoutGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=gridLayoutGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"gridLayoutGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/gridLayoutGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,mBASlC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const gridLayoutGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=1597-3&m=dev',
3
+ figmaNodeId: '1597:3',
4
+ accessibilityNotes: [
5
+ 'Treat the layout examples as reference-only visuals and avoid using color alone to communicate meaning.',
6
+ 'Ensure comparison regions remain readable on narrow viewports by allowing horizontal scroll where needed.',
7
+ 'Preserve heading hierarchy so screen readers can navigate breakpoint, gutter mode, and row rhythm sections.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const indexGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=indexGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"indexGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/indexGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,eAAe,EAAE,mBAS7B,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const indexGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=1233-81&m=dev',
3
+ figmaNodeId: '1233:81',
4
+ accessibilityNotes: [
5
+ 'Use button elements for letter controls so keyboard users can activate with Enter and Space.',
6
+ 'Mark the active letter with aria-current="page" so assistive technology announces current location.',
7
+ 'Apply disabled to unavailable letters so they are skipped by interaction and communicated semantically.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const inlineNotificationGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=inlineNotificationGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"inlineNotificationGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/inlineNotificationGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,4BAA4B,EAAE,mBAS1C,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const inlineNotificationGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=1271-506&m=dev',
3
+ figmaNodeId: '1271:506',
4
+ accessibilityNotes: [
5
+ 'Use role="status" for informational, success, and warning messages; use role="alert" for error messages that need immediate announcement.',
6
+ 'Notification title and body should wrap naturally at narrow widths without clipping.',
7
+ 'Dismiss control must be keyboard reachable and include an explicit aria-label.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const linkGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=linkGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"linkGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/linkGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,cAAc,EAAE,mBAS5B,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const linkGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=1345-26&m=dev',
3
+ figmaNodeId: '1345:26',
4
+ accessibilityNotes: [
5
+ 'Use an anchor element for navigation and rely on href for visited state semantics.',
6
+ 'Focus-visible treatment must remain clearly visible for both inline and standalone appearances.',
7
+ 'Standalone trailing icon is decorative and should stay aria-hidden to avoid duplicate announcements.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const modalGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=modalGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"modalGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/modalGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,eAAe,EAAE,mBAU7B,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const modalGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=75-22&m=dev',
3
+ figmaNodeId: '75:22',
4
+ accessibilityNotes: [
5
+ 'Use role="dialog" and aria-modal="true" in consuming application contexts when rendering this component as an active modal.',
6
+ 'Ensure focus is moved into the modal on open and returned to the trigger on close.',
7
+ 'Expose a clear, keyboard-accessible close action and support Escape to dismiss where appropriate.',
8
+ 'Avoid placing critical instructions only in secondary label text; keep key intent in the title and body copy.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const paginationGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=paginationGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"paginationGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/paginationGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,oBAAoB,EAAE,mBAUlC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const paginationGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=441-42&m=dev',
3
+ figmaNodeId: '441:42',
4
+ accessibilityNotes: [
5
+ 'Use button elements for page controls so keyboard users can activate with Enter and Space.',
6
+ 'Mark the active page with aria-current="page" so assistive technology announces current location.',
7
+ 'Provide explicit previous/next aria-label values for icon-only navigation items.',
8
+ 'Disable previous/next controls at list boundaries using the disabled attribute to prevent invalid navigation.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const radioGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=radioGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"radioGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/radioGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,eAAe,EAAE,mBAU7B,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const radioGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=181-42&m=dev',
3
+ figmaNodeId: '181:42',
4
+ accessibilityNotes: [
5
+ 'Always pair the radio with a visible label so the control name is clear to assistive technology and sighted users.',
6
+ 'Use radios in a named group with the same name attribute so only one option can be selected at a time.',
7
+ 'Group related radios inside a <fieldset> with a <legend> to provide shared context for assistive technology.',
8
+ 'Keep the native input focusable and avoid removing its semantics, because screen readers rely on the radio role and checked state.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const searchInputGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=searchInputGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"searchInputGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/searchInputGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,qBAAqB,EAAE,mBAUnC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const searchInputGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=380-90&m=dev',
3
+ figmaNodeId: '380:90',
4
+ accessibilityNotes: [
5
+ 'The search icon acts as a visual label; the input must have an accessible name via an associated label or aria-label.',
6
+ 'The clear button has an explicit aria-label of "Clear search" so assistive technology can identify its purpose.',
7
+ 'Use type="search" to expose the search semantics and allow browsers to provide appropriate input mode on mobile.',
8
+ 'Ensure the container and input meet minimum 3:1 non-text contrast for focus indicators.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const selectInputGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=selectInputGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"selectInputGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/selectInputGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,qBAAqB,EAAE,mBAUnC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const selectInputGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=195-197&m=dev',
3
+ figmaNodeId: '195:197',
4
+ accessibilityNotes: [
5
+ 'Use the native select element to preserve keyboard interaction and screen reader semantics.',
6
+ 'Keep the visible label associated using htmlFor/id so the accessible name is explicit.',
7
+ 'Apply aria-invalid when the error tone is shown and pair it with helper text for context.',
8
+ 'Do not remove focus visibility on the field, because keyboard users need a persistent focus indicator.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const structuredListGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=structuredListGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"structuredListGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/structuredListGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,wBAAwB,EAAE,mBAStC,CAAC"}
@@ -0,0 +1,9 @@
1
+ export const structuredListGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=766-19&m=dev',
3
+ figmaNodeId: '766:19',
4
+ accessibilityNotes: [
5
+ 'Expose table-like semantics using a labeled table region and row/column roles so assistive technology announces structure.',
6
+ 'Keep header cells semantically distinct from body cells to preserve context while navigating columns.',
7
+ 'Maintain sufficient row spacing and left/right alignment to support readability at narrow and wide widths.',
8
+ ],
9
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const tabsGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=tabsGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tabsGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/tabsGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,cAAc,EAAE,mBAU5B,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const tabsGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=401-30&m=dev',
3
+ figmaNodeId: '401:30',
4
+ accessibilityNotes: [
5
+ 'Use role="tablist" and role="tab" semantics so assistive technology can announce tab relationships.',
6
+ 'Expose the active tab with aria-selected and keep only the active tab in the normal tab order.',
7
+ 'Disabled tabs should use the disabled attribute to prevent interaction and remove focus targets.',
8
+ 'Retain visible focus treatment for keyboard users across horizontal and vertical orientations.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const tagGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=tagGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tagGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/tagGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,aAAa,EAAE,mBAU3B,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const tagGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=105-83&m=dev',
3
+ figmaNodeId: '105:83',
4
+ accessibilityNotes: [
5
+ 'Treat tag chips as descriptive metadata; they should not be the sole way to convey critical status or instructions.',
6
+ 'Keep sufficient color contrast for every variant, especially blue/green/purple text on tinted backgrounds.',
7
+ 'When tags are not interactive, avoid adding button semantics; represent them as plain text containers.',
8
+ 'If a consuming context needs removable tags, keep removal controls explicitly labeled and keyboard reachable outside this read-only component.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const textAreaGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=textAreaGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textAreaGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/textAreaGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,kBAAkB,EAAE,mBAUhC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const textAreaGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=186-54&m=dev',
3
+ figmaNodeId: '186:54',
4
+ accessibilityNotes: [
5
+ 'Use the native textarea element so multiline editing, selection, and assistive technology semantics are preserved.',
6
+ 'Always pair the textarea with a visible label and associate helper text with aria-describedby when guidance is shown.',
7
+ 'Use aria-invalid together with an error message when the error tone is active.',
8
+ 'Preserve visible focus treatment around the full field boundary, not just the text cursor.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const textInputGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=textInputGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"textInputGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/textInputGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,mBAAmB,EAAE,mBAUjC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const textInputGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=131-18&m=dev',
3
+ figmaNodeId: '131:18',
4
+ accessibilityNotes: [
5
+ 'Always pair the input with a visible label so the control name is clear to assistive technology and sighted users.',
6
+ 'Use aria-invalid and an error message when the error tone is shown.',
7
+ 'Keep the helper text programmatically associated with the input so validation and guidance stay readable.',
8
+ 'Decorative leading icons should not be announced by screen readers.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const toggleInputGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=toggleInputGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"toggleInputGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/toggleInputGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,qBAAqB,EAAE,mBAUnC,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const toggleInputGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=202-34&m=dev',
3
+ figmaNodeId: '202:34',
4
+ accessibilityNotes: [
5
+ 'Use the native checkbox input for toggles so keyboard interactions work with Space and assistive technology can report checked state.',
6
+ 'Keep the label associated with the control to provide a clear accessible name.',
7
+ 'Disabled toggles should use the disabled attribute to prevent interaction and remove from keyboard focus order.',
8
+ 'Ensure focus styles remain visible in both on and off states for keyboard users.',
9
+ ],
10
+ };
@@ -0,0 +1,3 @@
1
+ import type { ComponentGovernance } from '../types';
2
+ export declare const tooltipGovernance: ComponentGovernance;
3
+ //# sourceMappingURL=tooltipGovernance.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"tooltipGovernance.d.ts","sourceRoot":"","sources":["../../src/governance/tooltipGovernance.ts"],"names":[],"mappings":"AAAA,OAAO,KAAK,EAAE,mBAAmB,EAAE,MAAM,UAAU,CAAC;AAEpD,eAAO,MAAM,iBAAiB,EAAE,mBAU/B,CAAC"}
@@ -0,0 +1,10 @@
1
+ export const tooltipGovernance = {
2
+ figmaUrl: 'https://www.figma.com/design/a9SMb2IjyRedfsaUMGXIyP/Liquid-DS---01-Components?node-id=155-61&m=dev',
3
+ figmaNodeId: '155:61',
4
+ accessibilityNotes: [
5
+ 'Tooltip content should stay concise and supplementary; it should not be the only way to access critical information.',
6
+ 'Maintain sufficient contrast between tooltip body and text for readability.',
7
+ 'Ensure tooltip visibility does not obscure the trigger content in common layouts.',
8
+ 'When used with interactive triggers, connect trigger and tooltip with aria-describedby in consuming contexts.',
9
+ ],
10
+ };
@@ -0,0 +1,56 @@
1
+ export { Accordion } from './components/Accordion/Accordion';
2
+ export { Breadcrumb } from './components/Breadcrumb/Breadcrumb';
3
+ export { Button } from './components/Button/Button';
4
+ export { Card } from './components/Card/Card';
5
+ export { Checkbox } from './components/Checkbox/Checkbox';
6
+ export { ContainedList } from './components/ContainedList/ContainedList';
7
+ export { DataTable } from './components/DataTable/DataTable';
8
+ export { DescriptionList } from './components/DescriptionList/DescriptionList';
9
+ export { Form, FormItem, FormRow } from './components/Form/Form';
10
+ export { GridColumn, GridLayout } from './components/GridLayout/GridLayout';
11
+ export { Icon, iconNames } from './components/Icon/Icon';
12
+ export { Index } from './components/Index/Index';
13
+ export { InlineNotification } from './components/InlineNotification/InlineNotification';
14
+ export { Link } from './components/Link/Link';
15
+ export { Modal } from './components/Modal/Modal';
16
+ export { Pagination } from './components/Pagination/Pagination';
17
+ export { Radio } from './components/Radio/Radio';
18
+ export { SearchInput } from './components/SearchInput/SearchInput';
19
+ export { SelectInput } from './components/SelectInput/SelectInput';
20
+ export { StructuredList } from './components/StructuredList/StructuredList';
21
+ export { Tag } from './components/Tag/Tag';
22
+ export { Tabs } from './components/Tabs/Tabs';
23
+ export { Tooltip } from './components/Tooltip/Tooltip';
24
+ export { ToggleInput } from './components/ToggleInput/ToggleInput';
25
+ export { TextArea } from './components/TextArea/TextArea';
26
+ export { TextInput } from './components/TextInput/TextInput';
27
+ export { accordionGovernance } from './governance/accordionGovernance';
28
+ export { breadcrumbGovernance } from './governance/breadcrumbGovernance';
29
+ export { buttonGovernance } from './governance/buttonGovernance';
30
+ export { cardGovernance } from './governance/cardGovernance';
31
+ export { checkboxGovernance } from './governance/checkboxGovernance';
32
+ export { containedListGovernance } from './governance/containedListGovernance';
33
+ export { dataTableGovernance } from './governance/dataTableGovernance';
34
+ export { descriptionListGovernance } from './governance/descriptionListGovernance';
35
+ export { formGovernance } from './governance/formGovernance';
36
+ export { gridLayoutGovernance } from './governance/gridLayoutGovernance';
37
+ export { indexGovernance } from './governance/indexGovernance';
38
+ export { inlineNotificationGovernance } from './governance/inlineNotificationGovernance';
39
+ export { linkGovernance } from './governance/linkGovernance';
40
+ export { modalGovernance } from './governance/modalGovernance';
41
+ export { paginationGovernance } from './governance/paginationGovernance';
42
+ export { radioGovernance } from './governance/radioGovernance';
43
+ export { searchInputGovernance } from './governance/searchInputGovernance';
44
+ export { selectInputGovernance } from './governance/selectInputGovernance';
45
+ export { structuredListGovernance } from './governance/structuredListGovernance';
46
+ export { tagGovernance } from './governance/tagGovernance';
47
+ export { tabsGovernance } from './governance/tabsGovernance';
48
+ export { textAreaGovernance } from './governance/textAreaGovernance';
49
+ export { textInputGovernance } from './governance/textInputGovernance';
50
+ export { tooltipGovernance } from './governance/tooltipGovernance';
51
+ export { toggleInputGovernance } from './governance/toggleInputGovernance';
52
+ export { tokens } from './generated/tokens';
53
+ export type { Tokens } from './generated/tokens';
54
+ export type { AccordionItem, AccordionProps, BreadcrumbItem, BreadcrumbProps, ButtonProps, ButtonSize, ButtonVariant, CardDetailItem, CardProps, CheckboxProps, ContainedListItem, ContainedListProps, ContainedListVariant, DataTableCellAlignment, DataTableColumn, DataTableProps, DataTableRow, DescriptionListItem, DescriptionListProps, FormItemProps, FormProps, FormRowProps, GridBreakpoint, GridColumnProps, GridColumnSpan, GridColumnValue, GridLayoutProps, InlineNotificationKind, InlineNotificationProps, InlineNotificationStatus, IndexItem, IndexProps, LinkAppearance, LinkProps, LinkSize, LinkState, ModalFooterLayout, ModalProps, ModalTone, PaginationProps, ComponentGovernance, RadioProps, SearchInputProps, SelectInputOption, SelectInputProps, SelectInputSize, SelectInputTone, StructuredListCellAlignment, StructuredListColumn, StructuredListProps, StructuredListRow, TagColor, TagProps, TagSize, TabsItem, TabsOrientation, TabsProps, TooltipAlignment, TooltipPosition, TooltipProps, ToggleInputProps, ToggleInputSize, TokenShowcaseCardProps, TextInputProps, TextInputSize, TextInputTone, TextAreaProps, TextAreaSize, TextAreaTone, } from './types';
55
+ export type { IconName, IconProps } from './components/Icon/Icon';
56
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.ts"],"names":[],"mappings":"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"}