pds-dev-kit-web 2.0.2 → 2.0.4

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.
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const SectionIframe32: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default SectionIframe32;
@@ -0,0 +1,30 @@
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 SectionIframe32 = 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: "M51.2,0 C52.967,0 54.4,1.433 54.4,3.2 L54.4,28.8 C54.4,30.567 52.967,32 51.2,32 L3.2,32 C1.433,32 -7.10542736e-14,30.567 -7.10542736e-14,28.8 L-7.10542736e-14,3.2 C-7.10542736e-14,1.433 1.433,0 3.2,0 Z M51.2,1.5 L3.2,1.5 C2.262,1.5 1.5,2.263 1.5,3.2 L1.5,28.8 C1.5,29.737 2.262,30.5 3.2,30.5 L51.2,30.5 C52.137,30.5 52.9,29.737 52.9,28.8 L52.9,3.2 C52.9,2.263 52.137,1.5 51.2,1.5 Z M29.0195,8.1586 C29.3355,8.1586 29.6275,8.3026 29.8195,8.5536 C30.0125,8.8046 30.0755,9.1236 29.9945,9.4286 L26.3205,23.0936 C26.2025,23.5336 25.8025,23.8406 25.3475,23.8406 C25.0305,23.8406 24.7395,23.6966 24.5465,23.4466 C24.3545,23.1956 24.2915,22.8766 24.3735,22.5716 L28.0455,8.9066 C28.1635,8.4656 28.5645,8.1586 29.0195,8.1586 Z M32.2007,11.9571 C32.4967,11.7721 32.8617,11.7521 33.1757,11.9051 L39.8437,15.1391 C40.1887,15.3061 40.4117,15.6621 40.4117,16.0461 L40.4117,16.4431 C40.4117,16.8271 40.1887,17.1841 39.8427,17.3511 L33.1747,20.5721 C33.0347,20.6391 32.8847,20.6731 32.7347,20.6731 C32.5487,20.6731 32.3637,20.6201 32.1997,20.5181 C31.9037,20.3321 31.7277,20.0121 31.7277,19.6631 L31.7277,19.5671 C31.7277,19.1731 31.9587,18.8131 32.3177,18.6501 L37.5887,16.2441 L32.3167,13.8401 C31.9587,13.6771 31.7277,13.3161 31.7277,12.9231 L31.7277,12.8121 C31.7277,12.4621 31.9047,12.1431 32.2007,11.9571 Z M21.2236,11.905 C21.5376,11.752 21.9036,11.772 22.1996,11.957 C22.4956,12.143 22.6726,12.462 22.6726,12.812 L22.6726,12.922 C22.6726,13.316 22.4406,13.677 22.0816,13.84 L16.7936,16.244 L22.0816,18.65 C22.4406,18.813 22.6726,19.173 22.6726,19.568 L22.6726,19.663 C22.6726,20.012 22.4956,20.332 22.1996,20.518 C22.0356,20.62 21.8506,20.673 21.6646,20.673 C21.5156,20.673 21.3656,20.639 21.2256,20.571 L14.5576,17.352 C14.2116,17.184 13.9876,16.827 13.9876,16.443 L13.9876,16.046 C13.9876,15.662 14.2106,15.306 14.5566,15.139 Z" }, void 0) }), void 0));
29
+ };
30
+ exports.default = SectionIframe32;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const SectionIframe40: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default SectionIframe40;
@@ -0,0 +1,30 @@
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 SectionIframe40 = 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,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.622 1.5,4 L1.5,36 C1.5,37.378 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.378 66.5,36 L66.5,4 C66.5,2.622 65.378,1.5 64,1.5 Z M36.2744,10.1982 C36.6704,10.1982 37.0344,10.3782 37.2744,10.6912 C37.5154,11.0062 37.5944,11.4042 37.4924,11.7862 L32.9004,28.8672 C32.7534,29.4172 32.2534,29.8012 31.6844,29.8012 C31.2884,29.8012 30.9234,29.6212 30.6834,29.3072 C30.4434,28.9942 30.3644,28.5952 30.4664,28.2142 L35.0574,11.1332 C35.2044,10.5822 35.7054,10.1982 36.2744,10.1982 Z M26.5295,14.8813 C26.9225,14.6903 27.3785,14.7153 27.7495,14.9463 C28.1195,15.1783 28.3405,15.5783 28.3405,16.0143 L28.3405,16.1523 C28.3405,16.6453 28.0505,17.0953 27.6025,17.3003 L20.9915,20.3053 L27.6025,23.3123 C28.0505,23.5163 28.3405,23.9673 28.3405,24.4603 L28.3405,24.5793 C28.3405,25.0153 28.1195,25.4153 27.7495,25.6473 C27.5445,25.7753 27.3125,25.8413 27.0805,25.8413 C26.8945,25.8413 26.7075,25.7993 26.5315,25.7143 L18.1965,21.6893 C17.7645,21.4793 17.4845,21.0343 17.4845,20.5533 L17.4845,20.0573 C17.4845,19.5783 17.7635,19.1333 18.1955,18.9243 Z M40.2507,14.9458 C40.6207,14.7148 41.0767,14.6908 41.4697,14.8808 L49.8047,18.9238 C50.2367,19.1328 50.5147,19.5778 50.5147,20.0578 L50.5147,20.5538 C50.5147,21.0338 50.2357,21.4798 49.8037,21.6888 L41.4687,25.7148 C41.2927,25.7988 41.1057,25.8408 40.9187,25.8408 C40.6867,25.8408 40.4547,25.7758 40.2497,25.6478 C39.8797,25.4148 39.6587,25.0158 39.6587,24.5788 L39.6587,24.4588 C39.6587,23.9668 39.9487,23.5168 40.3967,23.3128 L46.9857,20.3058 L40.3967,17.2998 C39.9487,17.0958 39.6587,16.6458 39.6587,16.1528 L39.6587,16.0148 C39.6587,15.5778 39.8807,15.1788 40.2507,14.9458 Z" }, void 0) }), void 0));
29
+ };
30
+ exports.default = SectionIframe40;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const SectionMembership32: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default SectionMembership32;
@@ -0,0 +1,30 @@
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 SectionMembership32 = 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: "M51.2,0 C52.967,0 54.4,1.433 54.4,3.2 L54.4,28.8 C54.4,30.567 52.967,32 51.2,32 L3.2,32 C1.433,32 -7.10542736e-14,30.567 -7.10542736e-14,28.8 L-7.10542736e-14,3.2 C-7.10542736e-14,1.433 1.433,0 3.2,0 Z M51.2,1.5 L3.2,1.5 C2.262,1.5 1.5,2.263 1.5,3.2 L1.5,28.8 C1.5,29.737 2.262,30.5 3.2,30.5 L51.2,30.5 C52.137,30.5 52.9,29.737 52.9,28.8 L52.9,3.2 C52.9,2.263 52.137,1.5 51.2,1.5 Z M18.607,19.5745 C19.27,19.5745 19.807,20.1115 19.807,20.7745 L19.807,23.6295 C19.807,24.2925 19.27,24.8295 18.607,24.8295 L9.303,24.8295 C8.641,24.8295 8.103,24.2925 8.103,23.6295 L8.103,20.7745 C8.103,20.1115 8.641,19.5745 9.303,19.5745 L18.607,19.5745 Z M44.2963,7.1765 C45.4013,7.1765 46.2963,8.0725 46.2963,9.1765 L46.2963,22.8295 C46.2963,23.9345 45.4013,24.8295 44.2963,24.8295 L24.3493,24.8295 C23.2453,24.8295 22.3493,23.9345 22.3493,22.8295 L22.3493,9.1765 C22.3493,8.0725 23.2453,7.1765 24.3493,7.1765 L44.2963,7.1765 Z M18.607,13.3669 C19.27,13.3669 19.807,13.9039 19.807,14.5669 L19.807,17.4219 C19.807,18.0849 19.27,18.6219 18.607,18.6219 L9.303,18.6219 C8.641,18.6219 8.103,18.0849 8.103,17.4219 L8.103,14.5669 C8.103,13.9039 8.641,13.3669 9.303,13.3669 L18.607,13.3669 Z M18.607,7.1593 C19.27,7.1593 19.807,7.6963 19.807,8.3593 L19.807,11.2143 C19.807,11.8773 19.27,12.4143 18.607,12.4143 L9.303,12.4143 C8.641,12.4143 8.103,11.8773 8.103,11.2143 L8.103,8.3593 C8.103,7.6963 8.641,7.1593 9.303,7.1593 L18.607,7.1593 Z" }, void 0) }), void 0));
29
+ };
30
+ exports.default = SectionMembership32;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const SectionMembership40: ({ color, ...rest }: IconType) => JSX.Element;
4
+ export default SectionMembership40;
@@ -0,0 +1,30 @@
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 SectionMembership40 = 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,0 C66.209,0 68,1.791 68,4 L68,36 C68,38.209 66.209,40 64,40 L4,40 C1.791,40 0,38.209 0,36 L0,4 C0,1.791 1.791,0 4,0 Z M64,1.5 L4,1.5 C2.622,1.5 1.5,2.622 1.5,4 L1.5,36 C1.5,37.378 2.622,38.5 4,38.5 L64,38.5 C65.378,38.5 66.5,37.378 66.5,36 L66.5,4 C66.5,2.622 65.378,1.5 64,1.5 Z M23.2589,24.4679 C24.0869,24.4679 24.7589,25.1389 24.7589,25.9679 L24.7589,29.5369 C24.7589,30.3649 24.0869,31.0369 23.2589,31.0369 L11.6299,31.0369 C10.8009,31.0369 10.1299,30.3649 10.1299,29.5369 L10.1299,25.9679 C10.1299,25.1389 10.8009,24.4679 11.6299,24.4679 L23.2589,24.4679 Z M55.3705,8.9709 C56.7515,8.9709 57.8705,10.0909 57.8705,11.4709 L57.8705,28.5369 C57.8705,29.9179 56.7515,31.0369 55.3705,31.0369 L30.4375,31.0369 C29.0565,31.0369 27.9375,29.9179 27.9375,28.5369 L27.9375,11.4709 C27.9375,10.0909 29.0565,8.9709 30.4375,8.9709 L55.3705,8.9709 Z M23.2589,16.7084 C24.0869,16.7084 24.7589,17.3794 24.7589,18.2084 L24.7589,21.7774 C24.7589,22.6054 24.0869,23.2774 23.2589,23.2774 L11.6299,23.2774 C10.8009,23.2774 10.1299,22.6054 10.1299,21.7774 L10.1299,18.2084 C10.1299,17.3794 10.8009,16.7084 11.6299,16.7084 L23.2589,16.7084 Z M23.2589,8.9489 C24.0869,8.9489 24.7589,9.6199 24.7589,10.4489 L24.7589,14.0179 C24.7589,14.8459 24.0869,15.5179 23.2589,15.5179 L11.6299,15.5179 C10.8009,15.5179 10.1299,14.8459 10.1299,14.0179 L10.1299,10.4489 C10.1299,9.6199 10.8009,8.9489 11.6299,8.9489 L23.2589,8.9489 Z" }, void 0) }), void 0));
29
+ };
30
+ exports.default = SectionMembership40;
@@ -132,12 +132,16 @@ declare const lineIcons: {
132
132
  readonly ic_section_divider_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
133
133
  readonly ic_section_footer_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
134
134
  readonly ic_section_footer_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
135
+ readonly ic_section_iframe_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
136
+ readonly ic_section_iframe_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
135
137
  readonly ic_section_info_box_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
136
138
  readonly ic_section_info_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
137
139
  readonly ic_section_intro_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
138
140
  readonly ic_section_intro_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
139
141
  readonly ic_section_map_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
140
142
  readonly ic_section_map_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
143
+ readonly ic_section_membership_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
144
+ readonly ic_section_membership_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
141
145
  readonly ic_section_price_box_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
142
146
  readonly ic_section_price_box_40: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
143
147
  readonly ic_section_products_carousel_32: ({ color, ...rest }: import("../IconType").default) => JSX.Element;
@@ -135,12 +135,16 @@ var SectionDivider32_1 = __importDefault(require("./SectionDivider32"));
135
135
  var SectionDivider40_1 = __importDefault(require("./SectionDivider40"));
136
136
  var SectionFooter32_1 = __importDefault(require("./SectionFooter32"));
137
137
  var SectionFooter40_1 = __importDefault(require("./SectionFooter40"));
138
+ var SectionIframe32_1 = __importDefault(require("./SectionIframe32"));
139
+ var SectionIframe40_1 = __importDefault(require("./SectionIframe40"));
138
140
  var SectionInfoBox32_1 = __importDefault(require("./SectionInfoBox32"));
139
141
  var SectionInfoBox40_1 = __importDefault(require("./SectionInfoBox40"));
140
142
  var SectionIntro32_1 = __importDefault(require("./SectionIntro32"));
141
143
  var SectionIntro40_1 = __importDefault(require("./SectionIntro40"));
142
144
  var SectionMap32_1 = __importDefault(require("./SectionMap32"));
143
145
  var SectionMap40_1 = __importDefault(require("./SectionMap40"));
146
+ var SectionMembership32_1 = __importDefault(require("./SectionMembership32"));
147
+ var SectionMembership40_1 = __importDefault(require("./SectionMembership40"));
144
148
  var SectionPriceBox32_1 = __importDefault(require("./SectionPriceBox32"));
145
149
  var SectionPriceBox40_1 = __importDefault(require("./SectionPriceBox40"));
146
150
  var SectionProductsCarousel32_1 = __importDefault(require("./SectionProductsCarousel32"));
@@ -329,12 +333,16 @@ var lineIcons = {
329
333
  ic_section_divider_40: SectionDivider40_1.default,
330
334
  ic_section_footer_32: SectionFooter32_1.default,
331
335
  ic_section_footer_40: SectionFooter40_1.default,
336
+ ic_section_iframe_32: SectionIframe32_1.default,
337
+ ic_section_iframe_40: SectionIframe40_1.default,
332
338
  ic_section_info_box_32: SectionInfoBox32_1.default,
333
339
  ic_section_info_box_40: SectionInfoBox40_1.default,
334
340
  ic_section_intro_32: SectionIntro32_1.default,
335
341
  ic_section_intro_40: SectionIntro40_1.default,
336
342
  ic_section_map_32: SectionMap32_1.default,
337
343
  ic_section_map_40: SectionMap40_1.default,
344
+ ic_section_membership_32: SectionMembership32_1.default,
345
+ ic_section_membership_40: SectionMembership40_1.default,
338
346
  ic_section_price_box_32: SectionPriceBox32_1.default,
339
347
  ic_section_price_box_40: SectionPriceBox40_1.default,
340
348
  ic_section_products_carousel_32: SectionProductsCarousel32_1.default,
@@ -286,5 +286,11 @@
286
286
  "sys_membership_item_price_product_base": "darkgrey100",
287
287
  "sys_component_base_30": "darkgrey400",
288
288
  "sys_component_base_31": "darkgrey200",
289
- "sys_component_base_32": "darkgrey10"
289
+ "sys_component_base_32": "darkgrey10",
290
+ "sys_component_base_33": "white/opacity70",
291
+ "sys_component_base_34": "darkpink500",
292
+ "sys_component_base_35": "darklightgreen500",
293
+ "sys_component_base_36": "darkorange500",
294
+ "sys_component_base_37": "darkpink300",
295
+ "sys_component_base_38": "darkorange300"
290
296
  }
@@ -286,5 +286,11 @@
286
286
  "sys_membership_item_price_product_base": "grey70",
287
287
  "sys_component_base_30": "grey400",
288
288
  "sys_component_base_31": "grey200",
289
- "sys_component_base_32": "grey10"
289
+ "sys_component_base_32": "grey10",
290
+ "sys_component_base_33": "white/opacity70",
291
+ "sys_component_base_34": "pink500",
292
+ "sys_component_base_35": "lightgreen500",
293
+ "sys_component_base_36": "orange500",
294
+ "sys_component_base_37": "pink300",
295
+ "sys_component_base_38": "orange300"
290
296
  }
