@snack-uikit/modal 0.7.9-preview-85c5f47b.0 → 0.8.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 (2) hide show
  1. package/CHANGELOG.md +32 -0
  2. package/package.json +11 -11
package/CHANGELOG.md CHANGED
@@ -3,6 +3,38 @@
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
+ # 0.8.0 (2023-12-06)
7
+
8
+
9
+ ### Bug Fixes
10
+
11
+ * **FF-0000:** remove extractDataProps ([9d676b9](https://github.com/cloud-ru-tech/snack-uikit/commit/9d676b9df214167bfd1b7ce9f1590891ca62f9a3))
12
+ * **FF-2652:** styles update ([68b4a20](https://github.com/cloud-ru-tech/snack-uikit/commit/68b4a207085b1e0c69626519c5764784abc577fb))
13
+ * **FF-2776:** use QuestionTooltip instead of custom title tooltip ([1365fa4](https://github.com/cloud-ru-tech/snack-uikit/commit/1365fa4d9668c55316f4efee15f6fe2a63813ed0))
14
+ * **FF-2777:** using new icons ([7922fca](https://github.com/cloud-ru-tech/snack-uikit/commit/7922fca103293299554fe07d607ca54b3b571e66))
15
+ * **FF-2937:** bug when scroll is not initializing properly ([14adaa9](https://github.com/cloud-ru-tech/snack-uikit/commit/14adaa9a77cdc13a713580633148511f3660723f))
16
+ * **FF-3023:** update modal component docs ([f30b760](https://github.com/cloud-ru-tech/snack-uikit/commit/f30b76025df2fc5e2b82374929a34f57de8d216d))
17
+
18
+
19
+ ### Features
20
+
21
+ * **FF-2651:** add Modal package ([cbcba1a](https://github.com/cloud-ru-tech/snack-uikit/commit/cbcba1a404ff145eed61ccf680fc2e60c67ba235))
22
+ * **FF-3309:** change cancelButton to ButtonOutline ([9ab0ecf](https://github.com/cloud-ru-tech/snack-uikit/commit/9ab0ecf4ff2ccf7b78097788ef52f5d005fd3e7d))
23
+ * **FF-875:** add utils for dependencies graph ([53cd7be](https://github.com/cloud-ru-tech/snack-uikit/commit/53cd7be638f01e573cb52b2417a39f4df4f6089b))
24
+
25
+
26
+ ### BREAKING CHANGES
27
+
28
+
29
+ * **FF-3823:** move to snack-uikit scope ([ac9e30d](https://github.com/cloud-ru-tech/snack-uikit/commit/ac9e30d574d529b2bf4f5184b70c511c981a6032))
30
+ * **FF-3409:** update actions buttons typings, fix focus order ([b9edc06](https://github.com/cloud-ru-tech/snack-uikit/commit/b9edc06e4e8db6b8c5dbe39ab4d26b770bf7f820))
31
+ * **FF-3022:** appearance -> mode, fix picture visibility, fix styles, fix story ([c0d6c6a](https://github.com/cloud-ru-tech/snack-uikit/commit/c0d6c6a9e01e05b31901a15b824fc917f5639aab))
32
+ * **FF-2989:** questionTooltip size & tooltip behavior ([61b29c2](https://github.com/cloud-ru-tech/snack-uikit/commit/61b29c2a87074d25f54b3d9eac66ef79003d9897))
33
+ * **FF-2966:** type -> appearance ([cede1e6](https://github.com/cloud-ru-tech/snack-uikit/commit/cede1e668443c398003b1932c29a6dc52e7867a4))
34
+
35
+
36
+
37
+
6
38
  ## 0.7.8 (2023-11-22)
7
39
 
8
40
  ### Only dependencies have been changed
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "access": "public"
5
5
  },
6
6
  "title": "Modal",
7
- "version": "0.7.9-preview-85c5f47b.0",
7
+ "version": "0.8.0",
8
8
  "sideEffects": [
9
9
  "*.css",
10
10
  "*.woff",
@@ -32,20 +32,20 @@
32
32
  "license": "Apache-2.0",
33
33
  "scripts": {},
34
34
  "dependencies": {
35
- "@snack-uikit/button": "0.13.7-preview-85c5f47b.0",
36
- "@snack-uikit/icon-predefined": "0.2.6-preview-85c5f47b.0",
37
- "@snack-uikit/icons": "0.18.2-preview-85c5f47b.0",
38
- "@snack-uikit/link": "0.7.1-preview-85c5f47b.0",
39
- "@snack-uikit/scroll": "0.3.5-preview-85c5f47b.0",
40
- "@snack-uikit/tooltip": "0.8.1-preview-85c5f47b.0",
41
- "@snack-uikit/truncate-string": "0.2.17-preview-85c5f47b.0",
42
- "@snack-uikit/typography": "0.4.5-preview-85c5f47b.0",
43
- "@snack-uikit/utils": "2.0.2-preview-85c5f47b.0",
35
+ "@snack-uikit/button": "0.14.0",
36
+ "@snack-uikit/icon-predefined": "0.3.0",
37
+ "@snack-uikit/icons": "0.19.0",
38
+ "@snack-uikit/link": "0.8.0",
39
+ "@snack-uikit/scroll": "0.4.0",
40
+ "@snack-uikit/tooltip": "0.9.0",
41
+ "@snack-uikit/truncate-string": "0.3.0",
42
+ "@snack-uikit/typography": "0.5.0",
43
+ "@snack-uikit/utils": "3.0.0",
44
44
  "classnames": "2.3.2",
45
45
  "react-modal": "3.16.1"
46
46
  },
47
47
  "devDependencies": {
48
48
  "@types/react-modal": "3.16.0"
49
49
  },
50
- "gitHead": "6a7eef41d780d945f64f791448eaa72b9e0ae72d"
50
+ "gitHead": "dcd04bf837247b468d8e2bb37f26847ed278f066"
51
51
  }