@wix/wix-ui-icons-common 3.186.0 → 3.188.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.
- package/dist/cjs/exports/metadata.js +0 -3
- package/dist/cjs/package.json +4 -0
- package/dist/esm/classic-editor/general/dist/index.js +523 -523
- package/dist/esm/classic-editor/general/index.js +1 -1
- package/dist/esm/classic-editor/general/metadata.js +1 -1
- package/dist/esm/classic-editor/index.js +1 -1
- package/dist/esm/classic-editor/system/dist/index.js +82 -82
- package/dist/esm/classic-editor/system/index.js +1 -1
- package/dist/esm/classic-editor/system/metadata.js +1 -1
- package/dist/esm/core/components/empty-state.js +1 -1
- package/dist/esm/core/icon.js +3 -3
- package/dist/esm/core/index.js +3 -3
- package/dist/esm/default/general/dist/index.js +1604 -1604
- package/dist/esm/default/general/index.js +1 -1
- package/dist/esm/default/general/metadata.js +1 -1
- package/dist/esm/default/index.js +1 -1
- package/dist/esm/default/system/dist/index.js +79 -79
- package/dist/esm/default/system/index.js +1 -1
- package/dist/esm/exports/metadata.js +2 -4
- package/dist/esm/exports/stories.js +2 -2
- package/dist/esm/index.js +1 -1
- package/dist/esm/lazy/general/dist/index.js +1935 -1935
- package/dist/esm/lazy/general/index.js +1 -1
- package/dist/esm/lazy/index.js +1 -1
- package/dist/esm/lazy/system/dist/index.js +80 -80
- package/dist/esm/lazy/system/index.js +1 -1
- package/dist/esm/odeditor/general/dist/index.js +1245 -1245
- package/dist/esm/odeditor/general/index.js +1 -1
- package/dist/esm/odeditor/general/metadata.js +1 -1
- package/dist/esm/odeditor/index.js +1 -1
- package/dist/esm/odeditor/system/dist/index.js +52 -52
- package/dist/esm/odeditor/system/index.js +1 -1
- package/dist/esm/odeditor/system/metadata.js +1 -1
- package/dist/esm/on-stage/general/dist/index.js +254 -254
- package/dist/esm/on-stage/general/index.js +1 -1
- package/dist/esm/on-stage/general/metadata.js +1 -1
- package/dist/esm/on-stage/index.js +1 -1
- package/dist/esm/on-stage/reactions/dist/index.js +30 -30
- package/dist/esm/on-stage/reactions/index.js +1 -1
- package/dist/esm/on-stage/reactions/metadata.js +1 -1
- package/dist/esm/on-stage/system/dist/index.js +67 -67
- package/dist/esm/on-stage/system/index.js +1 -1
- package/dist/esm/on-stage/system/metadata.js +1 -1
- package/dist/esm/package.json +4 -0
- package/dist/esm/responsive-editor/general/dist/index.js +233 -233
- package/dist/esm/responsive-editor/general/index.js +1 -1
- package/dist/esm/responsive-editor/general/metadata.js +1 -1
- package/dist/esm/responsive-editor/index.js +1 -1
- package/dist/esm/responsive-editor/system/dist/index.js +116 -116
- package/dist/esm/responsive-editor/system/index.js +1 -1
- package/dist/esm/responsive-editor/system/metadata.js +1 -1
- package/dist/esm/stories/classic-editor/general/classicEditorGeneralCategoryList.js +3 -3
- package/dist/esm/stories/classic-editor/general/index.story.js +7 -7
- package/dist/esm/stories/classic-editor/system/index.story.js +9 -9
- package/dist/esm/stories/components/category-list/CategoryList.driver.js +1 -1
- package/dist/esm/stories/components/category-list/CategoryList.js +3 -3
- package/dist/esm/stories/components/category-list/CategoryList.spec.js +4 -4
- package/dist/esm/stories/components/category-list/index.js +1 -1
- package/dist/esm/stories/components/category-table/CategoryTable.js +1 -1
- package/dist/esm/stories/components/category-table/index.js +1 -1
- package/dist/esm/stories/components/general-category-list-base/GeneralCategoryListBase.js +1 -1
- package/dist/esm/stories/components/header-icons/index.js +1 -1
- package/dist/esm/stories/components/icons-example/index.js +1 -1
- package/dist/esm/stories/components/system-category-list-base/SystemCategoryListBase.js +3 -3
- package/dist/esm/stories/default/general/GeneralCategoryList.js +3 -3
- package/dist/esm/stories/default/general/index.story.js +8 -8
- package/dist/esm/stories/default/system/index.story.js +8 -8
- package/dist/esm/stories/odeditor/general/index.story.js +7 -7
- package/dist/esm/stories/odeditor/general/odeditorGeneralCategoryList.js +3 -3
- package/dist/esm/stories/odeditor/system/index.story.js +7 -7
- package/dist/esm/stories/on-stage/general/OnStageGeneralCategoryList.js +3 -3
- package/dist/esm/stories/on-stage/general/index.story.js +5 -5
- package/dist/esm/stories/on-stage/reactions/index.story.js +6 -6
- package/dist/esm/stories/on-stage/system/index.story.js +6 -6
- package/dist/esm/stories/responsive-editor/general/ResponsiveEditorGeneralCategoryList.js +3 -3
- package/dist/esm/stories/responsive-editor/general/index.story.js +7 -7
- package/dist/esm/stories/responsive-editor/system/index.story.js +9 -9
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/exports/metadata.d.ts +1 -1
- package/dist/types/exports/metadata.d.ts.map +1 -1
- package/metadata/package.json +5 -0
- package/package.json +94 -2
- package/stories/package.json +5 -0
- package/types/package.json +5 -0
|
@@ -1,119 +1,119 @@
|
|
|
1
|
-
import { default as default2 } from "./components/Accessibility";
|
|
2
|
-
import { default as default3 } from "./components/Add";
|
|
3
|
-
import { default as default4 } from "./components/AddColumnLeft";
|
|
4
|
-
import { default as default5 } from "./components/AddColumnRight";
|
|
5
|
-
import { default as default6 } from "./components/AddRowBottom";
|
|
6
|
-
import { default as default7 } from "./components/AddRowTop";
|
|
7
|
-
import { default as default8 } from "./components/AddThin";
|
|
8
|
-
import { default as default9 } from "./components/AlignBottomBold";
|
|
9
|
-
import { default as default10 } from "./components/AlignCenterBold";
|
|
10
|
-
import { default as default11 } from "./components/AlignLeftBold";
|
|
11
|
-
import { default as default12 } from "./components/AlignMiddleBold";
|
|
12
|
-
import { default as default13 } from "./components/AlignRightBold";
|
|
13
|
-
import { default as default14 } from "./components/AlignTopBold";
|
|
14
|
-
import { default as default15 } from "./components/Animation";
|
|
15
|
-
import { default as default16 } from "./components/AppManager";
|
|
16
|
-
import { default as default17 } from "./components/Apps";
|
|
17
|
-
import { default as default18 } from "./components/AppsThin";
|
|
18
|
-
import { default as default19 } from "./components/ArrowDownSmall";
|
|
19
|
-
import { default as default20 } from "./components/AutoSave";
|
|
20
|
-
import { default as default21 } from "./components/AutoSaveDisabled";
|
|
21
|
-
import { default as default22 } from "./components/Behavior";
|
|
22
|
-
import { default as default23 } from "./components/Breakpoints";
|
|
23
|
-
import { default as default24 } from "./components/ChevronLeft";
|
|
24
|
-
import { default as default25 } from "./components/Code";
|
|
25
|
-
import { default as default26 } from "./components/CodeThin";
|
|
26
|
-
import { default as default27 } from "./components/CollapseArrow";
|
|
27
|
-
import { default as default28 } from "./components/Comments";
|
|
28
|
-
import { default as default29 } from "./components/CommentsThin";
|
|
29
|
-
import { default as default30 } from "./components/Community";
|
|
30
|
-
import { default as default31 } from "./components/ConnectToData";
|
|
31
|
-
import { default as default32 } from "./components/ContextMenu";
|
|
32
|
-
import { default as default33 } from "./components/Crop";
|
|
33
|
-
import { default as default34 } from "./components/CustomGrid";
|
|
34
|
-
import { default as default35 } from "./components/Data";
|
|
35
|
-
import { default as default36 } from "./components/DataThin";
|
|
36
|
-
import { default as default37 } from "./components/Design";
|
|
37
|
-
import { default as default38 } from "./components/Desktop";
|
|
38
|
-
import { default as default39 } from "./components/DesktopThin";
|
|
39
|
-
import { default as default40 } from "./components/DistributeHorizontalBold";
|
|
40
|
-
import { default as default41 } from "./components/DistributeVerticalBold";
|
|
41
|
-
import { default as default42 } from "./components/Elements";
|
|
42
|
-
import { default as default43 } from "./components/Enhance";
|
|
43
|
-
import { default as default44 } from "./components/EnhanceBold";
|
|
44
|
-
import { default as default45 } from "./components/FlipHorizontalBold";
|
|
45
|
-
import { default as default46 } from "./components/FlipVerticalBold";
|
|
46
|
-
import { default as default47 } from "./components/FocalPoint";
|
|
47
|
-
import { default as default48 } from "./components/HealthCheck";
|
|
48
|
-
import { default as default49 } from "./components/HealthCheckThin";
|
|
49
|
-
import { default as default50 } from "./components/Help";
|
|
50
|
-
import { default as default51 } from "./components/HelpThin";
|
|
51
|
-
import { default as default52 } from "./components/HorizontalDragHandle";
|
|
52
|
-
import { default as default53 } from "./components/HorizontalDragHandleMedium";
|
|
53
|
-
import { default as default54 } from "./components/HorizontalDragLines";
|
|
54
|
-
import { default as default55 } from "./components/HtmlThin";
|
|
55
|
-
import { default as default56 } from "./components/Inspector";
|
|
56
|
-
import { default as default57 } from "./components/InspectorThin";
|
|
57
|
-
import { default as default58 } from "./components/Interactions";
|
|
58
|
-
import { default as default59 } from "./components/Interactive";
|
|
59
|
-
import { default as default60 } from "./components/JustifyHorizontalCenterBold";
|
|
60
|
-
import { default as default61 } from "./components/JustifyHorizontalLeftBold";
|
|
61
|
-
import { default as default62 } from "./components/JustifyHorizontalRightBold";
|
|
62
|
-
import { default as default63 } from "./components/JustifyHorizontalSpaceAroundBold";
|
|
63
|
-
import { default as default64 } from "./components/JustifyHorizontalSpaceBetweenBold";
|
|
64
|
-
import { default as default65 } from "./components/JustifyHorizontalSpaceEvenlyBold";
|
|
65
|
-
import { default as default66 } from "./components/JustifyVerticalBottomBold";
|
|
66
|
-
import { default as default67 } from "./components/JustifyVerticalCenterBold";
|
|
67
|
-
import { default as default68 } from "./components/JustifyVerticalSpaceAroundBold";
|
|
68
|
-
import { default as default69 } from "./components/JustifyVerticalSpaceBetweenBold";
|
|
69
|
-
import { default as default70 } from "./components/JustifyVerticalSpaceEvenlyBold";
|
|
70
|
-
import { default as default71 } from "./components/JustifyVerticalTopBold";
|
|
71
|
-
import { default as default72 } from "./components/Layers";
|
|
72
|
-
import { default as default73 } from "./components/LayersThin";
|
|
73
|
-
import { default as default74 } from "./components/Layout";
|
|
74
|
-
import { default as default75 } from "./components/LightBulb";
|
|
75
|
-
import { default as default76 } from "./components/Link";
|
|
76
|
-
import { default as default77 } from "./components/Master";
|
|
77
|
-
import { default as default78 } from "./components/MasterThin";
|
|
78
|
-
import { default as default79 } from "./components/Maximize";
|
|
79
|
-
import { default as default80 } from "./components/Minimize";
|
|
80
|
-
import { default as default81 } from "./components/Minus";
|
|
81
|
-
import { default as default82 } from "./components/MobileThin";
|
|
82
|
-
import { default as default83 } from "./components/MobileVertical";
|
|
83
|
-
import { default as default84 } from "./components/MoveDown";
|
|
84
|
-
import { default as default85 } from "./components/MoveLeft";
|
|
85
|
-
import { default as default86 } from "./components/MoveRight";
|
|
86
|
-
import { default as default87 } from "./components/MoveUp";
|
|
87
|
-
import { default as default88 } from "./components/NotificationsThin";
|
|
88
|
-
import { default as default89 } from "./components/Pages";
|
|
89
|
-
import { default as default90 } from "./components/PagesThin";
|
|
90
|
-
import { default as default91 } from "./components/PanelClose";
|
|
91
|
-
import { default as default92 } from "./components/PanelHelp";
|
|
92
|
-
import { default as default93 } from "./components/Plugin";
|
|
93
|
-
import { default as default94 } from "./components/Plugins";
|
|
94
|
-
import { default as default95 } from "./components/Plus";
|
|
95
|
-
import { default as default96 } from "./components/PositionCenterBold";
|
|
96
|
-
import { default as default97 } from "./components/Presets";
|
|
97
|
-
import { default as default98 } from "./components/PreviewThin";
|
|
98
|
-
import { default as default99 } from "./components/Redo";
|
|
99
|
-
import { default as default100 } from "./components/RedoThin";
|
|
100
|
-
import { default as default101 } from "./components/Reset";
|
|
101
|
-
import { default as default102 } from "./components/Settings";
|
|
102
|
-
import { default as default103 } from "./components/Slides";
|
|
103
|
-
import { default as default104 } from "./components/SplitHorizontally";
|
|
104
|
-
import { default as default105 } from "./components/SplitVertically";
|
|
105
|
-
import { default as default106 } from "./components/Tablet";
|
|
106
|
-
import { default as default107 } from "./components/TabletThin";
|
|
107
|
-
import { default as default108 } from "./components/Theme";
|
|
108
|
-
import { default as default109 } from "./components/ThemeThin";
|
|
109
|
-
import { default as default110 } from "./components/Undo";
|
|
110
|
-
import { default as default111 } from "./components/UndoThin";
|
|
111
|
-
import { default as default112 } from "./components/Upgrade";
|
|
112
|
-
import { default as default113 } from "./components/Variables";
|
|
113
|
-
import { default as default114 } from "./components/VariablesThin";
|
|
114
|
-
import { default as default115 } from "./components/VerticalDragLines";
|
|
115
|
-
import { default as default116 } from "./components/ZoomIn";
|
|
116
|
-
import { default as default117 } from "./components/ZoomOut";
|
|
1
|
+
import { default as default2 } from "./components/Accessibility.js";
|
|
2
|
+
import { default as default3 } from "./components/Add.js";
|
|
3
|
+
import { default as default4 } from "./components/AddColumnLeft.js";
|
|
4
|
+
import { default as default5 } from "./components/AddColumnRight.js";
|
|
5
|
+
import { default as default6 } from "./components/AddRowBottom.js";
|
|
6
|
+
import { default as default7 } from "./components/AddRowTop.js";
|
|
7
|
+
import { default as default8 } from "./components/AddThin.js";
|
|
8
|
+
import { default as default9 } from "./components/AlignBottomBold.js";
|
|
9
|
+
import { default as default10 } from "./components/AlignCenterBold.js";
|
|
10
|
+
import { default as default11 } from "./components/AlignLeftBold.js";
|
|
11
|
+
import { default as default12 } from "./components/AlignMiddleBold.js";
|
|
12
|
+
import { default as default13 } from "./components/AlignRightBold.js";
|
|
13
|
+
import { default as default14 } from "./components/AlignTopBold.js";
|
|
14
|
+
import { default as default15 } from "./components/Animation.js";
|
|
15
|
+
import { default as default16 } from "./components/AppManager.js";
|
|
16
|
+
import { default as default17 } from "./components/Apps.js";
|
|
17
|
+
import { default as default18 } from "./components/AppsThin.js";
|
|
18
|
+
import { default as default19 } from "./components/ArrowDownSmall.js";
|
|
19
|
+
import { default as default20 } from "./components/AutoSave.js";
|
|
20
|
+
import { default as default21 } from "./components/AutoSaveDisabled.js";
|
|
21
|
+
import { default as default22 } from "./components/Behavior.js";
|
|
22
|
+
import { default as default23 } from "./components/Breakpoints.js";
|
|
23
|
+
import { default as default24 } from "./components/ChevronLeft.js";
|
|
24
|
+
import { default as default25 } from "./components/Code.js";
|
|
25
|
+
import { default as default26 } from "./components/CodeThin.js";
|
|
26
|
+
import { default as default27 } from "./components/CollapseArrow.js";
|
|
27
|
+
import { default as default28 } from "./components/Comments.js";
|
|
28
|
+
import { default as default29 } from "./components/CommentsThin.js";
|
|
29
|
+
import { default as default30 } from "./components/Community.js";
|
|
30
|
+
import { default as default31 } from "./components/ConnectToData.js";
|
|
31
|
+
import { default as default32 } from "./components/ContextMenu.js";
|
|
32
|
+
import { default as default33 } from "./components/Crop.js";
|
|
33
|
+
import { default as default34 } from "./components/CustomGrid.js";
|
|
34
|
+
import { default as default35 } from "./components/Data.js";
|
|
35
|
+
import { default as default36 } from "./components/DataThin.js";
|
|
36
|
+
import { default as default37 } from "./components/Design.js";
|
|
37
|
+
import { default as default38 } from "./components/Desktop.js";
|
|
38
|
+
import { default as default39 } from "./components/DesktopThin.js";
|
|
39
|
+
import { default as default40 } from "./components/DistributeHorizontalBold.js";
|
|
40
|
+
import { default as default41 } from "./components/DistributeVerticalBold.js";
|
|
41
|
+
import { default as default42 } from "./components/Elements.js";
|
|
42
|
+
import { default as default43 } from "./components/Enhance.js";
|
|
43
|
+
import { default as default44 } from "./components/EnhanceBold.js";
|
|
44
|
+
import { default as default45 } from "./components/FlipHorizontalBold.js";
|
|
45
|
+
import { default as default46 } from "./components/FlipVerticalBold.js";
|
|
46
|
+
import { default as default47 } from "./components/FocalPoint.js";
|
|
47
|
+
import { default as default48 } from "./components/HealthCheck.js";
|
|
48
|
+
import { default as default49 } from "./components/HealthCheckThin.js";
|
|
49
|
+
import { default as default50 } from "./components/Help.js";
|
|
50
|
+
import { default as default51 } from "./components/HelpThin.js";
|
|
51
|
+
import { default as default52 } from "./components/HorizontalDragHandle.js";
|
|
52
|
+
import { default as default53 } from "./components/HorizontalDragHandleMedium.js";
|
|
53
|
+
import { default as default54 } from "./components/HorizontalDragLines.js";
|
|
54
|
+
import { default as default55 } from "./components/HtmlThin.js";
|
|
55
|
+
import { default as default56 } from "./components/Inspector.js";
|
|
56
|
+
import { default as default57 } from "./components/InspectorThin.js";
|
|
57
|
+
import { default as default58 } from "./components/Interactions.js";
|
|
58
|
+
import { default as default59 } from "./components/Interactive.js";
|
|
59
|
+
import { default as default60 } from "./components/JustifyHorizontalCenterBold.js";
|
|
60
|
+
import { default as default61 } from "./components/JustifyHorizontalLeftBold.js";
|
|
61
|
+
import { default as default62 } from "./components/JustifyHorizontalRightBold.js";
|
|
62
|
+
import { default as default63 } from "./components/JustifyHorizontalSpaceAroundBold.js";
|
|
63
|
+
import { default as default64 } from "./components/JustifyHorizontalSpaceBetweenBold.js";
|
|
64
|
+
import { default as default65 } from "./components/JustifyHorizontalSpaceEvenlyBold.js";
|
|
65
|
+
import { default as default66 } from "./components/JustifyVerticalBottomBold.js";
|
|
66
|
+
import { default as default67 } from "./components/JustifyVerticalCenterBold.js";
|
|
67
|
+
import { default as default68 } from "./components/JustifyVerticalSpaceAroundBold.js";
|
|
68
|
+
import { default as default69 } from "./components/JustifyVerticalSpaceBetweenBold.js";
|
|
69
|
+
import { default as default70 } from "./components/JustifyVerticalSpaceEvenlyBold.js";
|
|
70
|
+
import { default as default71 } from "./components/JustifyVerticalTopBold.js";
|
|
71
|
+
import { default as default72 } from "./components/Layers.js";
|
|
72
|
+
import { default as default73 } from "./components/LayersThin.js";
|
|
73
|
+
import { default as default74 } from "./components/Layout.js";
|
|
74
|
+
import { default as default75 } from "./components/LightBulb.js";
|
|
75
|
+
import { default as default76 } from "./components/Link.js";
|
|
76
|
+
import { default as default77 } from "./components/Master.js";
|
|
77
|
+
import { default as default78 } from "./components/MasterThin.js";
|
|
78
|
+
import { default as default79 } from "./components/Maximize.js";
|
|
79
|
+
import { default as default80 } from "./components/Minimize.js";
|
|
80
|
+
import { default as default81 } from "./components/Minus.js";
|
|
81
|
+
import { default as default82 } from "./components/MobileThin.js";
|
|
82
|
+
import { default as default83 } from "./components/MobileVertical.js";
|
|
83
|
+
import { default as default84 } from "./components/MoveDown.js";
|
|
84
|
+
import { default as default85 } from "./components/MoveLeft.js";
|
|
85
|
+
import { default as default86 } from "./components/MoveRight.js";
|
|
86
|
+
import { default as default87 } from "./components/MoveUp.js";
|
|
87
|
+
import { default as default88 } from "./components/NotificationsThin.js";
|
|
88
|
+
import { default as default89 } from "./components/Pages.js";
|
|
89
|
+
import { default as default90 } from "./components/PagesThin.js";
|
|
90
|
+
import { default as default91 } from "./components/PanelClose.js";
|
|
91
|
+
import { default as default92 } from "./components/PanelHelp.js";
|
|
92
|
+
import { default as default93 } from "./components/Plugin.js";
|
|
93
|
+
import { default as default94 } from "./components/Plugins.js";
|
|
94
|
+
import { default as default95 } from "./components/Plus.js";
|
|
95
|
+
import { default as default96 } from "./components/PositionCenterBold.js";
|
|
96
|
+
import { default as default97 } from "./components/Presets.js";
|
|
97
|
+
import { default as default98 } from "./components/PreviewThin.js";
|
|
98
|
+
import { default as default99 } from "./components/Redo.js";
|
|
99
|
+
import { default as default100 } from "./components/RedoThin.js";
|
|
100
|
+
import { default as default101 } from "./components/Reset.js";
|
|
101
|
+
import { default as default102 } from "./components/Settings.js";
|
|
102
|
+
import { default as default103 } from "./components/Slides.js";
|
|
103
|
+
import { default as default104 } from "./components/SplitHorizontally.js";
|
|
104
|
+
import { default as default105 } from "./components/SplitVertically.js";
|
|
105
|
+
import { default as default106 } from "./components/Tablet.js";
|
|
106
|
+
import { default as default107 } from "./components/TabletThin.js";
|
|
107
|
+
import { default as default108 } from "./components/Theme.js";
|
|
108
|
+
import { default as default109 } from "./components/ThemeThin.js";
|
|
109
|
+
import { default as default110 } from "./components/Undo.js";
|
|
110
|
+
import { default as default111 } from "./components/UndoThin.js";
|
|
111
|
+
import { default as default112 } from "./components/Upgrade.js";
|
|
112
|
+
import { default as default113 } from "./components/Variables.js";
|
|
113
|
+
import { default as default114 } from "./components/VariablesThin.js";
|
|
114
|
+
import { default as default115 } from "./components/VerticalDragLines.js";
|
|
115
|
+
import { default as default116 } from "./components/ZoomIn.js";
|
|
116
|
+
import { default as default117 } from "./components/ZoomOut.js";
|
|
117
117
|
export {
|
|
118
118
|
default2 as Accessibility,
|
|
119
119
|
default3 as Add,
|
|
@@ -1 +1 @@
|
|
|
1
|
-
export * from "./dist";
|
|
1
|
+
export * from "./dist/index.js";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase";
|
|
3
|
-
import * as iconComponents from "../../../classic-editor/general/dist";
|
|
4
|
-
import { classicEditorIconsMetadata } from "../../../classic-editor/general/metadata";
|
|
2
|
+
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase.js";
|
|
3
|
+
import * as iconComponents from "../../../classic-editor/general/dist/index.js";
|
|
4
|
+
import { classicEditorIconsMetadata } from "../../../classic-editor/general/metadata.js";
|
|
5
5
|
const ClassicEditorGeneralCategoryList = () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
|
|
6
6
|
GeneralCategoryListBase,
|
|
7
7
|
{
|
|
@@ -16,13 +16,13 @@ import {
|
|
|
16
16
|
AddCircle,
|
|
17
17
|
Text,
|
|
18
18
|
Design
|
|
19
|
-
} from "../../../classic-editor/general/dist";
|
|
20
|
-
import HeaderIcons from "../../components/header-icons";
|
|
21
|
-
import IconsExample from "../../components/icons-example";
|
|
22
|
-
import * as iconComponents from "../../../classic-editor/general/dist";
|
|
23
|
-
import API_Table from "../../APITable";
|
|
24
|
-
import ClassicEditorGeneralCategoryList from "./classicEditorGeneralCategoryList";
|
|
25
|
-
import { CLASSIC_EDITOR_CATEGORY, GENERAL_ICONS } from "../../constants";
|
|
19
|
+
} from "../../../classic-editor/general/dist/index.js";
|
|
20
|
+
import HeaderIcons from "../../components/header-icons/index.js";
|
|
21
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
22
|
+
import * as iconComponents from "../../../classic-editor/general/dist/index.js";
|
|
23
|
+
import API_Table from "../../APITable.js";
|
|
24
|
+
import ClassicEditorGeneralCategoryList from "./classicEditorGeneralCategoryList.js";
|
|
25
|
+
import { CLASSIC_EDITOR_CATEGORY, GENERAL_ICONS } from "../../constants.js";
|
|
26
26
|
var index_story_default = {
|
|
27
27
|
category: CLASSIC_EDITOR_CATEGORY,
|
|
28
28
|
storyName: GENERAL_ICONS,
|
|
@@ -8,7 +8,7 @@ import {
|
|
|
8
8
|
title,
|
|
9
9
|
divider
|
|
10
10
|
} from "@wix/wix-storybook-utils/Sections";
|
|
11
|
-
import CategoryList from "../../components/category-list";
|
|
11
|
+
import CategoryList from "../../components/category-list/index.js";
|
|
12
12
|
import { classes } from "./style.st.css";
|
|
13
13
|
import {
|
|
14
14
|
Settings,
|
|
@@ -17,14 +17,14 @@ import {
|
|
|
17
17
|
Layout,
|
|
18
18
|
Crop,
|
|
19
19
|
Link
|
|
20
|
-
} from "../../../classic-editor/system/dist";
|
|
21
|
-
import HeaderIcons from "../../components/header-icons";
|
|
22
|
-
import IconsExample from "../../components/icons-example";
|
|
23
|
-
import { classicEditorSystemIconsMetadata } from "../../../classic-editor/system/metadata";
|
|
24
|
-
import * as iconComponents from "../../../classic-editor/system/dist";
|
|
25
|
-
import API_Table from "../../APITable";
|
|
26
|
-
import { getIconSizeKeys } from "../../utils";
|
|
27
|
-
import { CLASSIC_EDITOR_CATEGORY, SYSTEM_ICONS } from "../../constants";
|
|
20
|
+
} from "../../../classic-editor/system/dist/index.js";
|
|
21
|
+
import HeaderIcons from "../../components/header-icons/index.js";
|
|
22
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
23
|
+
import { classicEditorSystemIconsMetadata } from "../../../classic-editor/system/metadata.js";
|
|
24
|
+
import * as iconComponents from "../../../classic-editor/system/dist/index.js";
|
|
25
|
+
import API_Table from "../../APITable.js";
|
|
26
|
+
import { getIconSizeKeys } from "../../utils.js";
|
|
27
|
+
import { CLASSIC_EDITOR_CATEGORY, SYSTEM_ICONS } from "../../constants.js";
|
|
28
28
|
const mapIconToRow = ({ title: _title, sizes }) => {
|
|
29
29
|
const iconSize = Object.keys(sizes).length ? Object.keys(sizes)[0] : "";
|
|
30
30
|
const Icon = iconComponents[_title];
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import { fireEvent, createEvent } from "@testing-library/react";
|
|
2
|
-
import dataHooks from "../../dataHooks";
|
|
2
|
+
import dataHooks from "../../dataHooks.js";
|
|
3
3
|
const getAllByDataHook = (baseElement, dataHook) => baseElement.querySelectorAll(`[data-hook="${dataHook}"]`);
|
|
4
4
|
const getByDataHook = (baseElement, dataHook) => baseElement.querySelector(`[data-hook="${dataHook}"]`);
|
|
5
5
|
const getSearchInput = (baseElement) => getByDataHook(baseElement, dataHooks.categorySearchInput);
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { useMemo } from "react";
|
|
3
|
-
import CategoryTable from "../category-table";
|
|
3
|
+
import CategoryTable from "../category-table/index.js";
|
|
4
4
|
import SearchInput from "@wix/wix-storybook-utils/dist/cjs/ui/search-input";
|
|
5
|
-
import useSearchIcons from "./useSearchIcons";
|
|
6
|
-
import dataHooks from "../../dataHooks";
|
|
5
|
+
import useSearchIcons from "./useSearchIcons.js";
|
|
6
|
+
import dataHooks from "../../dataHooks.js";
|
|
7
7
|
import { classes } from "./CategoryList.st.css";
|
|
8
8
|
const mapIconsToCategories = (iconsMetadata) => {
|
|
9
9
|
const categoryMap = {};
|
|
@@ -1,9 +1,9 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
2
|
import { render, waitFor } from "@testing-library/react";
|
|
3
|
-
import CategoryList, { mapIconsToCategories } from "./CategoryList";
|
|
4
|
-
import { tableHeaderTitles, iconsMetadata, searchKeys } from "../../fixtures";
|
|
5
|
-
import dataHooks from "../../dataHooks";
|
|
6
|
-
import CategoryListDriver from "./CategoryList.driver";
|
|
3
|
+
import CategoryList, { mapIconsToCategories } from "./CategoryList.js";
|
|
4
|
+
import { tableHeaderTitles, iconsMetadata, searchKeys } from "../../fixtures.js";
|
|
5
|
+
import dataHooks from "../../dataHooks.js";
|
|
6
|
+
import CategoryListDriver from "./CategoryList.driver.js";
|
|
7
7
|
const mapIconToRow = ({ title }) => [
|
|
8
8
|
/* @__PURE__ */ React.createElement("div", { "data-hook": dataHooks.categoryTableCell }, title)
|
|
9
9
|
];
|
|
@@ -2,7 +2,7 @@ import * as React from "react";
|
|
|
2
2
|
import { useMemo } from "react";
|
|
3
3
|
import { table as Table } from "@wix/wix-storybook-utils/dist/cjs/Sections/views/table";
|
|
4
4
|
import sectionStyles from "@wix/wix-storybook-utils/dist/cjs/Sections/styles.scss";
|
|
5
|
-
import dataHooks from "../../dataHooks";
|
|
5
|
+
import dataHooks from "../../dataHooks.js";
|
|
6
6
|
const CategoryTable = ({
|
|
7
7
|
title,
|
|
8
8
|
tableHeaderTitles,
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import CategoryList from "../category-list";
|
|
2
|
+
import CategoryList from "../category-list/index.js";
|
|
3
3
|
import { classes } from "./GeneralCategoryListBase.st.css";
|
|
4
4
|
const ICON_NAME_HEADER = "Icon Name";
|
|
5
5
|
const DESCRIPTION_HEADER = "Use for";
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import Sizes from "./Sizes";
|
|
3
|
-
import CategoryList from "../category-list";
|
|
4
|
-
import { getIconSizeKeys } from "../../utils";
|
|
2
|
+
import Sizes from "./Sizes.js";
|
|
3
|
+
import CategoryList from "../category-list/index.js";
|
|
4
|
+
import { getIconSizeKeys } from "../../utils.js";
|
|
5
5
|
const SystemCategoryListBase = ({
|
|
6
6
|
iconComponents,
|
|
7
7
|
iconsMetadata
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase";
|
|
3
|
-
import * as iconComponents from "../../../default/general/dist";
|
|
4
|
-
import { generalIconsMetadata } from "../../../default/general/metadata";
|
|
2
|
+
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase.js";
|
|
3
|
+
import * as iconComponents from "../../../default/general/dist/index.js";
|
|
4
|
+
import { generalIconsMetadata } from "../../../default/general/metadata.js";
|
|
5
5
|
const GeneralCategoryList = () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
|
|
6
6
|
GeneralCategoryListBase,
|
|
7
7
|
{
|
|
@@ -15,14 +15,14 @@ import {
|
|
|
15
15
|
EmptyTrash,
|
|
16
16
|
Add,
|
|
17
17
|
Minus
|
|
18
|
-
} from "../../../default/general/dist";
|
|
19
|
-
import HeaderIcons from "../../components/header-icons";
|
|
20
|
-
import IconsExample from "../../components/icons-example";
|
|
21
|
-
import { generalIconsMetadata } from "../../../default/general/metadata";
|
|
22
|
-
import * as iconComponents from "../../../default/general/dist";
|
|
23
|
-
import API_Table from "../../APITable";
|
|
24
|
-
import GeneralCategoryList from "./GeneralCategoryList";
|
|
25
|
-
import { GENERAL_ICONS, DEFAULT_CATEGORY } from "../../constants";
|
|
18
|
+
} from "../../../default/general/dist/index.js";
|
|
19
|
+
import HeaderIcons from "../../components/header-icons/index.js";
|
|
20
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
21
|
+
import { generalIconsMetadata } from "../../../default/general/metadata.js";
|
|
22
|
+
import * as iconComponents from "../../../default/general/dist/index.js";
|
|
23
|
+
import API_Table from "../../APITable.js";
|
|
24
|
+
import GeneralCategoryList from "./GeneralCategoryList.js";
|
|
25
|
+
import { GENERAL_ICONS, DEFAULT_CATEGORY } from "../../constants.js";
|
|
26
26
|
var index_story_default = {
|
|
27
27
|
category: DEFAULT_CATEGORY,
|
|
28
28
|
storyName: GENERAL_ICONS,
|
|
@@ -8,13 +8,13 @@ import {
|
|
|
8
8
|
title,
|
|
9
9
|
divider
|
|
10
10
|
} from "@wix/wix-storybook-utils/Sections";
|
|
11
|
-
import SystemCategoryListBase from "../../components/system-category-list-base/SystemCategoryListBase";
|
|
12
|
-
import HeaderIcons from "../../components/header-icons";
|
|
13
|
-
import IconsExample from "../../components/icons-example";
|
|
14
|
-
import { systemIconsMetadata } from "../../../default/system/metadata";
|
|
15
|
-
import * as iconComponents from "../../../default/system";
|
|
16
|
-
import API_Table from "../../APITable";
|
|
17
|
-
import { SYSTEM_ICONS, DEFAULT_CATEGORY } from "../../constants";
|
|
11
|
+
import SystemCategoryListBase from "../../components/system-category-list-base/SystemCategoryListBase.js";
|
|
12
|
+
import HeaderIcons from "../../components/header-icons/index.js";
|
|
13
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
14
|
+
import { systemIconsMetadata } from "../../../default/system/metadata.js";
|
|
15
|
+
import * as iconComponents from "../../../default/system/index.js";
|
|
16
|
+
import API_Table from "../../APITable.js";
|
|
17
|
+
import { SYSTEM_ICONS, DEFAULT_CATEGORY } from "../../constants.js";
|
|
18
18
|
import {
|
|
19
19
|
AddItemMedium,
|
|
20
20
|
BreadcrumbsChevronRight,
|
|
@@ -22,7 +22,7 @@ import {
|
|
|
22
22
|
DragAndDropLarge,
|
|
23
23
|
FaceSmiling30,
|
|
24
24
|
Help24
|
|
25
|
-
} from "../../../default/system";
|
|
25
|
+
} from "../../../default/system/index.js";
|
|
26
26
|
var index_story_default = {
|
|
27
27
|
category: DEFAULT_CATEGORY,
|
|
28
28
|
storyName: SYSTEM_ICONS,
|
|
@@ -16,13 +16,13 @@ import {
|
|
|
16
16
|
Visible,
|
|
17
17
|
Text,
|
|
18
18
|
Search
|
|
19
|
-
} from "../../../odeditor/general/dist";
|
|
20
|
-
import HeaderIcons from "../../components/header-icons";
|
|
21
|
-
import IconsExample from "../../components/icons-example";
|
|
22
|
-
import * as iconComponents from "../../../odeditor/general/dist";
|
|
23
|
-
import API_Table from "../../APITable";
|
|
24
|
-
import OdeditorGeneralCategoryList from "./odeditorGeneralCategoryList";
|
|
25
|
-
import { ODEDITOR_CATEGORY, GENERAL_ICONS } from "../../constants";
|
|
19
|
+
} from "../../../odeditor/general/dist/index.js";
|
|
20
|
+
import HeaderIcons from "../../components/header-icons/index.js";
|
|
21
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
22
|
+
import * as iconComponents from "../../../odeditor/general/dist/index.js";
|
|
23
|
+
import API_Table from "../../APITable.js";
|
|
24
|
+
import OdeditorGeneralCategoryList from "./odeditorGeneralCategoryList.js";
|
|
25
|
+
import { ODEDITOR_CATEGORY, GENERAL_ICONS } from "../../constants.js";
|
|
26
26
|
var index_story_default = {
|
|
27
27
|
category: ODEDITOR_CATEGORY,
|
|
28
28
|
storyName: GENERAL_ICONS,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase";
|
|
3
|
-
import * as iconComponents from "../../../odeditor/general/dist";
|
|
4
|
-
import { generalIconsMetadata } from "../../../odeditor/general/metadata";
|
|
2
|
+
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase.js";
|
|
3
|
+
import * as iconComponents from "../../../odeditor/general/dist/index.js";
|
|
4
|
+
import { generalIconsMetadata } from "../../../odeditor/general/metadata.js";
|
|
5
5
|
const OdeditorGeneralCategoryList = () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
|
|
6
6
|
GeneralCategoryListBase,
|
|
7
7
|
{
|
|
@@ -8,14 +8,14 @@ import {
|
|
|
8
8
|
title,
|
|
9
9
|
divider
|
|
10
10
|
} from "@wix/wix-storybook-utils/Sections";
|
|
11
|
-
import CategoryList from "../../components/category-list";
|
|
11
|
+
import CategoryList from "../../components/category-list/index.js";
|
|
12
12
|
import { classes } from "./style.st.css";
|
|
13
|
-
import IconsExample from "../../components/icons-example";
|
|
14
|
-
import { systemIconsMetadata } from "../../../odeditor/system/metadata";
|
|
15
|
-
import * as iconComponents from "../../../odeditor/system/dist";
|
|
16
|
-
import API_Table from "../../APITable";
|
|
17
|
-
import { getIconSizeKeys } from "../../utils";
|
|
18
|
-
import { ODEDITOR_CATEGORY, SYSTEM_ICONS } from "../../constants";
|
|
13
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
14
|
+
import { systemIconsMetadata } from "../../../odeditor/system/metadata.js";
|
|
15
|
+
import * as iconComponents from "../../../odeditor/system/dist/index.js";
|
|
16
|
+
import API_Table from "../../APITable.js";
|
|
17
|
+
import { getIconSizeKeys } from "../../utils.js";
|
|
18
|
+
import { ODEDITOR_CATEGORY, SYSTEM_ICONS } from "../../constants.js";
|
|
19
19
|
const mapIconToRow = ({ title: _title, sizes }) => {
|
|
20
20
|
const iconSize = Object.keys(sizes).length ? Object.keys(sizes)[0] : "";
|
|
21
21
|
const Icon = iconComponents[_title];
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import * as React from "react";
|
|
2
|
-
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase";
|
|
3
|
-
import * as iconComponents from "../../../on-stage/general/dist";
|
|
4
|
-
import { onStageIconsMetadata } from "../../../on-stage/general/metadata";
|
|
2
|
+
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase.js";
|
|
3
|
+
import * as iconComponents from "../../../on-stage/general/dist/index.js";
|
|
4
|
+
import { onStageIconsMetadata } from "../../../on-stage/general/metadata.js";
|
|
5
5
|
const OnStageGeneralCategoryList = () => {
|
|
6
6
|
const iconSizes = [24, 20];
|
|
7
7
|
return /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
|
|
@@ -8,11 +8,11 @@ import {
|
|
|
8
8
|
title,
|
|
9
9
|
divider
|
|
10
10
|
} from "@wix/wix-storybook-utils/Sections";
|
|
11
|
-
import API_Table from "../../APITable";
|
|
12
|
-
import IconsExample from "../../components/icons-example";
|
|
13
|
-
import * as iconComponents from "../../../on-stage/general/dist";
|
|
14
|
-
import OnStageGeneralCatrgoryList from "./OnStageGeneralCategoryList";
|
|
15
|
-
import { ON_STAGE_CATEGORY, GENERAL_ICONS } from "../../constants";
|
|
11
|
+
import API_Table from "../../APITable.js";
|
|
12
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
13
|
+
import * as iconComponents from "../../../on-stage/general/dist/index.js";
|
|
14
|
+
import OnStageGeneralCatrgoryList from "./OnStageGeneralCategoryList.js";
|
|
15
|
+
import { ON_STAGE_CATEGORY, GENERAL_ICONS } from "../../constants.js";
|
|
16
16
|
var index_story_default = {
|
|
17
17
|
category: ON_STAGE_CATEGORY,
|
|
18
18
|
storyName: GENERAL_ICONS,
|
|
@@ -8,12 +8,12 @@ import {
|
|
|
8
8
|
title,
|
|
9
9
|
divider
|
|
10
10
|
} from "@wix/wix-storybook-utils/Sections";
|
|
11
|
-
import IconsExample from "../../components/icons-example";
|
|
12
|
-
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase";
|
|
13
|
-
import { onStageReactionsIconsMetadata } from "../../../on-stage/reactions/metadata";
|
|
14
|
-
import * as iconComponents from "../../../on-stage/reactions/dist";
|
|
15
|
-
import API_Table from "../../APITable";
|
|
16
|
-
import { REACTIONS_ICONS, ON_STAGE_CATEGORY } from "../../constants";
|
|
11
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
12
|
+
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase.js";
|
|
13
|
+
import { onStageReactionsIconsMetadata } from "../../../on-stage/reactions/metadata.js";
|
|
14
|
+
import * as iconComponents from "../../../on-stage/reactions/dist/index.js";
|
|
15
|
+
import API_Table from "../../APITable.js";
|
|
16
|
+
import { REACTIONS_ICONS, ON_STAGE_CATEGORY } from "../../constants.js";
|
|
17
17
|
var index_story_default = {
|
|
18
18
|
category: ON_STAGE_CATEGORY,
|
|
19
19
|
storyName: REACTIONS_ICONS,
|