@@ -99,5 +99,8 @@
99
99
  "red10": "#FFF1F1",
100
100
  "green10": "#EEFFFA",
101
101
  "blue30": "#E3E7FF",
102
- "red30": "#FFE4E4"
102
+ "red30": "#FFE4E4",
103
+ "orange300": "#FFA638",
104
+ "darkorange300": "#F5A33E",
105
+ "darkpink300": "#FB718E"
103
106
  }
@@ -753,5 +753,11 @@
753
753
  "ui_membership_item_price_product_base": "sys_membership_item_price_product_base",
754
754
  "ui_cpnt_sheet_base_16": "sys_component_base_30",
755
755
  "ui_cpnt_sheet_base_17": "sys_component_base_31",
756
- "ui_cpnt_sheet_base_18": "sys_component_base_32"
756
+ "ui_cpnt_sheet_base_18": "sys_component_base_32",
757
+ "ui_cpnt_sheet_base_19": "sys_component_base_33",
758
+ "ui_cpnt_badge_base_hot": "sys_component_base_34",
759
+ "ui_cpnt_badge_base_new": "sys_component_base_35",
760
+ "ui_cpnt_badge_base_sale": "sys_component_base_36",
761
+ "ui_cpnt_badge_base_timesale": "sys_component_base_37",
762
+ "ui_cpnt_badge_base_best": "sys_component_base_38"
757
763
  }
