@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.
Files changed (66) hide show
  1. package/CHANGELOG.md +29 -0
  2. package/dist/es/components/Card/Card.css +1 -1
  3. package/dist/es/components/Container/Container.css +934 -7
  4. package/dist/es/components/DarkGradientCards/DarkGradientCards.css +18 -0
  5. package/dist/es/components/DarkGradientCards/DarkGradientCards.d.ts +28 -0
  6. package/dist/es/components/DarkGradientCards/DarkGradientCards.js +88 -0
  7. package/dist/es/components/DarkGradientCards/components/DarkGradientCard.css +175 -0
  8. package/dist/es/components/DarkGradientCards/components/DarkGradientCard.d.ts +15 -0
  9. package/dist/es/components/DarkGradientCards/components/DarkGradientCard.js +52 -0
  10. package/dist/es/components/DarkGradientCards/types.d.ts +21 -0
  11. package/dist/es/components/DarkGradientCards/types.js +0 -0
  12. package/dist/es/components/InfoCards/InfoCards.css +75 -0
  13. package/dist/es/components/InfoCards/InfoCards.d.ts +21 -0
  14. package/dist/es/components/InfoCards/InfoCards.js +66 -0
  15. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.css +237 -0
  16. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.d.ts +15 -0
  17. package/dist/es/components/InfoCards/components/InfoCard/InfoCard.js +108 -0
  18. package/dist/es/components/InfoCards/types.d.ts +26 -0
  19. package/dist/es/components/InfoCards/types.js +0 -0
  20. package/dist/es/components/SidePictureCards/SidePictureCards.d.ts +22 -0
  21. package/dist/es/components/SidePictureCards/SidePictureCards.js +77 -0
  22. package/dist/es/components/SidePictureCards/components/SidePictureCard.css +183 -0
  23. package/dist/es/components/SidePictureCards/components/SidePictureCard.d.ts +16 -0
  24. package/dist/es/components/SidePictureCards/components/SidePictureCard.js +91 -0
  25. package/dist/es/components/SidePictureCards/types.d.ts +46 -0
  26. package/dist/es/components/SidePictureCards/types.js +0 -0
  27. package/dist/es/components/TextWithIcon/TextWithIconItem.css +16 -7
  28. package/dist/es/components/TextWithIcon/TextWithIconItem.d.ts +2 -0
  29. package/dist/es/components/TextWithIcon/TextWithIconItem.js +6 -1
  30. package/dist/es/hooks/useResolutions.d.ts +1 -0
  31. package/dist/es/hooks/useResolutions.js +12 -1
  32. package/dist/es/index.d.ts +6 -0
  33. package/dist/es/index.js +6 -0
  34. package/dist/lib/components/Card/Card.css +1 -1
  35. package/dist/lib/components/Container/Container.css +934 -7
  36. package/dist/lib/components/DarkGradientCards/DarkGradientCards.css +18 -0
  37. package/dist/lib/components/DarkGradientCards/DarkGradientCards.d.ts +28 -0
  38. package/dist/lib/components/DarkGradientCards/DarkGradientCards.js +104 -0
  39. package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.css +175 -0
  40. package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.d.ts +15 -0
  41. package/dist/lib/components/DarkGradientCards/components/DarkGradientCard.js +65 -0
  42. package/dist/lib/components/DarkGradientCards/types.d.ts +21 -0
  43. package/dist/lib/components/DarkGradientCards/types.js +1 -0
  44. package/dist/lib/components/InfoCards/InfoCards.css +75 -0
  45. package/dist/lib/components/InfoCards/InfoCards.d.ts +21 -0
  46. package/dist/lib/components/InfoCards/InfoCards.js +88 -0
  47. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.css +237 -0
  48. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.d.ts +15 -0
  49. package/dist/lib/components/InfoCards/components/InfoCard/InfoCard.js +129 -0
  50. package/dist/lib/components/InfoCards/types.d.ts +26 -0
  51. package/dist/lib/components/InfoCards/types.js +1 -0
  52. package/dist/lib/components/SidePictureCards/SidePictureCards.d.ts +22 -0
  53. package/dist/lib/components/SidePictureCards/SidePictureCards.js +95 -0
  54. package/dist/lib/components/SidePictureCards/components/SidePictureCard.css +183 -0
  55. package/dist/lib/components/SidePictureCards/components/SidePictureCard.d.ts +16 -0
  56. package/dist/lib/components/SidePictureCards/components/SidePictureCard.js +108 -0
  57. package/dist/lib/components/SidePictureCards/types.d.ts +46 -0
  58. package/dist/lib/components/SidePictureCards/types.js +1 -0
  59. package/dist/lib/components/TextWithIcon/TextWithIconItem.css +16 -7
  60. package/dist/lib/components/TextWithIcon/TextWithIconItem.d.ts +2 -0
  61. package/dist/lib/components/TextWithIcon/TextWithIconItem.js +6 -1
  62. package/dist/lib/hooks/useResolutions.d.ts +1 -0
  63. package/dist/lib/hooks/useResolutions.js +12 -1
  64. package/dist/lib/index.d.ts +6 -0
  65. package/dist/lib/index.js +48 -0
  66. 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
 
@@ -68,7 +68,7 @@ h5 {
68
68
  gap: 12px;
69
69
  -webkit-box-align: start;
70
70
  -ms-flex-align: start;
71
- align-items: start;
71
+ align-items: flex-start;
72
72
  -webkit-box-pack: justify;
73
73
  -ms-flex-pack: justify;
74
74
  justify-content: space-between;