@frontify/fondue 13.1.5 → 13.3.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.
@@ -577,6 +577,12 @@ const deprecated = [
577
577
  "Breadcrumbs",
578
578
  "CollapsibleWrap",
579
579
  "Color",
580
+ "DatePicker",
581
+ "DatePickerProps",
582
+ "DatePickerTrigger",
583
+ "EditableMode",
584
+ "EditableText",
585
+ "EditableTextProps",
580
586
  "FOCUS_VISIBLE_STYLE",
581
587
  "FOCUS_VISIBLE_STYLE_INSET",
582
588
  "FOCUS_WITHIN_STYLE",
@@ -604,10 +610,16 @@ const deprecated = [
604
610
  "MultiSelectProps",
605
611
  "MultiSelectSize",
606
612
  "MultiSelectType",
613
+ "OrderableList",
614
+ "OrderableListItem",
615
+ "OrderableListItemStyle",
616
+ "OrderableListProps",
607
617
  "Palette",
608
618
  "PatternDesign",
609
619
  "PatternScale",
610
620
  "PatternTheme",
621
+ "ReactDatePickerRef",
622
+ "RenderListItem",
611
623
  "TABBABLE_ELEMENTS",
612
624
  "Toast",
613
625
  "ToastAnimationDirection",
@@ -15,6 +15,12 @@ const deprecated = [
15
15
  "Breadcrumbs",
16
16
  "CollapsibleWrap",
17
17
  "Color",
18
+ "DatePicker",
19
+ "DatePickerProps",
20
+ "DatePickerTrigger",
21
+ "EditableMode",
22
+ "EditableText",
23
+ "EditableTextProps",
18
24
  "FOCUS_VISIBLE_STYLE",
19
25
  "FOCUS_VISIBLE_STYLE_INSET",
20
26
  "FOCUS_WITHIN_STYLE",
@@ -42,10 +48,16 @@ const deprecated = [
42
48
  "MultiSelectProps",
43
49
  "MultiSelectSize",
44
50
  "MultiSelectType",
51
+ "OrderableList",
52
+ "OrderableListItem",
53
+ "OrderableListItemStyle",
54
+ "OrderableListProps",
45
55
  "Palette",
46
56
  "PatternDesign",
47
57
  "PatternScale",
48
58
  "PatternTheme",
59
+ "ReactDatePickerRef",
60
+ "RenderListItem",
49
61
  "TABBABLE_ELEMENTS",
50
62
  "Toast",
51
63
  "ToastAnimationDirection",
@@ -72,16 +84,10 @@ const active = [
72
84
  "AssetType",
73
85
  "CollapsibleWrap",
74
86
  "CollisionPosition",
75
- "DatePicker",
76
- "DatePickerProps",
77
- "DatePickerTrigger",
78
87
  "DragHandle",
79
88
  "DragHandleProps",
80
89
  "DragHandlerPosition",
81
90
  "EXPAND_ONHOVER_DELAY",
82
- "EditableMode",
83
- "EditableText",
84
- "EditableTextProps",
85
91
  "ExpandButton",
86
92
  "ExpandButtonProps",
87
93
  "FilterableMultiSelect",
@@ -99,17 +105,11 @@ const active = [
99
105
  "OnShrinkCallback",
100
106
  "OnTreeDropCallback",
101
107
  "OrderableList",
102
- "OrderableList",
103
- "OrderableListItem",
104
- "OrderableListItemStyle",
105
- "OrderableListProps",
106
108
  "PatternScaleOrigin",
107
109
  "Projection",
108
110
  "ProjectionArgs",
109
111
  "ROOT_ID",
110
- "ReactDatePickerRef",
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.1.5",
4
+ "version": "13.3.0",
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-components": "^27.0.1",
131
- "@frontify/fondue-rte": "^0.0.4",
132
- "@frontify/fondue-tokens": "^5.0.0"
129
+ "@frontify/fondue-icons": "^0.25.0",
130
+ "@frontify/fondue-rte": "^0.1.1",
131
+ "@frontify/fondue-tokens": "^5.0.0",
132
+ "@frontify/fondue-components": "^29.0.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",