@synerise/ds-icon 1.6.1 → 1.6.2
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/CHANGELOG.md +8 -0
- package/dist/cjs/Icon.styles.d.ts +4 -4
- package/dist/cjs/icons/L/index.d.ts +19 -19
- package/dist/cjs/icons/L/index.js +40 -40
- package/dist/cjs/icons/XL/index.d.ts +29 -29
- package/dist/cjs/icons/XL/index.js +60 -60
- package/dist/cjs/icons/additional/index.d.ts +21 -21
- package/dist/cjs/icons/additional/index.js +44 -44
- package/dist/cjs/icons/colorIcons/index.d.ts +5 -5
- package/dist/cjs/icons/colorIcons/index.js +11 -11
- package/dist/cjs/icons/index.d.ts +125 -125
- package/dist/cjs/icons/index.js +268 -268
- package/dist/esm/Icon.styles.d.ts +4 -4
- package/dist/esm/icons/L/index.d.ts +19 -19
- package/dist/esm/icons/L/index.js +19 -19
- package/dist/esm/icons/XL/index.d.ts +29 -29
- package/dist/esm/icons/XL/index.js +29 -29
- package/dist/esm/icons/additional/index.d.ts +21 -21
- package/dist/esm/icons/additional/index.js +21 -21
- package/dist/esm/icons/colorIcons/index.d.ts +5 -5
- package/dist/esm/icons/colorIcons/index.js +5 -5
- package/dist/esm/icons/index.d.ts +125 -125
- package/dist/esm/icons/index.js +125 -125
- package/package.json +3 -3
|
@@ -1,14 +1,14 @@
|
|
|
1
|
+
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
1
2
|
export { default as UserColor } from './UserColor';
|
|
2
3
|
export { default as ShopingBagColor } from './ShopingBagColor';
|
|
3
|
-
export { default as VisualSimilarityColor } from './VisualSimilarityColor';
|
|
4
4
|
export { default as ScoreColor } from './ScoreColor';
|
|
5
|
-
export { default as ProductsSimilarColor } from './ProductsSimilarColor';
|
|
6
|
-
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
7
5
|
export { default as QueryDetailsColor } from './QueryDetailsColor';
|
|
6
|
+
export { default as ProductsSimilarColor } from './ProductsSimilarColor';
|
|
8
7
|
export { default as ProductLastSeenColor } from './ProductLastSeenColor';
|
|
8
|
+
export { default as ProductBundleColor } from './ProductBundleColor';
|
|
9
9
|
export { default as PredefinedColor } from './PredefinedColor';
|
|
10
10
|
export { default as IntegrationColor } from './IntegrationColor';
|
|
11
|
-
export { default as FormulaColor } from './FormulaColor';
|
|
12
11
|
export { default as FunnelColor } from './FunnelColor';
|
|
13
|
-
export { default as
|
|
12
|
+
export { default as FormulaColor } from './FormulaColor';
|
|
14
13
|
export { default as CreatingFromScratchColor } from './CreatingFromScratchColor';
|
|
14
|
+
export { default as ABtestColor } from './ABtestColor';
|
|
@@ -1,31 +1,31 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
3
|
+
exports.ABtestColor = exports.CreatingFromScratchColor = exports.FormulaColor = exports.FunnelColor = exports.IntegrationColor = exports.PredefinedColor = exports.ProductBundleColor = exports.ProductLastSeenColor = exports.ProductsSimilarColor = exports.QueryDetailsColor = exports.ScoreColor = exports.ShopingBagColor = exports.UserColor = exports.VisualSimilarityColor = void 0;
|
|
4
|
+
var VisualSimilarityColor_1 = require("./VisualSimilarityColor");
|
|
5
|
+
Object.defineProperty(exports, "VisualSimilarityColor", { enumerable: true, get: function () { return VisualSimilarityColor_1.default; } });
|
|
4
6
|
var UserColor_1 = require("./UserColor");
|
|
5
7
|
Object.defineProperty(exports, "UserColor", { enumerable: true, get: function () { return UserColor_1.default; } });
|
|
6
8
|
var ShopingBagColor_1 = require("./ShopingBagColor");
|
|
7
9
|
Object.defineProperty(exports, "ShopingBagColor", { enumerable: true, get: function () { return ShopingBagColor_1.default; } });
|
|
8
|
-
var VisualSimilarityColor_1 = require("./VisualSimilarityColor");
|
|
9
|
-
Object.defineProperty(exports, "VisualSimilarityColor", { enumerable: true, get: function () { return VisualSimilarityColor_1.default; } });
|
|
10
10
|
var ScoreColor_1 = require("./ScoreColor");
|
|
11
11
|
Object.defineProperty(exports, "ScoreColor", { enumerable: true, get: function () { return ScoreColor_1.default; } });
|
|
12
|
-
var ProductsSimilarColor_1 = require("./ProductsSimilarColor");
|
|
13
|
-
Object.defineProperty(exports, "ProductsSimilarColor", { enumerable: true, get: function () { return ProductsSimilarColor_1.default; } });
|
|
14
|
-
var ProductBundleColor_1 = require("./ProductBundleColor");
|
|
15
|
-
Object.defineProperty(exports, "ProductBundleColor", { enumerable: true, get: function () { return ProductBundleColor_1.default; } });
|
|
16
12
|
var QueryDetailsColor_1 = require("./QueryDetailsColor");
|
|
17
13
|
Object.defineProperty(exports, "QueryDetailsColor", { enumerable: true, get: function () { return QueryDetailsColor_1.default; } });
|
|
14
|
+
var ProductsSimilarColor_1 = require("./ProductsSimilarColor");
|
|
15
|
+
Object.defineProperty(exports, "ProductsSimilarColor", { enumerable: true, get: function () { return ProductsSimilarColor_1.default; } });
|
|
18
16
|
var ProductLastSeenColor_1 = require("./ProductLastSeenColor");
|
|
19
17
|
Object.defineProperty(exports, "ProductLastSeenColor", { enumerable: true, get: function () { return ProductLastSeenColor_1.default; } });
|
|
18
|
+
var ProductBundleColor_1 = require("./ProductBundleColor");
|
|
19
|
+
Object.defineProperty(exports, "ProductBundleColor", { enumerable: true, get: function () { return ProductBundleColor_1.default; } });
|
|
20
20
|
var PredefinedColor_1 = require("./PredefinedColor");
|
|
21
21
|
Object.defineProperty(exports, "PredefinedColor", { enumerable: true, get: function () { return PredefinedColor_1.default; } });
|
|
22
22
|
var IntegrationColor_1 = require("./IntegrationColor");
|
|
23
23
|
Object.defineProperty(exports, "IntegrationColor", { enumerable: true, get: function () { return IntegrationColor_1.default; } });
|
|
24
|
-
var FormulaColor_1 = require("./FormulaColor");
|
|
25
|
-
Object.defineProperty(exports, "FormulaColor", { enumerable: true, get: function () { return FormulaColor_1.default; } });
|
|
26
24
|
var FunnelColor_1 = require("./FunnelColor");
|
|
27
25
|
Object.defineProperty(exports, "FunnelColor", { enumerable: true, get: function () { return FunnelColor_1.default; } });
|
|
28
|
-
var
|
|
29
|
-
Object.defineProperty(exports, "
|
|
26
|
+
var FormulaColor_1 = require("./FormulaColor");
|
|
27
|
+
Object.defineProperty(exports, "FormulaColor", { enumerable: true, get: function () { return FormulaColor_1.default; } });
|
|
30
28
|
var CreatingFromScratchColor_1 = require("./CreatingFromScratchColor");
|
|
31
29
|
Object.defineProperty(exports, "CreatingFromScratchColor", { enumerable: true, get: function () { return CreatingFromScratchColor_1.default; } });
|
|
30
|
+
var ABtestColor_1 = require("./ABtestColor");
|
|
31
|
+
Object.defineProperty(exports, "ABtestColor", { enumerable: true, get: function () { return ABtestColor_1.default; } });
|