@@ -101,6 +101,9 @@ declare const colorSet: {
101
101
  green10: string;
102
102
  blue30: string;
103
103
  red30: string;
104
+ orange300: string;
105
+ darkorange300: string;
106
+ darkpink300: string;
104
107
  };
105
108
  readonly PaletteColor_Dark: {
106
109
  sys_container_background_01: string;
@@ -391,6 +394,12 @@ declare const colorSet: {
391
394
  sys_component_base_30: string;
392
395
  sys_component_base_31: string;
393
396
  sys_component_base_32: string;
397
+ sys_component_base_33: string;
398
+ sys_component_base_34: string;
399
+ sys_component_base_35: string;
400
+ sys_component_base_36: string;
401
+ sys_component_base_37: string;
402
+ sys_component_base_38: string;
394
403
  };
395
404
  readonly PaletteColor_light: {
396
405
  sys_container_background_01: string;
@@ -681,6 +690,12 @@ declare const colorSet: {
681
690
  sys_component_base_30: string;
682
691
  sys_component_base_31: string;
683
692
  sys_component_base_32: string;
693
+ sys_component_base_33: string;
694
+ sys_component_base_34: string;
695
+ sys_component_base_35: string;
696
+ sys_component_base_36: string;
697
+ sys_component_base_37: string;
698
+ sys_component_base_38: string;
684
699
  };
685
700
  readonly UIColor: {
686
701
  ui_cpnt_button_fill_base_primary: string;
@@ -1438,6 +1453,12 @@ declare const colorSet: {
1438
1453
  ui_cpnt_sheet_base_16: string;
1439
1454
  ui_cpnt_sheet_base_17: string;
1440
1455
  ui_cpnt_sheet_base_18: string;
1456
+ ui_cpnt_sheet_base_19: string;
1457
+ ui_cpnt_badge_base_hot: string;
1458
+ ui_cpnt_badge_base_new: string;
1459
+ ui_cpnt_badge_base_sale: string;
1460
+ ui_cpnt_badge_base_timesale: string;
1461
+ ui_cpnt_badge_base_best: string;
1441
1462
  };
1442
1463
  };
1443
1464
  export default colorSet;
@@ -754,4 +754,10 @@ export interface UITheme {
754
754
  ui_cpnt_sheet_base_16: string;
755
755
  ui_cpnt_sheet_base_17: string;
756
756
  ui_cpnt_sheet_base_18: string;
757
+ ui_cpnt_sheet_base_19: string;
758
+ ui_cpnt_badge_base_hot: string;
759
+ ui_cpnt_badge_base_new: string;
760
+ ui_cpnt_badge_base_sale: string;
761
+ ui_cpnt_badge_base_timesale: string;
762
+ ui_cpnt_badge_base_best: string;
757
763
  }
@@ -181,7 +181,7 @@ function HTMLReader(_a) {
181
181
  }, [data]);
182
182
  return ((0, jsx_runtime_1.jsx)(S_Content, { ref: contentRef, styleTheme: styleTheme, colorTheme: colorTheme, color: color, textAlign: textAlign, isPreview: isPreview !== null && isPreview !== void 0 ? isPreview : mode === 'PREVIEW' }, void 0));
183
183
  }
