Skip to content

Commit

Permalink
Version Packages (#19)
Browse files Browse the repository at this point in the history
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and github-actions[bot] authored Feb 24, 2023
1 parent 11db3da commit 1db2694
Show file tree
Hide file tree
Showing 8 changed files with 234 additions and 467 deletions.
5 changes: 0 additions & 5 deletions .changeset/gentle-apricots-explode.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/green-rocks-travel.md

This file was deleted.

9 changes: 0 additions & 9 deletions .changeset/mean-otters-sing.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/purple-apples-sniff.md

This file was deleted.

5 changes: 0 additions & 5 deletions .changeset/tame-gifts-rush.md

This file was deleted.

19 changes: 19 additions & 0 deletions packages/web-ui/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
# @utilitywarehouse/web-ui

## 0.0.2

### Patch Changes

- [#20](https://github.com/utilitywarehouse/design-systems/pull/20) [`f5b87a4`](https://github.com/utilitywarehouse/design-systems/commit/f5b87a470c0537b9d297a5fc6e3adac42d3def2a) Thanks [@robphoenix](https://github.com/robphoenix)! - Export custom `styled` utility, supporting typed custom theme

- [`46c06dc`](https://github.com/utilitywarehouse/design-systems/commit/46c06dce3240109fcc6a966a894f1f62b61addbb) Thanks [@robphoenix](https://github.com/robphoenix)! - This change removes the `Background` component, moving the same functionality into the `Box` component. The `Background` component felt superfluous to our needs, and it feels more intuitive to have the functionality on the underlying `Box` component anyway. See also [Braid](https://seek-oss.github.io/braid-design-system/components/Box#backgrounds)

- [#28](https://github.com/utilitywarehouse/design-systems/pull/28) [`8dee2ed`](https://github.com/utilitywarehouse/design-systems/commit/8dee2eddf885c33e9283369bd8aa0c22c0dd557a) Thanks [@robphoenix](https://github.com/robphoenix)! - This change clarifies the typography components API.

The `Text` and `Heading` components are intended to meet the majority of typography needs. These components are responsive and aware of any background context from containing `Box` components, meaning the foreground colour will change depending on whether they are rendered within a neutral background or an inverse background. They do not include the MUI system props for styling, however the `sx` prop is available to use as an escape hatch for any custom styling needs.

The `Typography` component is available for more custom typography needs, it has no predefined styling but full access to the system props. The variant prop will be deprecated, and removed in a major release, but is currently available for backwards compatability.

- [#28](https://github.com/utilitywarehouse/design-systems/pull/28) [`8dee2ed`](https://github.com/utilitywarehouse/design-systems/commit/8dee2eddf885c33e9283369bd8aa0c22c0dd557a) Thanks [@robphoenix](https://github.com/robphoenix)! - This change removes the surplus height on the Icon component, closing https://linear.app/utilitywarehouse/issue/UWDS-270/fix-icon-component

- [#18](https://github.com/utilitywarehouse/design-systems/pull/18) [`cfc802a`](https://github.com/utilitywarehouse/design-systems/commit/cfc802afa77cd72875fa88dc5a1cf4a01f031aff) Thanks [@robphoenix](https://github.com/robphoenix)! - This change enables support for MUI system props on Box and layout components. [This](https://mui.com/system/getting-started/usage/#api-tradeoff) is a good reason why we will follow MUIs precedent for this supporting system props.
2 changes: 1 addition & 1 deletion packages/web-ui/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@utilitywarehouse/web-ui",
"version": "0.0.1",
"version": "0.0.2",
"description": "React components for building UW UIs",
"main": "./dist/index.js",
"scripts": {
Expand Down
Loading

1 comment on commit 1db2694

@vercel
Copy link

@vercel vercel bot commented on 1db2694 Feb 24, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-ui – ./

web-ui-uwds.vercel.app
web-ui-git-main-uwds.vercel.app
uw-web-ui.vercel.app

Please sign in to comment.