@frontify/fondue 13.2.0 → 13.3.1

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.
@@ -580,6 +580,9 @@ const deprecated = [
580
580
  "DatePicker",
581
581
  "DatePickerProps",
582
582
  "DatePickerTrigger",
583
+ "EditableMode",
584
+ "EditableText",
585
+ "EditableTextProps",
583
586
  "FOCUS_VISIBLE_STYLE",
584
587
  "FOCUS_VISIBLE_STYLE_INSET",
585
588
  "FOCUS_WITHIN_STYLE",
@@ -607,11 +610,16 @@ const deprecated = [
607
610
  "MultiSelectProps",
608
611
  "MultiSelectSize",
609
612
  "MultiSelectType",
613
+ "OrderableList",
614
+ "OrderableListItem",
615
+ "OrderableListItemStyle",
616
+ "OrderableListProps",
610
617
  "Palette",
611
618
  "PatternDesign",
612
619
  "PatternScale",
613
620
  "PatternTheme",
614
621
  "ReactDatePickerRef",
622
+ "RenderListItem",
615
623
  "TABBABLE_ELEMENTS",
616
624
  "Toast",
617
625
  "ToastAnimationDirection",
@@ -18,6 +18,9 @@ const deprecated = [
18
18
  "DatePicker",
19
19
  "DatePickerProps",
20
20
  "DatePickerTrigger",
21
+ "EditableMode",
22
+ "EditableText",
23
+ "EditableTextProps",
21
24
  "FOCUS_VISIBLE_STYLE",
22
25
  "FOCUS_VISIBLE_STYLE_INSET",
23
26
  "FOCUS_WITHIN_STYLE",
@@ -45,11 +48,16 @@ const deprecated = [
45
48
  "MultiSelectProps",
46
49
  "MultiSelectSize",
47
50
  "MultiSelectType",
51
+ "OrderableList",
52
+ "OrderableListItem",
53
+ "OrderableListItemStyle",
54
+ "OrderableListProps",
48
55
  "Palette",
49
56
  "PatternDesign",
50
57
  "PatternScale",
51
58
  "PatternTheme",
52
59
  "ReactDatePickerRef",
60
+ "RenderListItem",
53
61
  "TABBABLE_ELEMENTS",
54
62
  "Toast",
55
63
  "ToastAnimationDirection",
@@ -80,9 +88,6 @@ const active = [
80
88
  "DragHandleProps",
81
89
  "DragHandlerPosition",
82
90
  "EXPAND_ONHOVER_DELAY",
83
- "EditableMode",
84
- "EditableText",
85
- "EditableTextProps",
86
91
  "ExpandButton",
87
92
  "ExpandButtonProps",
88
93
  "FilterableMultiSelect",
@@ -100,16 +105,11 @@ const active = [
100
105
  "OnShrinkCallback",
101
106
  "OnTreeDropCallback",
102
107
  "OrderableList",
103
- "OrderableList",
104
- "OrderableListItem",
105
- "OrderableListItemStyle",
106
- "OrderableListProps",
107
108
  "PatternScaleOrigin",
108
109
  "Projection",
109
110
  "ProjectionArgs",
110
111
  "ROOT_ID",
111
112
  "RegisterNodeChildrenPayload",
112
- "RenderListItem",
113
113
  "SensorContext",
114
114
  "SortableProps",
115
115
  "SortableTreeItemProps",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/fondue",
3
3
  "type": "module",
4
- "version": "13.2.0",
4
+ "version": "13.3.1",
5
5
  "description": "Design system of Frontify",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "homepage": "https://github.com/Frontify/fondue",
@@ -126,10 +126,10 @@
126
126
  "react-popper": "^2.3.0",
127
127
  "react-textarea-autosize": "^8.5.9",
128
128
  "@frontify/fondue-charts": "^7.0.0",
129
- "@frontify/fondue-icons": "^0.24.1",
130
- "@frontify/fondue-rte": "^0.1.0",
131
- "@frontify/fondue-components": "^28.0.0",
132
- "@frontify/fondue-tokens": "^5.0.0"
129
+ "@frontify/fondue-components": "^29.0.1",
130
+ "@frontify/fondue-tokens": "^5.0.0",
131
+ "@frontify/fondue-rte": "^0.1.1",
132
+ "@frontify/fondue-icons": "^0.25.0"
133
133
  },
134
134
  "devDependencies": {
135
135
  "@babel/core": "^7.28.5",
@@ -170,7 +170,7 @@
170
170
  "vite-plugin-dts": "^4.5.4",
171
171
  "vite-plugin-static-copy": "^3.1.5",
172
172
  "vite-tsconfig-paths": "^5.1.4",
173
- "@frontify/fondue-icons": "^0.24.1"
173
+ "@frontify/fondue-icons": "^0.25.0"
174
174
  },
175
175
  "scripts": {
176
176
  "build": "pnpm clean && pnpm build:library && pnpm build:styles-with-tw && pnpm build:package:components && pnpm build:package:icons && pnpm build:package:charts && pnpm build:package:tokens && pnpm build:package:rte && pnpm build:tools",