184
- var S_Content = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n text-align: left;\n white-space: pre-wrap;\n width: 100%;\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n word-break: break-word;\n"], ["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n text-align: left;\n white-space: pre-wrap;\n width: 100%;\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n word-break: break-word;\n"])), function (_a) {
184
+ var S_Content = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n white-space: pre-wrap;\n width: 100%;\n word-break: break-word;\n\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n"], ["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n white-space: pre-wrap;\n width: 100%;\n word-break: break-word;\n\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n"])), function (_a) {
185
185
  var theme = _a.theme;
186
186
  return theme.ui_temp_grey_01;
187
187
  }, function (_a) {
@@ -178,7 +178,7 @@ function HTMLReader(_a) {
178
178
  }, [data]);
179
179
  return ((0, jsx_runtime_1.jsx)(S_Content, { ref: contentRef, styleTheme: styleTheme, colorTheme: colorTheme, color: color, textAlign: textAlign, isPreview: isPreview !== null && isPreview !== void 0 ? isPreview : mode === 'PREVIEW' }, void 0));
180
180
  }
181
- var S_Content = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n text-align: left;\n white-space: pre-wrap;\n width: 100%;\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n word-break: break-word;\n"], ["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n text-align: left;\n white-space: pre-wrap;\n width: 100%;\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n word-break: break-word;\n"])), function (_a) {
181
+ var S_Content = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n white-space: pre-wrap;\n width: 100%;\n word-break: break-word;\n\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n"], ["\n color: ", ";\n line-height: 1.5;\n text-align: ", ";\n white-space: pre-wrap;\n width: 100%;\n word-break: break-word;\n\n ", "\n\n a {\n color: ", ";\n }\n\n img {\n width: 100%;\n }\n\n figure {\n margin: 0;\n max-width: 100%;\n\n img {\n width: 100%;\n }\n }\n\n blockquote {\n border-left: 4px solid ", ";\n margin: 4px;\n padding: 4px;\n\n p {\n font-style: oblique;\n margin: 0;\n }\n }\n\n ", ";\n\n ", ";\n\n ", "\n"])), function (_a) {
182
182
  var theme = _a.theme;
183
183
  return theme.ui_temp_grey_01;
184
184
  }, function (_a) {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.0.2",
3
+ "version": "2.0.4",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,14 +1,9 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.0.2]
2
+ ## [v2.0.4]
3
3
 
4
4
  ## daily|https://design.storybook.publ.biz/
5
5
 
6
- ### Layout
7
- * WTV_1 생성
8
-
9
- ### Sub
10
- * AdminList
11
- * 전체선택시 id가 0인 AdminListItem은 선택되지 않는 이슈 수정
12
- * maintainIds가 있는경우에 모든 adminListItem이 체크되어도 전체 체크박스가 체크표시로 보여지지 않는 부분을 수정
13
- ### Color
14
- * 컬러 키 값 23.03.31 16시 05분 기준 싱크
6
+ ### sub
7
+ * DynamicLayout
8
+ * Footer Section - templateB
9
+ * text align을 left에서 center로 수정