@wix/wix-ui-icons-common 3.187.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
|
@@ -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 SystemCategoryListBase from "../../components/system-category-list-base/SystemCategoryListBase";
|
|
13
|
-
import { onStageSystemIconsMetadata } from "../../../on-stage/system/metadata";
|
|
14
|
-
import * as iconComponents from "../../../on-stage/system/dist";
|
|
15
|
-
import API_Table from "../../APITable";
|
|
16
|
-
import { SYSTEM_ICONS, ON_STAGE_CATEGORY } from "../../constants";
|
|
11
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
12
|
+
import SystemCategoryListBase from "../../components/system-category-list-base/SystemCategoryListBase.js";
|
|
13
|
+
import { onStageSystemIconsMetadata } from "../../../on-stage/system/metadata.js";
|
|
14
|
+
import * as iconComponents from "../../../on-stage/system/dist/index.js";
|
|
15
|
+
import API_Table from "../../APITable.js";
|
|
16
|
+
import { SYSTEM_ICONS, ON_STAGE_CATEGORY } from "../../constants.js";
|
|
17
17
|
var index_story_default = {
|
|
18
18
|
category: ON_STAGE_CATEGORY,
|
|
19
19
|
storyName: SYSTEM_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 "../../../responsive-editor/general/dist";
|
|
4
|
-
import { generalIconsMetadata } from "../../../responsive-editor/general/metadata";
|
|
2
|
+
import GeneralCategoryListBase from "../../components/general-category-list-base/GeneralCategoryListBase.js";
|
|
3
|
+
import * as iconComponents from "../../../responsive-editor/general/dist/index.js";
|
|
4
|
+
import { generalIconsMetadata } from "../../../responsive-editor/general/metadata.js";
|
|
5
5
|
const ResponsiveEditorGeneralCategoryList = () => /* @__PURE__ */ React.createElement(React.Fragment, null, /* @__PURE__ */ React.createElement(
|
|
6
6
|
GeneralCategoryListBase,
|
|
7
7
|
{
|
|
@@ -14,13 +14,13 @@ import {
|
|
|
14
14
|
Settings,
|
|
15
15
|
Text,
|
|
16
16
|
Hint
|
|
17
|
-
} from "../../../responsive-editor/general/dist";
|
|
18
|
-
import HeaderIcons from "../../components/header-icons";
|
|
19
|
-
import IconsExample from "../../components/icons-example";
|
|
20
|
-
import * as iconComponents from "../../../responsive-editor/general/dist";
|
|
21
|
-
import API_Table from "../../APITable";
|
|
22
|
-
import ResponsiveEditorGeneralCategoryList from "./ResponsiveEditorGeneralCategoryList";
|
|
23
|
-
import { RESPONSIVE_EDITOR_CATEGORY, GENERAL_ICONS } from "../../constants";
|
|
17
|
+
} from "../../../responsive-editor/general/dist/index.js";
|
|
18
|
+
import HeaderIcons from "../../components/header-icons/index.js";
|
|
19
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
20
|
+
import * as iconComponents from "../../../responsive-editor/general/dist/index.js";
|
|
21
|
+
import API_Table from "../../APITable.js";
|
|
22
|
+
import ResponsiveEditorGeneralCategoryList from "./ResponsiveEditorGeneralCategoryList.js";
|
|
23
|
+
import { RESPONSIVE_EDITOR_CATEGORY, GENERAL_ICONS } from "../../constants.js";
|
|
24
24
|
var index_story_default = {
|
|
25
25
|
category: RESPONSIVE_EDITOR_CATEGORY,
|
|
26
26
|
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,
|
|
@@ -16,14 +16,14 @@ import {
|
|
|
16
16
|
Layout,
|
|
17
17
|
Crop,
|
|
18
18
|
Link
|
|
19
|
-
} from "../../../responsive-editor/system/dist";
|
|
20
|
-
import HeaderIcons from "../../components/header-icons";
|
|
21
|
-
import IconsExample from "../../components/icons-example";
|
|
22
|
-
import { systemIconsMetadata } from "../../../responsive-editor/system/metadata";
|
|
23
|
-
import * as iconComponents from "../../../responsive-editor/system/dist";
|
|
24
|
-
import API_Table from "../../APITable";
|
|
25
|
-
import { getIconSizeKeys } from "../../utils";
|
|
26
|
-
import { RESPONSIVE_EDITOR_CATEGORY, SYSTEM_ICONS } from "../../constants";
|
|
19
|
+
} from "../../../responsive-editor/system/dist/index.js";
|
|
20
|
+
import HeaderIcons from "../../components/header-icons/index.js";
|
|
21
|
+
import IconsExample from "../../components/icons-example/index.js";
|
|
22
|
+
import { systemIconsMetadata } from "../../../responsive-editor/system/metadata.js";
|
|
23
|
+
import * as iconComponents from "../../../responsive-editor/system/dist/index.js";
|
|
24
|
+
import API_Table from "../../APITable.js";
|
|
25
|
+
import { getIconSizeKeys } from "../../utils.js";
|
|
26
|
+
import { RESPONSIVE_EDITOR_CATEGORY, SYSTEM_ICONS } from "../../constants.js";
|
|
27
27
|
const mapIconToRow = ({ title: _title, sizes }) => {
|
|
28
28
|
const iconSize = Object.keys(sizes).length ? Object.keys(sizes)[0] : "";
|
|
29
29
|
const Icon = iconComponents[_title];
|