@wix/wix-ui-icons-common 3.120.0 → 3.122.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/core/components/empty-state.js +1 -8
- package/dist/cjs/core/icon.js +1 -0
- package/dist/cjs/default/general/dist/components/EmailSent.js +37 -0
- package/dist/cjs/default/general/dist/components/EmailSentSmall.js +37 -0
- package/dist/cjs/default/general/dist/index.js +6 -0
- package/dist/cjs/default/general/metadata.js +7 -0
- package/dist/cjs/lazy/general/dist/components/CollectionsSparkles.js +31 -0
- package/dist/cjs/lazy/general/dist/components/CollectionsSparklesSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/EmailSent.js +31 -0
- package/dist/cjs/lazy/general/dist/components/EmailSentSmall.js +31 -0
- package/dist/cjs/lazy/general/dist/components/Pipette.js +3 -3
- package/dist/cjs/lazy/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/cjs/lazy/general/dist/components/TextStrokeColor.js +3 -3
- package/dist/cjs/lazy/general/dist/index.js +12 -0
- package/dist/cjs/odeditor/general/dist/components/CollectionsSparkles.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/CollectionsSparklesSmall.js +37 -0
- package/dist/cjs/odeditor/general/dist/components/Pipette.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/cjs/odeditor/general/dist/components/TextStrokeColor.js +1 -1
- package/dist/cjs/odeditor/general/dist/index.js +6 -0
- package/dist/cjs/odeditor/general/metadata.js +7 -0
- package/dist/esm/core/components/empty-state.js +1 -8
- package/dist/esm/core/icon.js +1 -0
- package/dist/esm/default/general/dist/components/EmailSent.js +7 -0
- package/dist/esm/default/general/dist/components/EmailSentSmall.js +7 -0
- package/dist/esm/default/general/dist/index.js +2130 -2126
- package/dist/esm/default/general/metadata.js +7 -0
- package/dist/esm/lazy/general/dist/components/CollectionsSparkles.js +11 -0
- package/dist/esm/lazy/general/dist/components/CollectionsSparklesSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/EmailSent.js +11 -0
- package/dist/esm/lazy/general/dist/components/EmailSentSmall.js +11 -0
- package/dist/esm/lazy/general/dist/components/Pipette.js +3 -3
- package/dist/esm/lazy/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/esm/lazy/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/esm/lazy/general/dist/components/TextStrokeColor.js +3 -3
- package/dist/esm/lazy/general/dist/index.js +2450 -2442
- package/dist/esm/odeditor/general/dist/components/CollectionsSparkles.js +7 -0
- package/dist/esm/odeditor/general/dist/components/CollectionsSparklesSmall.js +7 -0
- package/dist/esm/odeditor/general/dist/components/Pipette.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TextHighlightColor.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TextHighlightColorSmall.js +1 -1
- package/dist/esm/odeditor/general/dist/components/TextStrokeColor.js +1 -1
- package/dist/esm/odeditor/general/dist/index.js +1436 -1432
- package/dist/esm/odeditor/general/metadata.js +7 -0
- package/dist/statics/icons/default/general/EmailSent.dccc.json +3 -0
- package/dist/statics/icons/default/general/EmailSentSmall.818f.json +3 -0
- package/dist/statics/icons/odeditor/general/CollectionsSparkles.19e1.json +3 -0
- package/dist/statics/icons/odeditor/general/CollectionsSparklesSmall.4105.json +3 -0
- package/dist/statics/icons/odeditor/general/Pipette.f8f4.json +3 -0
- package/dist/statics/icons/odeditor/general/TextHighlightColor.67fc.json +3 -0
- package/dist/statics/icons/odeditor/general/TextHighlightColorSmall.9319.json +3 -0
- package/dist/statics/icons/odeditor/general/TextStrokeColor.14dd.json +3 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/core/components/empty-state.d.ts.map +1 -1
- package/dist/types/core/fetcher.d.ts.map +1 -1
- package/dist/types/core/icon.d.ts.map +1 -1
- package/dist/types/default/general/dist/components/EmailSent.d.ts +7 -0
- package/dist/types/default/general/dist/components/EmailSent.d.ts.map +1 -0
- package/dist/types/default/general/dist/components/EmailSentSmall.d.ts +7 -0
- package/dist/types/default/general/dist/components/EmailSentSmall.d.ts.map +1 -0
- package/dist/types/default/general/dist/index.d.ts +2 -0
- package/dist/types/default/general/dist/index.d.ts.map +1 -1
- package/dist/types/default/general/metadata.d.ts.map +1 -1
- package/dist/types/lazy/general/dist/components/CollectionsSparkles.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CollectionsSparkles.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/CollectionsSparklesSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/CollectionsSparklesSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/EmailSent.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/EmailSent.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/components/EmailSentSmall.d.ts +3 -0
- package/dist/types/lazy/general/dist/components/EmailSentSmall.d.ts.map +1 -0
- package/dist/types/lazy/general/dist/index.d.ts +4 -0
- package/dist/types/lazy/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/dist/components/CollectionsSparkles.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CollectionsSparkles.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/components/CollectionsSparklesSmall.d.ts +7 -0
- package/dist/types/odeditor/general/dist/components/CollectionsSparklesSmall.d.ts.map +1 -0
- package/dist/types/odeditor/general/dist/index.d.ts +2 -0
- package/dist/types/odeditor/general/dist/index.d.ts.map +1 -1
- package/dist/types/odeditor/general/metadata.d.ts.map +1 -1
- package/package.json +34 -36
- package/dist/statics/icons/odeditor/general/Pipette.45ec.json +0 -3
- package/dist/statics/icons/odeditor/general/TextHighlightColor.408b.json +0 -3
- package/dist/statics/icons/odeditor/general/TextHighlightColorSmall.3c2c.json +0 -3
- package/dist/statics/icons/odeditor/general/TextStrokeColor.e8a3.json +0 -3
|
@@ -44,14 +44,7 @@ function EmptyState({
|
|
|
44
44
|
width,
|
|
45
45
|
height
|
|
46
46
|
});
|
|
47
|
-
return /* @__PURE__ */ import_react.default.createElement(
|
|
48
|
-
"svg",
|
|
49
|
-
{
|
|
50
|
-
viewBox,
|
|
51
|
-
...dimensions,
|
|
52
|
-
...restProps
|
|
53
|
-
}
|
|
54
|
-
);
|
|
47
|
+
return /* @__PURE__ */ import_react.default.createElement("svg", { viewBox, ...dimensions, ...restProps });
|
|
55
48
|
}
|
|
56
49
|
// Annotate the CommonJS export names for ESM import in node:
|
|
57
50
|
0 && (module.exports = {
|
package/dist/cjs/core/icon.js
CHANGED
|
@@ -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 EmailSent_exports = {};
|
|
30
|
+
__export(EmailSent_exports, {
|
|
31
|
+
default: () => EmailSent_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(EmailSent_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const EmailSent = ({ 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: "M21.146 14.146a.5.5 0 0 1 .765.638l-.058.07-4.353 4.353-2.354-2.354a.5.5 0 0 1 .638-.764l.07.058 1.646 1.646 3.646-3.646Zm-2.159-8.15c.552 0 1 .446 1 .998v3.997h-1V7.652l-6.02 5.16a1.5 1.5 0 0 1-1.951 0l-6.02-5.16v9.334H12v1H4.995a1 1 0 0 1-.999-1V6.994a1 1 0 0 1 1-.999h13.991Zm-7.321 6.057a.5.5 0 0 0 .65 0l5.904-5.059H5.764l5.902 5.059Z" }));
|
|
36
|
+
EmailSent.displayName = "EmailSent";
|
|
37
|
+
var EmailSent_default = EmailSent;
|
|
@@ -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 EmailSentSmall_exports = {};
|
|
30
|
+
__export(EmailSentSmall_exports, {
|
|
31
|
+
default: () => EmailSentSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(EmailSentSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const EmailSentSmall = ({ 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: "M16.16 11.15c.2-.2.49-.2.69 0 .2.2.2.51 0 .71l-3.35 3.346-1.35-1.349c-.2-.2-.2-.509 0-.709.2-.2.51-.2.71 0l.65.65 2.65-2.649ZM14 5a1 1 0 0 1 1 1v4h-1V7.555l-4.367 3.573a1 1 0 0 1-1.266 0L4 7.555V13h6v1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10ZM3.997 6.474 9 10.354l5.014-3.896V6H3.997v.474Z" }));
|
|
36
|
+
EmailSentSmall.displayName = "EmailSentSmall";
|
|
37
|
+
var EmailSentSmall_default = EmailSentSmall;
|
|
@@ -505,6 +505,8 @@ __export(dist_exports, {
|
|
|
505
505
|
EmailOpenSmall: () => import_EmailOpenSmall.default,
|
|
506
506
|
EmailSend: () => import_EmailSend.default,
|
|
507
507
|
EmailSendSmall: () => import_EmailSendSmall.default,
|
|
508
|
+
EmailSent: () => import_EmailSent.default,
|
|
509
|
+
EmailSentSmall: () => import_EmailSentSmall.default,
|
|
508
510
|
EmailSettings: () => import_EmailSettings.default,
|
|
509
511
|
EmailSettingsSmall: () => import_EmailSettingsSmall.default,
|
|
510
512
|
EmailSmall: () => import_EmailSmall.default,
|
|
@@ -2047,6 +2049,8 @@ var import_EmailOpen = __toESM(require("./components/EmailOpen"));
|
|
|
2047
2049
|
var import_EmailOpenSmall = __toESM(require("./components/EmailOpenSmall"));
|
|
2048
2050
|
var import_EmailSend = __toESM(require("./components/EmailSend"));
|
|
2049
2051
|
var import_EmailSendSmall = __toESM(require("./components/EmailSendSmall"));
|
|
2052
|
+
var import_EmailSent = __toESM(require("./components/EmailSent"));
|
|
2053
|
+
var import_EmailSentSmall = __toESM(require("./components/EmailSentSmall"));
|
|
2050
2054
|
var import_EmailSettings = __toESM(require("./components/EmailSettings"));
|
|
2051
2055
|
var import_EmailSettingsSmall = __toESM(require("./components/EmailSettingsSmall"));
|
|
2052
2056
|
var import_EmailSmall = __toESM(require("./components/EmailSmall"));
|
|
@@ -3589,6 +3593,8 @@ var import_ssoSmall = __toESM(require("./components/ssoSmall"));
|
|
|
3589
3593
|
EmailOpenSmall,
|
|
3590
3594
|
EmailSend,
|
|
3591
3595
|
EmailSendSmall,
|
|
3596
|
+
EmailSent,
|
|
3597
|
+
EmailSentSmall,
|
|
3592
3598
|
EmailSettings,
|
|
3593
3599
|
EmailSettingsSmall,
|
|
3594
3600
|
EmailSmall,
|
|
@@ -2164,6 +2164,13 @@ const generalIconsMetadata = [
|
|
|
2164
2164
|
tags: ["envelope", "letter"],
|
|
2165
2165
|
sizes: { "18": "EmailOpenSmall", "24": "EmailOpen" }
|
|
2166
2166
|
},
|
|
2167
|
+
{
|
|
2168
|
+
title: "EmailSent",
|
|
2169
|
+
category: "Communication",
|
|
2170
|
+
description: "Static indicator - marks that email or message has been sent\nButton - marks email as sent",
|
|
2171
|
+
tags: ["envelope", "letter", "send"],
|
|
2172
|
+
sizes: { "18": "EmailSentSmall", "24": "EmailSent" }
|
|
2173
|
+
},
|
|
2167
2174
|
{
|
|
2168
2175
|
title: "AddressSign",
|
|
2169
2176
|
category: "Communication",
|
|
@@ -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 CollectionsSparkles_exports = {};
|
|
20
|
+
__export(CollectionsSparkles_exports, {
|
|
21
|
+
default: () => CollectionsSparkles_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(CollectionsSparkles_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var CollectionsSparkles_default = (0, import_core.icon)({
|
|
26
|
+
name: "CollectionsSparkles",
|
|
27
|
+
hashes: { "odeditor": "19e1" },
|
|
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 CollectionsSparklesSmall_exports = {};
|
|
20
|
+
__export(CollectionsSparklesSmall_exports, {
|
|
21
|
+
default: () => CollectionsSparklesSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(CollectionsSparklesSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var CollectionsSparklesSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "CollectionsSparklesSmall",
|
|
27
|
+
hashes: { "odeditor": "4105" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
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 EmailSent_exports = {};
|
|
20
|
+
__export(EmailSent_exports, {
|
|
21
|
+
default: () => EmailSent_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(EmailSent_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var EmailSent_default = (0, import_core.icon)({
|
|
26
|
+
name: "EmailSent",
|
|
27
|
+
hashes: { "default": "dccc" },
|
|
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 EmailSentSmall_exports = {};
|
|
20
|
+
__export(EmailSentSmall_exports, {
|
|
21
|
+
default: () => EmailSentSmall_default
|
|
22
|
+
});
|
|
23
|
+
module.exports = __toCommonJS(EmailSentSmall_exports);
|
|
24
|
+
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
|
+
var EmailSentSmall_default = (0, import_core.icon)({
|
|
26
|
+
name: "EmailSentSmall",
|
|
27
|
+
hashes: { "default": "818f" },
|
|
28
|
+
category: "general",
|
|
29
|
+
width: 18,
|
|
30
|
+
height: 18
|
|
31
|
+
});
|
|
@@ -24,8 +24,8 @@ module.exports = __toCommonJS(Pipette_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var Pipette_default = (0, import_core.icon)({
|
|
26
26
|
name: "Pipette",
|
|
27
|
-
hashes: { "default": "699d", "odeditor": "
|
|
27
|
+
hashes: { "default": "699d", "odeditor": "f8f4" },
|
|
28
28
|
category: "general",
|
|
29
|
-
width:
|
|
30
|
-
height:
|
|
29
|
+
width: 24,
|
|
30
|
+
height: 24
|
|
31
31
|
});
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(TextHighlightColor_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var TextHighlightColor_default = (0, import_core.icon)({
|
|
26
26
|
name: "TextHighlightColor",
|
|
27
|
-
hashes: { "default": "890f", "odeditor": "
|
|
27
|
+
hashes: { "default": "890f", "odeditor": "67fc" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 24,
|
|
30
30
|
height: 24
|
|
@@ -24,7 +24,7 @@ module.exports = __toCommonJS(TextHighlightColorSmall_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var TextHighlightColorSmall_default = (0, import_core.icon)({
|
|
26
26
|
name: "TextHighlightColorSmall",
|
|
27
|
-
hashes: { "odeditor": "
|
|
27
|
+
hashes: { "odeditor": "9319" },
|
|
28
28
|
category: "general",
|
|
29
29
|
width: 18,
|
|
30
30
|
height: 18
|
|
@@ -24,8 +24,8 @@ module.exports = __toCommonJS(TextStrokeColor_exports);
|
|
|
24
24
|
var import_core = require("@wix/wix-ui-icons-common/core");
|
|
25
25
|
var TextStrokeColor_default = (0, import_core.icon)({
|
|
26
26
|
name: "TextStrokeColor",
|
|
27
|
-
hashes: { "default": "2ae0", "odeditor": "
|
|
27
|
+
hashes: { "default": "2ae0", "odeditor": "14dd" },
|
|
28
28
|
category: "general",
|
|
29
|
-
width:
|
|
30
|
-
height:
|
|
29
|
+
width: 24,
|
|
30
|
+
height: 24
|
|
31
31
|
});
|
|
@@ -337,6 +337,8 @@ __export(dist_exports, {
|
|
|
337
337
|
CollapseKeyboardSmall: () => import_CollapseKeyboardSmall.default,
|
|
338
338
|
Collections: () => import_Collections.default,
|
|
339
339
|
CollectionsSmall: () => import_CollectionsSmall.default,
|
|
340
|
+
CollectionsSparkles: () => import_CollectionsSparkles.default,
|
|
341
|
+
CollectionsSparklesSmall: () => import_CollectionsSparklesSmall.default,
|
|
340
342
|
ColorBucket: () => import_ColorBucket.default,
|
|
341
343
|
ColorBucketSmall: () => import_ColorBucketSmall.default,
|
|
342
344
|
ColorDrop: () => import_ColorDrop.default,
|
|
@@ -556,6 +558,8 @@ __export(dist_exports, {
|
|
|
556
558
|
EmailOpenSmall: () => import_EmailOpenSmall.default,
|
|
557
559
|
EmailSend: () => import_EmailSend.default,
|
|
558
560
|
EmailSendSmall: () => import_EmailSendSmall.default,
|
|
561
|
+
EmailSent: () => import_EmailSent.default,
|
|
562
|
+
EmailSentSmall: () => import_EmailSentSmall.default,
|
|
559
563
|
EmailSettings: () => import_EmailSettings.default,
|
|
560
564
|
EmailSettingsSmall: () => import_EmailSettingsSmall.default,
|
|
561
565
|
EmailSmall: () => import_EmailSmall.default,
|
|
@@ -2205,6 +2209,8 @@ var import_EmailOpen = __toESM(require("./components/EmailOpen"));
|
|
|
2205
2209
|
var import_EmailOpenSmall = __toESM(require("./components/EmailOpenSmall"));
|
|
2206
2210
|
var import_EmailSend = __toESM(require("./components/EmailSend"));
|
|
2207
2211
|
var import_EmailSendSmall = __toESM(require("./components/EmailSendSmall"));
|
|
2212
|
+
var import_EmailSent = __toESM(require("./components/EmailSent"));
|
|
2213
|
+
var import_EmailSentSmall = __toESM(require("./components/EmailSentSmall"));
|
|
2208
2214
|
var import_EmailSettings = __toESM(require("./components/EmailSettings"));
|
|
2209
2215
|
var import_EmailSettingsSmall = __toESM(require("./components/EmailSettingsSmall"));
|
|
2210
2216
|
var import_EmailSmall = __toESM(require("./components/EmailSmall"));
|
|
@@ -3308,6 +3314,8 @@ var import_CenterAlignmentInner = __toESM(require("./components/CenterAlignmentI
|
|
|
3308
3314
|
var import_CenterAlignmentInnerSmall = __toESM(require("./components/CenterAlignmentInnerSmall"));
|
|
3309
3315
|
var import_CollapseKeyboard = __toESM(require("./components/CollapseKeyboard"));
|
|
3310
3316
|
var import_CollapseKeyboardSmall = __toESM(require("./components/CollapseKeyboardSmall"));
|
|
3317
|
+
var import_CollectionsSparkles = __toESM(require("./components/CollectionsSparkles"));
|
|
3318
|
+
var import_CollectionsSparklesSmall = __toESM(require("./components/CollectionsSparklesSmall"));
|
|
3311
3319
|
var import_ContainerFilled = __toESM(require("./components/ContainerFilled"));
|
|
3312
3320
|
var import_ContainerFilledSmall = __toESM(require("./components/ContainerFilledSmall"));
|
|
3313
3321
|
var import_Copy = __toESM(require("./components/Copy"));
|
|
@@ -3737,6 +3745,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
3737
3745
|
CollapseKeyboardSmall,
|
|
3738
3746
|
Collections,
|
|
3739
3747
|
CollectionsSmall,
|
|
3748
|
+
CollectionsSparkles,
|
|
3749
|
+
CollectionsSparklesSmall,
|
|
3740
3750
|
ColorBucket,
|
|
3741
3751
|
ColorBucketSmall,
|
|
3742
3752
|
ColorDrop,
|
|
@@ -3956,6 +3966,8 @@ var import_VideoFileSmall = __toESM(require("./components/VideoFileSmall"));
|
|
|
3956
3966
|
EmailOpenSmall,
|
|
3957
3967
|
EmailSend,
|
|
3958
3968
|
EmailSendSmall,
|
|
3969
|
+
EmailSent,
|
|
3970
|
+
EmailSentSmall,
|
|
3959
3971
|
EmailSettings,
|
|
3960
3972
|
EmailSettingsSmall,
|
|
3961
3973
|
EmailSmall,
|
|
@@ -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 CollectionsSparkles_exports = {};
|
|
30
|
+
__export(CollectionsSparkles_exports, {
|
|
31
|
+
default: () => CollectionsSparkles_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CollectionsSparkles_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CollectionsSparkles = ({ 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: "M9.48699 5.64347C10.4186 5.64347 11.1608 6.38565 11.1608 7.31739V9.1913H12.6352C13.5669 9.1913 14.3091 9.93348 14.3091 10.8652V12.7391H15.7826C16.7143 12.7391 17.4565 13.4813 17.4565 14.413V20.6261C17.4565 21.5578 16.7143 22.3 15.7826 22.3H10.8696C9.93804 22.3 9.19587 21.5578 9.19587 20.6261V18.7522H7.72174C6.79017 18.7522 6.04799 18.01 6.04799 17.0783V15.2043H4.57391C3.64235 15.2043 2.90017 14.4622 2.90017 13.5304V7.31739C2.90017 6.38565 3.64235 5.64347 4.57391 5.64347H9.48699ZM10.8696 14.413V20.6261H15.7826V14.413H10.8696ZM7.72174 10.8652V17.0783H9.19587V14.413C9.19587 14.3066 9.2078 14.212 9.23148 14.1174 9.27861 13.8245 9.43212 13.5669 9.55696 13.3304 9.59143 12.9997 9.63987 12.9521 9.68699 12.9165 9.92348 12.6919 10.231 12.5387 10.574 12.4917 10.6686 12.468 10.7632 12.4558 10.8696 12.4558H13.1352V10.8652H7.72174ZM4.57391 7.31739V13.5304H6.04799V10.8652C6.04799 9.93348 6.79017 9.1913 7.72174 9.1913H9.68699V7.31739H4.57391ZM17.4696 1.8C17.8547 1.8 18.1565 2.10174 18.1565 2.48696 18.1565 3.51891 19.0811 4.44348 20.113 4.44348 20.4983 4.44348 20.8 4.74522 20.8 5.13043 20.8 5.51565 20.4983 5.81739 20.113 5.81739 19.0811 5.81739 18.1565 6.74196 18.1565 7.77391 18.1565 8.15913 17.8547 8.46087 17.4696 8.46087 17.0843 8.46087 16.7826 8.15913 16.7826 7.77391 16.7826 6.74196 15.858 5.81739 14.8261 5.81739 14.441 5.81739 14.1391 5.51565 14.1391 5.13043 14.1391 4.74522 14.441 4.44348 14.8261 4.44348 15.858 4.44348 16.7826 3.51891 16.7826 2.48696 16.7826 2.10174 17.0843 1.8 17.4696 1.8ZM17.4696 4.64252C17.2739 4.95639 17.0452 5.18522 16.7815 5.38065 17.0452 5.57609 17.2739 5.80452 17.4696 6.11839 17.6652 5.80452 17.894 5.57609 18.1576 5.38065 17.894 5.18522 17.6652 4.95639 17.4696 4.64252Z" }));
|
|
36
|
+
CollectionsSparkles.displayName = "CollectionsSparkles";
|
|
37
|
+
var CollectionsSparkles_default = CollectionsSparkles;
|
|
@@ -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 CollectionsSparklesSmall_exports = {};
|
|
30
|
+
__export(CollectionsSparklesSmall_exports, {
|
|
31
|
+
default: () => CollectionsSparklesSmall_default
|
|
32
|
+
});
|
|
33
|
+
module.exports = __toCommonJS(CollectionsSparklesSmall_exports);
|
|
34
|
+
var React = __toESM(require("react"));
|
|
35
|
+
const CollectionsSparklesSmall = ({ 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: "M7.11524 4.2326C7.81395 4.2326 8.3706 4.78922 8.3706 5.48804V6.89348H9.4764C10.1752 6.89348 10.7318 7.45009 10.7318 8.14891V9.55435H11.837C12.5358 9.55435 13.0924 10.111 13.0924 10.8098V15.4696C13.0924 16.1684 12.5358 16.725 11.837 16.725H8.1522C7.45339 16.725 6.89678 16.1684 6.89678 15.4696V14.0642H5.7913C5.09248 14.0642 4.53587 13.5076 4.53587 12.8088V11.4033H3.43043C2.73161 11.4033 2.175 10.8467 2.175 10.1479V5.48804C2.175 4.78922 2.73161 4.2326 3.43043 4.2326H7.11524ZM8.1522 10.8098V15.4696H11.837V10.8098H8.1522ZM5.7913 8.14891V12.8088H6.89678V10.8098C6.89678 10.73 6.90585 10.659 6.92361 10.588 6.95896 10.3684 7.07409 10.1752 7.16772 9.9978 7.19357 9.74978 7.2299 9.71409 7.26524 9.68739 7.44261 9.51893 7.67325 9.40404 7.9305 9.36878 8.00148 9.35104 8.07239 9.34187 8.1522 9.34187H9.85139V8.14891H5.7913ZM3.43043 5.48804V10.1479H4.53587V8.14891C4.53587 7.45009 5.09248 6.89348 5.7913 6.89348H7.26524V5.48804H3.43043ZM13.1022 1.35C13.391 1.35 13.6174 1.5763 13.6174 1.86522 13.6174 2.63918 14.3108 3.33261 15.0848 3.33261 15.3737 3.33261 15.6 3.55891 15.6 3.84783 15.6 4.13674 15.3737 4.36304 15.0848 4.36304 14.3108 4.36304 13.6174 5.05648 13.6174 5.83043 13.6174 6.11935 13.391 6.34565 13.1022 6.34565 12.8132 6.34565 12.5869 6.11935 12.5869 5.83043 12.5869 5.05648 11.8935 4.36304 11.1196 4.36304 10.8306 4.36304 10.6043 4.13674 10.6043 3.84783 10.6043 3.55891 10.8306 3.33261 11.1196 3.33261 11.8935 3.33261 12.5869 2.63918 12.5869 1.86522 12.5869 1.5763 12.8132 1.35 13.1022 1.35ZM13.1022 3.48189C12.9554 3.71729 12.7839 3.88891 12.5861 4.03549 12.7839 4.18209 12.9554 4.3537 13.1022 4.58909 13.2489 4.3537 13.4205 4.18209 13.6182 4.03549 13.4205 3.88891 13.2489 3.71729 13.1022 3.48189Z" }));
|
|
36
|
+
CollectionsSparklesSmall.displayName = "CollectionsSparklesSmall";
|
|
37
|
+
var CollectionsSparklesSmall_default = CollectionsSparklesSmall;
|
|
@@ -32,6 +32,6 @@ __export(Pipette_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(Pipette_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
|
-
const Pipette = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0
|
|
35
|
+
const Pipette = ({ 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: "M14.433 6.85c.972-1.207 2.781-1.572 3.962-.526l.112.105.004.004c1.153 1.168.83 3.07-.426 4.072l-1.635 1.311.045.045a1.75 1.75 0 0 1 0 2.476l-.438.438a1.75 1.75 0 0 1-2.475 0l-.065-.065-2.92 2.92a.752.752 0 0 1-.263.172l-3.6 1.37a.75.75 0 0 1-.968-.968l1.37-3.6a.75.75 0 0 1 .175-.268l2.938-2.894-.075-.075a1.751 1.751 0 0 1 0-2.476l.438-.438a1.75 1.75 0 0 1 2.475 0l.033.033 1.312-1.635V6.85Zm-5.954 8.44-.716 1.884 1.886-.718 2.807-2.807-1.146-1.146-2.83 2.787Zm3.547-5.777a.25.25 0 0 0-.353 0l-.439.439a.25.25 0 0 0 0 .353l3.409 3.41a.25.25 0 0 0 .353 0l.438-.439a.25.25 0 0 0 0-.353l-3.408-3.41Zm5.34-2.093c-.431-.332-1.226-.3-1.765.369l-1.415 1.763 1.197 1.197 1.764-1.414.002-.001c.7-.558.7-1.43.297-1.843l-.08-.071Z" }));
|
|
36
36
|
Pipette.displayName = "Pipette";
|
|
37
37
|
var Pipette_default = Pipette;
|
|
@@ -32,6 +32,6 @@ __export(TextHighlightColor_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(TextHighlightColor_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
|
-
const TextHighlightColor = ({ 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: "
|
|
35
|
+
const TextHighlightColor = ({ 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: "M13.75 15.778 16.25 10l2.5 5.778L16.25 18l-2.5-2.222Z", className: "Color" }), /* @__PURE__ */ React.createElement("path", { d: "M16 4.825a2 2 0 0 1 2 2v4.637l.053.108c.569 1.2 1.197 2.827 1.197 4.255 0 1.654-1.346 3-3 3a2.99 2.99 0 0 1-2.23-1H7a2 2 0 0 1-2-2v-9a2 2 0 0 1 2-2h9Zm.248 6.503a20.4 20.4 0 0 0-.445.881c-.556 1.174-1.053 2.545-1.053 3.616 0 .826.674 1.5 1.5 1.5s1.5-.674 1.5-1.5c0-1.071-.497-2.44-1.053-3.612a20.178 20.178 0 0 0-.449-.885ZM11.5 6.075a.75.75 0 0 0-.653.382l-.05.105-3 8a.75.75 0 0 0 1.405.527l.661-1.764h3.274l.33.885c.19-.77.48-1.534.777-2.202l-2.042-5.446a.75.75 0 0 0-.702-.487Zm1.074 5.75h-2.148L11.5 8.961l1.074 2.864Z", className: "Text" }));
|
|
36
36
|
TextHighlightColor.displayName = "TextHighlightColor";
|
|
37
37
|
var TextHighlightColor_default = TextHighlightColor;
|
|
@@ -32,6 +32,6 @@ __export(TextHighlightColorSmall_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(TextHighlightColorSmall_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
|
-
const TextHighlightColorSmall = ({ 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: "
|
|
35
|
+
const TextHighlightColorSmall = ({ 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: "m10.5 13.806 2-5 2 5-2 1.5-2-1.5Z", className: "Color" }), /* @__PURE__ */ React.createElement("path", { d: "M11.5 3.52a1.5 1.5 0 0 1 1.5 1.5v3.192a.754.754 0 0 1 .117.133h.001l.002.004.005.006.017.026.06.09c.051.079.124.192.21.332.172.279.402.672.632 1.126.444.874.956 2.102.956 3.202 0 1.369-1.163 2.39-2.5 2.39-1.208 0-2.266-.841-2.464-2H4.5a1.5 1.5 0 0 1-1.5-1.5v-7A1.5 1.5 0 0 1 4.5 3.52h7Zm.794 7.09c-.432.853-.794 1.806-.794 2.52 0 .444.4.89 1 .89.602 0 1-.44 1-.89 0-.719-.363-1.673-.794-2.523-.068-.134-.14-.261-.206-.382-.067.122-.138.25-.206.385ZM8 4.77a.75.75 0 0 0-.692.462l-2.5 6a.75.75 0 0 0 1.384.577l.537-1.288h2.542l.537 1.288a.746.746 0 0 0 .306.352c.146-.666.411-1.33.677-1.891L8.692 5.232A.75.75 0 0 0 8 4.771Zm.646 4.25H7.354L8 7.47l.646 1.55Z", className: "Text" }));
|
|
36
36
|
TextHighlightColorSmall.displayName = "TextHighlightColorSmall";
|
|
37
37
|
var TextHighlightColorSmall_default = TextHighlightColorSmall;
|
|
@@ -32,6 +32,6 @@ __export(TextStrokeColor_exports, {
|
|
|
32
32
|
});
|
|
33
33
|
module.exports = __toCommonJS(TextStrokeColor_exports);
|
|
34
34
|
var React = __toESM(require("react"));
|
|
35
|
-
const TextStrokeColor = ({ size, ...props }) => /* @__PURE__ */ React.createElement("svg", { viewBox: "0 0
|
|
35
|
+
const TextStrokeColor = ({ 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: "m13 16 2.5-6.5L18 16l-2.5 2.5L13 16Z", className: "Color" }), /* @__PURE__ */ React.createElement("path", { d: "M14.87 8.35c.28-.43.99-.43 1.26 0 .03.04 2.87 5 2.87 7.16 0 1.93-1.57 3.49-3.5 3.49S12 17.43 12 15.51c0-2.16 2.839-7.118 2.87-7.16Zm.63 1.97c-.89 1.72-2 4.14-2 5.18 0 1.1.9 1.99 2 1.99s2-.9 2-1.99c0-1.04-1.11-3.46-2-5.18ZM10 4.65c.91 0 1.72.52 2.07 1.32l1.12 2.61c-.26.5-.57 1.12-.87 1.77l-1.63-3.78c-.12-.27-.4-.41-.69-.41-.29 0-.57.14-.69.41l-3.12 7.25a.747.747 0 0 0 .69 1.05c.29 0 .57-.17.69-.45l.96-2.22h2.96l.028.074c-.18.499-.329.988-.418 1.416H9.51L8.94 15a2.25 2.25 0 0 1-2.07 1.36c-.31 0-.6-.06-.89-.18a2.258 2.258 0 0 1-1.18-2.96l3.13-7.25c.35-.8 1.16-1.32 2.07-1.32Zm1.52 7.63-.002-.006.002-.004v.01Zm-.69-1.58H9.17L10 8.77l.83 1.93Z", className: "Union" }));
|
|
36
36
|
TextStrokeColor.displayName = "TextStrokeColor";
|
|
37
37
|
var TextStrokeColor_default = TextStrokeColor;
|
|
@@ -196,6 +196,8 @@ __export(dist_exports, {
|
|
|
196
196
|
CollapseKeyboardSmall: () => import_CollapseKeyboardSmall.default,
|
|
197
197
|
Collections: () => import_Collections.default,
|
|
198
198
|
CollectionsSmall: () => import_CollectionsSmall.default,
|
|
199
|
+
CollectionsSparkles: () => import_CollectionsSparkles.default,
|
|
200
|
+
CollectionsSparklesSmall: () => import_CollectionsSparklesSmall.default,
|
|
199
201
|
ColorBucket: () => import_ColorBucket.default,
|
|
200
202
|
ColorBucketSmall: () => import_ColorBucketSmall.default,
|
|
201
203
|
ColorDrop: () => import_ColorDrop.default,
|
|
@@ -1082,6 +1084,8 @@ var import_CollapseKeyboard = __toESM(require("./components/CollapseKeyboard"));
|
|
|
1082
1084
|
var import_CollapseKeyboardSmall = __toESM(require("./components/CollapseKeyboardSmall"));
|
|
1083
1085
|
var import_Collections = __toESM(require("./components/Collections"));
|
|
1084
1086
|
var import_CollectionsSmall = __toESM(require("./components/CollectionsSmall"));
|
|
1087
|
+
var import_CollectionsSparkles = __toESM(require("./components/CollectionsSparkles"));
|
|
1088
|
+
var import_CollectionsSparklesSmall = __toESM(require("./components/CollectionsSparklesSmall"));
|
|
1085
1089
|
var import_ColorBucket = __toESM(require("./components/ColorBucket"));
|
|
1086
1090
|
var import_ColorBucketSmall = __toESM(require("./components/ColorBucketSmall"));
|
|
1087
1091
|
var import_ColorDrop = __toESM(require("./components/ColorDrop"));
|
|
@@ -1968,6 +1972,8 @@ var import_ZoomOutSmall = __toESM(require("./components/ZoomOutSmall"));
|
|
|
1968
1972
|
CollapseKeyboardSmall,
|
|
1969
1973
|
Collections,
|
|
1970
1974
|
CollectionsSmall,
|
|
1975
|
+
CollectionsSparkles,
|
|
1976
|
+
CollectionsSparklesSmall,
|
|
1971
1977
|
ColorBucket,
|
|
1972
1978
|
ColorBucketSmall,
|
|
1973
1979
|
ColorDrop,
|
|
@@ -498,6 +498,13 @@ const generalIconsMetadata = [
|
|
|
498
498
|
tags: [],
|
|
499
499
|
sizes: { "18": "CollectionsSmall", "24": "Collections" }
|
|
500
500
|
},
|
|
501
|
+
{
|
|
502
|
+
title: "CollectionsSparkles",
|
|
503
|
+
category: "General",
|
|
504
|
+
description: "Button - opens collections with sparkles (AI)",
|
|
505
|
+
tags: ["AI", "Collections", "Sparkles"],
|
|
506
|
+
sizes: { "18": "CollectionsSparklesSmall", "24": "CollectionsSparkles" }
|
|
507
|
+
},
|
|
501
508
|
{
|
|
502
509
|
title: "CornerRadius",
|
|
503
510
|
category: "Adjustments and effects",
|
|
@@ -11,14 +11,7 @@ function EmptyState({
|
|
|
11
11
|
width,
|
|
12
12
|
height
|
|
13
13
|
});
|
|
14
|
-
return /* @__PURE__ */ React.createElement(
|
|
15
|
-
"svg",
|
|
16
|
-
{
|
|
17
|
-
viewBox,
|
|
18
|
-
...dimensions,
|
|
19
|
-
...restProps
|
|
20
|
-
}
|
|
21
|
-
);
|
|
14
|
+
return /* @__PURE__ */ React.createElement("svg", { viewBox, ...dimensions, ...restProps });
|
|
22
15
|
}
|
|
23
16
|
export {
|
|
24
17
|
EmptyState
|
package/dist/esm/core/icon.js
CHANGED
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const EmailSent = ({ 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: "M21.146 14.146a.5.5 0 0 1 .765.638l-.058.07-4.353 4.353-2.354-2.354a.5.5 0 0 1 .638-.764l.07.058 1.646 1.646 3.646-3.646Zm-2.159-8.15c.552 0 1 .446 1 .998v3.997h-1V7.652l-6.02 5.16a1.5 1.5 0 0 1-1.951 0l-6.02-5.16v9.334H12v1H4.995a1 1 0 0 1-.999-1V6.994a1 1 0 0 1 1-.999h13.991Zm-7.321 6.057a.5.5 0 0 0 .65 0l5.904-5.059H5.764l5.902 5.059Z" }));
|
|
3
|
+
EmailSent.displayName = "EmailSent";
|
|
4
|
+
var EmailSent_default = EmailSent;
|
|
5
|
+
export {
|
|
6
|
+
EmailSent_default as default
|
|
7
|
+
};
|
|
@@ -0,0 +1,7 @@
|
|
|
1
|
+
import * as React from "react";
|
|
2
|
+
const EmailSentSmall = ({ 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: "M16.16 11.15c.2-.2.49-.2.69 0 .2.2.2.51 0 .71l-3.35 3.346-1.35-1.349c-.2-.2-.2-.509 0-.709.2-.2.51-.2.71 0l.65.65 2.65-2.649ZM14 5a1 1 0 0 1 1 1v4h-1V7.555l-4.367 3.573a1 1 0 0 1-1.266 0L4 7.555V13h6v1H4a1 1 0 0 1-1-1V6a1 1 0 0 1 1-1h10ZM3.997 6.474 9 10.354l5.014-3.896V6H3.997v.474Z" }));
|
|
3
|
+
EmailSentSmall.displayName = "EmailSentSmall";
|
|
4
|
+
var EmailSentSmall_default = EmailSentSmall;
|
|
5
|
+
export {
|
|
6
|
+
EmailSentSmall_default as default
|
|
7
|
+
};
|