@backstage/ui 0.0.0-nightly-20250722024836

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 (135) hide show
  1. package/CHANGELOG.md +294 -0
  2. package/README.md +18 -0
  3. package/css/styles.css +10823 -0
  4. package/dist/components/Avatar/Avatar.esm.js +29 -0
  5. package/dist/components/Avatar/Avatar.esm.js.map +1 -0
  6. package/dist/components/Box/Box.esm.js +34 -0
  7. package/dist/components/Box/Box.esm.js.map +1 -0
  8. package/dist/components/Box/Box.props.esm.js +7 -0
  9. package/dist/components/Box/Box.props.esm.js.map +1 -0
  10. package/dist/components/Button/Button.esm.js +41 -0
  11. package/dist/components/Button/Button.esm.js.map +1 -0
  12. package/dist/components/ButtonIcon/ButtonIcon.esm.js +37 -0
  13. package/dist/components/ButtonIcon/ButtonIcon.esm.js.map +1 -0
  14. package/dist/components/ButtonLink/ButtonLink.esm.js +42 -0
  15. package/dist/components/ButtonLink/ButtonLink.esm.js.map +1 -0
  16. package/dist/components/Card/Card.esm.js +53 -0
  17. package/dist/components/Card/Card.esm.js.map +1 -0
  18. package/dist/components/Checkbox/Checkbox.esm.js +74 -0
  19. package/dist/components/Checkbox/Checkbox.esm.js.map +1 -0
  20. package/dist/components/Collapsible/Collapsible.esm.js +50 -0
  21. package/dist/components/Collapsible/Collapsible.esm.js.map +1 -0
  22. package/dist/components/Container/Container.esm.js +35 -0
  23. package/dist/components/Container/Container.esm.js.map +1 -0
  24. package/dist/components/DataTable/DataTable.esm.js +26 -0
  25. package/dist/components/DataTable/DataTable.esm.js.map +1 -0
  26. package/dist/components/DataTable/Pagination/DataTablePagination.esm.js +84 -0
  27. package/dist/components/DataTable/Pagination/DataTablePagination.esm.js.map +1 -0
  28. package/dist/components/DataTable/Root/DataTableRoot.esm.js +24 -0
  29. package/dist/components/DataTable/Root/DataTableRoot.esm.js.map +1 -0
  30. package/dist/components/DataTable/Table/DataTableTable.esm.js +64 -0
  31. package/dist/components/DataTable/Table/DataTableTable.esm.js.map +1 -0
  32. package/dist/components/FieldError/FieldError.esm.js +22 -0
  33. package/dist/components/FieldError/FieldError.esm.js.map +1 -0
  34. package/dist/components/FieldLabel/FieldLabel.esm.js +27 -0
  35. package/dist/components/FieldLabel/FieldLabel.esm.js.map +1 -0
  36. package/dist/components/Flex/Flex.esm.js +26 -0
  37. package/dist/components/Flex/Flex.esm.js.map +1 -0
  38. package/dist/components/Flex/Flex.props.esm.js +31 -0
  39. package/dist/components/Flex/Flex.props.esm.js.map +1 -0
  40. package/dist/components/Grid/Grid.esm.js +43 -0
  41. package/dist/components/Grid/Grid.esm.js.map +1 -0
  42. package/dist/components/Grid/Grid.props.esm.js +58 -0
  43. package/dist/components/Grid/Grid.props.esm.js.map +1 -0
  44. package/dist/components/Header/Header.esm.js +27 -0
  45. package/dist/components/Header/Header.esm.js.map +1 -0
  46. package/dist/components/Header/HeaderToolbar.esm.js +121 -0
  47. package/dist/components/Header/HeaderToolbar.esm.js.map +1 -0
  48. package/dist/components/HeaderPage/HeaderPage.esm.js +48 -0
  49. package/dist/components/HeaderPage/HeaderPage.esm.js.map +1 -0
  50. package/dist/components/Heading/Heading.esm.js +37 -0
  51. package/dist/components/Heading/Heading.esm.js.map +1 -0
  52. package/dist/components/Icon/Icon.esm.js +29 -0
  53. package/dist/components/Icon/Icon.esm.js.map +1 -0
  54. package/dist/components/Icon/context.esm.js +10 -0
  55. package/dist/components/Icon/context.esm.js.map +1 -0
  56. package/dist/components/Icon/icons.esm.js +63 -0
  57. package/dist/components/Icon/icons.esm.js.map +1 -0
  58. package/dist/components/Icon/provider.esm.js +12 -0
  59. package/dist/components/Icon/provider.esm.js.map +1 -0
  60. package/dist/components/Link/Link.esm.js +63 -0
  61. package/dist/components/Link/Link.esm.js.map +1 -0
  62. package/dist/components/Menu/Combobox.esm.js +212 -0
  63. package/dist/components/Menu/Combobox.esm.js.map +1 -0
  64. package/dist/components/Menu/Menu.esm.js +224 -0
  65. package/dist/components/Menu/Menu.esm.js.map +1 -0
  66. package/dist/components/RadioGroup/RadioGroup.esm.js +71 -0
  67. package/dist/components/RadioGroup/RadioGroup.esm.js.map +1 -0
  68. package/dist/components/ScrollArea/ScrollArea.esm.js +63 -0
  69. package/dist/components/ScrollArea/ScrollArea.esm.js.map +1 -0
  70. package/dist/components/SearchField/SearchField.esm.js +107 -0
  71. package/dist/components/SearchField/SearchField.esm.js.map +1 -0
  72. package/dist/components/Select/Select.esm.js +89 -0
  73. package/dist/components/Select/Select.esm.js.map +1 -0
  74. package/dist/components/Select/Select.styles.css.esm.js +7 -0
  75. package/dist/components/Select/Select.styles.css.esm.js.map +1 -0
  76. package/dist/components/Skeleton/Skeleton.esm.js +22 -0
  77. package/dist/components/Skeleton/Skeleton.esm.js.map +1 -0
  78. package/dist/components/Switch/Switch.esm.js +18 -0
  79. package/dist/components/Switch/Switch.esm.js.map +1 -0
  80. package/dist/components/Table/Table.esm.js +68 -0
  81. package/dist/components/Table/Table.esm.js.map +1 -0
  82. package/dist/components/Table/TableCell/TableCell.esm.js +13 -0
  83. package/dist/components/Table/TableCell/TableCell.esm.js.map +1 -0
  84. package/dist/components/Table/TableCellLink/TableCellLink.esm.js +28 -0
  85. package/dist/components/Table/TableCellLink/TableCellLink.esm.js.map +1 -0
  86. package/dist/components/Table/TableCellProfile/TableCellProfile.esm.js +40 -0
  87. package/dist/components/Table/TableCellProfile/TableCellProfile.esm.js.map +1 -0
  88. package/dist/components/Table/TableCellText/TableCellText.esm.js +27 -0
  89. package/dist/components/Table/TableCellText/TableCellText.esm.js.map +1 -0
  90. package/dist/components/Tabs/Tabs.esm.js +127 -0
  91. package/dist/components/Tabs/Tabs.esm.js.map +1 -0
  92. package/dist/components/Tabs/TabsIndicators.esm.js +140 -0
  93. package/dist/components/Tabs/TabsIndicators.esm.js.map +1 -0
  94. package/dist/components/Text/Text.esm.js +39 -0
  95. package/dist/components/Text/Text.esm.js.map +1 -0
  96. package/dist/components/TextField/TextField.esm.js +88 -0
  97. package/dist/components/TextField/TextField.esm.js.map +1 -0
  98. package/dist/components/Tooltip/Tooltip.esm.js +31 -0
  99. package/dist/components/Tooltip/Tooltip.esm.js.map +1 -0
  100. package/dist/hooks/useBreakpoint.esm.js +43 -0
  101. package/dist/hooks/useBreakpoint.esm.js.map +1 -0
  102. package/dist/hooks/useIsomorphicLayoutEffect.esm.js +6 -0
  103. package/dist/hooks/useIsomorphicLayoutEffect.esm.js.map +1 -0
  104. package/dist/hooks/useMediaQuery.esm.js +44 -0
  105. package/dist/hooks/useMediaQuery.esm.js.map +1 -0
  106. package/dist/hooks/useStyles.esm.js +46 -0
  107. package/dist/hooks/useStyles.esm.js.map +1 -0
  108. package/dist/index.d.ts +1399 -0
  109. package/dist/index.esm.js +40 -0
  110. package/dist/index.esm.js.map +1 -0
  111. package/dist/node_modules_dist/style-inject/dist/style-inject.es.esm.js +29 -0
  112. package/dist/node_modules_dist/style-inject/dist/style-inject.es.esm.js.map +1 -0
  113. package/dist/props/display.props.esm.js +12 -0
  114. package/dist/props/display.props.esm.js.map +1 -0
  115. package/dist/props/gap-props.esm.js +15 -0
  116. package/dist/props/gap-props.esm.js.map +1 -0
  117. package/dist/props/height.props.esm.js +23 -0
  118. package/dist/props/height.props.esm.js.map +1 -0
  119. package/dist/props/margin.props.esm.js +54 -0
  120. package/dist/props/margin.props.esm.js.map +1 -0
  121. package/dist/props/padding.props.esm.js +54 -0
  122. package/dist/props/padding.props.esm.js.map +1 -0
  123. package/dist/props/position.props.esm.js +18 -0
  124. package/dist/props/position.props.esm.js.map +1 -0
  125. package/dist/props/prop-def.esm.js +4 -0
  126. package/dist/props/prop-def.esm.js.map +1 -0
  127. package/dist/props/spacing.props.esm.js +28 -0
  128. package/dist/props/spacing.props.esm.js.map +1 -0
  129. package/dist/props/width.props.esm.js +23 -0
  130. package/dist/props/width.props.esm.js.map +1 -0
  131. package/dist/utils/componentDefinitions.esm.js +272 -0
  132. package/dist/utils/componentDefinitions.esm.js.map +1 -0
  133. package/dist/utils/extractProps.esm.js +49 -0
  134. package/dist/utils/extractProps.esm.js.map +1 -0
  135. package/package.json +93 -0
