@synerise/ds-icon 0.54.0 → 0.55.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 +11 -0
- package/dist/cjs/icons/L/index.d.ts +27 -27
- package/dist/cjs/icons/L/index.js +54 -54
- package/dist/cjs/icons/XL/AdvancedBuilderXl.d.ts +3 -0
- package/dist/cjs/icons/XL/AdvancedBuilderXl.js +9 -0
- package/dist/cjs/icons/XL/BasicBuilderXl.d.ts +3 -0
- package/dist/cjs/icons/XL/BasicBuilderXl.js +8 -0
- package/dist/cjs/icons/XL/index.d.ts +34 -32
- package/dist/cjs/icons/XL/index.js +68 -64
- package/dist/cjs/icons/additional/index.d.ts +36 -36
- package/dist/cjs/icons/additional/index.js +72 -72
- package/dist/cjs/icons/index.d.ts +317 -317
- package/dist/cjs/icons/index.js +638 -638
- package/dist/esm/icons/L/index.d.ts +27 -27
- package/dist/esm/icons/L/index.js +27 -27
- package/dist/esm/icons/XL/AdvancedBuilderXl.d.ts +3 -0
- package/dist/esm/icons/XL/AdvancedBuilderXl.js +7 -0
- package/dist/esm/icons/XL/BasicBuilderXl.d.ts +3 -0
- package/dist/esm/icons/XL/BasicBuilderXl.js +6 -0
- package/dist/esm/icons/XL/index.d.ts +34 -32
- package/dist/esm/icons/XL/index.js +34 -32
- package/dist/esm/icons/additional/index.d.ts +36 -36
- package/dist/esm/icons/additional/index.js +36 -36
- package/dist/esm/icons/index.d.ts +317 -317
- package/dist/esm/icons/index.js +317 -317
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -3,6 +3,17 @@
|
|
|
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
|
+
# [0.55.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.54.0...@synerise/ds-icon@0.55.0) (2023-04-19)
|
|
7
|
+
|
|
8
|
+
|
|
9
|
+
### Features
|
|
10
|
+
|
|
11
|
+
* **icon:** add basic advanced builder icons ([a533f4f](https://github.com/Synerise/synerise-design/commit/a533f4f96f90ac4d5a7d706b73ebee1ba5ed37a8))
|
|
12
|
+
|
|
13
|
+
|
|
14
|
+
|
|
15
|
+
|
|
16
|
+
|
|
6
17
|
# [0.54.0](https://github.com/Synerise/synerise-design/compare/@synerise/ds-icon@0.53.0...@synerise/ds-icon@0.54.0) (2023-03-02)
|
|
7
18
|
|
|
8
19
|
|
|
@@ -1,64 +1,64 @@
|
|
|
1
1
|
export { default as AddL } from './AddL';
|
|
2
|
-
export { default as CheckL } from './CheckL';
|
|
3
|
-
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
2
|
export { default as ButtonL } from './ButtonL';
|
|
5
|
-
export { default as
|
|
6
|
-
export { default as
|
|
3
|
+
export { default as ButtonSubmitL } from './ButtonSubmitL';
|
|
4
|
+
export { default as CheckL } from './CheckL';
|
|
7
5
|
export { default as CheckboxL } from './CheckboxL';
|
|
6
|
+
export { default as CloseL } from './CloseL';
|
|
8
7
|
export { default as ColumnL } from './ColumnL';
|
|
9
8
|
export { default as ComboL } from './ComboL';
|
|
10
|
-
export { default as
|
|
9
|
+
export { default as CountdownL } from './CountdownL';
|
|
11
10
|
export { default as DividerL } from './DividerL';
|
|
11
|
+
export { default as FileTypePictureL } from './FileTypePictureL';
|
|
12
12
|
export { default as FolderFavouriteFlatL } from './FolderFavouriteFlatL';
|
|
13
|
+
export { default as FormEditL } from './FormEditL';
|
|
13
14
|
export { default as FolderL } from './FolderL';
|
|
14
|
-
export { default as
|
|
15
|
+
export { default as FormGroupL } from './FormGroupL';
|
|
15
16
|
export { default as FormL } from './FormL';
|
|
16
|
-
export { default as
|
|
17
|
+
export { default as HashL } from './HashL';
|
|
18
|
+
export { default as ImageL } from './ImageL';
|
|
19
|
+
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
17
20
|
export { default as ImagePotraitL } from './ImagePotraitL';
|
|
18
21
|
export { default as ImageUrlL } from './ImageUrlL';
|
|
19
|
-
export { default as
|
|
20
|
-
export { default as
|
|
22
|
+
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
23
|
+
export { default as InfoL } from './InfoL';
|
|
21
24
|
export { default as InformationNoSearchResultL } from './InformationNoSearchResultL';
|
|
25
|
+
export { default as InputL } from './InputL';
|
|
22
26
|
export { default as LabelL } from './LabelL';
|
|
23
27
|
export { default as LineL } from './LineL';
|
|
24
|
-
export { default as ImageLandscapeL } from './ImageLandscapeL';
|
|
25
|
-
export { default as InfoL } from './InfoL';
|
|
26
|
-
export { default as InboxNoResultsL } from './InboxNoResultsL';
|
|
27
28
|
export { default as LinkL } from './LinkL';
|
|
28
29
|
export { default as LocationL } from './LocationL';
|
|
29
|
-
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
30
30
|
export { default as MobileBlockL } from './MobileBlockL';
|
|
31
31
|
export { default as MobileClickL } from './MobileClickL';
|
|
32
|
-
export { default as
|
|
32
|
+
export { default as MobileLayout1L } from './MobileLayout1L';
|
|
33
33
|
export { default as MobileLayout2L } from './MobileLayout2L';
|
|
34
|
-
export { default as MobileUrlL } from './MobileUrlL';
|
|
35
|
-
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
36
34
|
export { default as MobileLayout3L } from './MobileLayout3L';
|
|
37
|
-
export { default as
|
|
35
|
+
export { default as MobileLayout4L } from './MobileLayout4L';
|
|
38
36
|
export { default as MobileLinkL } from './MobileLinkL';
|
|
39
|
-
export { default as
|
|
37
|
+
export { default as MobileUrlL } from './MobileUrlL';
|
|
38
|
+
export { default as MultilineL } from './MultilineL';
|
|
40
39
|
export { default as NavbarL } from './NavbarL';
|
|
40
|
+
export { default as NoData } from './NoData';
|
|
41
41
|
export { default as NoPermissionL } from './NoPermissionL';
|
|
42
|
-
export { default as RadioL } from './RadioL';
|
|
43
42
|
export { default as PieL } from './PieL';
|
|
44
43
|
export { default as QuoteL } from './QuoteL';
|
|
45
44
|
export { default as RelationManyManyL } from './RelationManyManyL';
|
|
45
|
+
export { default as RadioL } from './RadioL';
|
|
46
46
|
export { default as RelationOneManyL } from './RelationOneManyL';
|
|
47
|
-
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
48
47
|
export { default as RelationManyOneL } from './RelationManyOneL';
|
|
48
|
+
export { default as RelationOneOneL } from './RelationOneOneL';
|
|
49
49
|
export { default as SearchNoResultsL } from './SearchNoResultsL';
|
|
50
|
+
export { default as Section13L } from './Section13L';
|
|
51
|
+
export { default as Section12L } from './Section12L';
|
|
52
|
+
export { default as Section37L } from './Section37L';
|
|
53
|
+
export { default as SelectL } from './SelectL';
|
|
50
54
|
export { default as SectionL } from './SectionL';
|
|
51
|
-
export { default as SliderL } from './SliderL';
|
|
52
55
|
export { default as ShowL } from './ShowL';
|
|
56
|
+
export { default as SliderL } from './SliderL';
|
|
53
57
|
export { default as SpinnerL } from './SpinnerL';
|
|
54
58
|
export { default as StackedL } from './StackedL';
|
|
55
|
-
export { default as Section12L } from './Section12L';
|
|
56
59
|
export { default as TableL } from './TableL';
|
|
57
|
-
export { default as TextareaL } from './TextareaL';
|
|
58
60
|
export { default as TextL } from './TextL';
|
|
59
|
-
export { default as
|
|
61
|
+
export { default as TextareaL } from './TextareaL';
|
|
60
62
|
export { default as VideoL } from './VideoL';
|
|
63
|
+
export { default as TooltipL } from './TooltipL';
|
|
61
64
|
export { default as WarningL } from './WarningL';
|
|
62
|
-
export { default as Section37L } from './Section37L';
|
|
63
|
-
export { default as Section13L } from './Section13L';
|
|
64
|
-
export { default as SelectL } from './SelectL';
|
|
@@ -2,129 +2,129 @@
|
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
3
|
var AddL_1 = require("./AddL");
|
|
4
4
|
Object.defineProperty(exports, "AddL", { enumerable: true, get: function () { return AddL_1.default; } });
|
|
5
|
-
var CheckL_1 = require("./CheckL");
|
|
6
|
-
Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
|
|
7
|
-
var ButtonSubmitL_1 = require("./ButtonSubmitL");
|
|
8
|
-
Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
|
|
9
5
|
var ButtonL_1 = require("./ButtonL");
|
|
10
6
|
Object.defineProperty(exports, "ButtonL", { enumerable: true, get: function () { return ButtonL_1.default; } });
|
|
11
|
-
var
|
|
12
|
-
Object.defineProperty(exports, "
|
|
13
|
-
var
|
|
14
|
-
Object.defineProperty(exports, "
|
|
7
|
+
var ButtonSubmitL_1 = require("./ButtonSubmitL");
|
|
8
|
+
Object.defineProperty(exports, "ButtonSubmitL", { enumerable: true, get: function () { return ButtonSubmitL_1.default; } });
|
|
9
|
+
var CheckL_1 = require("./CheckL");
|
|
10
|
+
Object.defineProperty(exports, "CheckL", { enumerable: true, get: function () { return CheckL_1.default; } });
|
|
15
11
|
var CheckboxL_1 = require("./CheckboxL");
|
|
16
12
|
Object.defineProperty(exports, "CheckboxL", { enumerable: true, get: function () { return CheckboxL_1.default; } });
|
|
13
|
+
var CloseL_1 = require("./CloseL");
|
|
14
|
+
Object.defineProperty(exports, "CloseL", { enumerable: true, get: function () { return CloseL_1.default; } });
|
|
17
15
|
var ColumnL_1 = require("./ColumnL");
|
|
18
16
|
Object.defineProperty(exports, "ColumnL", { enumerable: true, get: function () { return ColumnL_1.default; } });
|
|
19
17
|
var ComboL_1 = require("./ComboL");
|
|
20
18
|
Object.defineProperty(exports, "ComboL", { enumerable: true, get: function () { return ComboL_1.default; } });
|
|
21
|
-
var
|
|
22
|
-
Object.defineProperty(exports, "
|
|
19
|
+
var CountdownL_1 = require("./CountdownL");
|
|
20
|
+
Object.defineProperty(exports, "CountdownL", { enumerable: true, get: function () { return CountdownL_1.default; } });
|
|
23
21
|
var DividerL_1 = require("./DividerL");
|
|
24
22
|
Object.defineProperty(exports, "DividerL", { enumerable: true, get: function () { return DividerL_1.default; } });
|
|
23
|
+
var FileTypePictureL_1 = require("./FileTypePictureL");
|
|
24
|
+
Object.defineProperty(exports, "FileTypePictureL", { enumerable: true, get: function () { return FileTypePictureL_1.default; } });
|
|
25
25
|
var FolderFavouriteFlatL_1 = require("./FolderFavouriteFlatL");
|
|
26
26
|
Object.defineProperty(exports, "FolderFavouriteFlatL", { enumerable: true, get: function () { return FolderFavouriteFlatL_1.default; } });
|
|
27
|
+
var FormEditL_1 = require("./FormEditL");
|
|
28
|
+
Object.defineProperty(exports, "FormEditL", { enumerable: true, get: function () { return FormEditL_1.default; } });
|
|
27
29
|
var FolderL_1 = require("./FolderL");
|
|
28
30
|
Object.defineProperty(exports, "FolderL", { enumerable: true, get: function () { return FolderL_1.default; } });
|
|
29
|
-
var
|
|
30
|
-
Object.defineProperty(exports, "
|
|
31
|
+
var FormGroupL_1 = require("./FormGroupL");
|
|
32
|
+
Object.defineProperty(exports, "FormGroupL", { enumerable: true, get: function () { return FormGroupL_1.default; } });
|
|
31
33
|
var FormL_1 = require("./FormL");
|
|
32
34
|
Object.defineProperty(exports, "FormL", { enumerable: true, get: function () { return FormL_1.default; } });
|
|
33
|
-
var
|
|
34
|
-
Object.defineProperty(exports, "
|
|
35
|
+
var HashL_1 = require("./HashL");
|
|
36
|
+
Object.defineProperty(exports, "HashL", { enumerable: true, get: function () { return HashL_1.default; } });
|
|
37
|
+
var ImageL_1 = require("./ImageL");
|
|
38
|
+
Object.defineProperty(exports, "ImageL", { enumerable: true, get: function () { return ImageL_1.default; } });
|
|
39
|
+
var ImageLandscapeL_1 = require("./ImageLandscapeL");
|
|
40
|
+
Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
|
|
35
41
|
var ImagePotraitL_1 = require("./ImagePotraitL");
|
|
36
42
|
Object.defineProperty(exports, "ImagePotraitL", { enumerable: true, get: function () { return ImagePotraitL_1.default; } });
|
|
37
43
|
var ImageUrlL_1 = require("./ImageUrlL");
|
|
38
44
|
Object.defineProperty(exports, "ImageUrlL", { enumerable: true, get: function () { return ImageUrlL_1.default; } });
|
|
39
|
-
var
|
|
40
|
-
Object.defineProperty(exports, "
|
|
41
|
-
var
|
|
42
|
-
Object.defineProperty(exports, "
|
|
45
|
+
var InboxNoResultsL_1 = require("./InboxNoResultsL");
|
|
46
|
+
Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
|
|
47
|
+
var InfoL_1 = require("./InfoL");
|
|
48
|
+
Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
|
|
43
49
|
var InformationNoSearchResultL_1 = require("./InformationNoSearchResultL");
|
|
44
50
|
Object.defineProperty(exports, "InformationNoSearchResultL", { enumerable: true, get: function () { return InformationNoSearchResultL_1.default; } });
|
|
51
|
+
var InputL_1 = require("./InputL");
|
|
52
|
+
Object.defineProperty(exports, "InputL", { enumerable: true, get: function () { return InputL_1.default; } });
|
|
45
53
|
var LabelL_1 = require("./LabelL");
|
|
46
54
|
Object.defineProperty(exports, "LabelL", { enumerable: true, get: function () { return LabelL_1.default; } });
|
|
47
55
|
var LineL_1 = require("./LineL");
|
|
48
56
|
Object.defineProperty(exports, "LineL", { enumerable: true, get: function () { return LineL_1.default; } });
|
|
49
|
-
var ImageLandscapeL_1 = require("./ImageLandscapeL");
|
|
50
|
-
Object.defineProperty(exports, "ImageLandscapeL", { enumerable: true, get: function () { return ImageLandscapeL_1.default; } });
|
|
51
|
-
var InfoL_1 = require("./InfoL");
|
|
52
|
-
Object.defineProperty(exports, "InfoL", { enumerable: true, get: function () { return InfoL_1.default; } });
|
|
53
|
-
var InboxNoResultsL_1 = require("./InboxNoResultsL");
|
|
54
|
-
Object.defineProperty(exports, "InboxNoResultsL", { enumerable: true, get: function () { return InboxNoResultsL_1.default; } });
|
|
55
57
|
var LinkL_1 = require("./LinkL");
|
|
56
58
|
Object.defineProperty(exports, "LinkL", { enumerable: true, get: function () { return LinkL_1.default; } });
|
|
57
59
|
var LocationL_1 = require("./LocationL");
|
|
58
60
|
Object.defineProperty(exports, "LocationL", { enumerable: true, get: function () { return LocationL_1.default; } });
|
|
59
|
-
var MobileLayout1L_1 = require("./MobileLayout1L");
|
|
60
|
-
Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
|
|
61
61
|
var MobileBlockL_1 = require("./MobileBlockL");
|
|
62
62
|
Object.defineProperty(exports, "MobileBlockL", { enumerable: true, get: function () { return MobileBlockL_1.default; } });
|
|
63
63
|
var MobileClickL_1 = require("./MobileClickL");
|
|
64
64
|
Object.defineProperty(exports, "MobileClickL", { enumerable: true, get: function () { return MobileClickL_1.default; } });
|
|
65
|
-
var
|
|
66
|
-
Object.defineProperty(exports, "
|
|
65
|
+
var MobileLayout1L_1 = require("./MobileLayout1L");
|
|
66
|
+
Object.defineProperty(exports, "MobileLayout1L", { enumerable: true, get: function () { return MobileLayout1L_1.default; } });
|
|
67
67
|
var MobileLayout2L_1 = require("./MobileLayout2L");
|
|
68
68
|
Object.defineProperty(exports, "MobileLayout2L", { enumerable: true, get: function () { return MobileLayout2L_1.default; } });
|
|
69
|
-
var MobileUrlL_1 = require("./MobileUrlL");
|
|
70
|
-
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
71
|
-
var MobileLayout4L_1 = require("./MobileLayout4L");
|
|
72
|
-
Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
|
|
73
69
|
var MobileLayout3L_1 = require("./MobileLayout3L");
|
|
74
70
|
Object.defineProperty(exports, "MobileLayout3L", { enumerable: true, get: function () { return MobileLayout3L_1.default; } });
|
|
75
|
-
var
|
|
76
|
-
Object.defineProperty(exports, "
|
|
71
|
+
var MobileLayout4L_1 = require("./MobileLayout4L");
|
|
72
|
+
Object.defineProperty(exports, "MobileLayout4L", { enumerable: true, get: function () { return MobileLayout4L_1.default; } });
|
|
77
73
|
var MobileLinkL_1 = require("./MobileLinkL");
|
|
78
74
|
Object.defineProperty(exports, "MobileLinkL", { enumerable: true, get: function () { return MobileLinkL_1.default; } });
|
|
79
|
-
var
|
|
80
|
-
Object.defineProperty(exports, "
|
|
75
|
+
var MobileUrlL_1 = require("./MobileUrlL");
|
|
76
|
+
Object.defineProperty(exports, "MobileUrlL", { enumerable: true, get: function () { return MobileUrlL_1.default; } });
|
|
77
|
+
var MultilineL_1 = require("./MultilineL");
|
|
78
|
+
Object.defineProperty(exports, "MultilineL", { enumerable: true, get: function () { return MultilineL_1.default; } });
|
|
81
79
|
var NavbarL_1 = require("./NavbarL");
|
|
82
80
|
Object.defineProperty(exports, "NavbarL", { enumerable: true, get: function () { return NavbarL_1.default; } });
|
|
81
|
+
var NoData_1 = require("./NoData");
|
|
82
|
+
Object.defineProperty(exports, "NoData", { enumerable: true, get: function () { return NoData_1.default; } });
|
|
83
83
|
var NoPermissionL_1 = require("./NoPermissionL");
|
|
84
84
|
Object.defineProperty(exports, "NoPermissionL", { enumerable: true, get: function () { return NoPermissionL_1.default; } });
|
|
85
|
-
var RadioL_1 = require("./RadioL");
|
|
86
|
-
Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
|
|
87
85
|
var PieL_1 = require("./PieL");
|
|
88
86
|
Object.defineProperty(exports, "PieL", { enumerable: true, get: function () { return PieL_1.default; } });
|
|
89
87
|
var QuoteL_1 = require("./QuoteL");
|
|
90
88
|
Object.defineProperty(exports, "QuoteL", { enumerable: true, get: function () { return QuoteL_1.default; } });
|
|
91
89
|
var RelationManyManyL_1 = require("./RelationManyManyL");
|
|
92
90
|
Object.defineProperty(exports, "RelationManyManyL", { enumerable: true, get: function () { return RelationManyManyL_1.default; } });
|
|
91
|
+
var RadioL_1 = require("./RadioL");
|
|
92
|
+
Object.defineProperty(exports, "RadioL", { enumerable: true, get: function () { return RadioL_1.default; } });
|
|
93
93
|
var RelationOneManyL_1 = require("./RelationOneManyL");
|
|
94
94
|
Object.defineProperty(exports, "RelationOneManyL", { enumerable: true, get: function () { return RelationOneManyL_1.default; } });
|
|
95
|
-
var RelationOneOneL_1 = require("./RelationOneOneL");
|
|
96
|
-
Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
|
|
97
95
|
var RelationManyOneL_1 = require("./RelationManyOneL");
|
|
98
96
|
Object.defineProperty(exports, "RelationManyOneL", { enumerable: true, get: function () { return RelationManyOneL_1.default; } });
|
|
97
|
+
var RelationOneOneL_1 = require("./RelationOneOneL");
|
|
98
|
+
Object.defineProperty(exports, "RelationOneOneL", { enumerable: true, get: function () { return RelationOneOneL_1.default; } });
|
|
99
99
|
var SearchNoResultsL_1 = require("./SearchNoResultsL");
|
|
100
100
|
Object.defineProperty(exports, "SearchNoResultsL", { enumerable: true, get: function () { return SearchNoResultsL_1.default; } });
|
|
101
|
+
var Section13L_1 = require("./Section13L");
|
|
102
|
+
Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
|
|
103
|
+
var Section12L_1 = require("./Section12L");
|
|
104
|
+
Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
|
|
105
|
+
var Section37L_1 = require("./Section37L");
|
|
106
|
+
Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
|
|
107
|
+
var SelectL_1 = require("./SelectL");
|
|
108
|
+
Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
|
|
101
109
|
var SectionL_1 = require("./SectionL");
|
|
102
110
|
Object.defineProperty(exports, "SectionL", { enumerable: true, get: function () { return SectionL_1.default; } });
|
|
103
|
-
var SliderL_1 = require("./SliderL");
|
|
104
|
-
Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
|
|
105
111
|
var ShowL_1 = require("./ShowL");
|
|
106
112
|
Object.defineProperty(exports, "ShowL", { enumerable: true, get: function () { return ShowL_1.default; } });
|
|
113
|
+
var SliderL_1 = require("./SliderL");
|
|
114
|
+
Object.defineProperty(exports, "SliderL", { enumerable: true, get: function () { return SliderL_1.default; } });
|
|
107
115
|
var SpinnerL_1 = require("./SpinnerL");
|
|
108
116
|
Object.defineProperty(exports, "SpinnerL", { enumerable: true, get: function () { return SpinnerL_1.default; } });
|
|
109
117
|
var StackedL_1 = require("./StackedL");
|
|
110
118
|
Object.defineProperty(exports, "StackedL", { enumerable: true, get: function () { return StackedL_1.default; } });
|
|
111
|
-
var Section12L_1 = require("./Section12L");
|
|
112
|
-
Object.defineProperty(exports, "Section12L", { enumerable: true, get: function () { return Section12L_1.default; } });
|
|
113
119
|
var TableL_1 = require("./TableL");
|
|
114
120
|
Object.defineProperty(exports, "TableL", { enumerable: true, get: function () { return TableL_1.default; } });
|
|
115
|
-
var TextareaL_1 = require("./TextareaL");
|
|
116
|
-
Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
|
|
117
121
|
var TextL_1 = require("./TextL");
|
|
118
122
|
Object.defineProperty(exports, "TextL", { enumerable: true, get: function () { return TextL_1.default; } });
|
|
119
|
-
var
|
|
120
|
-
Object.defineProperty(exports, "
|
|
123
|
+
var TextareaL_1 = require("./TextareaL");
|
|
124
|
+
Object.defineProperty(exports, "TextareaL", { enumerable: true, get: function () { return TextareaL_1.default; } });
|
|
121
125
|
var VideoL_1 = require("./VideoL");
|
|
122
126
|
Object.defineProperty(exports, "VideoL", { enumerable: true, get: function () { return VideoL_1.default; } });
|
|
127
|
+
var TooltipL_1 = require("./TooltipL");
|
|
128
|
+
Object.defineProperty(exports, "TooltipL", { enumerable: true, get: function () { return TooltipL_1.default; } });
|
|
123
129
|
var WarningL_1 = require("./WarningL");
|
|
124
130
|
Object.defineProperty(exports, "WarningL", { enumerable: true, get: function () { return WarningL_1.default; } });
|
|
125
|
-
var Section37L_1 = require("./Section37L");
|
|
126
|
-
Object.defineProperty(exports, "Section37L", { enumerable: true, get: function () { return Section37L_1.default; } });
|
|
127
|
-
var Section13L_1 = require("./Section13L");
|
|
128
|
-
Object.defineProperty(exports, "Section13L", { enumerable: true, get: function () { return Section13L_1.default; } });
|
|
129
|
-
var SelectL_1 = require("./SelectL");
|
|
130
|
-
Object.defineProperty(exports, "SelectL", { enumerable: true, get: function () { return SelectL_1.default; } });
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const AdvancedBuilderXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "advanced-builder-xl" }, props),
|
|
5
|
+
React.createElement("g", { fill: "#384350" },
|
|
6
|
+
React.createElement("path", { d: "M54.9 20.1H22.7c-1.6 0-2.8 1.3-2.8 2.8v50c0 1.6 1.3 2.8 2.8 2.8h32.2c1.6 0 2.8-1.3 2.8-2.8v-50c0-1.6-1.2-2.8-2.8-2.8zm1.3 52.8c0 .7-.6 1.3-1.3 1.3H22.7c-.7 0-1.3-.6-1.3-1.3v-50c0-.7.6-1.3 1.3-1.3h32.2c.7 0 1.3.6 1.3 1.3v50zM73.1 51.1h-9.9c-1.6 0-2.8 1.3-2.8 2.8v19c0 1.6 1.3 2.8 2.8 2.8h9.9c1.6 0 2.8-1.3 2.8-2.8V54c0-1.6-1.3-2.9-2.8-2.9zm1.3 21.8c0 .7-.6 1.3-1.3 1.3h-9.9c-.7 0-1.3-.6-1.3-1.3V54c0-.7.6-1.3 1.3-1.3h9.9c.7 0 1.3.6 1.3 1.3v18.9zM67.6 48c.3.3.7.3 1 0l4-3.8c.1-.1.2-.3.2-.5V23.1c0-1.7-1.4-3.1-3.1-3.1h-3.3c-1.7 0-3.1 1.4-3.1 3.1v20.6c0 .2.1.4.2.5l4.1 3.8zm.5-1.5l-3.2-3.1v-1.6h6.5v1.6l-3.3 3.1zm-1.6-25h3.3c.9 0 1.6.7 1.6 1.6v17.2h-6.5V23.1c0-.9.7-1.6 1.6-1.6z" }),
|
|
7
|
+
React.createElement("path", { d: "M48.5 53.5H29.1c-1.6 0-2.8 1.3-2.8 2.8V66c0 1.6 1.3 2.8 2.8 2.8h19.3c1.6 0 2.8-1.3 2.8-2.8v-9.7c.1-1.5-1.2-2.8-2.7-2.8zM49.8 66c0 .7-.6 1.3-1.3 1.3H29.1c-.7 0-1.3-.6-1.3-1.3v-9.7c0-.7.6-1.3 1.3-1.3h19.3c.7 0 1.3.6 1.3 1.3V66z" }),
|
|
8
|
+
React.createElement("path", { d: "M42.1 60.4h-2.5v-2.5c0-.4-.3-.8-.8-.8-.4 0-.8.3-.8.8v2.5h-2.5c-.4 0-.8.3-.8.8 0 .4.3.8.8.8H38v2.5c0 .4.3.8.8.8.4 0 .8-.3.8-.8V62h2.5c.4 0 .8-.3.8-.8-.1-.5-.4-.8-.8-.8zM50.6 48.3H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8zM50.6 43.1H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.4-.4-.8-.8-.8zM50.6 38H27.1c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h23.5c.4 0 .8-.3.8-.8-.1-.5-.4-.8-.8-.8zM27.1 34.3h11.7c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H27.1c-.4 0-.8.3-.8.8 0 .4.4.8.8.8z" }))));
|
|
9
|
+
exports.default = AdvancedBuilderXl;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
"use strict";
|
|
2
|
+
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
const React = require("react");
|
|
4
|
+
const BasicBuilderXl = (props) => (React.createElement("svg", Object.assign({ viewBox: "0 0 96 96", className: "basic-builder-xl" }, props),
|
|
5
|
+
React.createElement("g", { fill: "#384350" },
|
|
6
|
+
React.createElement("path", { d: "M59.8 48.3H36.9c-1.6 0-3-.6-4.1-1.7-1-1-1.7-2.5-1.7-4.1 0-1.6.6-3 1.7-4.1 1-1 2.5-1.7 4.1-1.7h17.5c.4 0 .8-.3.8-.8 0-.4-.3-.8-.8-.8H36.9c-4 0-7.3 3.3-7.3 7.3s3.3 7.3 7.3 7.3h22.9c1.6 0 3 .6 4.1 1.7 1 1 1.7 2.5 1.7 4.1 0 1.6-.6 3-1.7 4.1-1 1-2.5 1.7-4.1 1.7H30.4c-.4 0-.8.3-.8.8 0 .4.3.8.8.8h29.4c4 0 7.3-3.3 7.3-7.3s-3.3-7.3-7.3-7.3z" }),
|
|
7
|
+
React.createElement("path", { d: "M78.9 19.8c0-.8-.3-1.6-.9-2.2l-2.3-2.3c-.6-.6-1.4-.9-2.2-.9-.8 0-1.6.3-2.2.9l-4.8 4.8H23.1c-1.6 0-2.8 1.3-2.8 2.8v50c0 1.6 1.3 2.8 2.8 2.8h50.1c1.6 0 2.8-1.3 2.8-2.8V24l2-2c.6-.6.9-1.4.9-2.2zm-4.4 53.1c0 .7-.6 1.3-1.3 1.3H23.1c-.7 0-1.3-.6-1.3-1.3v-50c0-.7.6-1.3 1.3-1.3h42L58.7 28l-1.9 1.9c-.1.1-.2.3-.2.5l.1 5.5c0 .4.3.7.7.7l5.5.1c.2 0 .4-.1.5-.2l11-11v47.4zM59.2 29.6l4.6 4.6-1.1 1.1-4.5-.1-.1-4.5 1.1-1.1zM77 20.9L64.8 33.1l-4.6-4.6 12.1-12.1c.3-.3.7-.5 1.1-.5.4 0 .8.2 1.1.5l2.3 2.3c.3.3.5.7.5 1.1.1.4 0 .8-.3 1.1z" }))));
|
|
8
|
+
exports.default = BasicBuilderXl;
|
|
@@ -1,81 +1,83 @@
|
|
|
1
|
+
export { default as AbTestXl } from './AbTestXl';
|
|
1
2
|
export { default as AddXl } from './AddXl';
|
|
2
3
|
export { default as AfterEventXl } from './AfterEventXl';
|
|
3
|
-
export { default as
|
|
4
|
+
export { default as AdvancedBuilderXl } from './AdvancedBuilderXl';
|
|
5
|
+
export { default as AttributeXl } from './AttributeXl';
|
|
4
6
|
export { default as AnalyticsInsightsXl } from './AnalyticsInsightsXl';
|
|
7
|
+
export { default as BasicBuilderXl } from './BasicBuilderXl';
|
|
8
|
+
export { default as BasketCheckXl } from './BasketCheckXl';
|
|
9
|
+
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
5
10
|
export { default as BrowserCodeXl } from './BrowserCodeXl';
|
|
6
|
-
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
7
11
|
export { default as BrowserLandingXl } from './BrowserLandingXl';
|
|
8
|
-
export { default as
|
|
9
|
-
export { default as AttributeXl } from './AttributeXl';
|
|
12
|
+
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
10
13
|
export { default as BulbEditXl } from './BulbEditXl';
|
|
11
14
|
export { default as CalculatorXl } from './CalculatorXl';
|
|
12
15
|
export { default as CalendarIntervalXl } from './CalendarIntervalXl';
|
|
13
|
-
export { default as BrowserCloseXl } from './BrowserCloseXl';
|
|
14
16
|
export { default as CalendarScheduleXl } from './CalendarScheduleXl';
|
|
15
17
|
export { default as CalendarXl } from './CalendarXl';
|
|
18
|
+
export { default as CardAeXl } from './CardAeXl';
|
|
16
19
|
export { default as CartAddXl } from './CartAddXl';
|
|
17
20
|
export { default as CardVisaXl } from './CardVisaXl';
|
|
18
|
-
export { default as BrowserScrollXl } from './BrowserScrollXl';
|
|
19
|
-
export { default as CardAeXl } from './CardAeXl';
|
|
20
|
-
export { default as CheckOutXl } from './CheckOutXl';
|
|
21
|
-
export { default as BillingXl } from './BillingXl';
|
|
22
21
|
export { default as CheckInXl } from './CheckInXl';
|
|
23
|
-
export { default as
|
|
22
|
+
export { default as CheckOutXl } from './CheckOutXl';
|
|
24
23
|
export { default as ClassificationXl } from './ClassificationXl';
|
|
24
|
+
export { default as CheckXl } from './CheckXl';
|
|
25
25
|
export { default as CompareXl } from './CompareXl';
|
|
26
|
-
export { default as DiscountXl } from './DiscountXl';
|
|
27
|
-
export { default as CupXl } from './CupXl';
|
|
28
26
|
export { default as CouponXl } from './CouponXl';
|
|
27
|
+
export { default as CupXl } from './CupXl';
|
|
29
28
|
export { default as EventXl } from './EventXl';
|
|
29
|
+
export { default as DiscountXl } from './DiscountXl';
|
|
30
30
|
export { default as FileUpXl } from './FileUpXl';
|
|
31
31
|
export { default as FileUrlXl } from './FileUrlXl';
|
|
32
|
-
export { default as FileZipXl } from './FileZipXl';
|
|
33
32
|
export { default as FileXl } from './FileXl';
|
|
33
|
+
export { default as FileZipXl } from './FileZipXl';
|
|
34
|
+
export { default as FirstRunXl } from './FirstRunXl';
|
|
34
35
|
export { default as FolderCheckXl } from './FolderCheckXl';
|
|
35
36
|
export { default as FolderUserXl } from './FolderUserXl';
|
|
36
37
|
export { default as FolderStarXl } from './FolderStarXl';
|
|
37
38
|
export { default as FolderXl } from './FolderXl';
|
|
38
39
|
export { default as FormXl } from './FormXl';
|
|
39
|
-
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
40
|
-
export { default as FirstRunXl } from './FirstRunXl';
|
|
41
40
|
export { default as FormulaXl } from './FormulaXl';
|
|
41
|
+
export { default as InboxNoResultsXl } from './InboxNoResultsXl';
|
|
42
42
|
export { default as FunctionXl } from './FunctionXl';
|
|
43
43
|
export { default as InfoXl } from './InfoXl';
|
|
44
44
|
export { default as InsertObjectXl } from './InsertObjectXl';
|
|
45
|
-
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
46
45
|
export { default as IntegrationXl } from './IntegrationXl';
|
|
46
|
+
export { default as IntegrationsXl } from './IntegrationsXl';
|
|
47
|
+
export { default as LaptopAiXl } from './LaptopAiXl';
|
|
47
48
|
export { default as LaptopTargetXl } from './LaptopTargetXl';
|
|
48
|
-
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
49
49
|
export { default as LaunchXl } from './LaunchXl';
|
|
50
50
|
export { default as LoyalityBoostXl } from './LoyalityBoostXl';
|
|
51
|
-
export { default as
|
|
51
|
+
export { default as MarketingAutomationXl } from './MarketingAutomationXl';
|
|
52
52
|
export { default as MessageXl } from './MessageXl';
|
|
53
|
-
export { default as MultivalueXl } from './MultivalueXl';
|
|
54
|
-
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
55
53
|
export { default as MobileBannerXl } from './MobileBannerXl';
|
|
54
|
+
export { default as MobilePromotionXl } from './MobilePromotionXl';
|
|
55
|
+
export { default as MobileStepsXl } from './MobileStepsXl';
|
|
56
56
|
export { default as MobileUpdateXl } from './MobileUpdateXl';
|
|
57
|
-
export { default as
|
|
57
|
+
export { default as MultivalueXl } from './MultivalueXl';
|
|
58
58
|
export { default as NetworkFileXl } from './NetworkFileXl';
|
|
59
|
+
export { default as NoPermissionXl } from './NoPermissionXl';
|
|
59
60
|
export { default as NotificationsEditXl } from './NotificationsEditXl';
|
|
60
|
-
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
61
61
|
export { default as ProductsBundleXl } from './ProductsBundleXl';
|
|
62
|
-
export { default as
|
|
62
|
+
export { default as ProductsFeedXl } from './ProductsFeedXl';
|
|
63
63
|
export { default as ProductsLastSeenXl } from './ProductsLastSeenXl';
|
|
64
|
-
export { default as
|
|
65
|
-
export { default as SectionXl } from './SectionXl';
|
|
66
|
-
export { default as ReggressionXl } from './ReggressionXl';
|
|
64
|
+
export { default as ProductsSimilarXl } from './ProductsSimilarXl';
|
|
67
65
|
export { default as RecentInteractionsXl } from './RecentInteractionsXl';
|
|
68
|
-
export { default as
|
|
69
|
-
export { default as ShowXl } from './ShowXl';
|
|
70
|
-
export { default as UserCircleXl } from './UserCircleXl';
|
|
66
|
+
export { default as PushXl } from './PushXl';
|
|
71
67
|
export { default as SearchNoResultsXl } from './SearchNoResultsXl';
|
|
68
|
+
export { default as ReggressionXl } from './ReggressionXl';
|
|
69
|
+
export { default as SectionXl } from './SectionXl';
|
|
70
|
+
export { default as ShowXl } from './ShowXl';
|
|
71
|
+
export { default as SilentPushXl } from './SilentPushXl';
|
|
72
72
|
export { default as ToolsXl } from './ToolsXl';
|
|
73
73
|
export { default as UserCircleUpXl } from './UserCircleUpXl';
|
|
74
|
-
export { default as
|
|
74
|
+
export { default as UserCircleXl } from './UserCircleXl';
|
|
75
75
|
export { default as UserIdXl } from './UserIdXl';
|
|
76
|
-
export { default as VoucherXl } from './VoucherXl';
|
|
77
76
|
export { default as VisualEditorStarXl } from './VisualEditorStarXl';
|
|
77
|
+
export { default as VisualEditorXl } from './VisualEditorXl';
|
|
78
|
+
export { default as VoucherXl } from './VoucherXl';
|
|
78
79
|
export { default as WarningXl } from './WarningXl';
|
|
79
80
|
export { default as WebhookXl } from './WebhookXl';
|
|
80
81
|
export { default as WeblayerXl } from './WeblayerXl';
|
|
81
|
-
export { default as
|
|
82
|
+
export { default as BeforeEventXl } from './BeforeEventXl';
|
|
83
|
+
export { default as BillingXl } from './BillingXl';
|