@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
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tmorrow/cre8-react",
3
- "version": "1.0.22",
3
+ "version": "1.1.6",
4
4
  "description": "React wrappers for cre8 web components",
5
5
  "license": "BSD-3-Clause",
6
6
  "main": "lib/index.js",
@@ -12,14 +12,356 @@
12
12
  "import": "./lib/index.js",
13
13
  "types": "./lib/index.d.ts"
14
14
  },
15
- "./lib/*": "./lib/*",
15
+ "./Accordion": {
16
+ "import": "./lib/components/Accordion/index.js",
17
+ "types": "./lib/components/Accordion/index.d.ts"
18
+ },
19
+ "./AccordionItem": {
20
+ "import": "./lib/components/AccordionItem/index.js",
21
+ "types": "./lib/components/AccordionItem/index.d.ts"
22
+ },
23
+ "./Alert": {
24
+ "import": "./lib/components/Alert/index.js",
25
+ "types": "./lib/components/Alert/index.d.ts"
26
+ },
27
+ "./Badge": {
28
+ "import": "./lib/components/Badge/index.js",
29
+ "types": "./lib/components/Badge/index.d.ts"
30
+ },
31
+ "./Band": {
32
+ "import": "./lib/components/Band/index.js",
33
+ "types": "./lib/components/Band/index.d.ts"
34
+ },
35
+ "./Breadcrumbs": {
36
+ "import": "./lib/components/Breadcrumbs/index.js",
37
+ "types": "./lib/components/Breadcrumbs/index.d.ts"
38
+ },
39
+ "./BreadcrumbsItem": {
40
+ "import": "./lib/components/BreadcrumbsItem/index.js",
41
+ "types": "./lib/components/BreadcrumbsItem/index.d.ts"
42
+ },
43
+ "./Button": {
44
+ "import": "./lib/components/Button/index.js",
45
+ "types": "./lib/components/Button/index.d.ts"
46
+ },
47
+ "./ButtonGroup": {
48
+ "import": "./lib/components/ButtonGroup/index.js",
49
+ "types": "./lib/components/ButtonGroup/index.d.ts"
50
+ },
51
+ "./Card": {
52
+ "import": "./lib/components/Card/index.js",
53
+ "types": "./lib/components/Card/index.d.ts"
54
+ },
55
+ "./Chart": {
56
+ "import": "./lib/components/Chart/index.js",
57
+ "types": "./lib/components/Chart/index.d.ts"
58
+ },
59
+ "./CheckboxField": {
60
+ "import": "./lib/components/CheckboxField/index.js",
61
+ "types": "./lib/components/CheckboxField/index.d.ts"
62
+ },
63
+ "./CheckboxFieldItem": {
64
+ "import": "./lib/components/CheckboxFieldItem/index.js",
65
+ "types": "./lib/components/CheckboxFieldItem/index.d.ts"
66
+ },
67
+ "./DangerButton": {
68
+ "import": "./lib/components/DangerButton/index.js",
69
+ "types": "./lib/components/DangerButton/index.d.ts"
70
+ },
71
+ "./DatePicker": {
72
+ "import": "./lib/components/DatePicker/index.js",
73
+ "types": "./lib/components/DatePicker/index.d.ts"
74
+ },
75
+ "./Divider": {
76
+ "import": "./lib/components/Divider/index.js",
77
+ "types": "./lib/components/Divider/index.d.ts"
78
+ },
79
+ "./Dropdown": {
80
+ "import": "./lib/components/Dropdown/index.js",
81
+ "types": "./lib/components/Dropdown/index.d.ts"
82
+ },
83
+ "./DropdownItem": {
84
+ "import": "./lib/components/DropdownItem/index.js",
85
+ "types": "./lib/components/DropdownItem/index.d.ts"
86
+ },
87
+ "./Feature": {
88
+ "import": "./lib/components/Feature/index.js",
89
+ "types": "./lib/components/Feature/index.d.ts"
90
+ },
91
+ "./Field": {
92
+ "import": "./lib/components/Field/index.js",
93
+ "types": "./lib/components/Field/index.d.ts"
94
+ },
95
+ "./FieldNote": {
96
+ "import": "./lib/components/FieldNote/index.js",
97
+ "types": "./lib/components/FieldNote/index.d.ts"
98
+ },
99
+ "./Footer": {
100
+ "import": "./lib/components/Footer/index.js",
101
+ "types": "./lib/components/Footer/index.d.ts"
102
+ },
103
+ "./GlobalNav": {
104
+ "import": "./lib/components/GlobalNav/index.js",
105
+ "types": "./lib/components/GlobalNav/index.d.ts"
106
+ },
107
+ "./GlobalNavItem": {
108
+ "import": "./lib/components/GlobalNavItem/index.js",
109
+ "types": "./lib/components/GlobalNavItem/index.d.ts"
110
+ },
111
+ "./Grid": {
112
+ "import": "./lib/components/Grid/index.js",
113
+ "types": "./lib/components/Grid/index.d.ts"
114
+ },
115
+ "./GridItem": {
116
+ "import": "./lib/components/GridItem/index.js",
117
+ "types": "./lib/components/GridItem/index.d.ts"
118
+ },
119
+ "./Header": {
120
+ "import": "./lib/components/Header/index.js",
121
+ "types": "./lib/components/Header/index.d.ts"
122
+ },
123
+ "./Heading": {
124
+ "import": "./lib/components/Heading/index.js",
125
+ "types": "./lib/components/Heading/index.d.ts"
126
+ },
127
+ "./Hero": {
128
+ "import": "./lib/components/Hero/index.js",
129
+ "types": "./lib/components/Hero/index.d.ts"
130
+ },
131
+ "./Icon": {
132
+ "import": "./lib/components/Icon/index.js",
133
+ "types": "./lib/components/Icon/index.d.ts"
134
+ },
135
+ "./InlineAlert": {
136
+ "import": "./lib/components/InlineAlert/index.js",
137
+ "types": "./lib/components/InlineAlert/index.d.ts"
138
+ },
139
+ "./Layout": {
140
+ "import": "./lib/components/Layout/index.js",
141
+ "types": "./lib/components/Layout/index.d.ts"
142
+ },
143
+ "./LayoutContainer": {
144
+ "import": "./lib/components/LayoutContainer/index.js",
145
+ "types": "./lib/components/LayoutContainer/index.d.ts"
146
+ },
147
+ "./LayoutSection": {
148
+ "import": "./lib/components/LayoutSection/index.js",
149
+ "types": "./lib/components/LayoutSection/index.d.ts"
150
+ },
151
+ "./LinelengthContainer": {
152
+ "import": "./lib/components/LinelengthContainer/index.js",
153
+ "types": "./lib/components/LinelengthContainer/index.d.ts"
154
+ },
155
+ "./Link": {
156
+ "import": "./lib/components/Link/index.js",
157
+ "types": "./lib/components/Link/index.d.ts"
158
+ },
159
+ "./LinkList": {
160
+ "import": "./lib/components/LinkList/index.js",
161
+ "types": "./lib/components/LinkList/index.d.ts"
162
+ },
163
+ "./LinkListItem": {
164
+ "import": "./lib/components/LinkListItem/index.js",
165
+ "types": "./lib/components/LinkListItem/index.d.ts"
166
+ },
167
+ "./List": {
168
+ "import": "./lib/components/List/index.js",
169
+ "types": "./lib/components/List/index.d.ts"
170
+ },
171
+ "./ListItem": {
172
+ "import": "./lib/components/ListItem/index.js",
173
+ "types": "./lib/components/ListItem/index.d.ts"
174
+ },
175
+ "./LoadingSpinner": {
176
+ "import": "./lib/components/LoadingSpinner/index.js",
177
+ "types": "./lib/components/LoadingSpinner/index.d.ts"
178
+ },
179
+ "./Logo": {
180
+ "import": "./lib/components/Logo/index.js",
181
+ "types": "./lib/components/Logo/index.d.ts"
182
+ },
183
+ "./Main": {
184
+ "import": "./lib/components/Main/index.js",
185
+ "types": "./lib/components/Main/index.d.ts"
186
+ },
187
+ "./Modal": {
188
+ "import": "./lib/components/Modal/index.js",
189
+ "types": "./lib/components/Modal/index.d.ts"
190
+ },
191
+ "./MultiSelect": {
192
+ "import": "./lib/components/MultiSelect/index.js",
193
+ "types": "./lib/components/MultiSelect/index.d.ts"
194
+ },
195
+ "./NavContainer": {
196
+ "import": "./lib/components/NavContainer/index.js",
197
+ "types": "./lib/components/NavContainer/index.d.ts"
198
+ },
199
+ "./PageHeader": {
200
+ "import": "./lib/components/PageHeader/index.js",
201
+ "types": "./lib/components/PageHeader/index.d.ts"
202
+ },
203
+ "./Pagination": {
204
+ "import": "./lib/components/Pagination/index.js",
205
+ "types": "./lib/components/Pagination/index.d.ts"
206
+ },
207
+ "./PercentBar": {
208
+ "import": "./lib/components/PercentBar/index.js",
209
+ "types": "./lib/components/PercentBar/index.d.ts"
210
+ },
211
+ "./Popover": {
212
+ "import": "./lib/components/Popover/index.js",
213
+ "types": "./lib/components/Popover/index.d.ts"
214
+ },
215
+ "./PrimaryNav": {
216
+ "import": "./lib/components/PrimaryNav/index.js",
217
+ "types": "./lib/components/PrimaryNav/index.d.ts"
218
+ },
219
+ "./PrimaryNavItem": {
220
+ "import": "./lib/components/PrimaryNavItem/index.js",
221
+ "types": "./lib/components/PrimaryNavItem/index.d.ts"
222
+ },
223
+ "./ProgressMeter": {
224
+ "import": "./lib/components/ProgressMeter/index.js",
225
+ "types": "./lib/components/ProgressMeter/index.d.ts"
226
+ },
227
+ "./ProgressStepsItem": {
228
+ "import": "./lib/components/ProgressStepsItem/index.js",
229
+ "types": "./lib/components/ProgressStepsItem/index.d.ts"
230
+ },
231
+ "./RadioField": {
232
+ "import": "./lib/components/RadioField/index.js",
233
+ "types": "./lib/components/RadioField/index.d.ts"
234
+ },
235
+ "./RadioFieldItem": {
236
+ "import": "./lib/components/RadioFieldItem/index.js",
237
+ "types": "./lib/components/RadioFieldItem/index.d.ts"
238
+ },
239
+ "./RemoveTag": {
240
+ "import": "./lib/components/RemoveTag/index.js",
241
+ "types": "./lib/components/RemoveTag/index.d.ts"
242
+ },
243
+ "./Section": {
244
+ "import": "./lib/components/Section/index.js",
245
+ "types": "./lib/components/Section/index.d.ts"
246
+ },
247
+ "./Select": {
248
+ "import": "./lib/components/Select/index.js",
249
+ "types": "./lib/components/Select/index.d.ts"
250
+ },
251
+ "./SelectTile": {
252
+ "import": "./lib/components/SelectTile/index.js",
253
+ "types": "./lib/components/SelectTile/index.d.ts"
254
+ },
255
+ "./SelectTileList": {
256
+ "import": "./lib/components/SelectTileList/index.js",
257
+ "types": "./lib/components/SelectTileList/index.d.ts"
258
+ },
259
+ "./SkeletonLoader": {
260
+ "import": "./lib/components/SkeletonLoader/index.js",
261
+ "types": "./lib/components/SkeletonLoader/index.d.ts"
262
+ },
263
+ "./SplitButton": {
264
+ "import": "./lib/components/SplitButton/index.js",
265
+ "types": "./lib/components/SplitButton/index.d.ts"
266
+ },
267
+ "./Submenu": {
268
+ "import": "./lib/components/Submenu/index.js",
269
+ "types": "./lib/components/Submenu/index.d.ts"
270
+ },
271
+ "./SubmenuItem": {
272
+ "import": "./lib/components/SubmenuItem/index.js",
273
+ "types": "./lib/components/SubmenuItem/index.d.ts"
274
+ },
275
+ "./Tab": {
276
+ "import": "./lib/components/Tab/index.js",
277
+ "types": "./lib/components/Tab/index.d.ts"
278
+ },
279
+ "./TabPanel": {
280
+ "import": "./lib/components/TabPanel/index.js",
281
+ "types": "./lib/components/TabPanel/index.d.ts"
282
+ },
283
+ "./Table": {
284
+ "import": "./lib/components/Table/index.js",
285
+ "types": "./lib/components/Table/index.d.ts"
286
+ },
287
+ "./TableBody": {
288
+ "import": "./lib/components/TableBody/index.js",
289
+ "types": "./lib/components/TableBody/index.d.ts"
290
+ },
291
+ "./TableCell": {
292
+ "import": "./lib/components/TableCell/index.js",
293
+ "types": "./lib/components/TableCell/index.d.ts"
294
+ },
295
+ "./TableHeader": {
296
+ "import": "./lib/components/TableHeader/index.js",
297
+ "types": "./lib/components/TableHeader/index.d.ts"
298
+ },
299
+ "./TableHeaderCell": {
300
+ "import": "./lib/components/TableHeaderCell/index.js",
301
+ "types": "./lib/components/TableHeaderCell/index.d.ts"
302
+ },
303
+ "./TableObject": {
304
+ "import": "./lib/components/TableObject/index.js",
305
+ "types": "./lib/components/TableObject/index.d.ts"
306
+ },
307
+ "./TableRow": {
308
+ "import": "./lib/components/TableRow/index.js",
309
+ "types": "./lib/components/TableRow/index.d.ts"
310
+ },
311
+ "./Tabs": {
312
+ "import": "./lib/components/Tabs/index.js",
313
+ "types": "./lib/components/Tabs/index.d.ts"
314
+ },
315
+ "./Tag": {
316
+ "import": "./lib/components/Tag/index.js",
317
+ "types": "./lib/components/Tag/index.d.ts"
318
+ },
319
+ "./TagList": {
320
+ "import": "./lib/components/TagList/index.js",
321
+ "types": "./lib/components/TagList/index.d.ts"
322
+ },
323
+ "./TertiaryNav": {
324
+ "import": "./lib/components/TertiaryNav/index.js",
325
+ "types": "./lib/components/TertiaryNav/index.d.ts"
326
+ },
327
+ "./TertiaryNavItem": {
328
+ "import": "./lib/components/TertiaryNavItem/index.js",
329
+ "types": "./lib/components/TertiaryNavItem/index.d.ts"
330
+ },
331
+ "./TextLink": {
332
+ "import": "./lib/components/TextLink/index.js",
333
+ "types": "./lib/components/TextLink/index.d.ts"
334
+ },
335
+ "./TextPassage": {
336
+ "import": "./lib/components/TextPassage/index.js",
337
+ "types": "./lib/components/TextPassage/index.d.ts"
338
+ },
339
+ "./Tooltip": {
340
+ "import": "./lib/components/Tooltip/index.js",
341
+ "types": "./lib/components/Tooltip/index.d.ts"
342
+ },
343
+ "./UtilityNav": {
344
+ "import": "./lib/components/UtilityNav/index.js",
345
+ "types": "./lib/components/UtilityNav/index.d.ts"
346
+ },
347
+ "./UtilityNavItem": {
348
+ "import": "./lib/components/UtilityNavItem/index.js",
349
+ "types": "./lib/components/UtilityNavItem/index.d.ts"
350
+ },
16
351
  "./package.json": "./package.json"
17
352
  },
353
+ "publishConfig": {
354
+ "access": "public"
355
+ },
18
356
  "files": [
19
357
  "lib"
20
358
  ],
359
+ "scripts": {
360
+ "build": "tsc",
361
+ "prepublishOnly": "npm run build"
362
+ },
21
363
  "dependencies": {
22
- "@tmorrow/cre8-wc": "^1.0.16",
364
+ "@tmorrow/cre8-wc": "^1.1.6",
23
365
  "@lit/react": "^1.0.8"
24
366
  },
25
367
  "peerDependencies": {
@@ -39,8 +381,5 @@
39
381
  "lit",
40
382
  "cre8",
41
383
  "design-system"
42
- ],
43
- "scripts": {
44
- "build": "tsc"
45
- }
46
- }
384
+ ]
385
+ }