package/CHANGELOG.md ADDED
@@ -0,0 +1,294 @@
1
+ # @backstage/ui
2
+
3
+ ## 0.0.0-nightly-20250722024836
4
+
5
+ ### Patch Changes
6
+
7
+ - e0e886f: Adds onTabSelectionChange to ui header component.
8
+
9
+ ## 0.6.0
10
+
11
+ ### Minor Changes
12
+
13
+ - e92bb9b: Canon has been renamed to Backstage UI. This means that `@backstage/canon` has been deprecated and replaced by `@backstage/ui`.
14
+
15
+ ## 0.6.0-next.1
16
+
17
+ ### Minor Changes
18
+
19
+ - 2e30459: We are moving our Tooltip component to use React Aria under the hood. In doing so, the structure of the component and its prop are changing to follow the new underlying structure.
20
+
21
+ ### Patch Changes
22
+
23
+ - 76255b8: Add new Card component to Canon.
24
+ - b0a6c8e: Add new Header component to Canon.
25
+ - be76576: Improve Button, ButtonIcon and ButtonLink styling in Canon.
26
+ - 17beb9b: Update return types for Heading & Text components for React 19.
27
+ - eac4a4c: Add new tertiary variant to Button, ButtonIcon and ButtonLink in Canon.
28
+ - 8f2e82d: Add new Skeleton component in Canon
29
+
30
+ ## 0.6.0-next.0
31
+
32
+ ### Minor Changes
33
+
34
+ - 4c6d891: **BREAKING CHANGES**
35
+
36
+ We’re updating our Button component to provide better support for button links.
37
+
38
+ - We’re introducing a new `ButtonLink` component, which replaces the previous render prop pattern.
39
+ - To maintain naming consistency across components, `IconButton` is being renamed to `ButtonIcon`.
40
+ - Additionally, the render prop will be removed from all button-related components.
41
+
42
+ These changes aim to simplify usage and improve clarity in our component API.
43
+
44
+ ### Patch Changes
45
+
46
+ - 140f652: We are consolidating all css files into a single styles.css in Canon.
47
+ - 8154fb9: Add new SearchField component in Canon
48
+ - 6910892: Add new `RadioGroup` + `Radio` component to Canon
49
+ - a8a8514: We are transforming how we structure our class names and data attributes definitions for all components. They are now all set in the same place.
50
+ - 667b951: Added placeholder prop to TextField component.
51
+ - e71333a: adding export for ButtonLink so it's importable
52
+
53
+ ## 0.5.0
54
+
55
+ ### Minor Changes
56
+
57
+ - 621fac9: We are updating the default size of the Button component in Canon to be small instead of medium.
58
+ - a842554: We set the default size for IconButton in Canon to be small instead of medium.
59
+ - 35fd51d: Move TextField component to use react Aria under the hood. Introducing a new FieldLabel component to help build custom fields.
60
+ - 78204a2: **Breaking** We are adding a new as prop on the Heading and Text component to make it easier to change the component tag. We are removing the render prop in favour of the as prop.
61
+ - c49e335: TextField in Canon now has multiple label sizes as well as the capacity to hide label and description but still make them available for screen readers.
62
+ - 24b45ef: Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using <Grid.Root /> instead of just <Grid />.
63
+
64
+ ### Patch Changes
65
+
66
+ - 44df879: Add min-width: 0; by default on every Flex components in Canon to help support truncated texts inside flex elements.
67
+ - ee6ffe6: Fix styling for the title4 prop on the Heading component in Canon.
68
+ - f2f814a: Added a render prop to the Button component in Canon to use it as a link.
69
+ - 98f02a6: Add new Switch component in Canon.
70
+ - c94f8e0: The filter input in menu comboboxes should now always use the full width of the menu it's in.
71
+ - 269316d: Remove leftover console.log from Container component.
72
+
73
+ ## 0.5.0-next.2
74
+
75
+ ### Patch Changes
76
+
77
+ - 44df879: Add min-width: 0; by default on every Flex components in Canon to help support truncated texts inside flex elements.
78
+ - ee6ffe6: Fix styling for the title4 prop on the Heading component in Canon.
79
+ - f2f814a: Added a render prop to the Button component in Canon to use it as a link.
80
+
81
+ ## 0.5.0-next.1
82
+
83
+ ### Minor Changes
84
+
85
+ - 621fac9: We are updating the default size of the Button component in Canon to be small instead of medium.
86
+ - a842554: We set the default size for IconButton in Canon to be small instead of medium.
87
+
88
+ ## 0.5.0-next.0
89
+
90
+ ### Minor Changes
91
+
92
+ - 24b45ef: Fixes spacing props on layout components and aligned on naming for the Grid component. You should now call the Grid root component using <Grid.Root /> instead of just <Grid />.
93
+
94
+ ### Patch Changes
95
+
96
+ - 269316d: Remove leftover console.log from Container component.
97
+
98
+ ## 0.4.0
99
+
100
+ ### Minor Changes
101
+
102
+ - ea36f74: **Breaking Change** Icons on Button and IconButton now need to be imported and placed like this: <Button iconStart={<ChevronDownIcon />} />
103
+ - ccb1fc6: We are modifying the way we treat custom render using 'useRender()' under the hood from BaseUI.
104
+ - 04a65c6: The icon prop in TextField now accept a ReactNode instead of an icon name. We also updated the icon sizes for each input sizes.
105
+
106
+ ### Patch Changes
107
+
108
+ - c8f32db: Use correct colour token for TextField clear button icon, prevent layout shift whenever it is hidden or shown and properly size focus area around it. Also stop leading icon shrinking when used together with clear button.
109
+ - e996368: Fix Canon missing dependencies
110
+ - 720033c: For improved a11y, clicking a Select component label now focuses the Select trigger element, and the TextField component's label is now styled to indicate it's interactive.
111
+ - 6189bfd: Added new icon and onClear props to the TextField to make it easier to accessorize inputs.
112
+ - 9510105: Add new Tabs component to Canon
113
+ - 97b25a1: Pin version of @base-ui-components/react.
114
+ - 206ffbe: Fixed an issue with Canon's DataTable.Pagination component showing the wrong number for the "to" count.
115
+ - 72d019d: Removed various typos
116
+ - 4551fb7: Update Menu component in Canon to make the UI more condensed. We are also adding a new Combobox option for nested navigation.
117
+ - 185d3a8: Use the Field component from Base UI within the TextField.
118
+ - 1ea1db0: Add new truncate prop to Text and Heading components in Canon.
119
+
120
+ ## 0.4.0-next.3
121
+
122
+ ### Patch Changes
123
+
124
+ - c8f32db: Use correct colour token for TextField clear button icon, prevent layout shift whenever it is hidden or shown and properly size focus area around it. Also stop leading icon shrinking when used together with clear button.
125
+
126
+ ## 0.4.0-next.2
127
+
128
+ ### Patch Changes
129
+
130
+ - 6189bfd: Added new icon and onClear props to the TextField to make it easier to accessorize inputs.
131
+ - 97b25a1: Pin version of @base-ui-components/react.
132
+ - 185d3a8: Use the Field component from Base UI within the TextField.
133
+
134
+ ## 0.4.0-next.1
135
+
136
+ ### Minor Changes
137
+
138
+ - ea36f74: **Breaking Change** Icons on Button and IconButton now need to be imported and placed like this: <Button iconStart={<ChevronDownIcon />} />
139
+
140
+ ### Patch Changes
141
+
142
+ - 720033c: For improved a11y, clicking a Select component label now focuses the Select trigger element, and the TextField component's label is now styled to indicate it's interactive.
143
+ - 206ffbe: Fixed an issue with Canon's DataTable.Pagination component showing the wrong number for the "to" count.
144
+ - 72d019d: Removed various typos
145
+
146
+ ## 0.3.2-next.0
147
+
148
+ ### Patch Changes
149
+
150
+ - e996368: Fix Canon missing dependencies
151
+
152
+ ## 0.3.0
153
+
154
+ ### Minor Changes
155
+
156
+ - df4e292: Improve class name structure using data attributes instead of class names.
157
+ - f038613: Updated TextField and Select component to work with React Hook Form.
158
+ - 1b0cf40: Add new Select component for Canon
159
+ - 5074d61: **BREAKING**: Added a new TextField component to replace the Field and Input component. After feedback, it became clear that we needed to build a more opinionated version to avoid any problem in the future.
160
+
161
+ ### Patch Changes
162
+
163
+ - 6af7b16: Updated styles for the Menu component in Canon.
164
+ - bcbc593: Fix Checkbox styles on dark theme in Canon.
165
+ - e7efb7d: Add new breakpoint helpers up(), down() and current breakpoint to help you use our breakpoints in your React components.
166
+ - f7cb538: Internal refactor and fixes to the prop extraction logic for layout components.
167
+ - 35b36ec: Add new Collapsible component for Canon.
168
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
169
+
170
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
171
+
172
+ - 513477f: Add global CSS reset for anchor tags.
173
+ - 24f0e08: Improved Container styles, changing our max-width to 120rem and improving padding on smaller screens.
174
+ - 851779d: Add new Avatar component to Canon.
175
+ - ec5ebd1: Add new TableCellProfile component for Table and DataTable in Canon.
176
+ - 5e80f0b: Fix types on the Icon component.
177
+ - 0e654bf: Add new DataTable component and update Table component styles.
178
+ - 7ae28ba: Move styles to the root of the TextField component.
179
+ - 4fe5b08: We added a render prop to the Link component to make sure it can work with React Router.
180
+ - 74d463c: Fix Select styles on small sizes + with long option names in Canon.
181
+ - f25a5be: Added a new gray scale for Canon for both light and dark theme.
182
+ - 5ee4fc2: Add support for column sizing in DataTable.
183
+ - 05a5003: Fix the Icon component when the name is not found to return null instead of an empty SVG.
184
+
185
+ ## 0.3.0-next.2
186
+
187
+ ### Minor Changes
188
+
189
+ - f038613: Updated TextField and Select component to work with React Hook Form.
190
+ - 1b0cf40: Add new Select component for Canon
191
+ - 5074d61: **BREAKING**: Added a new TextField component to replace the Field and Input component. After feedback, it became clear that we needed to build a more opinionated version to avoid any problem in the future.
192
+
193
+ ### Patch Changes
194
+
195
+ - a47fd39: Removes instances of default React imports, a necessary update for the upcoming React 19 migration.
196
+
197
+ <https://legacy.reactjs.org/blog/2020/09/22/introducing-the-new-jsx-transform.html>
198
+
199
+ - 24f0e08: Improved Container styles, changing our max-width to 120rem and improving padding on smaller screens.
200
+ - 7ae28ba: Move styles to the root of the TextField component.
201
+ - 4fe5b08: We added a render prop to the Link component to make sure it can work with React Router.
202
+
203
+ ## 0.2.1-next.1
204
+
205
+ ### Patch Changes
206
+
207
+ - f7cb538: Internal refactor and fixes to the prop extraction logic for layout components.
208
+ - 5e80f0b: Fix types on the Icon component.
209
+
210
+ ## 0.2.1-next.0
211
+
212
+ ### Patch Changes
213
+
214
+ - 6af7b16: Updated styles for the Menu component in Canon.
215
+ - 513477f: Add global CSS reset for anchor tags.
216
+ - 05a5003: Fix the Icon component when the name is not found to return null instead of an empty SVG.
217
+
218
+ ## 0.2.0
219
+
220
+ ### Minor Changes
221
+
222
+ - 5a5db29: Fix CSS imports and move CSS outputs out of the dist folder.
223
+ - 4557beb: Added a new Tooltip component to Canon.
224
+ - 1e4dfdb: We added a new IconButton component with fixed sizes showcasing a single icon.
225
+ - e8d12f9: Added about 40 new icons to Canon.
226
+ - 8689010: We are renaming CanonProvider to IconProvider to improve clarity on how to override icons.
227
+ - bf319b7: Added a new Menu component to Canon.
228
+ - cb7e99d: Updating styles for Text and Link components as well as global surface tokens.
229
+ - bd8520d: Added a new ScrollArea component for Canon.
230
+
231
+ ### Patch Changes
232
+
233
+ - 56850ca: Fix Button types that was preventing the use of native attributes like onClick.
234
+ - 89e8686: To avoid conflicts with Backstage, we removed global styles and set font-family and font-weight for each components.
235
+ - 05e9d41: Introducing Canon to Backstage. Canon styling system is based on pure CSS. We are adding our styles.css at the top of your Backstage instance.
236
+
237
+ ## 0.2.0-next.1
238
+
239
+ ### Minor Changes
240
+
241
+ - 8689010: We are renaming CanonProvider to IconProvider to improve clarity on how to override icons.
242
+
243
+ ### Patch Changes
244
+
245
+ - 89e8686: To avoid conflicts with Backstage, we removed global styles and set font-family and font-weight for each components.
246
+
247
+ ## 0.2.0-next.0
248
+
249
+ ### Minor Changes
250
+
251
+ - 5a5db29: Fix CSS imports and move CSS outputs out of the dist folder.
252
+
253
+ ## 0.1.0
254
+
255
+ ### Minor Changes
256
+
257
+ - 72c9800: **BREAKING**: Merged the Stack and Inline component into a single component called Flex.
258
+ - 65f4acc: This is the first alpha release for Canon. As part of this release we are introducing 5 layout components and 7 components. All theming is done through CSS variables.
259
+ - 1e4ccce: **BREAKING**: Fixing css structure and making sure that props are applying the correct styles for all responsive values.
260
+ - 8309bdb: Updated core CSS tokens and fixing the Button component accordingly.
261
+
262
+ ### Patch Changes
263
+
264
+ - 989af25: Removed client directive as they are not needed in React 18.
265
+ - f44e5cf: Fix spacing props not being applied for custom values.
266
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
267
+
268
+ ## 0.1.0-next.2
269
+
270
+ ### Minor Changes
271
+
272
+ - 8309bdb: Updated core CSS tokens and fixing the Button component accordingly.
273
+
274
+ ### Patch Changes
275
+
276
+ - f44e5cf: Fix spacing props not being applied for custom values.
277
+
278
+ ## 0.1.0-next.1
279
+
280
+ ### Minor Changes
281
+
282
+ - 72c9800: **BREAKING**: Merged the Stack and Inline component into a single component called Flex.
283
+ - 1e4ccce: **BREAKING**: Fixing css structure and making sure that props are applying the correct styles for all responsive values.
284
+
285
+ ### Patch Changes
286
+
287
+ - 989af25: Removed client directive as they are not needed in React 18.
288
+ - 58ec9e7: Removed older versions of React packages as a preparatory step for upgrading to React 19. This commit does not introduce any functional changes, but removes dependencies on previous React versions, allowing for a cleaner upgrade path in subsequent commits.
289
+
290
+ ## 0.1.0-next.0
291
+
292
+ ### Minor Changes
293
+
294
+ - 65f4acc: This is the first alpha release for Canon. As part of this release we are introducing 5 layout components and 7 components. All theming is done through CSS variables.
package/README.md ADDED
@@ -0,0 +1,18 @@
1
+ # @backstage/ui
2
+
3
+ Backstage UI is a component library for Backstage.
4
+
5
+ ## Installation
6
+
7
+ Install the package via Yarn:
8
+
9
+ ```sh
10
+ cd <package-dir> # if within a monorepo
11
+ yarn add @backstage/ui
12
+ ```
13
+
14
+ ## Documentation
15
+
16
+ - [Backstage UI Documentation](https://ui.backstage.io)
17
+ - [Backstage Readme](https://github.com/backstage/backstage/blob/master/README.md)
18
+ - [Backstage Documentation](https://backstage.io/docs)