diff --git a/packages/components/CHANGELOG.md b/packages/components/CHANGELOG.md index 629b0e22..11cf8855 100644 --- a/packages/components/CHANGELOG.md +++ b/packages/components/CHANGELOG.md @@ -3,46 +3,331 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. -## [0.12.4](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.12.4) (2023-12-19) +# [0.13.0-alpha.10](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.10) (2023-12-15) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **componenets:** Add CssBaseline ([f392abb](https://github.com/layer5io/sistent/commit/f392abb7d1f2fcb11e6e814faac955bf9b872b43)) +- **components:** add fallback fonts ([f937a2f](https://github.com/layer5io/sistent/commit/f937a2f3e1ae0bd2934d0474217d4caeb9b36efe)) +- **components:** Fix Drawer's color in theme mode ([9d5c28a](https://github.com/layer5io/sistent/commit/9d5c28a08b2df9bea95f673c1ca99de68bd7209e)) +- **components:** fix font path again ([f524e6f](https://github.com/layer5io/sistent/commit/f524e6f40cd9f94c829aad1d5789da99aeb52d95)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** remove font import ([762cae2](https://github.com/layer5io/sistent/commit/762cae2d5165771e16168545c6beab0dad6ad412)) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** add outlined input component ([13da43f](https://github.com/layer5io/sistent/commit/13da43fbb3705492b373ec823e9e8727343e0676)) +- **components:** add placeholder for button style ([b3f2568](https://github.com/layer5io/sistent/commit/b3f2568834a4720a75ad7d48dc84a0743a5067d6)) +- **components:** change path to fonts, and add other colors ([b48a889](https://github.com/layer5io/sistent/commit/b48a8891d7f85820ea8312121037ba9aab38e065)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** Move initialMode state into props ([a36ddef](https://github.com/layer5io/sistent/commit/a36ddef7189ee68358e2a1809c3729290e382a8e)) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.9](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.9) (2023-12-15) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **componenets:** Add CssBaseline ([f392abb](https://github.com/layer5io/sistent/commit/f392abb7d1f2fcb11e6e814faac955bf9b872b43)) +- **components:** add fallback fonts ([f937a2f](https://github.com/layer5io/sistent/commit/f937a2f3e1ae0bd2934d0474217d4caeb9b36efe)) +- **components:** Fix Drawer's color in theme mode ([9d5c28a](https://github.com/layer5io/sistent/commit/9d5c28a08b2df9bea95f673c1ca99de68bd7209e)) +- **components:** fix font path again ([f524e6f](https://github.com/layer5io/sistent/commit/f524e6f40cd9f94c829aad1d5789da99aeb52d95)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** add outlined input component ([13da43f](https://github.com/layer5io/sistent/commit/13da43fbb3705492b373ec823e9e8727343e0676)) +- **components:** add placeholder for button style ([b3f2568](https://github.com/layer5io/sistent/commit/b3f2568834a4720a75ad7d48dc84a0743a5067d6)) +- **components:** change path to fonts, and add other colors ([b48a889](https://github.com/layer5io/sistent/commit/b48a8891d7f85820ea8312121037ba9aab38e065)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** Move initialMode state into props ([a36ddef](https://github.com/layer5io/sistent/commit/a36ddef7189ee68358e2a1809c3729290e382a8e)) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.8](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.8) (2023-12-15) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **componenets:** Add CssBaseline ([f392abb](https://github.com/layer5io/sistent/commit/f392abb7d1f2fcb11e6e814faac955bf9b872b43)) +- **components:** Fix Drawer's color in theme mode ([9d5c28a](https://github.com/layer5io/sistent/commit/9d5c28a08b2df9bea95f673c1ca99de68bd7209e)) +- **components:** fix font path again ([f524e6f](https://github.com/layer5io/sistent/commit/f524e6f40cd9f94c829aad1d5789da99aeb52d95)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** add outlined input component ([13da43f](https://github.com/layer5io/sistent/commit/13da43fbb3705492b373ec823e9e8727343e0676)) +- **components:** add placeholder for button style ([b3f2568](https://github.com/layer5io/sistent/commit/b3f2568834a4720a75ad7d48dc84a0743a5067d6)) +- **components:** change path to fonts, and add other colors ([b48a889](https://github.com/layer5io/sistent/commit/b48a8891d7f85820ea8312121037ba9aab38e065)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** Move initialMode state into props ([a36ddef](https://github.com/layer5io/sistent/commit/a36ddef7189ee68358e2a1809c3729290e382a8e)) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.7](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.7) (2023-12-15) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **componenets:** Add CssBaseline ([f392abb](https://github.com/layer5io/sistent/commit/f392abb7d1f2fcb11e6e814faac955bf9b872b43)) +- **components:** fix font path again ([f524e6f](https://github.com/layer5io/sistent/commit/f524e6f40cd9f94c829aad1d5789da99aeb52d95)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** add outlined input component ([13da43f](https://github.com/layer5io/sistent/commit/13da43fbb3705492b373ec823e9e8727343e0676)) +- **components:** add placeholder for button style ([b3f2568](https://github.com/layer5io/sistent/commit/b3f2568834a4720a75ad7d48dc84a0743a5067d6)) +- **components:** change path to fonts, and add other colors ([b48a889](https://github.com/layer5io/sistent/commit/b48a8891d7f85820ea8312121037ba9aab38e065)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** Move initialMode state into props ([a36ddef](https://github.com/layer5io/sistent/commit/a36ddef7189ee68358e2a1809c3729290e382a8e)) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.6](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.6) (2023-12-15) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** fix font path again ([f524e6f](https://github.com/layer5io/sistent/commit/f524e6f40cd9f94c829aad1d5789da99aeb52d95)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** add outlined input component ([13da43f](https://github.com/layer5io/sistent/commit/13da43fbb3705492b373ec823e9e8727343e0676)) +- **components:** add placeholder for button style ([b3f2568](https://github.com/layer5io/sistent/commit/b3f2568834a4720a75ad7d48dc84a0743a5067d6)) +- **components:** change path to fonts, and add other colors ([b48a889](https://github.com/layer5io/sistent/commit/b48a8891d7f85820ea8312121037ba9aab38e065)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** Move initialMode state into props ([a36ddef](https://github.com/layer5io/sistent/commit/a36ddef7189ee68358e2a1809c3729290e382a8e)) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.5](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.5) (2023-12-15) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** fix font path again ([f524e6f](https://github.com/layer5io/sistent/commit/f524e6f40cd9f94c829aad1d5789da99aeb52d95)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** add outlined input component ([13da43f](https://github.com/layer5io/sistent/commit/13da43fbb3705492b373ec823e9e8727343e0676)) +- **components:** add placeholder for button style ([b3f2568](https://github.com/layer5io/sistent/commit/b3f2568834a4720a75ad7d48dc84a0743a5067d6)) +- **components:** change path to fonts, and add other colors ([b48a889](https://github.com/layer5io/sistent/commit/b48a8891d7f85820ea8312121037ba9aab38e065)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.4](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.4) (2023-12-15) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** change path to fonts, and add other colors ([b48a889](https://github.com/layer5io/sistent/commit/b48a8891d7f85820ea8312121037ba9aab38e065)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.3](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.3) (2023-12-14) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.2](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.2) (2023-12-14) + +### Bug Fixes + +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** return the theme ([13e4229](https://github.com/layer5io/sistent/commit/13e42295ef1d02c8088a5af029dcdac5aeb6ab42)) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) +# [0.13.0-alpha.1](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.1) (2023-12-14) ### Bug Fixes -* **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) -* **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) -* **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) -* **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) -* **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) -* **filter:** icon and div wrapper ([21738b0](https://github.com/layer5io/sistent/commit/21738b0fcdeaefa3ec72aae8d0f103ab27ef2c81)) -* formatting issues ([d4f5655](https://github.com/layer5io/sistent/commit/d4f5655379f8db835838b88b6138e34928f09112)) -* **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) -* lint issues ([04a9a43](https://github.com/layer5io/sistent/commit/04a9a43cd9f1598d2aca8fcd738b448ecb41065c)) -* **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) -* **search:** search width when not expanded ([5183dcc](https://github.com/layer5io/sistent/commit/5183dcc77bae6b1ab022960b6ea11b40ca70c439)) -* **table:** null issue for cols ([27c72c1](https://github.com/layer5io/sistent/commit/27c72c1d573c97a20be36f7cab98b3b61eb2fd2d)) +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) + +### Features + +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +# [0.13.0-alpha.0](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.13.0-alpha.0) (2023-12-14) + +### Bug Fixes +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) ### Features -* Add flip card component ([031e6bb](https://github.com/layer5io/sistent/commit/031e6bb525e6f904b52fe266ea4ea4f35cae6344)) -* **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) -* Added component import path ([783011f](https://github.com/layer5io/sistent/commit/783011f137f228db2c1d2afe266a133373800bcb)) -* Change useState import ([2202d4a](https://github.com/layer5io/sistent/commit/2202d4ab691fce8793234d3b793b47fd577efed7)) -* **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) -* **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) -* **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) -* empty state component ([07ab5dc](https://github.com/layer5io/sistent/commit/07ab5dcfdc36945ba8c73a16d41f092b180c7d5b)) -* formatting ([9583d85](https://github.com/layer5io/sistent/commit/9583d85a4c8d6c3f513e1cb2c7a08fd5b58d883d)) -* formatting ([d2ec7a1](https://github.com/layer5io/sistent/commit/d2ec7a1ec646bb3e6aecd06bc4d36edc210c615b)) -* formatting ([d1f9531](https://github.com/layer5io/sistent/commit/d1f95313406b19ab0f43910f1ca918a25baf3961)) -* icon import ([84af48a](https://github.com/layer5io/sistent/commit/84af48afeecf837492bfac38c775f73d71891d29)) -* **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) -* Remove unused defined props ([33d8cae](https://github.com/layer5io/sistent/commit/33d8cae3da4769930bcbef363e77f4670486b625)) -* t ([c71a64b](https://github.com/layer5io/sistent/commit/c71a64b0a3b18a20002afadea85b3678244cf481)) +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- **components:** add fonts to assets ([cf39047](https://github.com/layer5io/sistent/commit/cf39047d81a27c6edf6ed4135eae64f3b31eeb53)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** Export ThemeProvider ([4c6864b](https://github.com/layer5io/sistent/commit/4c6864b63a8f3449592e2970fa2acf9d9be5665c)), closes [#368](https://github.com/layer5io/sistent/issues/368) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) + +## [0.12.4](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.12.4) (2023-12-19) +### Bug Fixes +- **clickaway:** remove extra wrapper ([abfdb95](https://github.com/layer5io/sistent/commit/abfdb956c0952f9053954150d10a8d1c58bd7603)) +- **components:** refactor column to not use forwardRef ([6590d55](https://github.com/layer5io/sistent/commit/6590d55809b1c0f75f364986642d41b88c38235e)), closes [#375](https://github.com/layer5io/sistent/issues/375) +- **components:** update filter component ([e087dbf](https://github.com/layer5io/sistent/commit/e087dbfcd39ae3cd75d589b5a263cbf27f6eb2ff)), closes [#394](https://github.com/layer5io/sistent/issues/394) +- **configure:** toolbar components ([45c3664](https://github.com/layer5io/sistent/commit/45c3664612fe26dbb4a756874e83e66f16d8a84a)) +- **div:** wrapper ([e80688a](https://github.com/layer5io/sistent/commit/e80688a4928fcd1c04ab22212f444f00e756196b)) +- **filter:** icon and div wrapper ([21738b0](https://github.com/layer5io/sistent/commit/21738b0fcdeaefa3ec72aae8d0f103ab27ef2c81)) +- formatting issues ([d4f5655](https://github.com/layer5io/sistent/commit/d4f5655379f8db835838b88b6138e34928f09112)) +- **issues:** column ([fddc3c0](https://github.com/layer5io/sistent/commit/fddc3c04baef4e6bfc6f6d3b2e453f81ba77cb3d)) +- lint issues ([04a9a43](https://github.com/layer5io/sistent/commit/04a9a43cd9f1598d2aca8fcd738b448ecb41065c)) +- **pretier:** check ([182c5ed](https://github.com/layer5io/sistent/commit/182c5ed62d659c6050da47fd8bec960e994f937b)) +- **search:** search width when not expanded ([5183dcc](https://github.com/layer5io/sistent/commit/5183dcc77bae6b1ab022960b6ea11b40ca70c439)) +- **table:** null issue for cols ([27c72c1](https://github.com/layer5io/sistent/commit/27c72c1d573c97a20be36f7cab98b3b61eb2fd2d)) +### Features +- Add flip card component ([031e6bb](https://github.com/layer5io/sistent/commit/031e6bb525e6f904b52fe266ea4ea4f35cae6344)) +- **add:** date formats ([2e70ef8](https://github.com/layer5io/sistent/commit/2e70ef82b0d30f8f5baed4a8076a338de6dfccb2)) +- Added component import path ([783011f](https://github.com/layer5io/sistent/commit/783011f137f228db2c1d2afe266a133373800bcb)) +- Change useState import ([2202d4a](https://github.com/layer5io/sistent/commit/2202d4ab691fce8793234d3b793b47fd577efed7)) +- **components:** create PopperListener component ([ad676a6](https://github.com/layer5io/sistent/commit/ad676a6262a9b60e4614efebbe94ebd10d7460b0)), closes [#390](https://github.com/layer5io/sistent/issues/390) +- **components:** create TooltipIcon ([08bc434](https://github.com/layer5io/sistent/commit/08bc434026963874c94ceda85f02c61ac9d42f71)), closes [#376](https://github.com/layer5io/sistent/issues/376) +- **components:** update SearchBar ([92486f6](https://github.com/layer5io/sistent/commit/92486f694bc1e340b4de62013f5799354dd6e55d)), closes [#396](https://github.com/layer5io/sistent/issues/396) +- empty state component ([07ab5dc](https://github.com/layer5io/sistent/commit/07ab5dcfdc36945ba8c73a16d41f092b180c7d5b)) +- formatting ([9583d85](https://github.com/layer5io/sistent/commit/9583d85a4c8d6c3f513e1cb2c7a08fd5b58d883d)) +- formatting ([d2ec7a1](https://github.com/layer5io/sistent/commit/d2ec7a1ec646bb3e6aecd06bc4d36edc210c615b)) +- formatting ([d1f9531](https://github.com/layer5io/sistent/commit/d1f95313406b19ab0f43910f1ca918a25baf3961)) +- icon import ([84af48a](https://github.com/layer5io/sistent/commit/84af48afeecf837492bfac38c775f73d71891d29)) +- **prop:** add color prop ([c16c36d](https://github.com/layer5io/sistent/commit/c16c36d040e0e28161efad3263d57b6e1e405e11)) +- Remove unused defined props ([33d8cae](https://github.com/layer5io/sistent/commit/33d8cae3da4769930bcbef363e77f4670486b625)) +- t ([c71a64b](https://github.com/layer5io/sistent/commit/c71a64b0a3b18a20002afadea85b3678244cf481)) ## [0.12.3](https://github.com/layer5io/sistent/compare/@layer5/sistent-components@0.12.0...@layer5/sistent-components@0.12.3) (2023-12-16) diff --git a/packages/components/package.json b/packages/components/package.json index 71af2c5f..c1dbacd1 100644 --- a/packages/components/package.json +++ b/packages/components/package.json @@ -1,9 +1,10 @@ { "name": "@layer5/sistent-components", - "version": "0.12.4", + "version": "0.13.0-alpha.10", "description": "Reusable React Components", "sideEffects": false, "exports": { + "./package.json": "./package.json", ".": { "require": "./dist/index.js", "import": "./dist/index.js", @@ -15,7 +16,8 @@ "module": "./dist/index.js", "types": "./dist/index.d.ts", "files": [ - "dist/**" + "dist/**", + "src/assets/fonts/*" ], "scripts": { "build": "NODE_ENV=production tsup", @@ -25,7 +27,7 @@ "prepublish": "yarn build" }, "dependencies": { - "@layer5/sistent-svg": "workspace:^" + "@layer5/sistent-svg": "^0.14.2" }, "devDependencies": { "@emotion/react": "^11.11.1", @@ -87,5 +89,6 @@ "default": "./dist/index.js" } } - } + }, + "gitHead": "60385738bf351777627b212e623eb15c64a36ccc" } diff --git a/packages/components/src/assets/fonts/QanelasSoftBlack.otf b/packages/components/src/assets/fonts/QanelasSoftBlack.otf new file mode 100644 index 00000000..27ed8f78 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBlack.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBlack.woff b/packages/components/src/assets/fonts/QanelasSoftBlack.woff new file mode 100644 index 00000000..36bcc774 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBlack.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBlack.woff2 b/packages/components/src/assets/fonts/QanelasSoftBlack.woff2 new file mode 100644 index 00000000..22a9296b Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBlack.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBlackItalic.otf b/packages/components/src/assets/fonts/QanelasSoftBlackItalic.otf new file mode 100644 index 00000000..18c212bf Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBlackItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBlackItalic.woff b/packages/components/src/assets/fonts/QanelasSoftBlackItalic.woff new file mode 100644 index 00000000..70a5f296 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBlackItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBlackItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftBlackItalic.woff2 new file mode 100644 index 00000000..35ac0a1d Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBlackItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBold.otf b/packages/components/src/assets/fonts/QanelasSoftBold.otf new file mode 100644 index 00000000..d6b53365 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBold.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBold.woff b/packages/components/src/assets/fonts/QanelasSoftBold.woff new file mode 100644 index 00000000..2f47986a Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBold.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBold.woff2 b/packages/components/src/assets/fonts/QanelasSoftBold.woff2 new file mode 100644 index 00000000..e3b02e23 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBold.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBoldItalic.otf b/packages/components/src/assets/fonts/QanelasSoftBoldItalic.otf new file mode 100644 index 00000000..90053635 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBoldItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBoldItalic.woff b/packages/components/src/assets/fonts/QanelasSoftBoldItalic.woff new file mode 100644 index 00000000..3e30ef6a Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBoldItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftBoldItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftBoldItalic.woff2 new file mode 100644 index 00000000..bc258b00 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftBoldItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftExtraBold.otf b/packages/components/src/assets/fonts/QanelasSoftExtraBold.otf new file mode 100644 index 00000000..c0e3bc93 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftExtraBold.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftExtraBold.woff b/packages/components/src/assets/fonts/QanelasSoftExtraBold.woff new file mode 100644 index 00000000..6a48c476 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftExtraBold.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftExtraBold.woff2 b/packages/components/src/assets/fonts/QanelasSoftExtraBold.woff2 new file mode 100644 index 00000000..50efd05b Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftExtraBold.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.otf b/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.otf new file mode 100644 index 00000000..cd805cad Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.woff b/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.woff new file mode 100644 index 00000000..bf39b3a1 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.woff2 new file mode 100644 index 00000000..d23f2028 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftExtraBoldItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftHeavy.otf b/packages/components/src/assets/fonts/QanelasSoftHeavy.otf new file mode 100644 index 00000000..28c2d4d5 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftHeavy.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftHeavy.woff b/packages/components/src/assets/fonts/QanelasSoftHeavy.woff new file mode 100644 index 00000000..ddf971a0 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftHeavy.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.otf b/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.otf new file mode 100644 index 00000000..58e83f9c Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.woff b/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.woff new file mode 100644 index 00000000..49b349b6 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.woff2 new file mode 100644 index 00000000..eede765c Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftHeavyItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftLight.otf b/packages/components/src/assets/fonts/QanelasSoftLight.otf new file mode 100644 index 00000000..1c34d7dc Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftLight.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftLight.woff b/packages/components/src/assets/fonts/QanelasSoftLight.woff new file mode 100644 index 00000000..87f6f11e Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftLight.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftLight.woff2 b/packages/components/src/assets/fonts/QanelasSoftLight.woff2 new file mode 100644 index 00000000..c58b8e0c Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftLight.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftLightItalic.otf b/packages/components/src/assets/fonts/QanelasSoftLightItalic.otf new file mode 100644 index 00000000..382bef17 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftLightItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftLightItalic.woff b/packages/components/src/assets/fonts/QanelasSoftLightItalic.woff new file mode 100644 index 00000000..b28ce2a8 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftLightItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftLightItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftLightItalic.woff2 new file mode 100644 index 00000000..aff0681e Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftLightItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftMedium.otf b/packages/components/src/assets/fonts/QanelasSoftMedium.otf new file mode 100644 index 00000000..a0dd7190 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftMedium.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftMedium.woff b/packages/components/src/assets/fonts/QanelasSoftMedium.woff new file mode 100644 index 00000000..56eaf488 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftMedium.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftMediumItalic.otf b/packages/components/src/assets/fonts/QanelasSoftMediumItalic.otf new file mode 100644 index 00000000..91676a97 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftMediumItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftMediumItalic.woff b/packages/components/src/assets/fonts/QanelasSoftMediumItalic.woff new file mode 100644 index 00000000..d7bc54bf Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftMediumItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftRegular.otf b/packages/components/src/assets/fonts/QanelasSoftRegular.otf new file mode 100644 index 00000000..249b8a27 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftRegular.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftRegular.woff b/packages/components/src/assets/fonts/QanelasSoftRegular.woff new file mode 100644 index 00000000..66f70268 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftRegular.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftRegular.woff2 b/packages/components/src/assets/fonts/QanelasSoftRegular.woff2 new file mode 100644 index 00000000..7c3a5ef7 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftRegular.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftRegularItalic.otf b/packages/components/src/assets/fonts/QanelasSoftRegularItalic.otf new file mode 100644 index 00000000..e3898f21 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftRegularItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftRegularItalic.woff b/packages/components/src/assets/fonts/QanelasSoftRegularItalic.woff new file mode 100644 index 00000000..c3a250d6 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftRegularItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftRegularItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftRegularItalic.woff2 new file mode 100644 index 00000000..f6defa95 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftRegularItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftSemiBold.otf b/packages/components/src/assets/fonts/QanelasSoftSemiBold.otf new file mode 100644 index 00000000..7463179c Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftSemiBold.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftSemiBold.woff b/packages/components/src/assets/fonts/QanelasSoftSemiBold.woff new file mode 100644 index 00000000..9923de0a Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftSemiBold.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftSemiBold.woff2 b/packages/components/src/assets/fonts/QanelasSoftSemiBold.woff2 new file mode 100644 index 00000000..d331d941 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftSemiBold.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.otf b/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.otf new file mode 100644 index 00000000..7a2a99d4 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.woff b/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.woff new file mode 100644 index 00000000..156d7d72 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.woff2 new file mode 100644 index 00000000..781aa735 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftSemiBoldItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftThin.otf b/packages/components/src/assets/fonts/QanelasSoftThin.otf new file mode 100644 index 00000000..cd81b0c6 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftThin.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftThin.woff b/packages/components/src/assets/fonts/QanelasSoftThin.woff new file mode 100644 index 00000000..1a2b56b4 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftThin.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftThin.woff2 b/packages/components/src/assets/fonts/QanelasSoftThin.woff2 new file mode 100644 index 00000000..6101f580 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftThin.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftThinItalic.otf b/packages/components/src/assets/fonts/QanelasSoftThinItalic.otf new file mode 100644 index 00000000..cb2e650b Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftThinItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftThinItalic.woff b/packages/components/src/assets/fonts/QanelasSoftThinItalic.woff new file mode 100644 index 00000000..96e7d3c8 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftThinItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftThinItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftThinItalic.woff2 new file mode 100644 index 00000000..7d5aa08d Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftThinItalic.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftUltraLight.otf b/packages/components/src/assets/fonts/QanelasSoftUltraLight.otf new file mode 100644 index 00000000..86a0b545 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftUltraLight.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftUltraLight.woff b/packages/components/src/assets/fonts/QanelasSoftUltraLight.woff new file mode 100644 index 00000000..182c2b69 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftUltraLight.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftUltraLight.woff2 b/packages/components/src/assets/fonts/QanelasSoftUltraLight.woff2 new file mode 100644 index 00000000..6f41f53e Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftUltraLight.woff2 differ diff --git a/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.otf b/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.otf new file mode 100644 index 00000000..bd9637b2 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.otf differ diff --git a/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.woff b/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.woff new file mode 100644 index 00000000..ee723475 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.woff differ diff --git a/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.woff2 b/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.woff2 new file mode 100644 index 00000000..3c5ed7f3 Binary files /dev/null and b/packages/components/src/assets/fonts/QanelasSoftUltraLightItalic.woff2 differ diff --git a/packages/components/src/custom/Helpers/CondtionalTooltip/index.tsx b/packages/components/src/custom/Helpers/CondtionalTooltip/index.tsx index 2f7162fb..5d905bc7 100644 --- a/packages/components/src/custom/Helpers/CondtionalTooltip/index.tsx +++ b/packages/components/src/custom/Helpers/CondtionalTooltip/index.tsx @@ -1 +1,2 @@ -export { ConditionalTooltip } from './tooltip-for-desc'; +import ConditionalTooltip from './tooltip-for-desc'; +export { ConditionalTooltip }; diff --git a/packages/components/src/custom/TooltipIcon.tsx b/packages/components/src/custom/TooltipIcon.tsx index 22d8613b..49e0005f 100644 --- a/packages/components/src/custom/TooltipIcon.tsx +++ b/packages/components/src/custom/TooltipIcon.tsx @@ -11,7 +11,13 @@ interface TooltipIconProps { style?: React.CSSProperties; } -export function TooltipIcon({ title, onClick, icon, style, arrow = false }: TooltipIconProps) { +export function TooltipIcon({ + title, + onClick, + icon, + style, + arrow = false +}: TooltipIconProps): JSX.Element { return ( { export const Tooltip = React.forwardRef< HTMLDivElement, TooltipProps & ChildrenPropType ->((props, ref) => ( - - {props.children} - -)); +>( + (props, ref): JSX.Element => ( + + {props.children} + + ) +); export default Tooltip; diff --git a/packages/components/src/theme/README.md b/packages/components/src/theme/README.md new file mode 100644 index 00000000..e69de29b diff --git a/packages/components/src/theme/colors.ts b/packages/components/src/theme/colors.ts new file mode 100644 index 00000000..5afda6dc --- /dev/null +++ b/packages/components/src/theme/colors.ts @@ -0,0 +1,324 @@ +import { alpha } from '@mui/material'; + +/** + * Define the base common colors to derive from + */ +export const KEPPEL = '#00B39F'; +export const CARIBBEAN_GREEN = '#00D3A9'; +export const TEAL_BLUE = '#477E96'; +export const CHARCOAL = '#3C494F'; +export const BLACK = '#000000'; +export const WHITE = '#FFFFFF'; +export const DARK_SHADE_GRAY = '#222222'; +export const CHINESE_SILVER = '#CCCCCC'; // same as lightGray +export const SAFFRON = '#EBC017'; +export const GRAY = '#696969'; +export const GRAY97 = '#f7f7f7'; +export const DARK_SLATE_GRAY = '#294957'; +export const LIGHT_GRAY = '#d3d3d3'; // same as tableBorder +export const ALICE_BLUE = '#EBEFF1'; +export const LIMED_SPRUCE = '#3C494F'; +export const WHITESMOKE = '#F5F5F5'; +export const PRIMARY_COLOR = '#647881'; +export const DARK_PRIMARY_COLOR = '#51636B'; +export const SLATE_GRAY = '#7a848e'; +export const DARK_JUNGLE_GREEN = '#1E2117'; +export const CASPER = '#b1b6b8'; +export const EERIE_BLACK = '#b1b6b8'; +export const PATTERNS_BLUE = '#D9E0E2'; +export const GREEN = 'green'; +export const DARK_TEAL = '#455a64'; +export const LIGHT_TEAL = '#607d8b'; +export const CULTURED = '#F6F8F8'; +export const ANAKIWA = '#9EFFEC'; +export const NOT_FOUND = '#666666'; +export const YELLOW_SEA = '#F0A303'; +export const PINE_GREEN = '#008071'; +export const DARK_BLUE_GRAY = '#263238'; + +export const common = { + black: BLACK, + white: WHITE +}; + +export const keppel = {}; + +export const carribean = {}; + +export const saffron = {}; + +/** + * Grayscale Colors + */ +export const charcoal = { + 100: '#FDFDFD', + 90: '#EAEDEE', + 80: '#D2D8DA', + 70: '#B1B9BC', + 60: '#8C999E', + 50: '#647176', + 40: '#3C494E', + 30: '#28353A', + 20: '#142126', + 10: '#000D12' +}; + +export const accentGrey = { + 90: '#E8EFF3', + 80: '#C9DBE3', + 70: '#ABBDC5', + 60: '#8D9FA7', + 50: '#6F8189', + 40: '#51636B', + 30: '#3D4F57', + 20: '#293B43', + 10: '#15272F' +}; + +/** + * Function Colors + */ +export const blue = { + 70: '#EBF6FF', + 60: '#99CCFF', + 50: '#4797FF', + 40: '#1E77FC', + 30: '#0F58D6', + 20: '#043DB0', + 10: '#001B63' +}; + +export const green = { + 70: '#EFFCED', + 60: '#B2E3AF', + 50: '#5BC95B', + 40: '#36BC3B', + 30: '#15701E', + 20: '#0A4A13', + 10: '#05340A' +}; + +export const yellow = { + 70: '#FFFCE6', + 60: '#FFE57D', + 50: '#FFC72B', + 40: '#FFB302', + 30: '#D99100', + 20: '#8C5400', + 10: '#663A00' +}; + +export const red = { + 70: '#FFF0F0', + 60: '#FFB3B9', + 50: '#FF6179', + 40: '#ff385c', + 30: '#B3153D', + 20: '#8C0a2F', + 10: '#660624' +}; + +export const defaultPalette = { + keppel: ['#DAF3EB', '#93E6D1', '#41CCB3', '#00B39F', '#007763', '#006661', '#00403F'] +}; + +type BackgroundColor = { + [key in + | 'default' + | 'secondary' + | 'tertiary' + | 'hover' + | 'brand-default' + | 'info-default' + | 'success-default' + | 'warning-default' + | 'error-default']: string; +}; + +export const background: BackgroundColor = { + default: charcoal[100], + secondary: accentGrey[90], + tertiary: accentGrey[80], + hover: charcoal[90], + 'brand-default': accentGrey[40], + 'info-default': blue[30], + 'success-default': green[30], + 'warning-default': yellow[30], + 'error-default': red[30] +}; + +interface TextColor { + default: string; + secondary: string; + tertiary: string; + inverse: string; + brand: string; + info: string; + success: string; + warning: string; + error: string; +} + +export const text: TextColor = { + default: charcoal[10], + secondary: charcoal[90], + tertiary: charcoal[50], + inverse: charcoal[100], + brand: accentGrey[40], + info: blue[30], + success: green[30], + warning: yellow[30], + error: red[30] +}; + +interface BorderColor { + default: string; + strong: string; + brand: string; +} + +export const border: BorderColor = { + default: charcoal[90], + strong: charcoal[50], + brand: accentGrey[40] +}; + +/** + * Use the colors below that provides the action that you want to use + */ +export const primaryColor = { + main: PRIMARY_COLOR, + dark: DARK_PRIMARY_COLOR +}; + +export const patternsBlue = { + main: PATTERNS_BLUE +}; + +export const cultured = { + main: CULTURED +}; + +export const darkTeal = { + main: DARK_TEAL, + dark: LIGHT_TEAL +}; + +export const actionIcon = { + main: darkTeal.main, + hover: darkTeal.dark +}; + +export const tabeMenu = { + main: darkTeal.main, + hover: darkTeal.dark +}; + +export const darkSlateGray = { + main: DARK_SLATE_GRAY, + dark: alpha(DARK_SLATE_GRAY, 0.65) +}; + +export const eerieBlack = { + main: EERIE_BLACK, + light: alpha(EERIE_BLACK, 0.8), + lighter: alpha(EERIE_BLACK, 0.6) +}; + +export const casper = { + main: CASPER, + light: alpha(CASPER, 0.8), + lighter: alpha(CASPER, 0.6) +}; + +export const slateGray = { + main: SLATE_GRAY, + light: alpha(SLATE_GRAY, 0.8) +}; + +export const white = { + main: WHITE, + light: alpha(WHITE, 0.8), + lighter: alpha(WHITE, 0.6) +}; + +export const black = { + main: BLACK, + light: alpha(BLACK, 0.8), + lighter: alpha(BLACK, 0.6), + dark: alpha(BLACK, 0.2) +}; + +export const jungleGreen = { + main: DARK_JUNGLE_GREEN, + light: alpha(DARK_JUNGLE_GREEN, 0.8), + lighter: alpha(DARK_JUNGLE_GREEN, 0.6) +}; + +export const buttonDisabled = { + main: '#b0bec5' +}; + +export const tableBackgroundHover = { + main: '#ADD8E6' +}; + +export const DELETE = '#8F1F00'; +export const HOVER_DELETE = '#b32700'; + +export const redDelete = { + main: DELETE, + light: HOVER_DELETE +}; + +export const buttonDelete = { + main: redDelete.main, + hover: redDelete.light +}; + +/** + * Notification Colors + */ +export const notificationColors = { + info: { + main: '#2196F3' + }, + error: { + main: '#F91313', + dark: '#B32700' + }, + warning: { + main: '#F0A303', + light: '#E75225' + }, + success: { + main: '#206D24' + } +}; + +export const CONNECTED = KEPPEL; +export const REGISTERED = TEAL_BLUE; +export const DISCOVERED = notificationColors.info.main; +export const IGNORED = primaryColor.dark; +export const DELETED = redDelete.main; +export const MAINTAINENCE = notificationColors.warning.main; +export const DISCONNECTED = notificationColors.warning.light; + +export const connected = { + main: CONNECTED +}; + +export const anakiwa = { + main: ANAKIWA +}; + +/** + * Social media or equivalent icons colors + */ +export const socialIcons = { + slack: '#4A154B', + twitter: '#1da1f2', + github: '#24292e', + youtube: '#ff0000', + docker: '#2496ed' +}; diff --git a/packages/components/src/theme/components.ts b/packages/components/src/theme/components.ts new file mode 100644 index 00000000..60c9a39a --- /dev/null +++ b/packages/components/src/theme/components.ts @@ -0,0 +1,34 @@ +import { Components, Theme } from '@mui/material'; +import { MuiAppBar } from './components/appbar.modifiter'; +import { MuiCard } from './components/card.modifier'; +import { MuiCheckbox } from './components/checkbox.modifier'; +import { MuiCollapse } from './components/collapse.modifier'; +import { MuiCssBaseline } from './components/cssbaseline.modifier'; +import { MuiDrawer } from './components/drawer.modifier'; +import { MuiFormLabel } from './components/formlabel.modifier'; +import { MuiIconButton } from './components/iconbutton.modifier'; +import { MuiLink } from './components/link.modifier'; +import { MuiMenu } from './components/menu.modifier'; +import { MuiMenuItem } from './components/menuitem.modifier'; +import { MuiOutlinedInput } from './components/outlinedinput.modifier'; +import { MuiPagination } from './components/pagination.modifier'; +import { MuiSvgIcon } from './components/svgicon.modifier'; +import { MuiTab } from './components/tab.modifier.ts'; + +export const components: Components = { + MuiAppBar, + MuiCard, + MuiCheckbox, + MuiCollapse, + MuiCssBaseline, + MuiDrawer, + MuiFormLabel, + MuiIconButton, + MuiLink, + MuiMenu, + MuiMenuItem, + MuiOutlinedInput, + MuiPagination, + MuiSvgIcon, + MuiTab +}; diff --git a/packages/components/src/theme/components/appbar.modifiter.ts b/packages/components/src/theme/components/appbar.modifiter.ts new file mode 100644 index 00000000..343b2dab --- /dev/null +++ b/packages/components/src/theme/components/appbar.modifiter.ts @@ -0,0 +1,20 @@ +import { Components, Theme } from '@mui/material'; +import { drawerWidth } from '../theme'; + +export const MuiAppBar: Components['MuiAppBar'] = { + styleOverrides: { + root: ({ theme }) => { + const { + palette: { + primary: { main } + } + } = theme; + return { + width: `calc(100% - ${drawerWidth}px)`, + ml: { sm: `${drawerWidth}px` }, + elevation: 2, + background: main + }; + } + } +}; diff --git a/packages/components/src/theme/components/button.modifier.ts b/packages/components/src/theme/components/button.modifier.ts new file mode 100644 index 00000000..3e3f5478 --- /dev/null +++ b/packages/components/src/theme/components/button.modifier.ts @@ -0,0 +1,7 @@ +import { Components, Theme } from '@mui/material'; + +export const MuiButton: Components['MuiButton'] = { + styleOverrides: { + root: {} + } +}; diff --git a/packages/components/src/theme/components/card.modifier.ts b/packages/components/src/theme/components/card.modifier.ts new file mode 100644 index 00000000..13369d9a --- /dev/null +++ b/packages/components/src/theme/components/card.modifier.ts @@ -0,0 +1,10 @@ +import { Components, Theme } from '@mui/material'; + +export const MuiCard: Components['MuiCard'] = { + styleOverrides: { + root: { + backgroundImage: + 'radial-gradient( circle 3000px at 50% 50%, rgba(30,33,23,0) 0%, rgba(30,33,23,0.05) 10%, rgba(30,33,23,.1) 100% )' + } + } +}; diff --git a/packages/components/src/theme/components/checkbox.modifier.ts b/packages/components/src/theme/components/checkbox.modifier.ts new file mode 100644 index 00000000..9f762350 --- /dev/null +++ b/packages/components/src/theme/components/checkbox.modifier.ts @@ -0,0 +1,30 @@ +import { Components, Theme } from '@mui/material'; +import { CHARCOAL, connected, darkSlateGray } from '../colors'; + +export const MuiCheckbox: Components['MuiCheckbox'] = { + styleOverrides: { + root: { + color: 'transparent', + '&.Mui-checked': { + color: darkSlateGray.main, + '& .MuiSvgIcon-root': { + width: '1.25rem', + height: '1.25rem', + borderColor: connected.main, + marginLeft: '0px', + padding: '0px' + } + }, + '& .MuiSvgIcon-root': { + width: '1.25rem', + height: '1.25rem', + border: `.75px solid ${CHARCOAL}`, + borderRadius: '2px', + padding: '0px' + }, + '&:hover': { + backgroundColor: 'transparent' + } + } + } +}; diff --git a/packages/components/src/theme/components/collapse.modifier.ts b/packages/components/src/theme/components/collapse.modifier.ts new file mode 100644 index 00000000..5c37e179 --- /dev/null +++ b/packages/components/src/theme/components/collapse.modifier.ts @@ -0,0 +1,33 @@ +import { Components, Theme } from '@mui/material'; +import { patternsBlue } from '../colors'; + +declare module '@mui/material/Collapse' { + interface CollapseProps { + variant?: 'submenu'; + } + interface CollapsePropsVariantOverrides { + submenu: true; + } +} + +export const MuiCollapse: Components['MuiCollapse'] = { + styleOverrides: { + root: {} + }, + variants: [ + { + props: { variant: 'submenu' }, + style: ({ theme }) => { + const { + palette: { cultured } + } = theme; + return { + backgroundColor: cultured.main, + '&:active': { + backgroundColor: patternsBlue.main + } + }; + } + } + ] +}; diff --git a/packages/components/src/theme/components/cssbaseline.modifier.ts b/packages/components/src/theme/components/cssbaseline.modifier.ts new file mode 100644 index 00000000..891a4288 --- /dev/null +++ b/packages/components/src/theme/components/cssbaseline.modifier.ts @@ -0,0 +1,16 @@ +import { Components, Theme } from '@mui/material'; + +export const MuiCssBaseline: Components['MuiCssBaseline'] = { + styleOverrides: ` + @font-face { + font-family: 'Qanelas Soft Regular'; + font-style: normal; + font-display: swap; + font-weight: 400; + src: + local('QanelasSoftRegular'), + local('Quanelas Soft Regular'), + url('/assets/fonts/QanelasSoftRegular.woff2') format('woff2'); + } + ` +}; diff --git a/packages/components/src/theme/components/drawer.modifier.ts b/packages/components/src/theme/components/drawer.modifier.ts new file mode 100644 index 00000000..e49be7c7 --- /dev/null +++ b/packages/components/src/theme/components/drawer.modifier.ts @@ -0,0 +1,16 @@ +import { Components, Theme } from '@mui/material'; +import { DARK_BLUE_GRAY } from '../colors'; +import { drawerWidth } from '../theme'; + +export const MuiDrawer: Components['MuiDrawer'] = { + styleOverrides: { + root: { + width: drawerWidth, + '& .MuiDrawer-paper': { + width: drawerWidth, + boxSize: 'border-box', + background: DARK_BLUE_GRAY + } + } + } +}; diff --git a/packages/components/src/theme/components/formlabel.modifier.ts b/packages/components/src/theme/components/formlabel.modifier.ts new file mode 100644 index 00000000..2e3a2201 --- /dev/null +++ b/packages/components/src/theme/components/formlabel.modifier.ts @@ -0,0 +1,12 @@ +import { Components, Theme } from '@mui/material'; +import { connected } from '../colors'; + +export const MuiFormLabel: Components['MuiFormLabel'] = { + styleOverrides: { + root: { + '&.Mui-focused': { + color: connected.main + } + } + } +}; diff --git a/packages/components/src/theme/components/iconbutton.modifier.ts b/packages/components/src/theme/components/iconbutton.modifier.ts new file mode 100644 index 00000000..96f01480 --- /dev/null +++ b/packages/components/src/theme/components/iconbutton.modifier.ts @@ -0,0 +1,11 @@ +import { Components, Theme } from '@mui/material'; + +export const MuiIconButton: Components['MuiIconButton'] = { + styleOverrides: { + root: { + '@media (max-width: 400px)': { + padding: '2px' + } + } + } +}; diff --git a/packages/components/src/theme/components/link.modifier.ts b/packages/components/src/theme/components/link.modifier.ts new file mode 100644 index 00000000..8175292c --- /dev/null +++ b/packages/components/src/theme/components/link.modifier.ts @@ -0,0 +1,26 @@ +import { Components, Theme } from '@mui/material'; +import { connected, darkTeal } from '../colors'; + +export const MuiLink: Components['MuiLink'] = { + styleOverrides: { + root: { + fontWeight: '600', + textDecoration: 'none', + color: darkTeal.main, + '&:visited': { + textDecoration: 'none' + }, + '&:hover': { + textDecoration: 'underline' + }, + '&.keppel': { + color: connected.main + }, + '&.Mui-disabled': { + '&:hover': { + cursor: 'not-allowed' + } + } + } + } +}; diff --git a/packages/components/src/theme/components/menu.modifier.ts b/packages/components/src/theme/components/menu.modifier.ts new file mode 100644 index 00000000..ca85aa82 --- /dev/null +++ b/packages/components/src/theme/components/menu.modifier.ts @@ -0,0 +1,14 @@ +import { Components, Theme } from '@mui/material'; + +export const MuiMenu: Components['MuiMenu'] = { + styleOverrides: { + paper: { + '& .MuiMenuItem-root.Mui-selected': { + backgroundColor: 'rgba(0, 0, 0, 0.08)', + '&:hover': { + backgroundColor: 'rgba(0, 0, 0, 0.08)' + } + } + } + } +}; diff --git a/packages/components/src/theme/components/menuitem.modifier.ts b/packages/components/src/theme/components/menuitem.modifier.ts new file mode 100644 index 00000000..8c514ae3 --- /dev/null +++ b/packages/components/src/theme/components/menuitem.modifier.ts @@ -0,0 +1,27 @@ +import { Components, Theme } from '@mui/material'; +import { darkTeal } from '../colors'; + +export const MuiMenuItem: Components['MuiMenuItem'] = { + styleOverrides: { + root: { + '&:hover': { + '& li': { + color: darkTeal.dark, + fill: darkTeal.dark + } + }, + + '& svg': { + '&:hover': { + fill: darkTeal.dark + } + }, + + '&.Mui-disabled': { + '&:hover': { + cursor: 'not-allowed' + } + } + } + } +}; diff --git a/packages/components/src/theme/components/outlinedinput.modifier.ts b/packages/components/src/theme/components/outlinedinput.modifier.ts new file mode 100644 index 00000000..32b54ad5 --- /dev/null +++ b/packages/components/src/theme/components/outlinedinput.modifier.ts @@ -0,0 +1,15 @@ +import { Components, Theme } from '@mui/material'; +import { defaultPalette } from '../colors'; + +export const MuiOutlinedInput: Components['MuiOutlinedInput'] = { + styleOverrides: { + root: { + '&:hover $notchedOutline': { + borderColor: defaultPalette.keppel[3] + }, + '&$focused $notchedOutline': { + borderColor: defaultPalette.keppel[3] + } + } + } +}; diff --git a/packages/components/src/theme/components/pagination.modifier.ts b/packages/components/src/theme/components/pagination.modifier.ts new file mode 100644 index 00000000..63da1dc7 --- /dev/null +++ b/packages/components/src/theme/components/pagination.modifier.ts @@ -0,0 +1,18 @@ +import { Components, Theme } from '@mui/material'; +import { anakiwa, connected, white } from '../colors'; + +export const MuiPagination: Components['MuiPagination'] = { + styleOverrides: { + root: { + button: { + '&:hover': { + backgroundColor: anakiwa.main + }, + '&.Mui-selected': { + color: white.main, + backgroundColor: connected.main + } + } + } + } +}; diff --git a/packages/components/src/theme/components/svgicon.modifier.ts b/packages/components/src/theme/components/svgicon.modifier.ts new file mode 100644 index 00000000..581c8c1e --- /dev/null +++ b/packages/components/src/theme/components/svgicon.modifier.ts @@ -0,0 +1,10 @@ +import { Components, Theme } from '@mui/material'; + +export const MuiSvgIcon: Components['MuiSvgIcon'] = { + styleOverrides: { + root: { + height: 24, + width: 24 + } + } +}; diff --git a/packages/components/src/theme/components/tab.modifier.ts.ts b/packages/components/src/theme/components/tab.modifier.ts.ts new file mode 100644 index 00000000..68aa34f5 --- /dev/null +++ b/packages/components/src/theme/components/tab.modifier.ts.ts @@ -0,0 +1,15 @@ +import { Components, Theme } from '@mui/material'; +import { actionIcon, white } from '../colors'; + +export const MuiTab: Components['MuiTab'] = { + styleOverrides: { + root: { + '&.Mui-selected': { + color: actionIcon.main, + backgroundColor: white.main + }, + backgroundColor: actionIcon.main, + color: white.main + } + } +}; diff --git a/packages/components/src/theme/createEmotionCache.ts b/packages/components/src/theme/createEmotionCache.ts new file mode 100644 index 00000000..87674309 --- /dev/null +++ b/packages/components/src/theme/createEmotionCache.ts @@ -0,0 +1,19 @@ +import createCache from '@emotion/cache'; + +const isBrowser = typeof document !== 'undefined'; + +// On the client side, Create a meta tag at the top of the and set it as insertionPoint. +// This assures that MUI styles are loaded first. +// It allows developers to easily override MUI styles with other styling solutions, like CSS modules. +export default function createEmotionCache() { + let insertionPoint; + + if (isBrowser) { + const emotionInsertionPoint = document.querySelector( + 'meta[name="emotion-insertion-point"]' + ); + insertionPoint = emotionInsertionPoint ?? undefined; + } + + return createCache({ key: 'mui-style', insertionPoint }); +} diff --git a/packages/components/src/theme/index.tsx b/packages/components/src/theme/index.tsx new file mode 100644 index 00000000..5e7f533e --- /dev/null +++ b/packages/components/src/theme/index.tsx @@ -0,0 +1,37 @@ +import { EmotionCache } from '@emotion/react'; +import { CssBaseline, PaletteMode, Theme, ThemeProvider } from '@mui/material'; +import React from 'react'; +import { createCustomTheme } from './theme'; + +interface SistentProviderContextType { + emotionCache?: EmotionCache; +} + +export const SistentThemeProviderContext = React.createContext({}); + +export interface SistentThemeProviderProps { + children: React.ReactNode; + emotionCache?: EmotionCache; + initialMode?: PaletteMode; +} + +function SistentThemeProvider({ + children, + emotionCache, + initialMode = 'light' +}: SistentThemeProviderProps): JSX.Element { + const theme = React.useMemo(() => createCustomTheme(initialMode), [initialMode]); + + return ( + + + + {children} + + + ); +} + +export default SistentThemeProvider; + +export { SistentThemeProvider }; diff --git a/packages/components/src/theme/palette.ts b/packages/components/src/theme/palette.ts new file mode 100644 index 00000000..de8d0db6 --- /dev/null +++ b/packages/components/src/theme/palette.ts @@ -0,0 +1,133 @@ +import { PaletteOptions, lighten } from '@mui/material'; +import { + CHARCOAL, + KEPPEL, + accentGrey, + actionIcon, + buttonDelete, + common, + cultured, + notificationColors +} from './colors'; + +declare module '@mui/material/styles' { + interface PaletteColor { + darker?: string; + } + interface SimplePaletteColorOptions { + darker?: string; + } + interface Palette { + neutral?: Palette['primary']; + cultured: { + main: string; + }; + actionIcon: { + main: string; + hover: string; + }; + buttonDelete: { + main: string; + hover: string; + }; + } + interface PaletteOptions { + neutral?: PaletteOptions['primary']; + cultured?: { + main?: string; + }; + actionIcon?: { + main?: string; + hover?: string; + }; + buttonDelete?: { + main?: string; + hover?: string; + }; + } +} + +export const lightModePalette: PaletteOptions = { + primary: { + main: CHARCOAL, + light: lighten(CHARCOAL, 0.7), + contrastText: common.white + }, + secondary: { + main: KEPPEL + }, + background: { + default: accentGrey[90], + paper: accentGrey[90] + }, + info: { + main: notificationColors.info.main + }, + error: { + main: notificationColors.error.main, + dark: notificationColors.error.dark + }, + warning: { + main: notificationColors.warning.main, + light: notificationColors.warning.light, + contrastText: common.white + }, + success: { + main: notificationColors.success.main + }, + common: { + black: common.black, + white: common.white + }, + cultured: { + main: cultured.main + }, + actionIcon: { + main: actionIcon.main, + hover: actionIcon.hover + }, + buttonDelete: { + main: buttonDelete.main, + hover: buttonDelete.hover + }, + neutral: {}, + text: {} +}; + +export const darkModePalette: PaletteOptions = { + primary: { + main: KEPPEL, + light: lighten(KEPPEL, 0.7), + contrastText: common.white + }, + secondary: { + main: KEPPEL + }, + background: { + default: accentGrey[10], + paper: accentGrey[10] + }, + info: { + main: notificationColors.info.main, + contrastText: common.white + }, + error: { + main: notificationColors.error.main, + dark: notificationColors.error.dark, + contrastText: common.white + }, + warning: { + main: notificationColors.warning.main, + light: notificationColors.warning.light, + contrastText: common.white + }, + success: { + main: notificationColors.success.main, + contrastText: common.white + }, + common: { + black: common.black, + white: common.white + }, + neutral: {} +}; diff --git a/packages/components/src/theme/theme.ts b/packages/components/src/theme/theme.ts new file mode 100644 index 00000000..369afbfa --- /dev/null +++ b/packages/components/src/theme/theme.ts @@ -0,0 +1,42 @@ +import { PaletteMode, createTheme } from '@mui/material'; +import { components } from './components'; +import { darkModePalette, lightModePalette } from './palette'; +import { typography } from './typography'; + +export const drawerWidth = 240; + +export const createCustomTheme = (mode: PaletteMode) => { + return createTheme({ + palette: { + mode, + ...(mode === 'light' ? lightModePalette : darkModePalette) + }, + components, + typography: typography(mode), + breakpoints: {} + }); +}; + +/* + const commonPalette = { + palette: { + paletteType, + ...(paletteType === 'light' ? lightModePalette : darkModePalette) + } + }; + + + const palette = + paletteType === 'dark' + ? { + mode: 'dark', + ...commonPalette, + text: { + main: '#FFFFFF' + } + } + : { + mode: 'light', + ...commonPalette + }; + */ diff --git a/packages/components/src/theme/typography.ts b/packages/components/src/theme/typography.ts new file mode 100644 index 00000000..c2ed4312 --- /dev/null +++ b/packages/components/src/theme/typography.ts @@ -0,0 +1,73 @@ +import { PaletteMode } from '@mui/material'; +import { TypographyOptions } from '@mui/material/styles/createTypography'; +import { common } from './colors'; + +export const typography = (mode: PaletteMode): TypographyOptions => { + return { + fontFamily: ['Qanelas Soft Regular', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + body1: { + fontFamily: ['Open Sans', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '16px' + }, + body2: { + fontFamily: ['Open Sans', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '16px', + fontWeight: 'normal', + lineHeight: '28px' + }, + h1: { + fontFamily: ['Qanelas Soft Regular', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '64px', + lineHeight: '80px', + fontWeight: 'bold' + }, + h2: { + fontFamily: ['Qanelas Soft Regular', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '52px', + lineHeight: '64px', + fontWeight: 'bold' + }, + h3: { + fontFamily: ['Qanelas Soft Regular', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '32px', + lineHeight: '40px', + fontWeight: 'bold' + }, + h4: { + fontFamily: ['Qanelas Soft Regular', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '1.5rem', + lineHeight: '2.25rem', + fontWeight: 600 + }, + h5: { + fontFamily: ['Qanelas Soft Regular', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + color: mode === 'light' ? common.black : common.white, + fontSize: '1rem', + fontWeight: 'bold', + lineHeight: '1.75rem' + }, + h6: { + fontFamily: ['Qanelas Soft Regular', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + color: mode === 'light' ? common.black : common.white, + fontSize: '12px', + fontWeight: 'bold', + lineHeight: '16px', + textTransform: 'uppercase' + }, + subtitle1: { + fontFamily: ['Open Sans', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '16px', + fontWeight: 500, + lineHeight: '28px' + }, + subtitle2: { + fontFamily: ['Open Sans', 'Roboto', 'Helvectica', 'Arial', 'sans-serif'].join(','), + fontSize: '12px', + fontWeight: 500, + lineHeight: '24px' + }, + button: {}, + caption: {}, + overline: {} + }; +}; diff --git a/packages/components/src/types/fonts.d.ts b/packages/components/src/types/fonts.d.ts new file mode 100644 index 00000000..f5dd3995 --- /dev/null +++ b/packages/components/src/types/fonts.d.ts @@ -0,0 +1,4 @@ +declare module '*.woff2' { + const content: string; + export default content; +} diff --git a/packages/components/tsup.config.ts b/packages/components/tsup.config.ts index 5672c68f..c95f1a22 100644 --- a/packages/components/tsup.config.ts +++ b/packages/components/tsup.config.ts @@ -4,7 +4,6 @@ import { defineConfig } from 'tsup'; const env = process.env.NODE_ENV; export default defineConfig({ - outdir: 'dist', entry: ['src/index.tsx'], bundle: env === 'production', clean: true, @@ -14,5 +13,11 @@ export default defineConfig({ minify: env === 'production', watch: env === 'development', sourcemap: env === 'development', - tsconfig: path.resolve(__dirname, './tsconfig.json') + tsconfig: path.resolve(__dirname, './tsconfig.json'), + loader: { + '.otf': 'file', + '.woff': 'file', + '.woff2': 'file' + }, + publicDir: './src/assets/' }); diff --git a/packages/rtk-query-codegen/package.json b/packages/rtk-query-codegen/package.json index 30120aa2..c27bb53d 100644 --- a/packages/rtk-query-codegen/package.json +++ b/packages/rtk-query-codegen/package.json @@ -19,5 +19,6 @@ "@types/node": "^20.7.1", "ts-node": "^10.9.1", "typescript": "^5.2.2" - } + }, + "gitHead": "30ea6e6a02dcc44349a3dbf4ec459c2b3bdc08c9" } diff --git a/packages/svg/CHANGELOG.md b/packages/svg/CHANGELOG.md index 78e8ba63..f3571128 100644 --- a/packages/svg/CHANGELOG.md +++ b/packages/svg/CHANGELOG.md @@ -5,20 +5,15 @@ See [Conventional Commits](https://conventionalcommits.org) for commit guideline ## [0.14.4](https://github.com/layer5io/sistent/compare/@layer5/sistent-svg@0.14.0...@layer5/sistent-svg@0.14.4) (2023-12-19) - ### Features -* Added environment and workspace icon ([8594786](https://github.com/layer5io/sistent/commit/8594786e16065ce99e72c15b7c4581df01da3a7a)) -* Added Icons - Left arrow, Right arrow, K8, smp ([14ca4e3](https://github.com/layer5io/sistent/commit/14ca4e339fc4e03e6f9d98488c435a5f6f2c9a23)) -* Added LeftAngledArrowIcon ([cca5963](https://github.com/layer5io/sistent/commit/cca59636aa7f6156b2810be57a65f0ea0da662d4)) -* fix typo ([e97e753](https://github.com/layer5io/sistent/commit/e97e753645d47fbec7117384eec8fe0bfaf612f9)) -* formatting ([d2ec7a1](https://github.com/layer5io/sistent/commit/d2ec7a1ec646bb3e6aecd06bc4d36edc210c615b)) -* formatting ([86aa4cd](https://github.com/layer5io/sistent/commit/86aa4cdaedbd6d4f1a20100dcf4412d0d6177fab)) -* **svg:** create icons for TypingFilter component ([8217b49](https://github.com/layer5io/sistent/commit/8217b49ce3fb597d2e032db6f5762d22a240fac6)), closes [#400](https://github.com/layer5io/sistent/issues/400) [#341](https://github.com/layer5io/sistent/issues/341) - - - - +- Added environment and workspace icon ([8594786](https://github.com/layer5io/sistent/commit/8594786e16065ce99e72c15b7c4581df01da3a7a)) +- Added Icons - Left arrow, Right arrow, K8, smp ([14ca4e3](https://github.com/layer5io/sistent/commit/14ca4e339fc4e03e6f9d98488c435a5f6f2c9a23)) +- Added LeftAngledArrowIcon ([cca5963](https://github.com/layer5io/sistent/commit/cca59636aa7f6156b2810be57a65f0ea0da662d4)) +- fix typo ([e97e753](https://github.com/layer5io/sistent/commit/e97e753645d47fbec7117384eec8fe0bfaf612f9)) +- formatting ([d2ec7a1](https://github.com/layer5io/sistent/commit/d2ec7a1ec646bb3e6aecd06bc4d36edc210c615b)) +- formatting ([86aa4cd](https://github.com/layer5io/sistent/commit/86aa4cdaedbd6d4f1a20100dcf4412d0d6177fab)) +- **svg:** create icons for TypingFilter component ([8217b49](https://github.com/layer5io/sistent/commit/8217b49ce3fb597d2e032db6f5762d22a240fac6)), closes [#400](https://github.com/layer5io/sistent/issues/400) [#341](https://github.com/layer5io/sistent/issues/341) ## [0.14.3](https://github.com/layer5io/sistent/compare/@layer5/sistent-svg@0.14.0...@layer5/sistent-svg@0.14.3) (2023-12-16) diff --git a/yarn.lock b/yarn.lock index 392dd1ef..92226747 100644 --- a/yarn.lock +++ b/yarn.lock @@ -84,6 +84,15 @@ __metadata: languageName: node linkType: hard +"@babel/runtime@npm:^7.23.4": + version: 7.23.6 + resolution: "@babel/runtime@npm:7.23.6" + dependencies: + regenerator-runtime: ^0.14.0 + checksum: 1a8eaf3d3a103ef5227b60ca7ab5c589118c36ca65ef2d64e65380b32a98a3f3b5b3ef96660fa0471b079a18b619a8317f3e7f03ab2b930c45282a8b69ed9a16 + languageName: node + linkType: hard + "@babel/types@npm:^7.22.15": version: 7.23.0 resolution: "@babel/types@npm:7.23.0" @@ -698,6 +707,18 @@ __metadata: languageName: node linkType: hard +"@floating-ui/react-dom@npm:^2.0.4": + version: 2.0.4 + resolution: "@floating-ui/react-dom@npm:2.0.4" + dependencies: + "@floating-ui/dom": ^1.5.1 + peerDependencies: + react: ">=16.8.0" + react-dom: ">=16.8.0" + checksum: 91b2369e25f84888486e48c1656117468248906034ed482d411bb9ed1061b908dd32435b4ca3d0cd0ca6083291510a98ce74d76c671d5cc25b0c41e5fa824bae + languageName: node + linkType: hard + "@floating-ui/utils@npm:^0.1.3": version: 0.1.4 resolution: "@floating-ui/utils@npm:0.1.4" @@ -859,7 +880,7 @@ __metadata: dependencies: "@emotion/react": ^11.11.1 "@emotion/styled": ^11.11.0 - "@layer5/sistent-svg": "workspace:^" + "@layer5/sistent-svg": ^0.14.2 "@mui/icons-material": ^5.14.12 "@mui/material": ^5.14.16 "@types/mui-datatables": ^4.3.6 @@ -904,7 +925,30 @@ __metadata: languageName: unknown linkType: soft -"@layer5/sistent-svg@workspace:^, @layer5/sistent-svg@workspace:packages/svg": +"@layer5/sistent-svg@npm:^0.14.2": + version: 0.14.2 + resolution: "@layer5/sistent-svg@npm:0.14.2" + dependencies: + react: ^17.0.0 || ^18.0.0 + react-dom: ^17.0.0 || ^18.0.0 + peerDependencies: + react: ">=17" + react-dom: ">=17" + dependenciesMeta: + react: + optional: true + react-dom: + optional: true + peerDependenciesMeta: + react: + optional: true + react-dom: + optional: true + checksum: 97088fabbc40d9c6c3943605ef26be07bbfc7525f97963012417cb7674414e64d59f131b4fa722fff3af820a3eccf0ba04b9905404af6ba42570c79146117cf4 + languageName: node + linkType: hard + +"@layer5/sistent-svg@workspace:packages/svg": version: 0.0.0-use.local resolution: "@layer5/sistent-svg@workspace:packages/svg" dependencies: @@ -1022,14 +1066,14 @@ __metadata: languageName: node linkType: hard -"@mui/base@npm:5.0.0-beta.18": - version: 5.0.0-beta.18 - resolution: "@mui/base@npm:5.0.0-beta.18" +"@mui/base@npm:5.0.0-beta.22": + version: 5.0.0-beta.22 + resolution: "@mui/base@npm:5.0.0-beta.22" dependencies: - "@babel/runtime": ^7.23.1 + "@babel/runtime": ^7.23.2 "@floating-ui/react-dom": ^2.0.2 - "@mui/types": ^7.2.5 - "@mui/utils": ^5.14.12 + "@mui/types": ^7.2.8 + "@mui/utils": ^5.14.16 "@popperjs/core": ^2.11.8 clsx: ^2.0.0 prop-types: ^15.8.1 @@ -1040,18 +1084,18 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 7d4ca1e9d537b7b5850567f1adecd1caa47b8613b43a587cf2f399cfda0a8c17dfda06b030c0bea554b76abe7ac25bb9b1af3c996574def5f860cda0c6ea4a3c + checksum: 8677c13174bd7cb79663f1356d4d3f950eb4ec7561480beb586309b84be3b1fc72db6ef59c45539a2d8a8ed610aefc60bdbf32db7f0db6201e5753c953f44e2d languageName: node linkType: hard -"@mui/base@npm:5.0.0-beta.22": - version: 5.0.0-beta.22 - resolution: "@mui/base@npm:5.0.0-beta.22" +"@mui/base@npm:5.0.0-beta.26": + version: 5.0.0-beta.26 + resolution: "@mui/base@npm:5.0.0-beta.26" dependencies: - "@babel/runtime": ^7.23.2 - "@floating-ui/react-dom": ^2.0.2 - "@mui/types": ^7.2.8 - "@mui/utils": ^5.14.16 + "@babel/runtime": ^7.23.4 + "@floating-ui/react-dom": ^2.0.4 + "@mui/types": ^7.2.10 + "@mui/utils": ^5.14.20 "@popperjs/core": ^2.11.8 clsx: ^2.0.0 prop-types: ^15.8.1 @@ -1062,14 +1106,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 8677c13174bd7cb79663f1356d4d3f950eb4ec7561480beb586309b84be3b1fc72db6ef59c45539a2d8a8ed610aefc60bdbf32db7f0db6201e5753c953f44e2d - languageName: node - linkType: hard - -"@mui/core-downloads-tracker@npm:^5.14.12": - version: 5.14.12 - resolution: "@mui/core-downloads-tracker@npm:5.14.12" - checksum: 1c1576ceecf7cade9e0d7a531632f5f9db24853d9ebbd47bb9ed943a3af7de734ad4f3374bab79880e9591db3ea55ea84cc10df72177f9ca5e32cc7662e04405 + checksum: a1b3a0fc0ea656e940d113553f940f37a41eccdd6ecf6f76b2cbe5808c18828b5f2ee59fa9e204b7151a109e5a4f122df74e867de9fb37e0916002d46919208a languageName: node linkType: hard @@ -1080,6 +1117,13 @@ __metadata: languageName: node linkType: hard +"@mui/core-downloads-tracker@npm:^5.14.20": + version: 5.14.20 + resolution: "@mui/core-downloads-tracker@npm:5.14.20" + checksum: f3ca541452541cdb399a0b3afae3f62c30a54062a1a5014c89fbb271874f872d6a7b35304bb8765d6438490cece86599e859c94b344337759589632ad0d0d709 + languageName: node + linkType: hard + "@mui/icons-material@npm:^5.14.12": version: 5.14.12 resolution: "@mui/icons-material@npm:5.14.12" @@ -1097,16 +1141,16 @@ __metadata: linkType: hard "@mui/material@npm:^5.11.4": - version: 5.14.12 - resolution: "@mui/material@npm:5.14.12" - dependencies: - "@babel/runtime": ^7.23.1 - "@mui/base": 5.0.0-beta.18 - "@mui/core-downloads-tracker": ^5.14.12 - "@mui/system": ^5.14.12 - "@mui/types": ^7.2.5 - "@mui/utils": ^5.14.12 - "@types/react-transition-group": ^4.4.6 + version: 5.14.20 + resolution: "@mui/material@npm:5.14.20" + dependencies: + "@babel/runtime": ^7.23.4 + "@mui/base": 5.0.0-beta.26 + "@mui/core-downloads-tracker": ^5.14.20 + "@mui/system": ^5.14.20 + "@mui/types": ^7.2.10 + "@mui/utils": ^5.14.20 + "@types/react-transition-group": ^4.4.9 clsx: ^2.0.0 csstype: ^3.1.2 prop-types: ^15.8.1 @@ -1125,7 +1169,7 @@ __metadata: optional: true "@types/react": optional: true - checksum: a0d3b52ce3cc282da04036db0805f95f27b35a9c899f132f962fe96f05d3eb112e99ccbf6bd9d05cae617b24beda95470aedaff129d6e39d1b52e1ddf80a9e12 + checksum: 44c169a6e0ffbfc575b2810e68cb412a79ee43c93efac99b57a70acb78a24d10f974d1002a8882cc673a214fa12ec70937e053bf3ea2979e161be51fd0738d77 languageName: node linkType: hard @@ -1162,12 +1206,12 @@ __metadata: languageName: node linkType: hard -"@mui/private-theming@npm:^5.14.12": - version: 5.14.12 - resolution: "@mui/private-theming@npm:5.14.12" +"@mui/private-theming@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/private-theming@npm:5.14.16" dependencies: - "@babel/runtime": ^7.23.1 - "@mui/utils": ^5.14.12 + "@babel/runtime": ^7.23.2 + "@mui/utils": ^5.14.16 prop-types: ^15.8.1 peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -1175,16 +1219,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: f8127347dc29126fece3b530cb156f6ababf747b64bb1c712874375e6efae6c738c014304d9553001d67a59b24ca6a665f2d03bb5ae137f03bdba90815f0ecc1 + checksum: ce4b0e2aa5bf285d72732394c785b47de04745ad2dc4f61a9a249adf0eb25e23998f97c6932d994481656116f177bbdf42bd815ba6f54e8a2d9f9f70a40037ae languageName: node linkType: hard -"@mui/private-theming@npm:^5.14.16": - version: 5.14.16 - resolution: "@mui/private-theming@npm:5.14.16" +"@mui/private-theming@npm:^5.14.20": + version: 5.14.20 + resolution: "@mui/private-theming@npm:5.14.20" dependencies: - "@babel/runtime": ^7.23.2 - "@mui/utils": ^5.14.16 + "@babel/runtime": ^7.23.4 + "@mui/utils": ^5.14.20 prop-types: ^15.8.1 peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 @@ -1192,15 +1236,15 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: ce4b0e2aa5bf285d72732394c785b47de04745ad2dc4f61a9a249adf0eb25e23998f97c6932d994481656116f177bbdf42bd815ba6f54e8a2d9f9f70a40037ae + checksum: 9e23ec14b699866914240ef1f5d28135369e5812ea80febb8179ec31ecd307d12d9e573256be3edbc26f002d15d55924eec6c67448a6efbf2f1823c62baa3908 languageName: node linkType: hard -"@mui/styled-engine@npm:^5.14.12": - version: 5.14.12 - resolution: "@mui/styled-engine@npm:5.14.12" +"@mui/styled-engine@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/styled-engine@npm:5.14.16" dependencies: - "@babel/runtime": ^7.23.1 + "@babel/runtime": ^7.23.2 "@emotion/cache": ^11.11.0 csstype: ^3.1.2 prop-types: ^15.8.1 @@ -1213,15 +1257,15 @@ __metadata: optional: true "@emotion/styled": optional: true - checksum: c689ccad59e7fd54cd8367838612daa4f132c64d8c6b99ccb7c8f9697b5c940a6bf7edcccd686ce437b565dbcf3bfc12bb0dea47cbd5fbd750ea1553017f9c0d + checksum: be56ed34e3c6300de1934707ce81584638683be83b3b9d7b5ce27b87871b7621487a1fc8c196d9bfc1a59c87090f3feaf07984274d51d6110147f6a85e86670a languageName: node linkType: hard -"@mui/styled-engine@npm:^5.14.16": - version: 5.14.16 - resolution: "@mui/styled-engine@npm:5.14.16" +"@mui/styled-engine@npm:^5.14.19": + version: 5.14.20 + resolution: "@mui/styled-engine@npm:5.14.20" dependencies: - "@babel/runtime": ^7.23.2 + "@babel/runtime": ^7.23.4 "@emotion/cache": ^11.11.0 csstype: ^3.1.2 prop-types: ^15.8.1 @@ -1234,19 +1278,19 @@ __metadata: optional: true "@emotion/styled": optional: true - checksum: be56ed34e3c6300de1934707ce81584638683be83b3b9d7b5ce27b87871b7621487a1fc8c196d9bfc1a59c87090f3feaf07984274d51d6110147f6a85e86670a + checksum: 506ac337bfd9378973de3dff1735c085de0b62db6e9056fed60309a2a1c07c55104ef1bdc5a928e9e03e4121e0417d4324de1d6ed1bc95e6dbd9d2279b385e2e languageName: node linkType: hard -"@mui/system@npm:^5.14.12": - version: 5.14.12 - resolution: "@mui/system@npm:5.14.12" +"@mui/system@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/system@npm:5.14.16" dependencies: - "@babel/runtime": ^7.23.1 - "@mui/private-theming": ^5.14.12 - "@mui/styled-engine": ^5.14.12 - "@mui/types": ^7.2.5 - "@mui/utils": ^5.14.12 + "@babel/runtime": ^7.23.2 + "@mui/private-theming": ^5.14.16 + "@mui/styled-engine": ^5.14.16 + "@mui/types": ^7.2.8 + "@mui/utils": ^5.14.16 clsx: ^2.0.0 csstype: ^3.1.2 prop-types: ^15.8.1 @@ -1262,19 +1306,19 @@ __metadata: optional: true "@types/react": optional: true - checksum: 70c3920eadc593395a2d258ddea0f3b28689c7f02fdaf97fc205e16efaeebe462b2ab01c69a20a3bcb011e0d07ea47fa66a433e70d0a1ce15d7b694fb3c52135 + checksum: fdb1212e2366efeeddc30cec794459e06d548180f186a3840ba2985bfc99cf0251f0b97dc572732c73b58cec8586ae8694dfea54053bee2b097aee1716ec48ef languageName: node linkType: hard -"@mui/system@npm:^5.14.16": - version: 5.14.16 - resolution: "@mui/system@npm:5.14.16" +"@mui/system@npm:^5.14.20": + version: 5.14.20 + resolution: "@mui/system@npm:5.14.20" dependencies: - "@babel/runtime": ^7.23.2 - "@mui/private-theming": ^5.14.16 - "@mui/styled-engine": ^5.14.16 - "@mui/types": ^7.2.8 - "@mui/utils": ^5.14.16 + "@babel/runtime": ^7.23.4 + "@mui/private-theming": ^5.14.20 + "@mui/styled-engine": ^5.14.19 + "@mui/types": ^7.2.10 + "@mui/utils": ^5.14.20 clsx: ^2.0.0 csstype: ^3.1.2 prop-types: ^15.8.1 @@ -1290,19 +1334,19 @@ __metadata: optional: true "@types/react": optional: true - checksum: fdb1212e2366efeeddc30cec794459e06d548180f186a3840ba2985bfc99cf0251f0b97dc572732c73b58cec8586ae8694dfea54053bee2b097aee1716ec48ef + checksum: d12c3b34ab630978467d557cedc458a48774c0d3a85a33bd77ac1f065d8c9580202d38ac2050e23f30cde74741c0b1df6d72a1918628629143146d91317284cb languageName: node linkType: hard -"@mui/types@npm:^7.2.5": - version: 7.2.5 - resolution: "@mui/types@npm:7.2.5" +"@mui/types@npm:^7.2.10": + version: 7.2.10 + resolution: "@mui/types@npm:7.2.10" peerDependencies: "@types/react": ^17.0.0 || ^18.0.0 peerDependenciesMeta: "@types/react": optional: true - checksum: 2807e9a8eb251294eee6384a4d68b2159f7660466625f1781e9efea282aa7c6ff35b42bc7039c2d43e7a5ac80291dcb85c4110022b0b6de4e12b6406b62f3dc1 + checksum: b9c4629929450e243015d79cf6b102824336db07b852e55f114aca85dbad0b39f831e9c65ad94b028a65c08d33be9f7de1afb530a4e6a80be5702b396ccb90b1 languageName: node linkType: hard @@ -1318,12 +1362,12 @@ __metadata: languageName: node linkType: hard -"@mui/utils@npm:^5.14.12": - version: 5.14.12 - resolution: "@mui/utils@npm:5.14.12" +"@mui/utils@npm:^5.14.16": + version: 5.14.16 + resolution: "@mui/utils@npm:5.14.16" dependencies: - "@babel/runtime": ^7.23.1 - "@types/prop-types": ^15.7.7 + "@babel/runtime": ^7.23.2 + "@types/prop-types": ^15.7.9 prop-types: ^15.8.1 react-is: ^18.2.0 peerDependencies: @@ -1332,16 +1376,16 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 41470b6292b7a46c71fb0a0acc6a5f05a5e080648106b8805555de920e8f748669c7e8d39cbbcf0f52be9053927bb8439a748e24bd02bc1a220c9bded4435f42 + checksum: 4f2fab609447ccd09d237b0136f6f3122b0a4c9864b1cebe6bd8a26350d3fb3cffb8b23b26af4fa9f34f74fffcb2d549285ce75a7185fcde39e14241aa06e129 languageName: node linkType: hard -"@mui/utils@npm:^5.14.16": - version: 5.14.16 - resolution: "@mui/utils@npm:5.14.16" +"@mui/utils@npm:^5.14.20": + version: 5.14.20 + resolution: "@mui/utils@npm:5.14.20" dependencies: - "@babel/runtime": ^7.23.2 - "@types/prop-types": ^15.7.9 + "@babel/runtime": ^7.23.4 + "@types/prop-types": ^15.7.11 prop-types: ^15.8.1 react-is: ^18.2.0 peerDependencies: @@ -1350,7 +1394,7 @@ __metadata: peerDependenciesMeta: "@types/react": optional: true - checksum: 4f2fab609447ccd09d237b0136f6f3122b0a4c9864b1cebe6bd8a26350d3fb3cffb8b23b26af4fa9f34f74fffcb2d549285ce75a7185fcde39e14241aa06e129 + checksum: 72db14bb3d53c3a66f3051c479a1abaa6d39682f788ea3d43127f68d92a84b369cadbc2cb5e5f40e2f0005363042057ff0f34bcd30c0047c617bfd1d6021391e languageName: node linkType: hard @@ -1969,15 +2013,15 @@ __metadata: linkType: hard "@types/mui-datatables@npm:^4.3.6": - version: 4.3.6 - resolution: "@types/mui-datatables@npm:4.3.6" + version: 4.3.12 + resolution: "@types/mui-datatables@npm:4.3.12" dependencies: "@emotion/react": ^11.10.5 "@emotion/styled": ^11.10.5 "@mui/material": ^5.11.4 "@types/react": "*" - csstype: ^3.1.1 - checksum: 722bc2a4631fbbb3d29264e4784d2b5324262a0e96fd4aeb1c7651a3e23183be921d9f22a38b1a276c02fef0fbf44ad364d61c9e938da31b43097113cee1c29b + csstype: 3.1.1 || 3.1.2 + checksum: be580211dcd5e445099004dbac43f802b3c06cf2ccec814ff9a3db0fca84e411841e256d9d0368918170628eba129e93955cbcd60ef60954f1704dcef9087800 languageName: node linkType: hard @@ -2016,10 +2060,10 @@ __metadata: languageName: node linkType: hard -"@types/prop-types@npm:^15.7.7": - version: 15.7.8 - resolution: "@types/prop-types@npm:15.7.8" - checksum: 61dfad79da8b1081c450bab83b77935df487ae1cdd4660ec7df6be8e74725c15fa45cf486ce057addc956ca4ae78300b97091e2a25061133d1b9a1440bc896ae +"@types/prop-types@npm:^15.7.11": + version: 15.7.11 + resolution: "@types/prop-types@npm:15.7.11" + checksum: 7519ff11d06fbf6b275029fe03fff9ec377b4cb6e864cac34d87d7146c7f5a7560fd164bdc1d2dbe00b60c43713631251af1fd3d34d46c69cd354602bc0c7c54 languageName: node linkType: hard @@ -2039,21 +2083,21 @@ __metadata: languageName: node linkType: hard -"@types/react-transition-group@npm:^4.4.6": - version: 4.4.7 - resolution: "@types/react-transition-group@npm:4.4.7" +"@types/react-transition-group@npm:^4.4.8": + version: 4.4.8 + resolution: "@types/react-transition-group@npm:4.4.8" dependencies: "@types/react": "*" - checksum: 3b91486e7aa777a3787e773efce79a0fa9be4ec9e02d51ccda8c7532c5c5d84fbcefe248dacb4007293d85bf0794ac51603bb9cec360db81cf3657d2b7123fb9 + checksum: ad7ba2bce97631fda9d89b4ed9772489bd050fec3ccd7563041b206dbe219d37d22e0d7731b1f90f56e89daf40e69ba16beba8066c42165bf8a584533feb6a2c languageName: node linkType: hard -"@types/react-transition-group@npm:^4.4.8": - version: 4.4.8 - resolution: "@types/react-transition-group@npm:4.4.8" +"@types/react-transition-group@npm:^4.4.9": + version: 4.4.10 + resolution: "@types/react-transition-group@npm:4.4.10" dependencies: "@types/react": "*" - checksum: ad7ba2bce97631fda9d89b4ed9772489bd050fec3ccd7563041b206dbe219d37d22e0d7731b1f90f56e89daf40e69ba16beba8066c42165bf8a584533feb6a2c + checksum: fe2ea11f70251e9f79f368e198c18fd469b1d4f1e1d44e4365845b44e15974b0ec925100036f449b023b0ca3480a82725c5f0a73040e282ad32ec7b0def9b57c languageName: node linkType: hard @@ -3578,7 +3622,7 @@ __metadata: languageName: node linkType: hard -"csstype@npm:^3.0.2, csstype@npm:^3.1.1, csstype@npm:^3.1.2": +"csstype@npm:3.1.1 || 3.1.2, csstype@npm:^3.0.2, csstype@npm:^3.1.2": version: 3.1.2 resolution: "csstype@npm:3.1.2" checksum: e1a52e6c25c1314d6beef5168da704ab29c5186b877c07d822bd0806717d9a265e8493a2e35ca7e68d0f5d472d43fac1cdce70fd79fd0853dff81f3028d857b5