diff --git a/.release-please-manifest.json b/.release-please-manifest.json
index 2be9c43..0ee8c01 100644
--- a/.release-please-manifest.json
+++ b/.release-please-manifest.json
@@ -1,3 +1,3 @@
{
- ".": "0.2.0"
+ ".": "0.3.0"
}
diff --git a/.storybook/preview-head.html b/.storybook/preview-head.html
index e42307e..e1eb1c4 100644
--- a/.storybook/preview-head.html
+++ b/.storybook/preview-head.html
@@ -185,7 +185,7 @@
}
.sbdocs.sbdocs-content:last-child:after {
/* x-release-please-start-version */
- content: "zeta-web v0.2.0";
+ content: "zeta-web v0.3.0";
/* x-release-please-end */
}
details.repo-header {
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d06d8f5..1269a72 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,111 +1,173 @@
# Changelog
-## [0.2.0](https://github.com/zebratechnologies/zeta-web/compare/zeta-web-v0.1.0...zeta-web-v0.2.0) (2024-06-10)
+## [0.3.0](https://github.com/zebratechnologies/zeta-web/compare/zeta-web-v0.2.0...zeta-web-v0.3.0) (2024-12-03)
+
+### ✨ New Features
+
+- (UX-641) Bottom Sheet ([#134](https://github.com/zebratechnologies/zeta-web/issues/134)) ([a5a3bf9](https://github.com/zebratechnologies/zeta-web/commit/a5a3bf98d94b7790886dfa82e2c80f146beb3402))
+- (UX-645) Breadcrumb ([#135](https://github.com/zebratechnologies/zeta-web/issues/135)) ([55a942e](https://github.com/zebratechnologies/zeta-web/commit/55a942ee9cc94d978758967d54e5c002bdb3785b))
+- (UX-648) FAB ([#133](https://github.com/zebratechnologies/zeta-web/issues/133)) ([92c9338](https://github.com/zebratechnologies/zeta-web/commit/92c933805b81b19a9c43445d84ce06bbf9450f75))
+- (UX-671) Dropdown Menu ([#140](https://github.com/zebratechnologies/zeta-web/issues/140)) ([daa6986](https://github.com/zebratechnologies/zeta-web/commit/daa698639937225ba2ede03350cc34529a11249c))
+- added divider and spacer to navbar ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- Added notification value to control size of populated and unpopulated notification indicator ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- added sneaky hidden css variable for horizontal dialog header ([89d7495](https://github.com/zebratechnologies/zeta-web/commit/89d7495a5f6209f2c54b37d003463df131bf1699))
+- created fab ([92c9338](https://github.com/zebratechnologies/zeta-web/commit/92c933805b81b19a9c43445d84ce06bbf9450f75))
+- created snackbar ([380b8c2](https://github.com/zebratechnologies/zeta-web/commit/380b8c210abeb13e76a996a5a6290ba091c7162f))
+- Updated avatars ([#136](https://github.com/zebratechnologies/zeta-web/issues/136)) ([006577b](https://github.com/zebratechnologies/zeta-web/commit/006577b7336b9ad8f642bf81b18a494523d6f6e8))
+- **UX-1043:** Created avatar rail ([#137](https://github.com/zebratechnologies/zeta-web/issues/137)) ([e450847](https://github.com/zebratechnologies/zeta-web/commit/e450847bbc8a97894eaa867b7e9f7fff86a2e1aa))
+- **UX-650:** Created segmented control ([#139](https://github.com/zebratechnologies/zeta-web/issues/139)) ([d26a1a5](https://github.com/zebratechnologies/zeta-web/commit/d26a1a56d6f45b7f14b98750cd6947aac2b0c84d))
+- **UX-673:** Created upload item ([#141](https://github.com/zebratechnologies/zeta-web/issues/141)) ([e3824b4](https://github.com/zebratechnologies/zeta-web/commit/e3824b4668dc9cb88f5211aa1150deeb25fed300))
+- **UX-679:** Range Selector ([#155](https://github.com/zebratechnologies/zeta-web/issues/155)) ([a8a1922](https://github.com/zebratechnologies/zeta-web/commit/a8a192271849ebf96b4f5bb050c63b4123064c33))
+- **UX-687:** Created navigation rail ([#142](https://github.com/zebratechnologies/zeta-web/issues/142)) ([c1980dd](https://github.com/zebratechnologies/zeta-web/commit/c1980dd995fed1d886009c564e608d0347d1efa1))
+- **UX-701:** snackbar ([#145](https://github.com/zebratechnologies/zeta-web/issues/145)) ([380b8c2](https://github.com/zebratechnologies/zeta-web/commit/380b8c210abeb13e76a996a5a6290ba091c7162f))
+- **UX-715:** Created Appbar ([#138](https://github.com/zebratechnologies/zeta-web/issues/138)) ([304100e](https://github.com/zebratechnologies/zeta-web/commit/304100e5431c7e6889ea72370e2bf58853283e98))
+
+### 🪲 Bug Fixes
+
+- (UX-983) Update In Page Banner ([#132](https://github.com/zebratechnologies/zeta-web/issues/132)) ([3cf284f](https://github.com/zebratechnologies/zeta-web/commit/3cf284f84a3eb9b71790745927aec1cbfd05cf39))
+- changed "dropdown-text" to "text-dropdown" ([daa6986](https://github.com/zebratechnologies/zeta-web/commit/daa698639937225ba2ede03350cc34529a11249c))
+- dropdown-item slotted icon ([daa6986](https://github.com/zebratechnologies/zeta-web/commit/daa698639937225ba2ede03350cc34529a11249c))
+- Fixed issues on progress circle where the upload variant couldn't be scaled. Also added documentation for the cancel event. ([#123](https://github.com/zebratechnologies/zeta-web/issues/123)) ([ea05ad9](https://github.com/zebratechnologies/zeta-web/commit/ea05ad94dad1b5f5ad7407a93a1189a920c406ab))
+- hidden input field slider ([#156](https://github.com/zebratechnologies/zeta-web/issues/156)) ([c0061ba](https://github.com/zebratechnologies/zeta-web/commit/c0061ba0d4e2be77e6a3fd26d0b03e406dde9874))
+- moved flavor off base button ([#148](https://github.com/zebratechnologies/zeta-web/issues/148)) ([1f30171](https://github.com/zebratechnologies/zeta-web/commit/1f30171eac05cd97035cf254e1f97af111961420))
+- navbar item colour ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- segmented-item-style ([#143](https://github.com/zebratechnologies/zeta-web/issues/143)) ([4872c4a](https://github.com/zebratechnologies/zeta-web/commit/4872c4affff755545eaab7d32d7cf54cf54430e3))
+- Updated chips to match designs ([#126](https://github.com/zebratechnologies/zeta-web/issues/126)) ([115be08](https://github.com/zebratechnologies/zeta-web/commit/115be0862488b54ffa05cff5dc73b2245ed14f4a))
+- **UX-1050:** Change icon to use slot ([b14c243](https://github.com/zebratechnologies/zeta-web/commit/b14c243884ec5cd6c37850593f0811dff1bb310b))
+- **UX-994:** Update Navigation Bar ([#129](https://github.com/zebratechnologies/zeta-web/issues/129)) ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- ZetaDialog - dialog overflowed contents ([897ce98](https://github.com/zebratechnologies/zeta-web/commit/897ce98a3b4bf1e64418d8f0fa753d92b39fcdd6))
+
+### 📈 Documentation
+
+- added Actions to Button ([897ce98](https://github.com/zebratechnologies/zeta-web/commit/897ce98a3b4bf1e64418d8f0fa753d92b39fcdd6))
+- added comments to fab.ts and fab.styles.js ([92c9338](https://github.com/zebratechnologies/zeta-web/commit/92c933805b81b19a9c43445d84ce06bbf9450f75))
+- added demo animation on snackbar ([380b8c2](https://github.com/zebratechnologies/zeta-web/commit/380b8c210abeb13e76a996a5a6290ba091c7162f))
+- added documentation for divider and spacer in navbar ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- added missing figma and storybook links ([#147](https://github.com/zebratechnologies/zeta-web/issues/147)) ([d8791ba](https://github.com/zebratechnologies/zeta-web/commit/d8791ba20d11af60e8b86c32f108d3015cb4cec8))
+- created snackbar docs ([380b8c2](https://github.com/zebratechnologies/zeta-web/commit/380b8c210abeb13e76a996a5a6290ba091c7162f))
+- documented all css "part"s ([897ce98](https://github.com/zebratechnologies/zeta-web/commit/897ce98a3b4bf1e64418d8f0fa753d92b39fcdd6))
+- fixed switch css vars bleeding into each other ([#128](https://github.com/zebratechnologies/zeta-web/issues/128)) ([6a0cf74](https://github.com/zebratechnologies/zeta-web/commit/6a0cf74c1513943b41ae2327b9023e2324c8d6e7))
+- Improved documentation to include other variants ([92c9338](https://github.com/zebratechnologies/zeta-web/commit/92c933805b81b19a9c43445d84ce06bbf9450f75))
+- Updated storybook with new props ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+
+### ⛓️ Dependencies
+
+- **automated:** Update tokens ([#131](https://github.com/zebratechnologies/zeta-web/issues/131)) ([cf8b282](https://github.com/zebratechnologies/zeta-web/commit/cf8b282b6c77ddaaf2f4815b6430a32a14a3ac75))
+- Update zeta-icons library ([#121](https://github.com/zebratechnologies/zeta-web/issues/121)) ([36071d2](https://github.com/zebratechnologies/zeta-web/commit/36071d2806efeb3a558d457f557f8ec5d3dd9512))
+
+### 🧪 Tests
+- added click event to utils.ts ([55a942e](https://github.com/zebratechnologies/zeta-web/commit/55a942ee9cc94d978758967d54e5c002bdb3785b))
+- Added spacer test ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- added storybook test package ([897ce98](https://github.com/zebratechnologies/zeta-web/commit/897ce98a3b4bf1e64418d8f0fa753d92b39fcdd6))
+- added test file for navbar with accessibility test ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- added tests for action-menu-button ([daa6986](https://github.com/zebratechnologies/zeta-web/commit/daa698639937225ba2ede03350cc34529a11249c))
+- added tests for breadcrumbs ([55a942e](https://github.com/zebratechnologies/zeta-web/commit/55a942ee9cc94d978758967d54e5c002bdb3785b))
+- Added tests for navigation bar ([3583209](https://github.com/zebratechnologies/zeta-web/commit/3583209dc68b3d00bf231d902625528bf3758c52))
+- organising tests into groups ([#153](https://github.com/zebratechnologies/zeta-web/issues/153)) ([4cd0328](https://github.com/zebratechnologies/zeta-web/commit/4cd0328ac88e6954aed56541cbaa2fc90e716f60))
+
+### 🧹 Miscellaneous Chores
+
+- started adding missing Event Definitions ([897ce98](https://github.com/zebratechnologies/zeta-web/commit/897ce98a3b4bf1e64418d8f0fa753d92b39fcdd6))
+- Update code ([#157](https://github.com/zebratechnologies/zeta-web/issues/157)) ([3760a96](https://github.com/zebratechnologies/zeta-web/commit/3760a9608cf1e7ac9ac7263e867430982854dc36))
+- ZetaDialog - improved layouts in dialog, added named events ([897ce98](https://github.com/zebratechnologies/zeta-web/commit/897ce98a3b4bf1e64418d8f0fa753d92b39fcdd6))
+
+## [0.2.0](https://github.com/zebratechnologies/zeta-web/compare/zeta-web-v0.1.0...zeta-web-v0.2.0) (2024-06-10)
### ⚠ BREAKING CHANGES
-* renamed the package to "@zebra-fed/zeta-web"
+- renamed the package to "@zebra-fed/zeta-web"
### ✨ New Features
-* add primitives / semantics css ([#93](https://github.com/zebratechnologies/zeta-web/issues/93)) ([319b078](https://github.com/zebratechnologies/zeta-web/commit/319b078e8fa8e414f18940957e201df1aa89b978))
-* **build:** Components can now be imported individually ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-* **build:** Exports/built files now can be used individually ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-* Button Group ([#100](https://github.com/zebratechnologies/zeta-web/issues/100)) ([133dbd0](https://github.com/zebratechnologies/zeta-web/commit/133dbd00c940b618617dfea02aadf53d56a6d040))
-* moved styles to css-in-js ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-* zeta-react auto generation ([#114](https://github.com/zebratechnologies/zeta-web/issues/114)) ([240a4c8](https://github.com/zebratechnologies/zeta-web/commit/240a4c8e28fd86f677718ff3962655e3ad24da4d))
-* zeta-react auto generation ([#114](https://github.com/zebratechnologies/zeta-web/issues/114)) ([685be62](https://github.com/zebratechnologies/zeta-web/commit/685be623674ac8535266996d7ec2b303a2cdaa14))
-
+- add primitives / semantics css ([#93](https://github.com/zebratechnologies/zeta-web/issues/93)) ([319b078](https://github.com/zebratechnologies/zeta-web/commit/319b078e8fa8e414f18940957e201df1aa89b978))
+- **build:** Components can now be imported individually ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- **build:** Exports/built files now can be used individually ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- Button Group ([#100](https://github.com/zebratechnologies/zeta-web/issues/100)) ([133dbd0](https://github.com/zebratechnologies/zeta-web/commit/133dbd00c940b618617dfea02aadf53d56a6d040))
+- moved styles to css-in-js ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- zeta-react auto generation ([#114](https://github.com/zebratechnologies/zeta-web/issues/114)) ([240a4c8](https://github.com/zebratechnologies/zeta-web/commit/240a4c8e28fd86f677718ff3962655e3ad24da4d))
+- zeta-react auto generation ([#114](https://github.com/zebratechnologies/zeta-web/issues/114)) ([685be62](https://github.com/zebratechnologies/zeta-web/commit/685be623674ac8535266996d7ec2b303a2cdaa14))
### 🪲 Bug Fixes
-* added `showDropdown` to button-group-item ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-* update font values ([#106](https://github.com/zebratechnologies/zeta-web/issues/106)) ([506f70d](https://github.com/zebratechnologies/zeta-web/commit/506f70d0c28160b165221810eb67dffdd27a0a69))
-
+- added `showDropdown` to button-group-item ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- update font values ([#106](https://github.com/zebratechnologies/zeta-web/issues/106)) ([506f70d](https://github.com/zebratechnologies/zeta-web/commit/506f70d0c28160b165221810eb67dffdd27a0a69))
### 📈 Documentation
-* add documentation for events ([#107](https://github.com/zebratechnologies/zeta-web/issues/107)) ([62b1b2a](https://github.com/zebratechnologies/zeta-web/commit/62b1b2a31bf1192354b68634b7db0ba102900410))
-* add extractArgs script adapted from cem-plugin-better-lit-types ([#98](https://github.com/zebratechnologies/zeta-web/issues/98)) ([7594fcb](https://github.com/zebratechnologies/zeta-web/commit/7594fcb5b3342ba862661e7ee4d2a9872f91b7f8))
-* Add figma links / statuses to stories ([#95](https://github.com/zebratechnologies/zeta-web/issues/95)) ([f62b401](https://github.com/zebratechnologies/zeta-web/commit/f62b401fc723a5f76e0ede27b23c6fc672457002))
-* add version to storybook page footer ([12c265e](https://github.com/zebratechnologies/zeta-web/commit/12c265ec349cd4afc3b966cd29769cf2033e186b))
-* added "spreadGenerator" to fix bool attrs in storybook ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-* move types to individual components / mixins to improve documentation ([#99](https://github.com/zebratechnologies/zeta-web/issues/99)) ([99d4483](https://github.com/zebratechnologies/zeta-web/commit/99d4483736d1753c01b4d7953ef77caa8af841a9))
-* publish main storybook ([12c265e](https://github.com/zebratechnologies/zeta-web/commit/12c265ec349cd4afc3b966cd29769cf2033e186b))
-* style storybook ([#109](https://github.com/zebratechnologies/zeta-web/issues/109)) ([227b206](https://github.com/zebratechnologies/zeta-web/commit/227b206254c7161867f707b5461cf8174562264e))
-* update storybook args ([#112](https://github.com/zebratechnologies/zeta-web/issues/112)) ([03f023d](https://github.com/zebratechnologies/zeta-web/commit/03f023da8965d2be1973dbbc489845385f2b9dc0))
-* Updated storybook logo svgs ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-
+- add documentation for events ([#107](https://github.com/zebratechnologies/zeta-web/issues/107)) ([62b1b2a](https://github.com/zebratechnologies/zeta-web/commit/62b1b2a31bf1192354b68634b7db0ba102900410))
+- add extractArgs script adapted from cem-plugin-better-lit-types ([#98](https://github.com/zebratechnologies/zeta-web/issues/98)) ([7594fcb](https://github.com/zebratechnologies/zeta-web/commit/7594fcb5b3342ba862661e7ee4d2a9872f91b7f8))
+- Add figma links / statuses to stories ([#95](https://github.com/zebratechnologies/zeta-web/issues/95)) ([f62b401](https://github.com/zebratechnologies/zeta-web/commit/f62b401fc723a5f76e0ede27b23c6fc672457002))
+- add version to storybook page footer ([12c265e](https://github.com/zebratechnologies/zeta-web/commit/12c265ec349cd4afc3b966cd29769cf2033e186b))
+- added "spreadGenerator" to fix bool attrs in storybook ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- move types to individual components / mixins to improve documentation ([#99](https://github.com/zebratechnologies/zeta-web/issues/99)) ([99d4483](https://github.com/zebratechnologies/zeta-web/commit/99d4483736d1753c01b4d7953ef77caa8af841a9))
+- publish main storybook ([12c265e](https://github.com/zebratechnologies/zeta-web/commit/12c265ec349cd4afc3b966cd29769cf2033e186b))
+- style storybook ([#109](https://github.com/zebratechnologies/zeta-web/issues/109)) ([227b206](https://github.com/zebratechnologies/zeta-web/commit/227b206254c7161867f707b5461cf8174562264e))
+- update storybook args ([#112](https://github.com/zebratechnologies/zeta-web/issues/112)) ([03f023d](https://github.com/zebratechnologies/zeta-web/commit/03f023da8965d2be1973dbbc489845385f2b9dc0))
+- Updated storybook logo svgs ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
### ⛓️ Dependencies
-* Update zeta-icons library ([#102](https://github.com/zebratechnologies/zeta-web/issues/102)) ([bfe1857](https://github.com/zebratechnologies/zeta-web/commit/bfe1857434fb486404993818e9064cbf462a9b0a))
-* Update zeta-icons library ([#105](https://github.com/zebratechnologies/zeta-web/issues/105)) ([ba246a5](https://github.com/zebratechnologies/zeta-web/commit/ba246a516dbd60e5a14429c19eae3581803617d2))
-* Update zeta-icons library ([#113](https://github.com/zebratechnologies/zeta-web/issues/113)) ([e22958f](https://github.com/zebratechnologies/zeta-web/commit/e22958f543ff2ba02b8a31583c133ec8c9612255))
-* Update zeta-icons library ([#116](https://github.com/zebratechnologies/zeta-web/issues/116)) ([ca75da6](https://github.com/zebratechnologies/zeta-web/commit/ca75da6c69a84c92807517bee52d7bf779faa786))
-
+- Update zeta-icons library ([#102](https://github.com/zebratechnologies/zeta-web/issues/102)) ([bfe1857](https://github.com/zebratechnologies/zeta-web/commit/bfe1857434fb486404993818e9064cbf462a9b0a))
+- Update zeta-icons library ([#105](https://github.com/zebratechnologies/zeta-web/issues/105)) ([ba246a5](https://github.com/zebratechnologies/zeta-web/commit/ba246a516dbd60e5a14429c19eae3581803617d2))
+- Update zeta-icons library ([#113](https://github.com/zebratechnologies/zeta-web/issues/113)) ([e22958f](https://github.com/zebratechnologies/zeta-web/commit/e22958f543ff2ba02b8a31583c133ec8c9612255))
+- Update zeta-icons library ([#116](https://github.com/zebratechnologies/zeta-web/issues/116)) ([ca75da6](https://github.com/zebratechnologies/zeta-web/commit/ca75da6c69a84c92807517bee52d7bf779faa786))
### 🧪 Tests
-* added /test to manually test importing in html ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-
+- added /test to manually test importing in html ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
### 🧹 Miscellaneous Chores
-* **ci:** improved react-story generation ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-* **ci:** Update release-please.yml to run manually ([9f0c8dd](https://github.com/zebratechnologies/zeta-web/commit/9f0c8dd5f55a31c0e7a44cdc557f57d6dc7dbeff))
-* fix storybook logo to use paths not font ([#92](https://github.com/zebratechnologies/zeta-web/issues/92)) ([b4838e9](https://github.com/zebratechnologies/zeta-web/commit/b4838e99003d0f3fe7e7eccf40de5088b8c8bdde))
-* release 0.2.0 ([98f9d0a](https://github.com/zebratechnologies/zeta-web/commit/98f9d0ab137f3f60550c6c3ef09bfdf88cfd0afd))
-* removed all unsafeCSS calls ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-* Removed SCSS (changed to CSS) ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
-
+- **ci:** improved react-story generation ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- **ci:** Update release-please.yml to run manually ([9f0c8dd](https://github.com/zebratechnologies/zeta-web/commit/9f0c8dd5f55a31c0e7a44cdc557f57d6dc7dbeff))
+- fix storybook logo to use paths not font ([#92](https://github.com/zebratechnologies/zeta-web/issues/92)) ([b4838e9](https://github.com/zebratechnologies/zeta-web/commit/b4838e99003d0f3fe7e7eccf40de5088b8c8bdde))
+- release 0.2.0 ([98f9d0a](https://github.com/zebratechnologies/zeta-web/commit/98f9d0ab137f3f60550c6c3ef09bfdf88cfd0afd))
+- removed all unsafeCSS calls ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- Removed SCSS (changed to CSS) ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
### Continuous Integration
-* renamed the package to "@zebra-fed/zeta-web" ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
+- renamed the package to "@zebra-fed/zeta-web" ([bf3c39e](https://github.com/zebratechnologies/zeta-web/commit/bf3c39ec40cc9d3e1bc63c742e0ff38a7396e1b4))
## [0.1.0](https://github.com/zebratechnologies/zeta-web/compare/zeta-web-v0.0.1+1...zeta-web-v0.1.0) (2024-03-18)
-
### Features
-* added upload variant to progress circle ([#35](https://github.com/zebratechnologies/zeta-web/issues/35)) ([63e93da](https://github.com/zebratechnologies/zeta-web/commit/63e93da6165794691127f1acfc7967cb9c610e68))
-* avatar ([#51](https://github.com/zebratechnologies/zeta-web/issues/51)) ([6f1ac3c](https://github.com/zebratechnologies/zeta-web/commit/6f1ac3c7f544b04bd17493d2ea081ec175623919))
-* breadcrumb truncated ([#44](https://github.com/zebratechnologies/zeta-web/issues/44)) ([bb77f09](https://github.com/zebratechnologies/zeta-web/commit/bb77f0959422ab21b407ddfe8d8f19ff6b1b9b22))
-* Card header ([#55](https://github.com/zebratechnologies/zeta-web/issues/55)) ([2dd17e5](https://github.com/zebratechnologies/zeta-web/commit/2dd17e582a99c33adcf1ef5f55e8c62f6b23d7c2))
-* Created card component ([#57](https://github.com/zebratechnologies/zeta-web/issues/57)) ([e50e7a7](https://github.com/zebratechnologies/zeta-web/commit/e50e7a7ce0496c7ffe1bf2faab6405fb60911a88))
-* Created file upload ([#68](https://github.com/zebratechnologies/zeta-web/issues/68)) ([6dc0b98](https://github.com/zebratechnologies/zeta-web/commit/6dc0b9832340370baf2ccbec5df34bf6fd23a9c6))
-* Created list component ([#58](https://github.com/zebratechnologies/zeta-web/issues/58)) ([d8d1f49](https://github.com/zebratechnologies/zeta-web/commit/d8d1f492f7df7d0de35f0b0a5a3fb4627478f3b7))
-* Created navigation bar ([#59](https://github.com/zebratechnologies/zeta-web/issues/59)) ([4c2b1b1](https://github.com/zebratechnologies/zeta-web/commit/4c2b1b131f12218e7286b8569b3b3619a8a5ad97))
-* Created navigation drawer and popup mixin ([#65](https://github.com/zebratechnologies/zeta-web/issues/65)) ([6234e8e](https://github.com/zebratechnologies/zeta-web/commit/6234e8e1212cb6e85caaaafdc16c05506a17fc9d))
-* Created navigation drawer components ([#64](https://github.com/zebratechnologies/zeta-web/issues/64)) ([0f4a98b](https://github.com/zebratechnologies/zeta-web/commit/0f4a98bdeab342701e2e51f87345d8aaa9896e4b))
-* Created navigation drawer footer logo variant ([#67](https://github.com/zebratechnologies/zeta-web/issues/67)) ([a848e17](https://github.com/zebratechnologies/zeta-web/commit/a848e172e25c5b2f2092bc897522464b6e10b3b5))
-* Created navigation header and global header ([#71](https://github.com/zebratechnologies/zeta-web/issues/71)) ([4841d22](https://github.com/zebratechnologies/zeta-web/commit/4841d22624b96b7a284160d6785c85872b29f02e))
-* Created progress bar ([#73](https://github.com/zebratechnologies/zeta-web/issues/73)) ([6f637b2](https://github.com/zebratechnologies/zeta-web/commit/6f637b2f012b7622fe30500f7857d50d33f9086c))
-* Created slider ([#80](https://github.com/zebratechnologies/zeta-web/issues/80)) ([4be9423](https://github.com/zebratechnologies/zeta-web/commit/4be9423d60dca3950b10f77024eb51fe5b500104))
-* Dropdown menu item, Focusable Mixin, Radio button ([#49](https://github.com/zebratechnologies/zeta-web/issues/49)) ([8fd62f6](https://github.com/zebratechnologies/zeta-web/commit/8fd62f6e6bd52128ac6cd49e499178f457ecae1b))
-* Icon button ([#30](https://github.com/zebratechnologies/zeta-web/issues/30)) ([b732420](https://github.com/zebratechnologies/zeta-web/commit/b732420941fe2f2a217384a95a8d3a170d959f0e))
-* More menu ([#17](https://github.com/zebratechnologies/zeta-web/issues/17)) ([191a316](https://github.com/zebratechnologies/zeta-web/commit/191a31646e91bc5294098780faf061f03ccbc1aa))
-* pagination component ([#46](https://github.com/zebratechnologies/zeta-web/issues/46)) ([7c26850](https://github.com/zebratechnologies/zeta-web/commit/7c2685010b885d84837a6fdc365a0e23dac4ae8f))
-* password field ([#38](https://github.com/zebratechnologies/zeta-web/issues/38)) ([bd832b8](https://github.com/zebratechnologies/zeta-web/commit/bd832b80a9a463852ae76d80bde87bf6ee068414))
-* stepper input ([#48](https://github.com/zebratechnologies/zeta-web/issues/48)) ([131fd63](https://github.com/zebratechnologies/zeta-web/commit/131fd639b1d4210c57be3b257b6400f1e6fea0bb))
-* time input field & date input field ([#47](https://github.com/zebratechnologies/zeta-web/issues/47)) ([2299c97](https://github.com/zebratechnologies/zeta-web/commit/2299c972d41ac8d28ddc7342accdba8ab2304e4e))
-* Zeta Web Assist Chip ([#27](https://github.com/zebratechnologies/zeta-web/issues/27)) ([7b0c999](https://github.com/zebratechnologies/zeta-web/commit/7b0c999aec718e6380fd9f07b87dd77257b70dc6))
-* Zeta Web Filter Chip ([#24](https://github.com/zebratechnologies/zeta-web/issues/24)) ([d38bc45](https://github.com/zebratechnologies/zeta-web/commit/d38bc459deaa406d0041f8d9b5ea5ed9ec95bc42))
-
+- added upload variant to progress circle ([#35](https://github.com/zebratechnologies/zeta-web/issues/35)) ([63e93da](https://github.com/zebratechnologies/zeta-web/commit/63e93da6165794691127f1acfc7967cb9c610e68))
+- avatar ([#51](https://github.com/zebratechnologies/zeta-web/issues/51)) ([6f1ac3c](https://github.com/zebratechnologies/zeta-web/commit/6f1ac3c7f544b04bd17493d2ea081ec175623919))
+- breadcrumb truncated ([#44](https://github.com/zebratechnologies/zeta-web/issues/44)) ([bb77f09](https://github.com/zebratechnologies/zeta-web/commit/bb77f0959422ab21b407ddfe8d8f19ff6b1b9b22))
+- Card header ([#55](https://github.com/zebratechnologies/zeta-web/issues/55)) ([2dd17e5](https://github.com/zebratechnologies/zeta-web/commit/2dd17e582a99c33adcf1ef5f55e8c62f6b23d7c2))
+- Created card component ([#57](https://github.com/zebratechnologies/zeta-web/issues/57)) ([e50e7a7](https://github.com/zebratechnologies/zeta-web/commit/e50e7a7ce0496c7ffe1bf2faab6405fb60911a88))
+- Created file upload ([#68](https://github.com/zebratechnologies/zeta-web/issues/68)) ([6dc0b98](https://github.com/zebratechnologies/zeta-web/commit/6dc0b9832340370baf2ccbec5df34bf6fd23a9c6))
+- Created list component ([#58](https://github.com/zebratechnologies/zeta-web/issues/58)) ([d8d1f49](https://github.com/zebratechnologies/zeta-web/commit/d8d1f492f7df7d0de35f0b0a5a3fb4627478f3b7))
+- Created navigation bar ([#59](https://github.com/zebratechnologies/zeta-web/issues/59)) ([4c2b1b1](https://github.com/zebratechnologies/zeta-web/commit/4c2b1b131f12218e7286b8569b3b3619a8a5ad97))
+- Created navigation drawer and popup mixin ([#65](https://github.com/zebratechnologies/zeta-web/issues/65)) ([6234e8e](https://github.com/zebratechnologies/zeta-web/commit/6234e8e1212cb6e85caaaafdc16c05506a17fc9d))
+- Created navigation drawer components ([#64](https://github.com/zebratechnologies/zeta-web/issues/64)) ([0f4a98b](https://github.com/zebratechnologies/zeta-web/commit/0f4a98bdeab342701e2e51f87345d8aaa9896e4b))
+- Created navigation drawer footer logo variant ([#67](https://github.com/zebratechnologies/zeta-web/issues/67)) ([a848e17](https://github.com/zebratechnologies/zeta-web/commit/a848e172e25c5b2f2092bc897522464b6e10b3b5))
+- Created navigation header and global header ([#71](https://github.com/zebratechnologies/zeta-web/issues/71)) ([4841d22](https://github.com/zebratechnologies/zeta-web/commit/4841d22624b96b7a284160d6785c85872b29f02e))
+- Created progress bar ([#73](https://github.com/zebratechnologies/zeta-web/issues/73)) ([6f637b2](https://github.com/zebratechnologies/zeta-web/commit/6f637b2f012b7622fe30500f7857d50d33f9086c))
+- Created slider ([#80](https://github.com/zebratechnologies/zeta-web/issues/80)) ([4be9423](https://github.com/zebratechnologies/zeta-web/commit/4be9423d60dca3950b10f77024eb51fe5b500104))
+- Dropdown menu item, Focusable Mixin, Radio button ([#49](https://github.com/zebratechnologies/zeta-web/issues/49)) ([8fd62f6](https://github.com/zebratechnologies/zeta-web/commit/8fd62f6e6bd52128ac6cd49e499178f457ecae1b))
+- Icon button ([#30](https://github.com/zebratechnologies/zeta-web/issues/30)) ([b732420](https://github.com/zebratechnologies/zeta-web/commit/b732420941fe2f2a217384a95a8d3a170d959f0e))
+- More menu ([#17](https://github.com/zebratechnologies/zeta-web/issues/17)) ([191a316](https://github.com/zebratechnologies/zeta-web/commit/191a31646e91bc5294098780faf061f03ccbc1aa))
+- pagination component ([#46](https://github.com/zebratechnologies/zeta-web/issues/46)) ([7c26850](https://github.com/zebratechnologies/zeta-web/commit/7c2685010b885d84837a6fdc365a0e23dac4ae8f))
+- password field ([#38](https://github.com/zebratechnologies/zeta-web/issues/38)) ([bd832b8](https://github.com/zebratechnologies/zeta-web/commit/bd832b80a9a463852ae76d80bde87bf6ee068414))
+- stepper input ([#48](https://github.com/zebratechnologies/zeta-web/issues/48)) ([131fd63](https://github.com/zebratechnologies/zeta-web/commit/131fd639b1d4210c57be3b257b6400f1e6fea0bb))
+- time input field & date input field ([#47](https://github.com/zebratechnologies/zeta-web/issues/47)) ([2299c97](https://github.com/zebratechnologies/zeta-web/commit/2299c972d41ac8d28ddc7342accdba8ab2304e4e))
+- Zeta Web Assist Chip ([#27](https://github.com/zebratechnologies/zeta-web/issues/27)) ([7b0c999](https://github.com/zebratechnologies/zeta-web/commit/7b0c999aec718e6380fd9f07b87dd77257b70dc6))
+- Zeta Web Filter Chip ([#24](https://github.com/zebratechnologies/zeta-web/issues/24)) ([d38bc45](https://github.com/zebratechnologies/zeta-web/commit/d38bc459deaa406d0041f8d9b5ea5ed9ec95bc42))
### Bug Fixes
-* Accordion UX updates ([#53](https://github.com/zebratechnologies/zeta-web/issues/53)) ([54c28ed](https://github.com/zebratechnologies/zeta-web/commit/54c28ed3f91390745f27903aa9f13646748a8d4f))
-* component tests ([#45](https://github.com/zebratechnologies/zeta-web/issues/45)) ([b12267b](https://github.com/zebratechnologies/zeta-web/commit/b12267b88ef4d956b749a506f133ceed556e6401))
-* introduce release please manifest ([#42](https://github.com/zebratechnologies/zeta-web/issues/42)) ([16b673e](https://github.com/zebratechnologies/zeta-web/commit/16b673e58eb118004243f9692b5d5c10764ac415))
-* remove react from release please ([#87](https://github.com/zebratechnologies/zeta-web/issues/87)) ([621869b](https://github.com/zebratechnologies/zeta-web/commit/621869b40754d92ba790397e9383001d8fed0932))
-* Update icons action now saves to package json ([#66](https://github.com/zebratechnologies/zeta-web/issues/66)) ([673fb5f](https://github.com/zebratechnologies/zeta-web/commit/673fb5f1eb6ce9f7829329f39dfb9e0a95e80955))
-* update release please workflow to read the config files ([#41](https://github.com/zebratechnologies/zeta-web/issues/41)) ([51e576f](https://github.com/zebratechnologies/zeta-web/commit/51e576f365ceaf2fa92a9138b40e823fe70354e0))
-* Updating button themes to match new designs ([#56](https://github.com/zebratechnologies/zeta-web/issues/56)) ([265a96c](https://github.com/zebratechnologies/zeta-web/commit/265a96c411128ce0df9772e7f561c1849dfd6a86))
-
+- Accordion UX updates ([#53](https://github.com/zebratechnologies/zeta-web/issues/53)) ([54c28ed](https://github.com/zebratechnologies/zeta-web/commit/54c28ed3f91390745f27903aa9f13646748a8d4f))
+- component tests ([#45](https://github.com/zebratechnologies/zeta-web/issues/45)) ([b12267b](https://github.com/zebratechnologies/zeta-web/commit/b12267b88ef4d956b749a506f133ceed556e6401))
+- introduce release please manifest ([#42](https://github.com/zebratechnologies/zeta-web/issues/42)) ([16b673e](https://github.com/zebratechnologies/zeta-web/commit/16b673e58eb118004243f9692b5d5c10764ac415))
+- remove react from release please ([#87](https://github.com/zebratechnologies/zeta-web/issues/87)) ([621869b](https://github.com/zebratechnologies/zeta-web/commit/621869b40754d92ba790397e9383001d8fed0932))
+- Update icons action now saves to package json ([#66](https://github.com/zebratechnologies/zeta-web/issues/66)) ([673fb5f](https://github.com/zebratechnologies/zeta-web/commit/673fb5f1eb6ce9f7829329f39dfb9e0a95e80955))
+- update release please workflow to read the config files ([#41](https://github.com/zebratechnologies/zeta-web/issues/41)) ([51e576f](https://github.com/zebratechnologies/zeta-web/commit/51e576f365ceaf2fa92a9138b40e823fe70354e0))
+- Updating button themes to match new designs ([#56](https://github.com/zebratechnologies/zeta-web/issues/56)) ([265a96c](https://github.com/zebratechnologies/zeta-web/commit/265a96c411128ce0df9772e7f561c1849dfd6a86))
### Miscellaneous Chores
-* release 0.1.0 ([#39](https://github.com/zebratechnologies/zeta-web/issues/39)) ([df73179](https://github.com/zebratechnologies/zeta-web/commit/df7317957b164a60d47a00251371da5509aac440))
+- release 0.1.0 ([#39](https://github.com/zebratechnologies/zeta-web/issues/39)) ([df73179](https://github.com/zebratechnologies/zeta-web/commit/df7317957b164a60d47a00251371da5509aac440))
diff --git a/README.md b/README.md
index d5a3683..4f4aa90 100644
--- a/README.md
+++ b/README.md
@@ -1,15 +1,3 @@
-Zebra Repository Information
-
-
-