Skip to content

Commit f830d32

Browse files
authored
chore: bump fondue to latest 12 (#1202)
* chore: bump fondue to latest 12 * bump node * bump * bump
1 parent 72c1b6f commit f830d32

File tree

52 files changed

+279
-976
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+279
-976
lines changed

.nvmrc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
22
1+
24

examples/asset-upload/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"typescript": "^5.9.2"
3232
},
3333
"dependencies": {
34-
"@frontify/app-bridge": "^4.0.0-alpha.44",
34+
"@frontify/app-bridge": "^4.0.0-alpha.45",
3535
"@frontify/fondue": "12.14.3",
36-
"@frontify/guideline-blocks-settings": "1.0.6",
36+
"@frontify/guideline-blocks-settings": "1.0.11",
3737
"react": "^18.3.1",
3838
"react-dom": "^18.3.1"
3939
}

examples/asset-upload/src/settings.ts

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
/* (c) Copyright Frontify Ltd., all rights reserved. */
22

3-
import { IconEnum, defineSettings } from '@frontify/guideline-blocks-settings';
3+
import { defineSettings } from '@frontify/guideline-blocks-settings';
44

55
export const IMAGE_SETTING_ID = 'image';
66

@@ -15,7 +15,7 @@ export const settings = defineSettings({
1515
choices: [
1616
{
1717
value: 'custom_block',
18-
icon: IconEnum.Code,
18+
icon: 'Code',
1919
label: 'Custom Block',
2020
},
2121
],

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@
2626
"@cypress/vite-dev-server": "^5.2.0",
2727
"@testing-library/jest-dom": "^6.8.0",
2828
"@testing-library/react": "^16.3.0",
29-
"@types/node": "^22.18.1",
3029
"@types/react": "^18.3.24",
3130
"@types/react-dom": "^18.3.7",
3231
"@vitejs/plugin-react": "^4.4.1",

packages/animation-curve-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,9 +34,9 @@
3434
"@dnd-kit/core": "^6.3.1",
3535
"@dnd-kit/modifiers": "^9.0.0",
3636
"@dnd-kit/sortable": "^10.0.0",
37-
"@frontify/app-bridge": "^4.0.0-alpha.44",
37+
"@frontify/app-bridge": "^4.0.0-alpha.45",
3838
"@frontify/fondue": "12.14.3",
39-
"@frontify/guideline-blocks-settings": "1.0.6",
39+
"@frontify/guideline-blocks-settings": "1.0.11",
4040
"@frontify/guideline-blocks-shared": "workspace:*",
4141
"react": "^18.3.1",
4242
"react-dom": "^18.3.1"

packages/asset-kit-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"typescript": "^5.9.2"
3333
},
3434
"dependencies": {
35-
"@frontify/app-bridge": "^4.0.0-alpha.44",
35+
"@frontify/app-bridge": "^4.0.0-alpha.45",
3636
"@frontify/fondue": "12.14.3",
37-
"@frontify/guideline-blocks-settings": "1.0.6",
37+
"@frontify/guideline-blocks-settings": "1.0.11",
3838
"@frontify/guideline-blocks-shared": "workspace:*",
3939
"react": "^18.3.1",
4040
"react-dom": "^18.3.1"

packages/audio-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,9 @@
3232
"typescript": "^5.9.2"
3333
},
3434
"dependencies": {
35-
"@frontify/app-bridge": "^4.0.0-alpha.44",
35+
"@frontify/app-bridge": "^4.0.0-alpha.45",
3636
"@frontify/fondue": "12.14.3",
37-
"@frontify/guideline-blocks-settings": "1.0.6",
37+
"@frontify/guideline-blocks-settings": "1.0.11",
3838
"@frontify/guideline-blocks-shared": "workspace:*",
3939
"react": "^18.3.1",
4040
"react-dom": "^18.3.1"

packages/audio-block/src/settings.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ import { FileExtensionSets } from '@frontify/app-bridge';
55
import { TextPosition } from './types';
66
import {
77
AssetChooserObjectType,
8-
IconEnum,
98
defineSettings,
109
getSecurityDownloadableSetting,
1110
getSecurityGlobalControlSetting,
@@ -34,8 +33,8 @@ export const settings = defineSettings({
3433
type: 'segmentedControls',
3534
defaultValue: TextPosition.Above,
3635
choices: [
37-
{ value: TextPosition.Below, icon: IconEnum.MediaObjectTextBottom },
38-
{ value: TextPosition.Above, icon: IconEnum.MediaObjectTextTop },
36+
{ value: TextPosition.Below, icon: 'MediaObjectTextBottom' },
37+
{ value: TextPosition.Above, icon: 'MediaObjectTextTop' },
3938
],
4039
},
4140
],

packages/callout-block/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -31,9 +31,9 @@
3131
"typescript": "^5.9.2"
3232
},
3333
"dependencies": {
34-
"@frontify/app-bridge": "^4.0.0-alpha.44",
34+
"@frontify/app-bridge": "^4.0.0-alpha.45",
3535
"@frontify/fondue": "12.14.3",
36-
"@frontify/guideline-blocks-settings": "1.0.6",
36+
"@frontify/guideline-blocks-settings": "1.0.11",
3737
"@frontify/guideline-blocks-shared": "workspace:*",
3838
"react": "^18.3.1",
3939
"react-dom": "^18.3.1"

packages/callout-block/src/settings.ts

Lines changed: 14 additions & 15 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33
import {
44
AssetChooserObjectType,
55
FileExtension,
6-
IconEnum,
76
NotificationStyleType,
87
appendUnit,
98
createFooter,
@@ -31,22 +30,22 @@ export const settings = defineSettings({
3130
choices: [
3231
{
3332
value: Type.Info,
34-
icon: IconEnum.Info,
33+
icon: 'Info',
3534
label: 'Information',
3635
},
3736
{
3837
value: Type.Note,
39-
icon: IconEnum.DocumentText,
38+
icon: 'DocumentText',
4039
label: 'Note',
4140
},
4241
{
4342
value: Type.Tip,
44-
icon: IconEnum.CheckMark,
43+
icon: 'CheckMark',
4544
label: 'Tip',
4645
},
4746
{
4847
value: Type.Warning,
49-
icon: IconEnum.ExclamationMarkTriangle,
48+
icon: 'ExclamationMarkTriangle',
5049
label: 'Warning',
5150
},
5251
],
@@ -98,15 +97,15 @@ export const settings = defineSettings({
9897
value: Icon.None,
9998
},
10099
{
101-
icon: IconEnum.Info,
100+
icon: 'Info',
102101
value: Icon.Info,
103102
},
104103
{
105-
icon: IconEnum.Lightbulb,
104+
icon: 'Lightbulb',
106105
value: Icon.Lightbulb,
107106
},
108107
{
109-
icon: IconEnum.Megaphone,
108+
icon: 'Megaphone',
110109
value: Icon.Megaphone,
111110
},
112111
],
@@ -148,17 +147,17 @@ export const settings = defineSettings({
148147
choices: [
149148
{
150149
value: Alignment.Left,
151-
icon: IconEnum.ArrowAlignLeft,
150+
icon: 'ArrowAlignLeft',
152151
label: 'Left',
153152
},
154153
{
155154
value: Alignment.Center,
156-
icon: IconEnum.ArrowAlignVerticalCentre,
155+
icon: 'ArrowAlignVerticalCentre',
157156
label: 'Center',
158157
},
159158
{
160159
value: Alignment.Right,
161-
icon: IconEnum.ArrowAlignRight,
160+
icon: 'ArrowAlignRight',
162161
label: 'Right',
163162
},
164163
],
@@ -185,28 +184,28 @@ export const settings = defineSettings({
185184
{
186185
id: PADDING_TOP_ID,
187186
type: 'input',
188-
icon: IconEnum.ArrowAlignUp16,
187+
icon: 'ArrowAlignUp16',
189188
onChange: (bundle) => appendUnit(bundle, PADDING_TOP_ID),
190189
rules: [numericalOrPixelRule],
191190
},
192191
{
193192
id: PADDING_LEFT_ID,
194193
type: 'input',
195-
icon: IconEnum.ArrowAlignLeft16,
194+
icon: 'ArrowAlignLeft16',
196195
onChange: (bundle) => appendUnit(bundle, PADDING_LEFT_ID),
197196
rules: [numericalOrPixelRule],
198197
},
199198
{
200199
id: PADDING_RIGHT_ID,
201200
type: 'input',
202-
icon: IconEnum.ArrowAlignRight16,
201+
icon: 'ArrowAlignRight16',
203202
onChange: (bundle) => appendUnit(bundle, PADDING_RIGHT_ID),
204203
rules: [numericalOrPixelRule],
205204
},
206205
{
207206
id: PADDING_BOTTOM_ID,
208207
type: 'input',
209-
icon: IconEnum.ArrowAlignDown16,
208+
icon: 'ArrowAlignDown16',
210209
onChange: (bundle) => appendUnit(bundle, PADDING_BOTTOM_ID),
211210
rules: [numericalOrPixelRule],
212211
},

0 commit comments

Comments
 (0)