@wix/wix-ui-icons-common 3.142.0 → 3.143.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.
Files changed (31) hide show
  1. package/dist/cjs/lazy/general/dist/components/Lottie.js +31 -0
  2. package/dist/cjs/lazy/general/dist/components/LottieSmall.js +31 -0
  3. package/dist/cjs/lazy/general/dist/index.js +6 -0
  4. package/dist/cjs/odeditor/general/dist/components/Lottie.js +37 -0
  5. package/dist/cjs/odeditor/general/dist/components/LottieSmall.js +37 -0
  6. package/dist/cjs/odeditor/general/dist/index.js +6 -0
  7. package/dist/cjs/odeditor/general/metadata.js +7 -0
  8. package/dist/esm/lazy/general/dist/components/Lottie.js +11 -0
  9. package/dist/esm/lazy/general/dist/components/LottieSmall.js +11 -0
  10. package/dist/esm/lazy/general/dist/index.js +162 -158
  11. package/dist/esm/odeditor/general/dist/components/Lottie.js +7 -0
  12. package/dist/esm/odeditor/general/dist/components/LottieSmall.js +7 -0
  13. package/dist/esm/odeditor/general/dist/index.js +956 -952
  14. package/dist/esm/odeditor/general/metadata.js +7 -0
  15. package/dist/statics/icons/odeditor/general/Lottie.6709.json +3 -0
  16. package/dist/statics/icons/odeditor/general/LottieSmall.c307.json +3 -0
  17. package/dist/tsconfig.tsbuildinfo +1 -1
  18. package/dist/types/lazy/general/dist/components/Lottie.d.ts +3 -0
  19. package/dist/types/lazy/general/dist/components/Lottie.d.ts.map +1 -0
  20. package/dist/types/lazy/general/dist/components/LottieSmall.d.ts +3 -0
  21. package/dist/types/lazy/general/dist/components/LottieSmall.d.ts.map +1 -0
  22. package/dist/types/lazy/general/dist/index.d.ts +2 -0
  23. package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
  24. package/dist/types/odeditor/general/dist/components/Lottie.d.ts +7 -0
  25. package/dist/types/odeditor/general/dist/components/Lottie.d.ts.map +1 -0
  26. package/dist/types/odeditor/general/dist/components/LottieSmall.d.ts +7 -0
  27. package/dist/types/odeditor/general/dist/components/LottieSmall.d.ts.map +1 -0
  28. package/dist/types/odeditor/general/dist/index.d.ts +2 -0
  29. package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
  30. package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
  31. package/package.json +3 -3
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var Lottie_exports = {};
20
+ __export(Lottie_exports, {
21
+ default: () => Lottie_default
22
+ });
23
+ module.exports = __toCommonJS(Lottie_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var Lottie_default = (0, import_core.icon)({
26
+ name: "Lottie",
27
+ hashes: { "odeditor": "6709" },
28
+ category: "general",
29
+ width: 24,
30
+ height: 24
31
+ });
@@ -0,0 +1,31 @@
1
+ "use strict";
2
+ var __defProp = Object.defineProperty;
3
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
4
+ var __getOwnPropNames = Object.getOwnPropertyNames;
5
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
6
+ var __export = (target, all) => {
7
+ for (var name in all)
8
+ __defProp(target, name, { get: all[name], enumerable: true });
9
+ };
10
+ var __copyProps = (to, from, except, desc) => {
11
+ if (from && typeof from === "object" || typeof from === "function") {
12
+ for (let key of __getOwnPropNames(from))
13
+ if (!__hasOwnProp.call(to, key) && key !== except)
14
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
15
+ }
16
+ return to;
17
+ };
18
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
19
+ var LottieSmall_exports = {};
20
+ __export(LottieSmall_exports, {
21
+ default: () => LottieSmall_default
22
+ });
23
+ module.exports = __toCommonJS(LottieSmall_exports);
24
+ var import_core = require("@wix/wix-ui-icons-common/core");
25
+ var LottieSmall_default = (0, import_core.icon)({
26
+ name: "LottieSmall",
27
+ hashes: { "odeditor": "c307" },
28
+ category: "general",
29
+ width: 18,
30
+ height: 18
31
+ });
@@ -943,6 +943,8 @@ __export(dist_exports, {
943
943
  LogoSmall: () => import_LogoSmall.default,
944
944
  LongText: () => import_LongText.default,
945
945
  LongTextSmall: () => import_LongTextSmall.default,
946
+ Lottie: () => import_Lottie.default,
947
+ LottieSmall: () => import_LottieSmall.default,
946
948
  LowerCase: () => import_LowerCase.default,
947
949
  LowerCaseSmall: () => import_LowerCaseSmall.default,
948
950
  LowercaseLight: () => import_LowercaseLight.default,
@@ -3479,6 +3481,8 @@ var import_LinkedElement = __toESM(require("./components/LinkedElement"));
3479
3481
  var import_LinkedElementSmall = __toESM(require("./components/LinkedElementSmall"));
3480
3482
  var import_Logo = __toESM(require("./components/Logo"));
3481
3483
  var import_LogoSmall = __toESM(require("./components/LogoSmall"));
3484
+ var import_Lottie = __toESM(require("./components/Lottie"));
3485
+ var import_LottieSmall = __toESM(require("./components/LottieSmall"));
3482
3486
  var import_MasonryGrid = __toESM(require("./components/MasonryGrid"));
3483
3487
  var import_MasonryGridSmall = __toESM(require("./components/MasonryGridSmall"));
3484
3488
  var import_MatchSize = __toESM(require("./components/MatchSize"));
@@ -4475,6 +4479,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
4475
4479
  LogoSmall,
4476
4480
  LongText,
4477
4481
  LongTextSmall,
4482
+ Lottie,
4483
+ LottieSmall,
4478
4484
  LowerCase,
4479
4485
  LowerCaseSmall,
4480
4486
  LowercaseLight,
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var Lottie_exports = {};
30
+ __export(Lottie_exports, {
31
+ default: () => Lottie_default
32
+ });
33
+ module.exports = __toCommonJS(Lottie_exports);
34
+ var React = __toESM(require("react"));
35
+ const Lottie = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 24 24", fill: "currentColor", width: size || "24", height: size || "24", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M18 4C19.1 4 20 4.9 20 6V18C20 19.1 19.1 20 18 20H6C4.9 20 4 19.1 4 18V6C4 4.9 4.9 4 6 4H18ZM16.25 7C14.97 7 13.98 7.75 13.26 8.6C12.53 9.45 11.96 10.51 11.51 11.35C11.45 11.48 11.38 11.6 11.32 11.71C10.94 12.41 10.41 13.26 9.94 14C9.32 14.96 8.63 15.5 7.75 15.5C7.34 15.5 7 15.84 7 16.25C7 16.66 7.34 17 7.75 17C9.38 17 10.47 15.95 11.2 14.8C11.68 14.06 12.23 13.17 12.63 12.44C12.7 12.31 12.77 12.18 12.84 12.05C13.29 11.19 13.79 10.28 14.4 9.58C15 8.87 15.61 8.5 16.25 8.5C16.66 8.5 17 8.16 17 7.75C17 7.34 16.66 7 16.25 7Z" }));
36
+ Lottie.displayName = "Lottie";
37
+ var Lottie_default = Lottie;
@@ -0,0 +1,37 @@
1
+ "use strict";
2
+ var __create = Object.create;
3
+ var __defProp = Object.defineProperty;
4
+ var __getOwnPropDesc = Object.getOwnPropertyDescriptor;
5
+ var __getOwnPropNames = Object.getOwnPropertyNames;
6
+ var __getProtoOf = Object.getPrototypeOf;
7
+ var __hasOwnProp = Object.prototype.hasOwnProperty;
8
+ var __export = (target, all) => {
9
+ for (var name in all)
10
+ __defProp(target, name, { get: all[name], enumerable: true });
11
+ };
12
+ var __copyProps = (to, from, except, desc) => {
13
+ if (from && typeof from === "object" || typeof from === "function") {
14
+ for (let key of __getOwnPropNames(from))
15
+ if (!__hasOwnProp.call(to, key) && key !== except)
16
+ __defProp(to, key, { get: () => from[key], enumerable: !(desc = __getOwnPropDesc(from, key)) || desc.enumerable });
17
+ }
18
+ return to;
19
+ };
20
+ var __toESM = (mod, isNodeMode, target) => (target = mod != null ? __create(__getProtoOf(mod)) : {}, __copyProps(
21
+ // If the importer is in node compatibility mode or this is not an ESM
22
+ // file that has been converted to a CommonJS file using a Babel-
23
+ // compatible transform (i.e. "__esModule" has not been set), then set
24
+ // "default" to the CommonJS "module.exports" for node compatibility.
25
+ isNodeMode || !mod || !mod.__esModule ? __defProp(target, "default", { value: mod, enumerable: true }) : target,
26
+ mod
27
+ ));
28
+ var __toCommonJS = (mod) => __copyProps(__defProp({}, "__esModule", { value: true }), mod);
29
+ var LottieSmall_exports = {};
30
+ __export(LottieSmall_exports, {
31
+ default: () => LottieSmall_default
32
+ });
33
+ module.exports = __toCommonJS(LottieSmall_exports);
34
+ var React = __toESM(require("react"));
35
+ const LottieSmall = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0 18 18", fill: "currentColor", width: size || "18", height: size || "18", ...props }, /* @__PURE__ */ React.createElement("path", { d: "M13 3C14.1 3 15 3.9 15 5V13C15 14.1 14.1 15 13 15H5C3.9 15 3 14.1 3 13V5C3 3.9 3.9 3 5 3H13ZM12.19 5.25C11.23 5.25 10.49 5.81 9.94 6.45C9.4 7.09 8.97 7.88 8.63 8.51C8.58 8.61 8.54 8.7 8.49 8.78C8.2 9.3 7.81 9.94 7.45 10.5C6.99 11.22 6.47 11.63 5.81 11.63C5.5 11.63 5.25 11.88 5.25 12.19C5.25 12.5 5.5 12.75 5.81 12.75C7.03 12.75 7.85 11.96 8.4 11.1C8.67 10.68 8.97 10.2 9.23 9.76L9.47 9.33C9.52 9.24 9.58 9.14 9.63 9.04C9.97 8.4 10.35 7.71 10.8 7.18C11.25 6.65 11.7 6.38 12.19 6.38C12.5 6.38 12.75 6.12 12.75 5.81C12.75 5.5 12.5 5.25 12.19 5.25Z" }));
36
+ LottieSmall.displayName = "LottieSmall";
37
+ var LottieSmall_default = LottieSmall;
@@ -548,6 +548,8 @@ __export(dist_exports, {
548
548
  LockUnlockedSmall: () => import_LockUnlockedSmall.default,
549
549
  Logo: () => import_Logo.default,
550
550
  LogoSmall: () => import_LogoSmall.default,
551
+ Lottie: () => import_Lottie.default,
552
+ LottieSmall: () => import_LottieSmall.default,
551
553
  LowerCase: () => import_LowerCase.default,
552
554
  LowerCaseSmall: () => import_LowerCaseSmall.default,
553
555
  Ltr: () => import_Ltr.default,
@@ -1546,6 +1548,8 @@ var import_LockUnlocked = __toESM(require("./components/LockUnlocked"));
1546
1548
  var import_LockUnlockedSmall = __toESM(require("./components/LockUnlockedSmall"));
1547
1549
  var import_Logo = __toESM(require("./components/Logo"));
1548
1550
  var import_LogoSmall = __toESM(require("./components/LogoSmall"));
1551
+ var import_Lottie = __toESM(require("./components/Lottie"));
1552
+ var import_LottieSmall = __toESM(require("./components/LottieSmall"));
1549
1553
  var import_LowerCase = __toESM(require("./components/LowerCase"));
1550
1554
  var import_LowerCaseSmall = __toESM(require("./components/LowerCaseSmall"));
1551
1555
  var import_Ltr = __toESM(require("./components/Ltr"));
@@ -2544,6 +2548,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
2544
2548
  LockUnlockedSmall,
2545
2549
  Logo,
2546
2550
  LogoSmall,
2551
+ Lottie,
2552
+ LottieSmall,
2547
2553
  LowerCase,
2548
2554
  LowerCaseSmall,
2549
2555
  Ltr,
@@ -3695,6 +3695,13 @@ const generalIconsMetadata = [
3695
3695
  "dot"
3696
3696
  ],
3697
3697
  sizes: { "18": "InfoCircleFilledSmall", "24": "InfoCircleFilled" }
3698
+ },
3699
+ {
3700
+ title: "Lottie",
3701
+ category: import_types.IconCategory.Brands,
3702
+ description: "Icon - Represents Lottie brand",
3703
+ tags: ["lottie"],
3704
+ sizes: { "18": "LottieSmall", "24": "Lottie" }
3698
3705
  }
3699
3706
  ];
3700
3707
  var metadata_default = generalIconsMetadata;
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var Lottie_default = icon({
3
+ name: "Lottie",
4
+ hashes: { "odeditor": "6709" },
5
+ category: "general",
6
+ width: 24,
7
+ height: 24
8
+ });
9
+ export {
10
+ Lottie_default as default
11
+ };
@@ -0,0 +1,11 @@
1
+ import { icon } from "@wix/wix-ui-icons-common/core";
2
+ var LottieSmall_default = icon({
3
+ name: "LottieSmall",
4
+ hashes: { "odeditor": "c307" },
5
+ category: "general",
6
+ width: 18,
7
+ height: 18
8
+ });
9
+ export {
10
+ LottieSmall_default as default
11
+ };