@megafon/ui-shared 6.3.0 → 6.5.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +29 -0
- package/dist/es/components/Card/Card.css +1 -1
- package/dist/es/components/Container/Container.css +934 -7
- package/dist/es/components/DarkGradientCards/DarkGradientCards.css +18 -0
- package/dist/es/components/DarkGradientCards/DarkGradientCards.d.ts +28 -0
- package/dist/es/components/DarkGradientCards/DarkGradientCards.js +88 -0
- package/dist/es/components/DarkGradientCards/components/DarkGradientCard.css +175 -0
- package/dist/es/components/DarkGradientCards/components/DarkGradientCard.d.ts +15 -0
- package/dist/es/components/DarkGradientCards/components/DarkGradientCard.js +52 -0
- package/dist/es/components/DarkGradientCards/types.d.ts +21 -0
- package/dist/es/components/DarkGradientCards/types.js +0 -0
- package/dist/es/components/InfoCards/InfoCards.css +75 -0
- package/dist/es/components/InfoCards/InfoCards.d.ts +21 -0
- package/dist/es/components/InfoCards/InfoCards.js +66 -0
- package/dist/es/components/InfoCards/components/InfoCard/InfoCard.css +237 -0
- package/dist/es/components/InfoCards/components/InfoCard/InfoCard.d.ts +15 -0
- package/dist/es/components/InfoCards/components/InfoCard/InfoCard.js +108 -0
- package/dist/es/components/InfoCards/types.d.ts +26 -0
- package/dist/es/components/InfoCards/types.js +0 -0
- package/dist/es/components/SidePictureCards/SidePictureCards.d.ts +22 -0
- package/dist/es/components/SidePictureCards/SidePictureCards.js +77 -0
- package/dist/es/components/SidePictureCards/components/SidePictureCard.css +183 -0
- package/dist/es/components/SidePictureCards/components/SidePictureCard.d.ts +16 -0
- package/dist/es/components/SidePictureCards/components/SidePictureCard.js +91 -0
- package/dist/es/components/SidePictureCards/types.d.ts +46 -0
- package/dist/es/components/SidePictureCards/types.js +0 -0
- package/dist/es/components/TextWithIcon/TextWithIconItem.css +16 -7
- package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +2 -0
- package/dist/es/components/TextWithIcon/TextWithIconItem.js +6 -1
- package/dist/es/hooks/useResolutions.d.ts +1 -0
- package/dist/es/hooks/useResolutions.js +12 -1
- package/dist/es/index.d.ts +6 -0
- package/dist/es/index.js +6 -0
- package/dist/lib/components/Card/Card.css +1 -1
- package/dist/lib/components/Container/Container.css +934 -7
- package/dist/lib/components/DarkGradientCards/DarkGradientCards.css +18 -0
- package/dist/lib/components/DarkGradientCards/DarkGradientCards.d.ts +28 -0
- package/dist/lib/components/DarkGradientCards/DarkGradientCards.js +104 -0
- package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.css +175 -0
- package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.d.ts +15 -0
- package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.js +65 -0
- package/dist/lib/components/DarkGradientCards/types.d.ts +21 -0
- package/dist/lib/components/DarkGradientCards/types.js +1 -0
- package/dist/lib/components/InfoCards/InfoCards.css +75 -0
- package/dist/lib/components/InfoCards/InfoCards.d.ts +21 -0
- package/dist/lib/components/InfoCards/InfoCards.js +88 -0
- package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.css +237 -0
- package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.d.ts +15 -0
- package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.js +129 -0
- package/dist/lib/components/InfoCards/types.d.ts +26 -0
- package/dist/lib/components/InfoCards/types.js +1 -0
- package/dist/lib/components/SidePictureCards/SidePictureCards.d.ts +22 -0
- package/dist/lib/components/SidePictureCards/SidePictureCards.js +95 -0
- package/dist/lib/components/SidePictureCards/components/SidePictureCard.css +183 -0
- package/dist/lib/components/SidePictureCards/components/SidePictureCard.d.ts +16 -0
- package/dist/lib/components/SidePictureCards/components/SidePictureCard.js +108 -0
- package/dist/lib/components/SidePictureCards/types.d.ts +46 -0
- package/dist/lib/components/SidePictureCards/types.js +1 -0
- package/dist/lib/components/TextWithIcon/TextWithIconItem.css +16 -7
- package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +2 -0
- package/dist/lib/components/TextWithIcon/TextWithIconItem.js +6 -1
- package/dist/lib/hooks/useResolutions.d.ts +1 -0
- package/dist/lib/hooks/useResolutions.js +12 -1
- package/dist/lib/index.d.ts +6 -0
- package/dist/lib/index.js +48 -0
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
@@ -3,6 +3,35 @@
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
5
5
|
|
6
|
+
# [6.5.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-shared@6.4.0...@megafon/ui-shared@6.5.0) (2024-09-17)
|
7
|
+
|
8
|
+
|
9
|
+
### Features
|
10
|
+
|
11
|
+
* **container:** add default margin for k27 (dark-gradient-cards) ([06438e6](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/06438e62c49683b61b20261684e31a1f38c76667))
|
12
|
+
* **darkgradientcards:** create component DarkGradientCards ([09626dd](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/09626ddb47c71f5502210958268fb768ca05cdc1))
|
13
|
+
* **imagebanner:** add fetchpriority to ImageBanner ([db83e1a](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/db83e1a63af693ca1a6e594011b1e9f39407c6b1))
|
14
|
+
|
15
|
+
|
16
|
+
|
17
|
+
|
18
|
+
|
19
|
+
# [6.4.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-shared@6.3.0...@megafon/ui-shared@6.4.0) (2024-09-10)
|
20
|
+
|
21
|
+
|
22
|
+
### Features
|
23
|
+
|
24
|
+
* **container:** add default margin for k28 (side-picture-cards) ([968fecb](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/968fecbb6e99a387f7ccbace782175c32d120b34))
|
25
|
+
* **container:** add indents for InfoCards ([f9ef9e1](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f9ef9e1b6223b7ece253498656c8a13819c06e1b))
|
26
|
+
* **container:** edit indents between TitleDescriptionBox (k2) and TabsBox (k8) ([da22225](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/da222250053964ebf9cf898af0f654da1acc3898))
|
27
|
+
* **infocards:** add new component InfoCards ([f336c50](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/f336c507b02e95fed11c60a60bb8f906fee61d8a))
|
28
|
+
* **sidepicturecards:** create component SidePictureCards ([50561a8](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/50561a88b045afcd551b02c2c3f13048d44a1a35))
|
29
|
+
* **textwithiconitem:** add new iconBackground prop ([ac77982](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/commit/ac779829134bb75979f1785957928a4b6279c397))
|
30
|
+
|
31
|
+
|
32
|
+
|
33
|
+
|
34
|
+
|
6
35
|
# [6.3.0](https://hq-gitlab.megafon.ru/site-portal/services/megafon-ui/compare/@megafon/ui-shared@6.2.0...@megafon/ui-shared@6.3.0) (2024-09-02)
|
7
36
|
|
8
37
|
|