@frontify/fondue 13.1.5 → 13.2.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,9 @@ const deprecated = [
577
577
  "Breadcrumbs",
578
578
  "CollapsibleWrap",
579
579
  "Color",
580
+ "DatePicker",
581
+ "DatePickerProps",
582
+ "DatePickerTrigger",
580
583
  "FOCUS_VISIBLE_STYLE",
581
584
  "FOCUS_VISIBLE_STYLE_INSET",
582
585
  "FOCUS_WITHIN_STYLE",
@@ -608,6 +611,7 @@ const deprecated = [
608
611
  "PatternDesign",
609
612
  "PatternScale",
610
613
  "PatternTheme",
614
+ "ReactDatePickerRef",
611
615
  "TABBABLE_ELEMENTS",
612
616
  "Toast",
613
617
  "ToastAnimationDirection",
@@ -15,6 +15,9 @@ const deprecated = [
15
15
  "Breadcrumbs",
16
16
  "CollapsibleWrap",
17
17
  "Color",
18
+ "DatePicker",
19
+ "DatePickerProps",
20
+ "DatePickerTrigger",
18
21
  "FOCUS_VISIBLE_STYLE",
19
22
  "FOCUS_VISIBLE_STYLE_INSET",
20
23
  "FOCUS_WITHIN_STYLE",
@@ -46,6 +49,7 @@ const deprecated = [
46
49
  "PatternDesign",
47
50
  "PatternScale",
48
51
  "PatternTheme",
52
+ "ReactDatePickerRef",
49
53
  "TABBABLE_ELEMENTS",
50
54
  "Toast",
51
55
  "ToastAnimationDirection",
@@ -72,9 +76,6 @@ const active = [
72
76
  "AssetType",
73
77
  "CollapsibleWrap",
74
78
  "CollisionPosition",
75
- "DatePicker",
76
- "DatePickerProps",
77
- "DatePickerTrigger",
78
79
  "DragHandle",
79
80
  "DragHandleProps",
80
81
  "DragHandlerPosition",
@@ -107,7 +108,6 @@ const active = [
107
108
  "Projection",
108
109
  "ProjectionArgs",
109
110
  "ROOT_ID",
110
- "ReactDatePickerRef",
111
111
  "RegisterNodeChildrenPayload",
112
112
  "RenderListItem",
113
113
  "SensorContext",
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.2.0",
5
5
  "description": "Design system of Frontify",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "homepage": "https://github.com/Frontify/fondue",
@@ -127,8 +127,8 @@
127
127
  "react-textarea-autosize": "^8.5.9",
128
128
  "@frontify/fondue-charts": "^7.0.0",
129
129
  "@frontify/fondue-icons": "^0.24.1",
130
- "@frontify/fondue-components": "^27.0.1",
131
- "@frontify/fondue-rte": "^0.0.4",
130
+ "@frontify/fondue-rte": "^0.1.0",
131
+ "@frontify/fondue-components": "^28.0.0",
132
132
  "@frontify/fondue-tokens": "^5.0.0"
133
133
  },
134
134
  "devDependencies": {