pds-dev-kit-web-test 2.5.3 → 2.5.5
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/src/common/assets/icons/line/index.d.ts +0 -8
- package/dist/src/common/assets/icons/line/index.js +1 -17
- package/dist/src/common/styles/colorSet/PaletteColor_Dark.json +1 -2
- package/dist/src/common/styles/colorSet/PaletteColor_light.json +1 -2
- package/dist/src/common/styles/colorSet/UIColor.json +1 -2
- package/dist/src/common/styles/colorSet/index.d.ts +0 -3
- package/dist/src/common/styles/colorSet/ui-type.d.ts +0 -1
- package/dist/src/common/styles/ui-colors.js +5 -13
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.d.ts +1 -2
- package/dist/src/desktop/components/BasicFormGroup/BasicFormGroup.js +2 -16
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.d.ts +1 -2
- package/dist/src/desktop/components/HorizontalFormGroup/HorizontalFormGroup.js +4 -8
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.d.ts +1 -2
- package/dist/src/desktop/components/UserDesktopSideTab/UserDesktopSideTab.js +4 -4
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.d.ts +1 -2
- package/dist/src/desktop/components/UserDesktopTabBar/UserDesktopTabBar.js +7 -58
- package/dist/src/sub/DynamicLayout/DynamicLayout.js +1 -14
- package/dist/src/sub/DynamicLayout/components/SectionMatcher/SectionMatcher.js +5 -1
- package/dist/src/sub/DynamicLayout/components/YouTubeIframe/YouTubeIframe.js +4 -8
- package/dist/src/sub/DynamicLayout/mock_samplePage.d.ts +0 -1
- package/dist/src/sub/DynamicLayout/mock_samplePage.js +1 -996
- package/dist/src/sub/DynamicLayout/pagesPreviewMock.js +1 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/CustomSection.js +65 -76
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection.d.ts +13 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridCustomSection.js +249 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.d.ts +11 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/FlexGridItem.js +72 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/components/ComponentBlock/componentBlocks/Text/Text.js +11 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useIsMounted.d.ts +1 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useIsMounted.js +15 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useResizableObserver.d.ts +12 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/hooks/useResizableObserver.js +74 -0
- package/dist/src/sub/DynamicLayout/sections/CustomSection/newUtils/textUtil.js +5 -2
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.d.ts +3 -1
- package/dist/src/sub/DynamicLayout/sections/CustomSection/util/parsePlacement.js +8 -5
- package/package.json +2 -1
- package/pipeline_output.log +6466 -0
- package/release-note.md +2 -2
- package/dist/src/common/assets/icons/line/SectionBanner32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionBanner32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionBanner40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionBanner40.js +0 -30
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionContentsOperator32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionContentsOperator40.js +0 -30
- package/dist/src/common/assets/icons/line/SectionFeed32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionFeed32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionFeed40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionFeed40.js +0 -30
- package/dist/src/common/assets/icons/line/SectionHero32.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionHero32.js +0 -30
- package/dist/src/common/assets/icons/line/SectionHero40.d.ts +0 -4
- package/dist/src/common/assets/icons/line/SectionHero40.js +0 -30
package/release-note.md
CHANGED
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionBanner32 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5128,0 C52.4388,0 53.9998,1.561 53.9998,3.487 L53.9998,28.513 C53.9998,30.439 52.4388,32 50.5128,32 L3.4868,32 C1.5608,32 -0.0002,30.439 -0.0002,28.513 L-0.0002,3.487 C-0.0002,1.561 1.5608,0 3.4868,0 Z M50.5128,2 L3.4868,2 C2.6668,2 1.9998,2.667 1.9998,3.487 L1.9998,28.513 C1.9998,29.333 2.6668,30 3.4868,30 L50.5128,30 C51.3328,30 51.9998,29.333 51.9998,28.513 L51.9998,3.487 C51.9998,2.667 51.3328,2 50.5128,2 Z M34.0279,9.8989 C34.6909,9.8989 35.2279,10.4359 35.2279,11.0989 L35.2279,23.6989 C35.2279,24.3619 34.6909,24.8989 34.0279,24.8989 L28.4279,24.8989 C27.7649,24.8989 27.2279,24.3619 27.2279,23.6989 L27.2279,11.0989 C27.2279,10.4359 27.7649,9.8989 28.4279,9.8989 L34.0279,9.8989 Z M24.8279,7.1013 C25.4909,7.1013 26.0279,7.6383 26.0279,8.3013 L26.0279,20.9013 C26.0279,21.5643 25.4909,22.1013 24.8279,22.1013 L19.2279,22.1013 C18.5649,22.1013 18.0279,21.5643 18.0279,20.9013 L18.0279,8.3013 C18.0279,7.6383 18.5649,7.1013 19.2279,7.1013 L24.8279,7.1013 Z" }) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionBanner32;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionBanner40 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64.5129,0 C66.4389,0 67.9999,1.561 67.9999,3.487 L67.9999,36.513 C67.9999,38.439 66.4389,40 64.5129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M64.5129,2 L3.4869,2 C2.6669,2 1.9999,2.667 1.9999,3.487 L1.9999,36.513 C1.9999,37.333 2.6669,38 3.4869,38 L64.5129,38 C65.3329,38 65.9999,37.333 65.9999,36.513 L65.9999,3.487 C65.9999,2.667 65.3329,2 64.5129,2 Z M43.124,12.2485 C43.787,12.2485 44.324,12.7855 44.324,13.4485 L44.324,30.0485 C44.324,30.7115 43.787,31.2485 43.124,31.2485 L35.524,31.2485 C34.861,31.2485 34.324,30.7115 34.324,30.0485 L34.324,13.4485 C34.324,12.7855 34.861,12.2485 35.524,12.2485 L43.124,12.2485 Z M31.5388,8.7514 C32.2018,8.7514 32.7388,9.2884 32.7388,9.9514 L32.7388,26.5514 C32.7388,27.2144 32.2018,27.7514 31.5388,27.7514 L23.9388,27.7514 C23.2758,27.7514 22.7388,27.2144 22.7388,26.5514 L22.7388,9.9514 C22.7388,9.2884 23.2758,8.7514 23.9388,8.7514 L31.5388,8.7514 Z" }) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionBanner40;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionContentsOperator32 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M6.9529283,14 L5,15.9764826 L7,18 M47.0470717,14 L49,15.9764826 L47,18" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M50.513,0 C52.439,0 54,1.561 54,3.487 L54,28.513 C54,30.439 52.439,32 50.513,32 L3.487,32 C1.561,32 0,30.439 0,28.513 L0,3.487 C0,1.561 1.561,0 3.487,0 L50.513,0 Z M50.513,2 L3.487,2 C2.667,2 2,2.667 2,3.487 L2,28.513 C2,29.333 2.667,30 3.487,30 L50.513,30 C51.333,30 52,29.333 52,28.513 L52,3.487 C52,2.667 51.333,2 50.513,2 Z M18.998,11 C19.552,11 20,11.449 20,12.002 L20,19.998 C20,20.551 19.552,21 18.998,21 L11.002,21 C10.449,21 10,20.551 10,19.998 L10,12.002 C10,11.449 10.449,11 11.002,11 L18.998,11 Z M30.998,11 C31.552,11 32,11.449 32,12.002 L32,19.998 C32,20.551 31.552,21 30.998,21 L23.002,21 C22.449,21 22,20.551 22,19.998 L22,12.002 C22,11.449 22.449,11 23.002,11 L30.998,11 Z M42.998,11 C43.552,11 44,11.449 44,12.002 L44,19.998 C44,20.551 43.552,21 42.998,21 L35.002,21 C34.449,21 34,20.551 34,19.998 L34,12.002 C34,11.449 34.449,11 35.002,11 L42.998,11 Z" })] })) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionContentsOperator32;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionContentsOperator40 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "2", d: "M8.899,17.5551 L6.669,19.9711 L8.953,22.4451 M58.601,17.5451 L60.831,19.9611 L58.547,22.4351" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M64.0129,0 C65.9389,0 67.4999,1.561 67.4999,3.487 L67.4999,36.513 C67.4999,38.439 65.9389,40 64.0129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 L64.0129,0 Z M64.0129,2 L3.4869,2 C2.6669,2 1.9999,2.667 1.9999,3.487 L1.9999,36.513 C1.9999,37.333 2.6669,38 3.4869,38 L64.0129,38 C64.8329,38 65.4999,37.333 65.4999,36.513 L65.4999,3.487 C65.4999,2.667 64.8329,2 64.0129,2 Z M23.7905,14.0438 C24.3445,14.0438 24.7925,14.4928 24.7925,15.0458 L24.7925,24.9538 C24.7925,25.5068 24.3445,25.9558 23.7905,25.9558 L13.8835,25.9558 C13.3295,25.9558 12.8805,25.5068 12.8805,24.9538 L12.8805,15.0458 C12.8805,14.4928 13.3295,14.0438 13.8835,14.0438 L23.7905,14.0438 Z M38.6802,14.0438 C39.2342,14.0438 39.6822,14.4928 39.6822,15.0458 L39.6822,24.9538 C39.6822,25.5068 39.2342,25.9558 38.6802,25.9558 L28.7732,25.9558 C28.2192,25.9558 27.7702,25.5068 27.7702,24.9538 L27.7702,15.0458 C27.7702,14.4928 28.2192,14.0438 28.7732,14.0438 L38.6802,14.0438 Z M53.5699,14.0438 C54.1239,14.0438 54.5719,14.4928 54.5719,15.0458 L54.5719,24.9538 C54.5719,25.5068 54.1239,25.9558 53.5699,25.9558 L43.6629,25.9558 C43.1089,25.9558 42.6599,25.5068 42.6599,24.9538 L42.6599,15.0458 C42.6599,14.4928 43.1089,14.0438 43.6629,14.0438 L53.5699,14.0438 Z" })] })) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionContentsOperator40;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionFeed32 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5128,0 C52.4388,0 53.9998,1.561 53.9998,3.487 L53.9998,28.513 C53.9998,30.439 52.4388,32 50.5128,32 L3.4868,32 C1.5608,32 -0.0002,30.439 -0.0002,28.513 L-0.0002,3.487 C-0.0002,1.561 1.5608,0 3.4868,0 Z M50.5128,2 L3.4868,2 C2.6668,2 1.9998,2.667 1.9998,3.487 L1.9998,28.513 C1.9998,29.333 2.6668,30 3.4868,30 L50.5128,30 C51.3328,30 51.9998,29.333 51.9998,28.513 L51.9998,3.487 C51.9998,2.667 51.3328,2 50.5128,2 Z M43.0252,20.3664 C43.6882,20.3664 44.2252,20.9044 44.2252,21.5664 L44.2252,25.8654 C44.2252,26.5284 43.6882,27.0654 43.0252,27.0654 L24.3722,27.0654 C23.7092,27.0654 23.1722,26.5284 23.1722,25.8654 L23.1722,21.5664 C23.1722,20.9044 23.7092,20.3664 24.3722,20.3664 L43.0252,20.3664 Z M43.0252,5.5215 C43.6882,5.5215 44.2252,6.0585 44.2252,6.7215 L44.2252,17.7185 C44.2252,18.3815 43.6882,18.9185 43.0252,18.9185 L24.3722,18.9185 C23.7092,18.9185 23.1722,18.3815 23.1722,17.7185 L23.1722,6.7215 C23.1722,6.0585 23.7092,5.5215 24.3722,5.5215 L43.0252,5.5215 Z M20.0583,14.3789 C20.7213,14.3789 21.2583,14.9159 21.2583,15.5789 L21.2583,16.0499 C21.2583,16.7129 20.7213,17.2499 20.0583,17.2499 L10.9753,17.2499 C10.3123,17.2499 9.7753,16.7129 9.7753,16.0499 L9.7753,15.5789 C9.7753,14.9159 10.3123,14.3789 10.9753,14.3789 L20.0583,14.3789 Z M20.0583,10.0726 C20.7213,10.0726 21.2583,10.6096 21.2583,11.2726 L21.2583,11.7436 C21.2583,12.4066 20.7213,12.9436 20.0583,12.9436 L10.9753,12.9436 C10.3123,12.9436 9.7753,12.4066 9.7753,11.7436 L9.7753,11.2726 C9.7753,10.6096 10.3123,10.0726 10.9753,10.0726 L20.0583,10.0726 Z M20.0583,5.7663 C20.7213,5.7663 21.2583,6.3033 21.2583,6.9663 L21.2583,7.4373 C21.2583,8.1003 20.7213,8.6373 20.0583,8.6373 L10.9753,8.6373 C10.3123,8.6373 9.7753,8.1003 9.7753,7.4373 L9.7753,6.9663 C9.7753,6.3033 10.3123,5.7663 10.9753,5.7663 L20.0583,5.7663 Z" }) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionFeed32;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionFeed40 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64.5129,0 C66.4389,0 67.9999,1.561 67.9999,3.487 L67.9999,36.513 C67.9999,38.439 66.4389,40 64.5129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M64.5129,2 L3.4869,2 C2.6669,2 1.9999,2.667 1.9999,3.487 L1.9999,36.513 C1.9999,37.333 2.6669,38 3.4869,38 L64.5129,38 C65.3329,38 65.9999,37.333 65.9999,36.513 L65.9999,3.487 C65.9999,2.667 65.3329,2 64.5129,2 Z M54.491,25.459 C55.154,25.459 55.691,25.996 55.691,26.659 L55.691,32.632 C55.691,33.295 55.154,33.832 54.491,33.832 L30.38,33.832 C29.717,33.832 29.18,33.295 29.18,32.632 L29.18,26.659 C29.18,25.996 29.717,25.459 30.38,25.459 L54.491,25.459 Z M54.491,6.9013 C55.154,6.9013 55.691,7.4393 55.691,8.1013 L55.691,22.4483 C55.691,23.1113 55.154,23.6483 54.491,23.6483 L30.38,23.6483 C29.717,23.6483 29.18,23.1113 29.18,22.4483 L29.18,8.1013 C29.18,7.4393 29.717,6.9013 30.38,6.9013 L54.491,6.9013 Z M25.5697,17.9736 C26.2327,17.9736 26.7697,18.5116 26.7697,19.1736 L26.7697,20.3626 C26.7697,21.0256 26.2327,21.5626 25.5697,21.5626 L13.5087,21.5626 C12.8467,21.5626 12.3087,21.0256 12.3087,20.3626 L12.3087,19.1736 C12.3087,18.5116 12.8467,17.9736 13.5087,17.9736 L25.5697,17.9736 Z M25.5697,12.5907 C26.2327,12.5907 26.7697,13.1287 26.7697,13.7907 L26.7697,14.9797 C26.7697,15.6427 26.2327,16.1797 25.5697,16.1797 L13.5087,16.1797 C12.8467,16.1797 12.3087,15.6427 12.3087,14.9797 L12.3087,13.7907 C12.3087,13.1287 12.8467,12.5907 13.5087,12.5907 L25.5697,12.5907 Z M25.5697,7.2078 C26.2327,7.2078 26.7697,7.7458 26.7697,8.4078 L26.7697,9.5968 C26.7697,10.2598 26.2327,10.7968 25.5697,10.7968 L13.5087,10.7968 C12.8467,10.7968 12.3087,10.2598 12.3087,9.5968 L12.3087,8.4078 C12.3087,7.7458 12.8467,7.2078 13.5087,7.2078 L25.5697,7.2078 Z" }) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionFeed40;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionHero32 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "54", height: "32", viewBox: "0 0 54 32" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M50.5128,0 C52.4388,0 53.9998,1.561 53.9998,3.487 L53.9998,28.513 C53.9998,30.439 52.4388,32 50.5128,32 L3.4868,32 C1.5608,32 -0.0002,30.439 -0.0002,28.513 L-0.0002,3.487 C-0.0002,1.561 1.5608,0 3.4868,0 Z M51.9998,13.827 L1.9998,13.827 L1.9998,28.513 C1.9998,29.2847647 2.59063737,29.921 3.34378697,29.9931807 L3.4868,30 L50.5128,30 C51.3328,30 51.9998,29.333 51.9998,28.513 L51.9998,13.827 Z" }) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionHero32;
|
@@ -1,30 +0,0 @@
|
|
1
|
-
"use strict";
|
2
|
-
var __assign = (this && this.__assign) || function () {
|
3
|
-
__assign = Object.assign || function(t) {
|
4
|
-
for (var s, i = 1, n = arguments.length; i < n; i++) {
|
5
|
-
s = arguments[i];
|
6
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
|
7
|
-
t[p] = s[p];
|
8
|
-
}
|
9
|
-
return t;
|
10
|
-
};
|
11
|
-
return __assign.apply(this, arguments);
|
12
|
-
};
|
13
|
-
var __rest = (this && this.__rest) || function (s, e) {
|
14
|
-
var t = {};
|
15
|
-
for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p) && e.indexOf(p) < 0)
|
16
|
-
t[p] = s[p];
|
17
|
-
if (s != null && typeof Object.getOwnPropertySymbols === "function")
|
18
|
-
for (var i = 0, p = Object.getOwnPropertySymbols(s); i < p.length; i++) {
|
19
|
-
if (e.indexOf(p[i]) < 0 && Object.prototype.propertyIsEnumerable.call(s, p[i]))
|
20
|
-
t[p[i]] = s[p[i]];
|
21
|
-
}
|
22
|
-
return t;
|
23
|
-
};
|
24
|
-
Object.defineProperty(exports, "__esModule", { value: true });
|
25
|
-
var jsx_runtime_1 = require("react/jsx-runtime");
|
26
|
-
var SectionHero40 = function (_a) {
|
27
|
-
var color = _a.color, rest = __rest(_a, ["color"]);
|
28
|
-
return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: "68", height: "40", viewBox: "0 0 68 40" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M64.5129,0 C66.4389,0 67.9999,1.561 67.9999,3.487 L67.9999,36.513 C67.9999,38.439 66.4389,40 64.5129,40 L3.4869,40 C1.5609,40 -0.0001,38.439 -0.0001,36.513 L-0.0001,3.487 C-0.0001,1.561 1.5609,0 3.4869,0 Z M65.9999,18.281 L1.9999,18.281 L1.9999,36.513 C1.9999,37.2847647 2.59073737,37.921 3.34388697,37.9931807 L3.4869,38 L64.5129,38 C65.3329,38 65.9999,37.333 65.9999,36.513 L65.9999,18.281 Z" }) })));
|
29
|
-
};
|
30
|
-
exports.default = SectionHero40;
|