@frontify/guideline-blocks-settings 0.29.14 → 0.29.16
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 +16 -0
- package/dist/index.d.ts +1 -1
- package/package.json +30 -30
- package/src/components/BlockItemWrapper/types.ts +1 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @frontify/guideline-blocks-settings
|
|
2
2
|
|
|
3
|
+
## 0.29.16
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#652](https://github.com/Frontify/brand-sdk/pull/652) [`eef2c98`](https://github.com/Frontify/brand-sdk/commit/eef2c982e12c50d6b5bd573c2ba73266a8a78ec8) Thanks [@mikeyrayvon](https://github.com/mikeyrayvon)! - feat: export type FlyoutToolbarItem
|
|
8
|
+
|
|
9
|
+
## 0.29.15
|
|
10
|
+
|
|
11
|
+
### Patch Changes
|
|
12
|
+
|
|
13
|
+
- [#636](https://github.com/Frontify/brand-sdk/pull/636) [`1dbc48e`](https://github.com/Frontify/brand-sdk/commit/1dbc48e9b8421a893d0b2da8f17ac201abc2b113) Thanks [@SamuelAlev](https://github.com/SamuelAlev)! - Update dependencies
|
|
14
|
+
|
|
15
|
+
- Updated dependencies [[`728cfd9`](https://github.com/Frontify/brand-sdk/commit/728cfd9e16a5c286fda4b2ae31dd96118c811929), [`1dbc48e`](https://github.com/Frontify/brand-sdk/commit/1dbc48e9b8421a893d0b2da8f17ac201abc2b113)]:
|
|
16
|
+
- @frontify/app-bridge@3.0.0
|
|
17
|
+
- @frontify/sidebar-settings@0.8.1
|
|
18
|
+
|
|
3
19
|
## 0.29.14
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/dist/index.d.ts
CHANGED
|
@@ -404,7 +404,7 @@ export declare type DynamicSupportedBlock = DynamicSupportedBlock_2<AppBridgeBlo
|
|
|
404
404
|
|
|
405
405
|
export declare const ELEMENT_BUTTON = "button";
|
|
406
406
|
|
|
407
|
-
declare type FlyoutToolbarItem = {
|
|
407
|
+
export declare type FlyoutToolbarItem = {
|
|
408
408
|
title: string;
|
|
409
409
|
onClick: () => void;
|
|
410
410
|
icon: JSX.Element;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@frontify/guideline-blocks-settings",
|
|
3
|
-
"version": "0.29.
|
|
3
|
+
"version": "0.29.16",
|
|
4
4
|
"description": "Provides types and helpers for the guideline block development",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"main": "dist/index.umd.js",
|
|
@@ -22,48 +22,48 @@
|
|
|
22
22
|
"./styles": "./dist/styles.css"
|
|
23
23
|
},
|
|
24
24
|
"devDependencies": {
|
|
25
|
-
"@babel/core": "^7.
|
|
26
|
-
"@frontify/eslint-config-typescript": "^0.16.
|
|
27
|
-
"@testing-library/react": "^14.
|
|
28
|
-
"@types/node": "^18.
|
|
29
|
-
"@types/react": "^18.2.
|
|
30
|
-
"@types/react-dom": "^18.2.
|
|
31
|
-
"@types/sinon": "^
|
|
32
|
-
"@vitejs/plugin-react": "^4.0
|
|
33
|
-
"autoprefixer": "^10.4.
|
|
34
|
-
"cypress": "^13.1
|
|
35
|
-
"cypress-real-events": "^1.
|
|
36
|
-
"eslint": "^8.
|
|
25
|
+
"@babel/core": "^7.23.3",
|
|
26
|
+
"@frontify/eslint-config-typescript": "^0.16.2",
|
|
27
|
+
"@testing-library/react": "^14.1.2",
|
|
28
|
+
"@types/node": "^18.18.11",
|
|
29
|
+
"@types/react": "^18.2.38",
|
|
30
|
+
"@types/react-dom": "^18.2.16",
|
|
31
|
+
"@types/sinon": "^17.0.2",
|
|
32
|
+
"@vitejs/plugin-react": "^4.2.0",
|
|
33
|
+
"autoprefixer": "^10.4.16",
|
|
34
|
+
"cypress": "^13.5.1",
|
|
35
|
+
"cypress-real-events": "^1.11.0",
|
|
36
|
+
"eslint": "^8.54.0",
|
|
37
37
|
"eslint-plugin-notice": "^0.9.10",
|
|
38
|
-
"happy-dom": "^12.
|
|
38
|
+
"happy-dom": "^12.10.3",
|
|
39
39
|
"mitt": "^3.0.1",
|
|
40
|
-
"msw": "^1.2
|
|
41
|
-
"postcss": "^8.4.
|
|
42
|
-
"prettier": "^3.0
|
|
40
|
+
"msw": "^1.3.2",
|
|
41
|
+
"postcss": "^8.4.31",
|
|
42
|
+
"prettier": "^3.1.0",
|
|
43
43
|
"react": "^18.2.0",
|
|
44
44
|
"react-dom": "^18.2.0",
|
|
45
|
-
"rollup": "^3.
|
|
46
|
-
"sinon": "
|
|
47
|
-
"tailwindcss": "^3.3.
|
|
48
|
-
"typescript": "^5.
|
|
49
|
-
"vite": "^4.
|
|
50
|
-
"vite-plugin-dts": "^3.
|
|
45
|
+
"rollup": "^3.29.4",
|
|
46
|
+
"sinon": "17.0.1",
|
|
47
|
+
"tailwindcss": "^3.3.5",
|
|
48
|
+
"typescript": "^5.3.2",
|
|
49
|
+
"vite": "^4.5.0",
|
|
50
|
+
"vite-plugin-dts": "^3.6.3",
|
|
51
51
|
"vite-plugin-externals": "^0.6.2",
|
|
52
|
-
"vitest": "^0.34.
|
|
52
|
+
"vitest": "^0.34.6"
|
|
53
53
|
},
|
|
54
54
|
"dependencies": {
|
|
55
55
|
"@ctrl/tinycolor": "^4.0.2",
|
|
56
|
-
"@dnd-kit/core": "^6.0
|
|
57
|
-
"@dnd-kit/modifiers": "^
|
|
58
|
-
"@dnd-kit/sortable": "^
|
|
59
|
-
"@frontify/fondue": "12.0.0-beta.
|
|
56
|
+
"@dnd-kit/core": "^6.1.0",
|
|
57
|
+
"@dnd-kit/modifiers": "^7.0.0",
|
|
58
|
+
"@dnd-kit/sortable": "^8.0.0",
|
|
59
|
+
"@frontify/fondue": "12.0.0-beta.382",
|
|
60
60
|
"@react-aria/focus": "^3.14.0",
|
|
61
61
|
"@react-stately/overlays": "^3.6.1",
|
|
62
62
|
"@udecode/plate": "^21.5.0",
|
|
63
63
|
"slate": "^0.94.1",
|
|
64
64
|
"slate-react": "^0.98.3",
|
|
65
|
-
"@frontify/app-bridge": "^3.0.0
|
|
66
|
-
"@frontify/sidebar-settings": "^0.8.
|
|
65
|
+
"@frontify/app-bridge": "^3.0.0",
|
|
66
|
+
"@frontify/sidebar-settings": "^0.8.1"
|
|
67
67
|
},
|
|
68
68
|
"peerDependencies": {
|
|
69
69
|
"react": "^18",
|