@synerise/ds-icon 1.6.1 → 1.7.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/CHANGELOG.md +24 -0
- package/dist/cjs/Icon.styles.d.ts +4 -4
- package/dist/cjs/icons/GlobeClockM.d.ts +3 -0
- package/dist/cjs/icons/GlobeClockM.js +12 -0
- package/dist/cjs/icons/L/index.d.ts +25 -25
- package/dist/cjs/icons/L/index.js +52 -52
- package/dist/cjs/icons/XL/index.d.ts +32 -32
- package/dist/cjs/icons/XL/index.js +66 -66
- package/dist/cjs/icons/additional/IconBlueSankeyAfter.d.ts +3 -0
- package/dist/cjs/icons/additional/IconBlueSankeyAfter.js +20 -0
- package/dist/cjs/icons/additional/IconBlueSankeyBefore.d.ts +3 -0
- package/dist/cjs/icons/additional/IconBlueSankeyBefore.js +17 -0
- package/dist/cjs/icons/additional/index.d.ts +27 -25
- package/dist/cjs/icons/additional/index.js +56 -52
- package/dist/cjs/icons/colorIcons/index.d.ts +4 -4
- package/dist/cjs/icons/colorIcons/index.js +9 -9
- package/dist/cjs/icons/index.d.ts +199 -198
- package/dist/cjs/icons/index.js +416 -414
- package/dist/esm/Icon.styles.d.ts +4 -4
- package/dist/esm/icons/GlobeClockM.d.ts +3 -0
- package/dist/esm/icons/GlobeClockM.js +10 -0
- package/dist/esm/icons/L/index.d.ts +25 -25
- package/dist/esm/icons/L/index.js +25 -25
- package/dist/esm/icons/XL/index.d.ts +32 -32
- package/dist/esm/icons/XL/index.js +32 -32
- package/dist/esm/icons/additional/IconBlueSankeyAfter.d.ts +3 -0
- package/dist/esm/icons/additional/IconBlueSankeyAfter.js +18 -0
- package/dist/esm/icons/additional/IconBlueSankeyBefore.d.ts +3 -0
- package/dist/esm/icons/additional/IconBlueSankeyBefore.js +15 -0
- package/dist/esm/icons/additional/index.d.ts +27 -25
- package/dist/esm/icons/additional/index.js +27 -25
- package/dist/esm/icons/colorIcons/index.d.ts +4 -4
- package/dist/esm/icons/colorIcons/index.js +4 -4
- package/dist/esm/icons/index.d.ts +199 -198
- package/dist/esm/icons/index.js +199 -198
- package/package.json +3 -3
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,30 @@
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
See [Conventional Commits](https://conventionalcommits.org) for commit guidelines.
|
|
5
5
|
|
|
6
|
+
# [1.7.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.6.2...@synerise/ds-icon@1.7.0) (2025-08-14)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Bug Fixes
|
|
10
|
+
|
|
11
|
+
* **icon:** add new icons ([3a68839](https://github.com/Synerise/synerise-design/commit/3a688395eff0fe0c5c4e163a7882be53411341da))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
### Features
|
|
15
|
+
|
|
16
|
+
* add globe-clock icon SVG ([8f30904](https://github.com/Synerise/synerise-design/commit/8f30904f076b51c7c7d4ce96c92ef4a24af0aca0))
|
|
17
|
+
|
|
18
|
+
|
|
19
|
+
|
|
20
|
+
|
|
21
|
+
|
|
22
|
+
## [1.6.2](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.6.1...@synerise/ds-icon@1.6.2) (2025-07-24)
|
|
23
|
+
|
|
24
|
+
**Note:** Version bump only for package @synerise/ds-icon
|
|
25
|
+
|
|
26
|
+
|
|
27
|
+
|
|
28
|
+
|
|
29
|
+
|
|
6
30
|
## [1.6.1](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@1.6.0...@synerise/ds-icon@1.6.1) (2025-07-17)
|
|
7
31
|
|
|
8
32
|
**Note:** Version bump only for package @synerise/ds-icon
|
|
@@ -2,8 +2,8 @@ import type { MouseEventHandler } from 'react';
|
|
|
2
2
|
export declare const defaultSize = 24;
|
|
3
3
|
export declare const DEFAULT_COLOR_TOKEN = "grey-800";
|
|
4
4
|
export declare const IconContainer: import("styled-components").StyledComponent<"div", any, {
|
|
5
|
-
size?: string | number
|
|
6
|
-
color?: string
|
|
7
|
-
stroke?: boolean
|
|
8
|
-
onClick?: MouseEventHandler
|
|
5
|
+
size?: string | number;
|
|
6
|
+
color?: string;
|
|
7
|
+
stroke?: boolean;
|
|
8
|
+
onClick?: MouseEventHandler;
|
|
9
9
|
}, never>;
|
|
@@ -0,0 +1,12 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const react_1 = require("react");
|
|
4
|
+
const GlobeClockM = (props) => react_1.default.createElement("svg", Object.assign({ viewBox: "0 0 24 24", fill: "none", xmlns: "http://www.w3.org/2000/svg", "data-testid": "ds-icon-globe-clock-m", className: "globe-clock-m ds-icon-set-medium" }, props),
|
|
5
|
+
react_1.default.createElement("path", { d: "M11.5796 19.1592C7.39312 19.1592 4 15.766 4 11.5796C4 7.39312 7.39312 4 11.5796 4C15.766 4 19.1592 7.39312 19.1592 11.5796", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
6
|
+
react_1.default.createElement("path", { d: "M4.43359 9.04999H18.6722", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
7
|
+
react_1.default.createElement("path", { d: "M4.43359 14.1047H11.5803", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
8
|
+
react_1.default.createElement("path", { d: "M14.9479 11.5794C14.9479 9.25159 14.339 6.92382 13.1229 4.8925C12.4096 3.7025 10.7488 3.7025 10.0364 4.8925C7.60247 8.95599 7.60247 14.2036 10.0364 18.2671C10.3926 18.8617 10.9863 19.1598 11.5801 19.1598", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
9
|
+
react_1.default.createElement("path", { d: "M16.8418 19.9999C15.0976 19.9999 13.6836 18.5859 13.6836 16.8418C13.6836 15.0976 15.0976 13.6836 16.8418 13.6836C18.5867 13.6836 19.9999 15.0976 19.9999 16.8418C19.9999 18.5859 18.5867 19.9999 16.8418 19.9999", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
10
|
+
react_1.default.createElement("path", { d: "M16.6309 16.6289L17.4727 17.4707", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }),
|
|
11
|
+
react_1.default.createElement("path", { d: "M17.1387 15.7891L16.6312 16.6309", stroke: "currentColor", strokeLinecap: "round", strokeLinejoin: "round" }));
|
|
12
|
+
exports.default = GlobeClockM;
|
|
@@ -1,33 +1,34 @@
|
|
|
1
|
-
export { default as VideoL } from './VideoL';
|
|
2
1
|
export { default as WarningL } from './WarningL';
|
|
2
|
+
export { default as VideoL } from './VideoL';
|
|
3
|
+
export { default as TooltipL } from './TooltipL';
|
|
3
4
|
export { default as TimeL } from './TimeL';
|
|
4
|
-
export { default as TextL } from './TextL';
|
|
5
5
|
export { default as TextareaL } from './TextareaL';
|
|
6
|
-
export { default as
|
|
7
|
-
export { default as StackedL } from './StackedL';
|
|
6
|
+
export { default as TextL } from './TextL';
|
|
8
7
|
export { default as TableL } from './TableL';
|
|
9
|
-
export { default as SliderL } from './SliderL';
|
|
10
8
|
export { default as SpinnerL } from './SpinnerL';
|
|
9
|
+
export { default as StackedL } from './StackedL';
|
|
10
|
+
export { default as SliderL } from './SliderL';
|
|
11
11
|
export { default as ShowL } from './ShowL';
|
|
12
12
|
export { default as SelectL } from './SelectL';
|
|
13
13
|
export { default as Section37L } from './Section37L';
|
|
14
|
-
export { default as
|
|
14
|
+
export { default as SectionL } from './SectionL';
|
|
15
15
|
export { default as Section12L } from './Section12L';
|
|
16
|
+
export { default as Section13L } from './Section13L';
|
|
16
17
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
17
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
18
|
-
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
19
18
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
19
|
+
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
20
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
20
21
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
21
22
|
export { default as RadioL } from './RadioL';
|
|
22
|
-
export { default as PieL } from './PieL';
|
|
23
23
|
export { default as QuoteL } from './QuoteL';
|
|
24
|
+
export { default as PieL } from './PieL';
|
|
24
25
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
25
26
|
export { default as NoData } from './NoData';
|
|
26
|
-
export { default as MultilineL } from './MultilineL';
|
|
27
27
|
export { default as NavbarL } from './NavbarL';
|
|
28
|
+
export { default as MultilineL } from './MultilineL';
|
|
28
29
|
export { default as MobileUrlL } from './MobileUrlL';
|
|
29
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
30
30
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
31
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
31
32
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
32
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
33
34
|
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
@@ -35,36 +36,35 @@ export { default as MobileClickL } from './MobileClickL';
|
|
|
35
36
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
36
37
|
export { default as LocationL } from './LocationL';
|
|
37
38
|
export { default as LinkL } from './LinkL';
|
|
38
|
-
export { default as LandingPageL } from './LandingPageL';
|
|
39
39
|
export { default as LineL } from './LineL';
|
|
40
|
+
export { default as LandingPageL } from './LandingPageL';
|
|
40
41
|
export { default as LabelL } from './LabelL';
|
|
41
42
|
export { default as InputL } from './InputL';
|
|
42
|
-
export { default as InfoL } from './InfoL';
|
|
43
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
44
43
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
45
|
-
export { default as
|
|
44
|
+
export { default as InfoL } from './InfoL';
|
|
45
|
+
export { default as ImageL } from './ImageL';
|
|
46
46
|
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
47
47
|
export { default as HideL } from './HideL';
|
|
48
|
+
export { default as FormL } from './FormL';
|
|
48
49
|
export { default as HashL } from './HashL';
|
|
49
|
-
export { default as ImageL } from './ImageL';
|
|
50
|
-
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
51
50
|
export { default as FormGroupL } from './FormGroupL';
|
|
52
|
-
export { default as FormL } from './FormL';
|
|
53
51
|
export { default as FormEditL } from './FormEditL';
|
|
54
52
|
export { default as FolderPredefinedL } from './FolderPredefinedL';
|
|
53
|
+
export { default as FolderL } from './FolderL';
|
|
55
54
|
export { default as FolderPlainL } from './FolderPlainL';
|
|
56
55
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
57
|
-
export { default as FolderL } from './FolderL';
|
|
58
|
-
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
59
56
|
export { default as DividerL } from './DividerL';
|
|
60
|
-
export { default as
|
|
57
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
61
58
|
export { default as CountdownL } from './CountdownL';
|
|
62
|
-
export { default as
|
|
59
|
+
export { default as ComboL } from './ComboL';
|
|
60
|
+
export { default as ColumnL } from './ColumnL';
|
|
63
61
|
export { default as CloseL } from './CloseL';
|
|
62
|
+
export { default as CheckboxL } from './CheckboxL';
|
|
63
|
+
export { default as ImageUrlL } from './ImageUrlL';
|
|
64
64
|
export { default as CheckL } from './CheckL';
|
|
65
65
|
export { default as ButtonL } from './ButtonL';
|
|
66
|
-
export { default as BrowserL } from './BrowserL';
|
|
67
66
|
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
68
|
-
export { default as ComboL } from './ComboL';
|
|
69
67
|
export { default as AddL } from './AddL';
|
|
70
|
-
export { default as
|
|
68
|
+
export { default as BrowserL } from './BrowserL';
|
|
69
|
+
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
70
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
@@ -1,67 +1,69 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
-
exports.
|
|
4
|
-
exports.
|
|
5
|
-
var VideoL_1 = require("./VideoL");
|
|
6
|
-
Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
|
|
3
|
+
exports.FormGroupL = exports.HashL = exports.FormL = exports.HideL = exports.ImageLandscapeL = exports.ImageL = exports.InfoL = exports.InformationNoSearchResultL = exports.InputL = exports.LabelL = exports.LandingPageL = exports.LineL = exports.LinkL = exports.LocationL = exports.MobileBlockL = exports.MobileClickL = exports.MobileLayout1L = exports.MobileLayout2L = exports.MobileLayout3L = exports.MobileLayout4L = exports.MobileLinkL = exports.MobileUrlL = exports.MultilineL = exports.NavbarL = exports.NoData = exports.NoPermissionL = exports.PieL = exports.QuoteL = exports.RadioL = exports.RelationManyManyL = exports.RelationOneOneL = exports.RelationOneManyL = exports.RelationManyOneL = exports.SearchNoResultsL = exports.Section13L = exports.Section12L = exports.SectionL = exports.Section37L = exports.SelectL = exports.ShowL = exports.SliderL = exports.StackedL = exports.SpinnerL = exports.TableL = exports.TextL = exports.TextareaL = exports.TimeL = exports.TooltipL = exports.VideoL = exports.WarningL = void 0;
|
|
4
|
+
exports.InboxNoResultsL = exports.ImagePotraitL = exports.BrowserL = exports.AddL = exports.ButtonSubmitL = exports.ButtonL = exports.CheckL = exports.ImageUrlL = exports.CheckboxL = exports.CloseL = exports.ColumnL = exports.ComboL = exports.CountdownL = exports.FileTypePictureL = exports.DividerL = exports.FolderFavouriteFlatL = exports.FolderPlainL = exports.FolderL = exports.FolderPredefinedL = exports.FormEditL = void 0;
|
|
7
5
|
var WarningL_1 = require("./WarningL");
|
|
8
6
|
Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
|
|
7
|
+
var VideoL_1 = require("./VideoL");
|
|
8
|
+
Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
|
|
9
|
+
var TooltipL_1 = require("./TooltipL");
|
|
10
|
+
Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
|
|
9
11
|
var TimeL_1 = require("./TimeL");
|
|
10
12
|
Object.defineProperty(exports, "TimeL", { enumerable: true, get: function () { return TimeL_1.default; } });
|
|
11
|
-
var TextL_1 = require("./TextL");
|
|
12
|
-
Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
|
|
13
13
|
var TextareaL_1 = require("./TextareaL");
|
|
14
14
|
Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
|
|
15
|
-
var
|
|
16
|
-
Object.defineProperty(exports, "
|
|
17
|
-
var StackedL_1 = require("./StackedL");
|
|
18
|
-
Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
|
|
15
|
+
var TextL_1 = require("./TextL");
|
|
16
|
+
Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
|
|
19
17
|
var TableL_1 = require("./TableL");
|
|
20
18
|
Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
|
|
21
|
-
var SliderL_1 = require("./SliderL");
|
|
22
|
-
Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
|
|
23
19
|
var SpinnerL_1 = require("./SpinnerL");
|
|
24
20
|
Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
|
|
21
|
+
var StackedL_1 = require("./StackedL");
|
|
22
|
+
Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
|
|
23
|
+
var SliderL_1 = require("./SliderL");
|
|
24
|
+
Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
|
|
25
25
|
var ShowL_1 = require("./ShowL");
|
|
26
26
|
Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
|
|
27
27
|
var SelectL_1 = require("./SelectL");
|
|
28
28
|
Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
|
|
29
29
|
var Section37L_1 = require("./Section37L");
|
|
30
30
|
Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
|
|
31
|
-
var
|
|
32
|
-
Object.defineProperty(exports, "
|
|
31
|
+
var SectionL_1 = require("./SectionL");
|
|
32
|
+
Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
|
|
33
33
|
var Section12L_1 = require("./Section12L");
|
|
34
34
|
Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
|
|
35
|
+
var Section13L_1 = require("./Section13L");
|
|
36
|
+
Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
|
|
35
37
|
var SearchNoResultsL_1 = require("./SearchNoResultsL");
|
|
36
38
|
Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
|
|
37
|
-
var RelationOneOneL_1 = require("./RelationOneOneL");
|
|
38
|
-
Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
|
|
39
|
-
var RelationOneManyL_1 = require("./RelationOneManyL");
|
|
40
|
-
Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
|
|
41
39
|
var RelationManyOneL_1 = require("./RelationManyOneL");
|
|
42
40
|
Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
|
|
41
|
+
var RelationOneManyL_1 = require("./RelationOneManyL");
|
|
42
|
+
Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
|
|
43
|
+
var RelationOneOneL_1 = require("./RelationOneOneL");
|
|
44
|
+
Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
|
|
43
45
|
var RelationManyManyL_1 = require("./RelationManyManyL");
|
|
44
46
|
Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
|
|
45
47
|
var RadioL_1 = require("./RadioL");
|
|
46
48
|
Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
|
|
47
|
-
var PieL_1 = require("./PieL");
|
|
48
|
-
Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
|
|
49
49
|
var QuoteL_1 = require("./QuoteL");
|
|
50
50
|
Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
|
|
51
|
+
var PieL_1 = require("./PieL");
|
|
52
|
+
Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
|
|
51
53
|
var NoPermissionL_1 = require("./NoPermissionL");
|
|
52
54
|
Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
|
|
53
55
|
var NoData_1 = require("./NoData");
|
|
54
56
|
Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
|
|
55
|
-
var MultilineL_1 = require("./MultilineL");
|
|
56
|
-
Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
|
|
57
57
|
var NavbarL_1 = require("./NavbarL");
|
|
58
58
|
Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
|
|
59
|
+
var MultilineL_1 = require("./MultilineL");
|
|
60
|
+
Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
|
|
59
61
|
var MobileUrlL_1 = require("./MobileUrlL");
|
|
60
62
|
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
61
|
-
var MobileLayout4L_1 = require("./MobileLayout4L");
|
|
62
|
-
Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
|
|
63
63
|
var MobileLinkL_1 = require("./MobileLinkL");
|
|
64
64
|
Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
|
|
65
|
+
var MobileLayout4L_1 = require("./MobileLayout4L");
|
|
66
|
+
Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
|
|
65
67
|
var MobileLayout3L_1 = require("./MobileLayout3L");
|
|
66
68
|
Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
|
|
67
69
|
var MobileLayout2L_1 = require("./MobileLayout2L");
|
|
@@ -76,69 +78,67 @@ var LocationL_1 = require("./LocationL");
|
|
|
76
78
|
Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
|
|
77
79
|
var LinkL_1 = require("./LinkL");
|
|
78
80
|
Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
|
|
79
|
-
var LandingPageL_1 = require("./LandingPageL");
|
|
80
|
-
Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_1.default; } });
|
|
81
81
|
var LineL_1 = require("./LineL");
|
|
82
82
|
Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
|
|
83
|
+
var LandingPageL_1 = require("./LandingPageL");
|
|
84
|
+
Object.defineProperty(exports, "LandingPageL", { enumerable: true, get: function () { return LandingPageL_1.default; } });
|
|
83
85
|
var LabelL_1 = require("./LabelL");
|
|
84
86
|
Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
|
|
85
87
|
var InputL_1 = require("./InputL");
|
|
86
88
|
Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
|
|
87
|
-
var InfoL_1 = require("./InfoL");
|
|
88
|
-
Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
|
|
89
|
-
var InboxNoResultsL_1 = require("./InboxNoResultsL");
|
|
90
|
-
Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
|
|
91
89
|
var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
|
|
92
90
|
Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
|
|
93
|
-
var
|
|
94
|
-
Object.defineProperty(exports, "
|
|
91
|
+
var InfoL_1 = require("./InfoL");
|
|
92
|
+
Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
|
|
93
|
+
var ImageL_1 = require("./ImageL");
|
|
94
|
+
Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
|
|
95
95
|
var ImageLandscapeL_1 = require("./ImageLandscapeL");
|
|
96
96
|
Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
|
|
97
97
|
var HideL_1 = require("./HideL");
|
|
98
98
|
Object.defineProperty(exports, "HideL", { enumerable: true, get: function () { return HideL_1.default; } });
|
|
99
|
+
var FormL_1 = require("./FormL");
|
|
100
|
+
Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
|
|
99
101
|
var HashL_1 = require("./HashL");
|
|
100
102
|
Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
|
|
101
|
-
var ImageL_1 = require("./ImageL");
|
|
102
|
-
Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
|
|
103
|
-
var ImagePotraitL_1 = require("./ImagePotraitL");
|
|
104
|
-
Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
|
|
105
103
|
var FormGroupL_1 = require("./FormGroupL");
|
|
106
104
|
Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
|
|
107
|
-
var FormL_1 = require("./FormL");
|
|
108
|
-
Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
|
|
109
105
|
var FormEditL_1 = require("./FormEditL");
|
|
110
106
|
Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
|
|
111
107
|
var FolderPredefinedL_1 = require("./FolderPredefinedL");
|
|
112
108
|
Object.defineProperty(exports, "FolderPredefinedL", { enumerable: true, get: function () { return FolderPredefinedL_1.default; } });
|
|
109
|
+
var FolderL_1 = require("./FolderL");
|
|
110
|
+
Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
|
|
113
111
|
var FolderPlainL_1 = require("./FolderPlainL");
|
|
114
112
|
Object.defineProperty(exports, "FolderPlainL", { enumerable: true, get: function () { return FolderPlainL_1.default; } });
|
|
115
113
|
var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
|
|
116
114
|
Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
|
|
117
|
-
var FolderL_1 = require("./FolderL");
|
|
118
|
-
Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
|
|
119
|
-
var FileTypePictureL_1 = require("./FileTypePictureL");
|
|
120
|
-
Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
|
|
121
115
|
var DividerL_1 = require("./DividerL");
|
|
122
116
|
Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
|
|
123
|
-
var
|
|
124
|
-
Object.defineProperty(exports, "
|
|
117
|
+
var FileTypePictureL_1 = require("./FileTypePictureL");
|
|
118
|
+
Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
|
|
125
119
|
var CountdownL_1 = require("./CountdownL");
|
|
126
120
|
Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
|
|
127
|
-
var
|
|
128
|
-
Object.defineProperty(exports, "
|
|
121
|
+
var ComboL_1 = require("./ComboL");
|
|
122
|
+
Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
|
|
123
|
+
var ColumnL_1 = require("./ColumnL");
|
|
124
|
+
Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
|
|
129
125
|
var CloseL_1 = require("./CloseL");
|
|
130
126
|
Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
|
|
127
|
+
var CheckboxL_1 = require("./CheckboxL");
|
|
128
|
+
Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
|
|
129
|
+
var ImageUrlL_1 = require("./ImageUrlL");
|
|
130
|
+
Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
|
|
131
131
|
var CheckL_1 = require("./CheckL");
|
|
132
132
|
Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
|
|
133
133
|
var ButtonL_1 = require("./ButtonL");
|
|
134
134
|
Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
|
|
135
|
-
var BrowserL_1 = require("./BrowserL");
|
|
136
|
-
Object.defineProperty(exports, "BrowserL", { enumerable: true, get: function () { return BrowserL_1.default; } });
|
|
137
135
|
var ButtonSubmitL_1 = require("./ButtonSubmitL");
|
|
138
136
|
Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
|
|
139
|
-
var ComboL_1 = require("./ComboL");
|
|
140
|
-
Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
|
|
141
137
|
var AddL_1 = require("./AddL");
|
|
142
138
|
Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
|
|
143
|
-
var
|
|
144
|
-
Object.defineProperty(exports, "
|
|
139
|
+
var BrowserL_1 = require("./BrowserL");
|
|
140
|
+
Object.defineProperty(exports, "BrowserL", { enumerable: true, get: function () { return BrowserL_1.default; } });
|
|
141
|
+
var ImagePotraitL_1 = require("./ImagePotraitL");
|
|
142
|
+
Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
|
|
143
|
+
var InboxNoResultsL_1 = require("./InboxNoResultsL");
|
|
144
|
+
Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
|
|
@@ -1,99 +1,99 @@
|
|
|
1
|
-
export { default as WeblayerXl } from './WeblayerXl';
|
|
2
1
|
export { default as WthStarsXl } from './WthStarsXl';
|
|
3
|
-
export { default as
|
|
4
|
-
export { default as WarningXl } from './WarningXl';
|
|
2
|
+
export { default as WeblayerXl } from './WeblayerXl';
|
|
5
3
|
export { default as WebhookXl } from './WebhookXl';
|
|
4
|
+
export { default as WarningXl } from './WarningXl';
|
|
5
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
6
6
|
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
7
|
-
export { default as UserIdXl } from './UserIdXl';
|
|
8
7
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
8
|
+
export { default as UserIdXl } from './UserIdXl';
|
|
9
9
|
export { default as UserCircleXl } from './UserCircleXl';
|
|
10
10
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
11
11
|
export { default as ToolsXl } from './ToolsXl';
|
|
12
12
|
export { default as TargetXl } from './TargetXl';
|
|
13
|
-
export { default as StopXl } from './StopXl';
|
|
14
13
|
export { default as SmsXl } from './SmsXl';
|
|
15
|
-
export { default as
|
|
14
|
+
export { default as StopXl } from './StopXl';
|
|
16
15
|
export { default as SilentPushXl } from './SilentPushXl';
|
|
16
|
+
export { default as ShowXl } from './ShowXl';
|
|
17
17
|
export { default as SectionXl } from './SectionXl';
|
|
18
18
|
export { default as SearchSemanticXl } from './SearchSemanticXl';
|
|
19
19
|
export { default as SearchKeywordsXl } from './SearchKeywordsXl';
|
|
20
20
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
21
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
22
21
|
export { default as SearchHybridXl } from './SearchHybridXl';
|
|
22
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
23
23
|
export { default as PushXl } from './PushXl';
|
|
24
24
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
25
25
|
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
26
26
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
27
|
-
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
28
27
|
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
29
|
-
export { default as
|
|
28
|
+
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
30
29
|
export { default as PlayXl } from './PlayXl';
|
|
30
|
+
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
31
|
+
export { default as PauseXl } from './PauseXl';
|
|
31
32
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
32
33
|
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
33
|
-
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
34
34
|
export { default as MultivalueXl } from './MultivalueXl';
|
|
35
35
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
36
36
|
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
37
37
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
38
38
|
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
39
|
-
export { default as MessageXl } from './MessageXl';
|
|
40
39
|
export { default as MetaXl } from './MetaXl';
|
|
41
|
-
export { default as
|
|
40
|
+
export { default as MessageXl } from './MessageXl';
|
|
42
41
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
43
42
|
export { default as LaunchXl } from './LaunchXl';
|
|
44
|
-
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
45
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
43
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
47
44
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
48
|
-
export { default as
|
|
45
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
49
46
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
50
47
|
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
48
|
+
export { default as InfoXl } from './InfoXl';
|
|
51
49
|
export { default as GemsXl } from './GemsXl';
|
|
52
|
-
export { default as FormulaXl } from './FormulaXl';
|
|
53
50
|
export { default as FunctionXl } from './FunctionXl';
|
|
51
|
+
export { default as FormulaXl } from './FormulaXl';
|
|
54
52
|
export { default as FormXl } from './FormXl';
|
|
55
|
-
export { default as FolderUserXl } from './FolderUserXl';
|
|
56
53
|
export { default as FolderXl } from './FolderXl';
|
|
54
|
+
export { default as FolderUserXl } from './FolderUserXl';
|
|
57
55
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
58
56
|
export { default as FirstRunXl } from './FirstRunXl';
|
|
59
|
-
export { default as
|
|
57
|
+
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
60
58
|
export { default as FileXl } from './FileXl';
|
|
59
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
61
60
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
62
|
-
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
63
61
|
export { default as FileUpXl } from './FileUpXl';
|
|
62
|
+
export { default as EventXl } from './EventXl';
|
|
64
63
|
export { default as FileDownXl } from './FileDownXl';
|
|
65
64
|
export { default as ErrorXl } from './ErrorXl';
|
|
66
|
-
export { default as
|
|
67
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
65
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
68
66
|
export { default as CupXl } from './CupXl';
|
|
67
|
+
export { default as CloneNodesXl } from './CloneNodesXl';
|
|
68
|
+
export { default as CompareXl } from './CompareXl';
|
|
69
69
|
export { default as CouponXl } from './CouponXl';
|
|
70
|
-
export { default as ClassificationXl } from './ClassificationXl';
|
|
71
70
|
export { default as CloneNodesFlowXl } from './CloneNodesFlowXl';
|
|
72
|
-
export { default as
|
|
71
|
+
export { default as ClassificationXl } from './ClassificationXl';
|
|
73
72
|
export { default as CheckXl } from './CheckXl';
|
|
73
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
74
74
|
export { default as CheckInXl } from './CheckInXl';
|
|
75
75
|
export { default as CartAddXl } from './CartAddXl';
|
|
76
76
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
77
77
|
export { default as CardAeXl } from './CardAeXl';
|
|
78
78
|
export { default as CalendarXl } from './CalendarXl';
|
|
79
79
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
80
|
-
export { default as CalculatorXl } from './CalculatorXl';
|
|
81
80
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
82
81
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
83
|
-
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
84
82
|
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
83
|
+
export { default as CalculatorXl } from './CalculatorXl';
|
|
84
|
+
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
85
85
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
86
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
87
86
|
export { default as BillingXl } from './BillingXl';
|
|
88
|
-
export { default as
|
|
87
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
89
88
|
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
89
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
90
90
|
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
91
|
+
export { default as ApiXl } from './ApiXl';
|
|
91
92
|
export { default as AttributeXl } from './AttributeXl';
|
|
92
|
-
export { default as AfterEventXl } from './AfterEventXl';
|
|
93
93
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
94
|
-
export { default as
|
|
94
|
+
export { default as AfterEventXl } from './AfterEventXl';
|
|
95
95
|
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
96
|
-
export { default as AbTestXl } from './AbTestXl';
|
|
97
96
|
export { default as AddXl } from './AddXl';
|
|
98
|
-
export { default as
|
|
99
|
-
export { default as
|
|
97
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
98
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
99
|
+
export { default as AbTestXl } from './AbTestXl';
|