@frontify/fondue 13.0.0 → 13.1.2

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,12 +580,18 @@ const deprecated = [
580
580
  "FOCUS_VISIBLE_STYLE",
581
581
  "FOCUS_VISIBLE_STYLE_INSET",
582
582
  "FOCUS_WITHIN_STYLE",
583
+ "FilterableMultiSelect",
584
+ "FilterableMultiSelectItem",
585
+ "FilterableMultiSelectProps",
586
+ "FilterableMultiSelectSize",
587
+ "FilterableMultiSelectType",
583
588
  "FormControl",
584
589
  "FormControlDirection",
585
590
  "FormControlProps",
586
591
  "FormControlStyle",
587
592
  "FrontifyPattern",
588
593
  "HelperPosition",
594
+ "Item",
589
595
  "LegacyTextarea",
590
596
  "LegacyTextareaProps",
591
597
  "MenuItem",
@@ -593,6 +599,11 @@ const deprecated = [
593
599
  "MenuItemProps",
594
600
  "MenuItemStyle",
595
601
  "MenuItemType",
602
+ "MultiSelect",
603
+ "MultiSelectItem",
604
+ "MultiSelectProps",
605
+ "MultiSelectSize",
606
+ "MultiSelectType",
596
607
  "Palette",
597
608
  "PatternDesign",
598
609
  "PatternScale",
@@ -18,12 +18,18 @@ const deprecated = [
18
18
  "FOCUS_VISIBLE_STYLE",
19
19
  "FOCUS_VISIBLE_STYLE_INSET",
20
20
  "FOCUS_WITHIN_STYLE",
21
+ "FilterableMultiSelect",
22
+ "FilterableMultiSelectItem",
23
+ "FilterableMultiSelectProps",
24
+ "FilterableMultiSelectSize",
25
+ "FilterableMultiSelectType",
21
26
  "FormControl",
22
27
  "FormControlDirection",
23
28
  "FormControlProps",
24
29
  "FormControlStyle",
25
30
  "FrontifyPattern",
26
31
  "HelperPosition",
32
+ "Item",
27
33
  "LegacyTextarea",
28
34
  "LegacyTextareaProps",
29
35
  "MenuItem",
@@ -31,6 +37,11 @@ const deprecated = [
31
37
  "MenuItemProps",
32
38
  "MenuItemStyle",
33
39
  "MenuItemType",
40
+ "MultiSelect",
41
+ "MultiSelectItem",
42
+ "MultiSelectProps",
43
+ "MultiSelectSize",
44
+ "MultiSelectType",
34
45
  "Palette",
35
46
  "PatternDesign",
36
47
  "PatternScale",
@@ -74,25 +85,14 @@ const active = [
74
85
  "ExpandButton",
75
86
  "ExpandButtonProps",
76
87
  "FilterableMultiSelect",
77
- "FilterableMultiSelect",
78
- "FilterableMultiSelectItem",
79
- "FilterableMultiSelectProps",
80
- "FilterableMultiSelectSize",
81
- "FilterableMultiSelectType",
82
88
  "INDENTATION_WIDTH",
83
89
  "ImageAsset",
84
90
  "InputLabelProps",
85
91
  "InternalTreeItemMultiSelectProps",
86
92
  "InternalTreeItemProps",
87
- "Item",
88
93
  "LegacyTextarea",
89
94
  "LibrarySource",
90
95
  "MultiSelect",
91
- "MultiSelect",
92
- "MultiSelectItem",
93
- "MultiSelectProps",
94
- "MultiSelectSize",
95
- "MultiSelectType",
96
96
  "OnExpandCallback",
97
97
  "OnSelectCallback",
98
98
  "OnSelectInternalCallback",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@frontify/fondue",
3
3
  "type": "module",
4
- "version": "13.0.0",
4
+ "version": "13.1.2",
5
5
  "description": "Design system of Frontify",
6
6
  "author": "Frontify Developers <developers@frontify.com>",
7
7
  "homepage": "https://github.com/Frontify/fondue",
@@ -125,11 +125,11 @@
125
125
  "react-is": "^18.3.1",
126
126
  "react-popper": "^2.3.0",
127
127
  "react-textarea-autosize": "^8.5.9",
128
- "@frontify/fondue-components": "^25.0.0",
129
- "@frontify/fondue-icons": "^0.23.0",
130
- "@frontify/fondue-rte": "^0.0.1",
128
+ "@frontify/fondue-charts": "^7.0.0",
129
+ "@frontify/fondue-components": "^26.0.2",
131
130
  "@frontify/fondue-tokens": "^5.0.0",
132
- "@frontify/fondue-charts": "^7.0.0"
131
+ "@frontify/fondue-rte": "^0.0.3",
132
+ "@frontify/fondue-icons": "^0.24.1"
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.23.0"
173
+ "@frontify/fondue-icons": "^0.24.1"
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",