@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
|
@@ -18,17 +18,14 @@ var __copyProps = (to, from, except, desc) => {
|
|
|
18
18
|
var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
|
|
19
19
|
var metadata_exports = {};
|
|
20
20
|
__export(metadata_exports, {
|
|
21
|
-
IconMetadata: () => import_types.IconMetadata,
|
|
22
21
|
generalIconsMetadata: () => import_metadata.generalIconsMetadata,
|
|
23
22
|
odeditorIconsMetadata: () => import_metadata2.generalIconsMetadata
|
|
24
23
|
});
|
|
25
24
|
module.exports = __toCommonJS(metadata_exports);
|
|
26
|
-
var import_types = require("../types");
|
|
27
25
|
var import_metadata = require("../default/general/metadata");
|
|
28
26
|
var import_metadata2 = require("../odeditor/general/metadata");
|
|
29
27
|
// Annotate the CommonJS export names for ESM import in node:
|
|
30
28
|
0 && (module.exports = {
|
|
31
|
-
IconMetadata,
|
|
32
29
|
generalIconsMetadata,
|
|
33
30
|
odeditorIconsMetadata
|
|
34
31
|
});
|