pds-dev-kit-web 2.2.100 → 2.2.101

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 MenuHome: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default MenuHome;
@@ -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 MenuHome = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.7698,8.6595 L18.7698,8.6595 L13.2768,4.1045 C12.5368,3.4905 11.4648,3.4905 10.7238,4.1045 L5.2308,8.6585 C4.7238,9.0785 4.4308,9.7025 4.4308,10.3615 L4.4308,17.9105 C4.4308,18.7395 5.1018,19.4105 5.9308,19.4105 L9.4358,19.4105 C9.7518,19.4105 10.0078,19.1545 10.0078,18.8395 L10.0078,15.7615 C10.0078,15.3295 10.3578,14.9795 10.7898,14.9795 L13.2098,14.9795 C13.6428,14.9795 13.9928,15.3295 13.9928,15.7615 L13.9928,18.8395 C13.9928,19.1545 14.2488,19.4105 14.5648,19.4105 L18.0698,19.4105 C18.8978,19.4105 19.5698,18.7395 19.5698,17.9105 L19.5698,10.3625 C19.5698,9.7015 19.2778,9.0815 18.7698,8.6595" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M18.7698,8.6595 L18.7698,8.6595 L13.2768,4.1045 C12.5368,3.4905 11.4648,3.4905 10.7238,4.1045 L5.2308,8.6585 C4.7238,9.0785 4.4308,9.7025 4.4308,10.3615 L4.4308,17.9105 C4.4308,18.7395 5.1018,19.4105 5.9308,19.4105 L9.4358,19.4105 C9.7518,19.4105 10.0078,19.1545 10.0078,18.8395 L10.0078,15.7615 C10.0078,15.3295 10.3578,14.9795 10.7898,14.9795 L13.2098,14.9795 C13.6428,14.9795 13.9928,15.3295 13.9928,15.7615 L13.9928,18.8395 C13.9928,19.1545 14.2488,19.4105 14.5648,19.4105 L18.0698,19.4105 C18.8978,19.4105 19.5698,18.7395 19.5698,17.9105 L19.5698,10.3625 C19.5698,9.7015 19.2778,9.0815 18.7698,8.6595" })] })) })));
29
+ };
30
+ exports.default = MenuHome;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const VideoEpisode: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default VideoEpisode;
@@ -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 VideoEpisode = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M14.4879,12.6408 L12.8249,13.6008 L11.1619,14.5608 C10.6689,14.8458 10.0519,14.4898 10.0519,13.9208 L10.0519,11.9998 L10.0519,10.0798 C10.0519,9.5098 10.6689,9.1538 11.1619,9.4388 L12.8249,10.3988 L14.4879,11.3598 C14.9809,11.6438 14.9809,12.3558 14.4879,12.6408 M17.4469,5.0728 L6.5529,5.0728 C4.8669,5.0728 3.4999,6.4398 3.4999,8.1258 L3.4999,15.8748 C3.4999,17.5608 4.8669,18.9278 6.5529,18.9278 L17.4469,18.9278 C19.1329,18.9278 20.4999,17.5608 20.4999,15.8748 L20.4999,8.1258 C20.4999,6.4398 19.1329,5.0728 17.4469,5.0728" }) })));
29
+ };
30
+ exports.default = VideoEpisode;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const VideoSeries: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default VideoSeries;
@@ -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 VideoSeries = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsxs)("g", __assign({ fill: "none", fillRule: "evenodd" }, { children: [(0, jsx_runtime_1.jsx)("path", { fill: color, d: "M12.9384,13.8387 L11.4024,14.7257 L9.8664,15.6127 C9.4104,15.8757 8.8414,15.5467 8.8414,15.0207 L8.8414,13.2467 L8.8414,11.4737 C8.8414,10.9477 9.4104,10.6187 9.8664,10.8817 L11.4024,11.7687 L12.9384,12.6547 C13.3944,12.9177 13.3944,13.5757 12.9384,13.8387 M15.4914,6.8487 L5.7894,6.8487 C4.1324,6.8487 2.7894,8.1917 2.7894,9.8487 L2.7894,16.6457 C2.7894,18.3017 4.1324,19.6457 5.7894,19.6457 L15.4914,19.6457 C17.1484,19.6457 18.4914,18.3017 18.4914,16.6457 L18.4914,9.8487 C18.4914,8.1917 17.1484,6.8487 15.4914,6.8487" }), (0, jsx_runtime_1.jsx)("path", { stroke: color, strokeLinecap: "round", strokeLinejoin: "round", strokeWidth: "1.5", d: "M6.1916,7.3243 L6.1916,7.3243 C6.1916,6.1723 7.1256,5.2393 8.2766,5.2393 L18.0406,5.2393 C19.1916,5.2393 20.1256,6.1723 20.1256,7.3243 L20.1256,14.5093 C20.1256,15.6613 19.1916,16.5953 18.0406,16.5953" })] })) })));
29
+ };
30
+ exports.default = VideoSeries;
@@ -71,6 +71,7 @@ declare const fillIcons: {
71
71
  readonly ic_logo_twitter: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
72
72
  readonly ic_logo_yt: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
73
73
  readonly ic_menu_design: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
74
+ readonly ic_menu_home: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
74
75
  readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
75
76
  readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
76
77
  readonly ic_minus_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -130,12 +131,14 @@ declare const fillIcons: {
130
131
  readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
131
132
  readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
132
133
  readonly ic_videocall_pro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
134
+ readonly ic_video_episode: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
133
135
  readonly ic_video_episodes: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
134
136
  readonly ic_video_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
135
137
  readonly ic_video_pause: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
136
138
  readonly ic_video_play: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
137
139
  readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
138
140
  readonly ic_video_resolution: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
141
+ readonly ic_video_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
139
142
  readonly ic_video_subtitle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
140
143
  readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
141
144
  readonly ic_vodplus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -74,6 +74,7 @@ var LogoSandoll_1 = __importDefault(require("./LogoSandoll"));
74
74
  var LogoTwitter_1 = __importDefault(require("./LogoTwitter"));
75
75
  var LogoYt_1 = __importDefault(require("./LogoYt"));
76
76
  var MenuDesign_1 = __importDefault(require("./MenuDesign"));
77
+ var MenuHome_1 = __importDefault(require("./MenuHome"));
77
78
  var MicOff_1 = __importDefault(require("./MicOff"));
78
79
  var MicOn_1 = __importDefault(require("./MicOn"));
79
80
  var MinusCircle_1 = __importDefault(require("./MinusCircle"));
@@ -135,12 +136,14 @@ var Verified_1 = __importDefault(require("./Verified"));
135
136
  var Video_1 = __importDefault(require("./Video"));
136
137
  var Videocall_1 = __importDefault(require("./Videocall"));
137
138
  var VideocallPro_1 = __importDefault(require("./VideocallPro"));
139
+ var VideoEpisode_1 = __importDefault(require("./VideoEpisode"));
138
140
  var VideoEpisodes_1 = __importDefault(require("./VideoEpisodes"));
139
141
  var VideoOff_1 = __importDefault(require("./VideoOff"));
140
142
  var VideoPause_1 = __importDefault(require("./VideoPause"));
141
143
  var VideoPlay_1 = __importDefault(require("./VideoPlay"));
142
144
  var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
143
145
  var VideoResolution_1 = __importDefault(require("./VideoResolution"));
146
+ var VideoSeries_1 = __importDefault(require("./VideoSeries"));
144
147
  var VideoSubtitle_1 = __importDefault(require("./VideoSubtitle"));
145
148
  var VideoType_1 = __importDefault(require("./VideoType"));
146
149
  var Vodplus_1 = __importDefault(require("./Vodplus"));
@@ -217,6 +220,7 @@ var fillIcons = {
217
220
  ic_logo_twitter: LogoTwitter_1.default,
218
221
  ic_logo_yt: LogoYt_1.default,
219
222
  ic_menu_design: MenuDesign_1.default,
223
+ ic_menu_home: MenuHome_1.default,
220
224
  ic_mic_off: MicOff_1.default,
221
225
  ic_mic_on: MicOn_1.default,
222
226
  ic_minus_circle: MinusCircle_1.default,
@@ -276,12 +280,14 @@ var fillIcons = {
276
280
  ic_video: Video_1.default,
277
281
  ic_videocall: Videocall_1.default,
278
282
  ic_videocall_pro: VideocallPro_1.default,
283
+ ic_video_episode: VideoEpisode_1.default,
279
284
  ic_video_episodes: VideoEpisodes_1.default,
280
285
  ic_video_off: VideoOff_1.default,
281
286
  ic_video_pause: VideoPause_1.default,
282
287
  ic_video_play: VideoPlay_1.default,
283
288
  ic_video_play_circle: VideoPlayCircle_1.default,
284
289
  ic_video_resolution: VideoResolution_1.default,
290
+ ic_video_series: VideoSeries_1.default,
285
291
  ic_video_subtitle: VideoSubtitle_1.default,
286
292
  ic_video_type: VideoType_1.default,
287
293
  ic_vodplus: Vodplus_1.default,
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const MenuHome: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default MenuHome;
@@ -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 MenuHome = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: "none", stroke: color, strokeWidth: "1.5", d: "M18.3167,9.324 L18.3167,9.324 L13.1917,5.074 C12.5007,4.501 11.5007,4.501 10.8097,5.074 L5.6837,9.323 C5.2107,9.715 4.9367,10.298 4.9367,10.912 L4.9367,17.956 C4.9367,18.729 5.5637,19.356 6.3367,19.356 L9.6077,19.356 C9.9017,19.356 10.1407,19.117 10.1407,18.822 L10.1407,15.951 C10.1407,15.547 10.4677,15.22 10.8717,15.22 L13.1287,15.22 C13.5327,15.22 13.8597,15.547 13.8597,15.951 L13.8597,18.822 C13.8597,19.117 14.0987,19.356 14.3927,19.356 L17.6637,19.356 C18.4367,19.356 19.0627,18.729 19.0627,17.956 L19.0627,10.913 C19.0627,10.296 18.7907,9.717 18.3167,9.324 Z" }) })));
29
+ };
30
+ exports.default = MenuHome;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const VideoEpisode: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default VideoEpisode;
@@ -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 VideoEpisode = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M17.3908,5.0725 C19.1078,5.0725 20.4998,6.4645 20.4998,8.1815 L20.4998,15.8185 C20.4998,17.5355 19.1078,18.9275 17.3908,18.9275 L6.6088,18.9275 C4.8918,18.9275 3.4998,17.5355 3.4998,15.8185 L3.4998,8.1815 C3.4998,6.4645 4.8918,5.0725 6.6088,5.0725 Z M17.3908,6.5725 L6.6088,6.5725 C5.7218,6.5725 4.9998,7.2945 4.9998,8.1815 L4.9998,15.8185 C4.9998,16.7055 5.7218,17.4275 6.6088,17.4275 L17.3908,17.4275 C18.2778,17.4275 18.9998,16.7055 18.9998,15.8185 L18.9998,8.1815 C18.9998,7.2945 18.2778,6.5725 17.3908,6.5725 Z M11.1622,9.439 L14.4882,11.359 C14.9812,11.644 14.9812,12.356 14.4882,12.641 L11.1622,14.561 C10.6692,14.846 10.0522,14.49 10.0522,13.92 L10.0522,10.08 C10.0522,9.51 10.6692,9.154 11.1622,9.439 Z" }) })));
29
+ };
30
+ exports.default = VideoEpisode;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const VideoSeries: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default VideoSeries;
@@ -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 VideoSeries = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ xmlns: "http://www.w3.org/2000/svg", width: size, height: size, viewBox: "0 0 24 24" }, 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: "1.5", d: "M6.3373,6.8821 L6.3373,6.8821 C6.3373,5.7301 7.2713,4.7971 8.4223,4.7971 L18.1863,4.7971 C19.3373,4.7971 20.2713,5.7301 20.2713,6.8821 L20.2713,14.0671 C20.2713,15.2191 19.3373,16.1531 18.1863,16.1531" }), (0, jsx_runtime_1.jsx)("path", { fill: color, d: "M15.7653,6.4063 C17.3513,6.4063 18.6373,7.6923 18.6373,9.2783 L18.6373,16.3313 C18.6373,17.9173 17.3513,19.2033 15.7653,19.2033 L5.8073,19.2033 C4.2213,19.2033 2.9353,17.9173 2.9353,16.3313 L2.9353,9.2783 C2.9353,7.6923 4.2213,6.4063 5.8073,6.4063 Z M15.7653,7.9063 L5.8073,7.9063 C5.0503,7.9063 4.4353,8.5213 4.4353,9.2783 L4.4353,16.3313 C4.4353,17.0883 5.0503,17.7033 5.8073,17.7033 L15.7653,17.7033 C16.5213,17.7033 17.1373,17.0883 17.1373,16.3313 L17.1373,9.2783 C17.1373,8.5213 16.5213,7.9063 15.7653,7.9063 Z M10.0121,10.4397 L11.5481,11.3257 L13.0841,12.2127 C13.5401,12.4757 13.5401,13.1337 13.0841,13.3967 L11.5481,14.2837 L10.0121,15.1697 C9.5561,15.4327 8.9871,15.1047 8.9871,14.5787 L8.9871,11.0307 C8.9871,10.5047 9.5561,10.1767 10.0121,10.4397 Z" })] })) })));
29
+ };
30
+ exports.default = VideoSeries;
@@ -118,6 +118,7 @@ declare const lineIcons: {
118
118
  readonly ic_mail: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
119
119
  readonly ic_menu: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
120
120
  readonly ic_menu_design: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
121
+ readonly ic_menu_home: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
121
122
  readonly ic_mic_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
122
123
  readonly ic_mic_on: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
123
124
  readonly ic_minus: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -266,6 +267,7 @@ declare const lineIcons: {
266
267
  readonly ic_video: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
267
268
  readonly ic_videocall: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
268
269
  readonly ic_videocall_pro: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
270
+ readonly ic_video_episode: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
269
271
  readonly ic_video_guide: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
270
272
  readonly ic_video_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
271
273
  readonly ic_video_pip: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -273,6 +275,7 @@ declare const lineIcons: {
273
275
  readonly ic_video_playback_speed: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
274
276
  readonly ic_video_play_circle: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
275
277
  readonly ic_video_playlist: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
278
+ readonly ic_video_series: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
276
279
  readonly ic_video_type: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
277
280
  readonly ic_vod: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
278
281
  readonly ic_vodclass: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -122,6 +122,7 @@ var LogoSandoll_1 = __importDefault(require("./LogoSandoll"));
122
122
  var Mail_1 = __importDefault(require("./Mail"));
123
123
  var Menu_1 = __importDefault(require("./Menu"));
124
124
  var MenuDesign_1 = __importDefault(require("./MenuDesign"));
125
+ var MenuHome_1 = __importDefault(require("./MenuHome"));
125
126
  var MicOff_1 = __importDefault(require("./MicOff"));
126
127
  var MicOn_1 = __importDefault(require("./MicOn"));
127
128
  var Minus_1 = __importDefault(require("./Minus"));
@@ -280,6 +281,7 @@ var User_1 = __importDefault(require("./User"));
280
281
  var Video_1 = __importDefault(require("./Video"));
281
282
  var Videocall_1 = __importDefault(require("./Videocall"));
282
283
  var VideocallPro_1 = __importDefault(require("./VideocallPro"));
284
+ var VideoEpisode_1 = __importDefault(require("./VideoEpisode"));
283
285
  var VideoGuide_1 = __importDefault(require("./VideoGuide"));
284
286
  var VideoOff_1 = __importDefault(require("./VideoOff"));
285
287
  var VideoPip_1 = __importDefault(require("./VideoPip"));
@@ -287,6 +289,7 @@ var VideoPlay_1 = __importDefault(require("./VideoPlay"));
287
289
  var VideoPlaybackSpeed_1 = __importDefault(require("./VideoPlaybackSpeed"));
288
290
  var VideoPlayCircle_1 = __importDefault(require("./VideoPlayCircle"));
289
291
  var VideoPlaylist_1 = __importDefault(require("./VideoPlaylist"));
292
+ var VideoSeries_1 = __importDefault(require("./VideoSeries"));
290
293
  var VideoType_1 = __importDefault(require("./VideoType"));
291
294
  var Vod_1 = __importDefault(require("./Vod"));
292
295
  var VodClass_1 = __importDefault(require("./VodClass"));
@@ -415,6 +418,7 @@ var lineIcons = {
415
418
  ic_mail: Mail_1.default,
416
419
  ic_menu: Menu_1.default,
417
420
  ic_menu_design: MenuDesign_1.default,
421
+ ic_menu_home: MenuHome_1.default,
418
422
  ic_mic_off: MicOff_1.default,
419
423
  ic_mic_on: MicOn_1.default,
420
424
  ic_minus: Minus_1.default,
@@ -563,6 +567,7 @@ var lineIcons = {
563
567
  ic_video: Video_1.default,
564
568
  ic_videocall: Videocall_1.default,
565
569
  ic_videocall_pro: VideocallPro_1.default,
570
+ ic_video_episode: VideoEpisode_1.default,
566
571
  ic_video_guide: VideoGuide_1.default,
567
572
  ic_video_off: VideoOff_1.default,
568
573
  ic_video_pip: VideoPip_1.default,
@@ -570,6 +575,7 @@ var lineIcons = {
570
575
  ic_video_playback_speed: VideoPlaybackSpeed_1.default,
571
576
  ic_video_play_circle: VideoPlayCircle_1.default,
572
577
  ic_video_playlist: VideoPlaylist_1.default,
578
+ ic_video_series: VideoSeries_1.default,
573
579
  ic_video_type: VideoType_1.default,
574
580
  ic_vod: Vod_1.default,
575
581
  ic_vodclass: VodClass_1.default,
@@ -119,369 +119,7 @@ declare const colorSet: {
119
119
  grey300: string;
120
120
  darkgrey300: string;
121
121
  };
122
- readonly PaletteColor_Dark: {
123
- sys_container_background_01: string;
124
- sys_container_background_02: string;
125
- sys_container_background_03: string;
126
- sys_background_dimmed: string;
127
- sys_text_grey_01: string;
128
- sys_text_grey_02: string;
129
- sys_text_grey_03: string;
130
- sys_text_white: string;
131
- sys_text_brand_primary: string;
132
- sys_text_error_01: string;
133
- sys_widget_grey_01: string;
134
- sys_widget_grey_02: string;
135
- sys_widget_grey_03: string;
136
- sys_widget_primary_01: string;
137
- sys_widget_error_01: string;
138
- sys_widget_warning_01: string;
139
- sys_widget_success_01: string;
140
- sys_widget_white: string;
141
- sys_border_area_01: string;
142
- sys_border_line_01: string;
143
- sys_border_line_02: string;
144
- sys_border_line_03: string;
145
- sys_border_line_04: string;
146
- sys_border_line_05: string;
147
- sys_component_base_01: string;
148
- sys_component_base_02: string;
149
- sys_component_base_03: string;
150
- sys_component_base_red: string;
151
- sys_component_base_white: string;
152
- sys_component_base_white_opacity00: string;
153
- sys_on_base_white_opacity00: string;
154
- sys_on_base_white_opacity30: string;
155
- sys_on_base_black_opacity20: string;
156
- usr_brand_primary: string;
157
- usr_brand_secondary: string;
158
- usr_brand_secondary_variant: string;
159
- usr_background: string;
160
- usr_surface: string;
161
- usr_border: string;
162
- usr_on_brand_primary: string;
163
- usr_on_brand_secondary: string;
164
- usr_on_background: string;
165
- usr_on_surface: string;
166
- sys_widget_status_active_01: string;
167
- sys_text_success_01: string;
168
- sys_widget_grey_04: string;
169
- sys_text_active: string;
170
- sys_component_base_blue: string;
171
- sys_on_base_black_opacity65: string;
172
- sys_component_base_04: string;
173
- sys_component_base_black: string;
174
- sys_component_base_black_opacity00: string;
175
- usr_text_brand_secondary_variant: string;
176
- usr_text_brand_primary: string;
177
- usr_text_brand_on_primary: string;
178
- sys_text_brand_secondary_variant: string;
179
- sys_component_base_navy: string;
180
- sys_widget_lightgreen: string;
181
- sys_border_line_06: string;
182
- sys_background_dimmed_20: string;
183
- sys_widget_pink: string;
184
- sys_widget_primary_opacity20: string;
185
- sys_widget_secondary_variant_01: string;
186
- usr_component_base_brand_primary_opacity10: string;
187
- sys_temp_grey_01: string;
188
- sys_temp_grey_02: string;
189
- sys_temp_grey_03: string;
190
- sys_temp_grey_04: string;
191
- sys_temp_grey_05: string;
192
- sys_temp_white: string;
193
- sys_temp_primary_01: string;
194
- sys_temp_secondary_01: string;
195
- sys_temp_red: string;
196
- sys_temp_white_opacity_00: string;
197
- sys_temp_dimmed: string;
198
- sys_temp_black: string;
199
- sys_temp_primary_02: string;
200
- sys_temp_primary_03: string;
201
- sys_temp_secondary_02: string;
202
- sys_temp_lightgreen_01: string;
203
- sys_text_grey_04: string;
204
- sys_papp_post_social_background: string;
205
- sys_papp_post_notice_background: string;
206
- sys_papp_post_free_background: string;
207
- sys_papp_vod_background: string;
208
- sys_papp_vodplus_background: string;
209
- sys_papp_live_background: string;
210
- sys_selcontrols_base_off_disabled: string;
211
- sys_selcontrols_base_on_disabled: string;
212
- sys_component_base_blue_opacity10: string;
213
- sys_component_base_05: string;
214
- sys_background_dimmed_65: string;
215
- sys_temp_grey_06: string;
216
- sys_on_base_white_opacity10: string;
217
- sys_on_base_black_opacity10: string;
218
- sys_component_base_05_opacity00: string;
219
- sys_papp_post_notice_link: string;
220
- sys_component_base_navy_light: string;
221
- sys_component_base_orange: string;
222
- sys_component_base_grey: string;
223
- sys_component_base_black_opacity80: string;
224
- sys_text_darkgrey_02: string;
225
- sys_border_line_darktheme_01: string;
226
- sys_border_line_darktheme_02: string;
227
- sys_component_base_darktheme_01: string;
228
- sys_component_base_darktheme_02: string;
229
- sys_component_base_darktheme_03: string;
230
- sys_text_grey_darktheme_01: string;
231
- sys_text_grey_darktheme_02: string;
232
- sys_text_grey_darktheme_03: string;
233
- sys_widget_grey_darktheme_01: string;
234
- sys_widget_grey_darktheme_02: string;
235
- sys_widget_grey_darktheme_03: string;
236
- sys_component_base_green: string;
237
- sys_text_error_darktheme_01: string;
238
- sys_border_line_darktheme_03: string;
239
- sys_border_line_darktheme_04: string;
240
- usr_widget_brand_primary_darktheme_01: string;
241
- usr_text_brand_primary_darktheme_01: string;
242
- sys_component_base_black_opacity50: string;
243
- sys_component_base_card: string;
244
- sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
245
- sys_widget_green_01: string;
246
- sys_component_base_black_opacity30: string;
247
- sys_area_background: string;
248
- sys_border_white_opacity30: string;
249
- sys_container_background_wt: string;
250
- sys_channeldesc_grey_03: string;
251
- sys_channeldesc_border_grey_03: string;
252
- sys_gradient_base_01: string;
253
- sys_gradient_base_01_opacity00: string;
254
- sys_channeldesc_background: string;
255
- sys_channeldesc_bottomsheet_base: string;
256
- sys_channeldesc_bottomsheet_border: string;
257
- sys_channeldesc_contents_base: string;
258
- sys_channeldesc_dimmed: string;
259
- sys_gradient_base_01_opacity50: string;
260
- sys_gradient_base_01_opacity75: string;
261
- sys_gradient_base_01_opacity40: string;
262
- sys_widget_black: string;
263
- usr_temp_primary_01: string;
264
- sys_cpnt_sheet_base_02_opacity50: string;
265
- usr_menu_primarymenu_main: string;
266
- usr_menu_primarymenu_sub: string;
267
- usr_menu_secondarymenu_main: string;
268
- usr_menu_secondarymenu_sub: string;
269
- usr_menu_hover: string;
270
- usr_menu_active: string;
271
- usr_menu_background: string;
272
- sys_cpnt_base_white_opacity50: string;
273
- sys_widget_dark_01: string;
274
- usr_menu_background_gradient_opacity00: string;
275
- sys_border_line_white: string;
276
- sys_component_base_white_opacity10: string;
277
- sys_cpnt_sheet_base_01: string;
278
- sys_component_base_white_opacity20: string;
279
- sys_border_line_07: string;
280
- sys_border_line_white_opacity50: string;
281
- sys_background_dimmed_02: string;
282
- sys_border_line_08: string;
283
- sys_component_base_06: string;
284
- sys_component_base_07: string;
285
- sys_border_line_09: string;
286
- sys_component_base_darktheme_04: string;
287
- sys_border_line_10: string;
288
- sys_component_base_darktheme_05: string;
289
- sys_border_line_darktheme_05: string;
290
- sys_component_base_darktheme_06: string;
291
- sys_border_line_darktheme_06: string;
292
- sys_border_line_darktheme_07: string;
293
- sys_border_line_11: string;
294
- sys_base_dimmed_01: string;
295
- sys_kakao: string;
296
- sys_border_line_12: string;
297
- sys_component_base_08: string;
298
- sys_text_social_login_01: string;
299
- sys_text_social_login_02: string;
300
- sys_papp_livechat_link: string;
301
- sys_text_lighttone_grey_01: string;
302
- sys_widget_lighttone_primary_01: string;
303
- sys_text_lighttone_grey_02: string;
304
- sys_component_base_09: string;
305
- sys_component_base_darktheme_opacity20: string;
306
- sys_component_base_darktheme_disabled_opacity20: string;
307
- sys_border_white_opacity00: string;
308
- sys_border_line_darktheme_07_opacity00: string;
309
- sys_border_line_darktheme_02_opacity20: string;
310
- sys_border_line_darktheme_03_opacity20: string;
311
- sys_border_line_darktheme_07_opacity20: string;
312
- sys_component_base_grey_02_opacity80: string;
313
- sys_component_base_10: string;
314
- sys_component_pastel_base_01: string;
315
- sys_component_pastel_base_02: string;
316
- sys_component_pastel_base_03: string;
317
- sys_component_pastel_base_04: string;
318
- sys_component_pastel_base_05: string;
319
- sys_component_base_11: string;
320
- sys_loading_skeleton_01: string;
321
- sys_loading_skeleton_02: string;
322
- sys_loading_linear_bar: string;
323
- sys_loading_linear_base: string;
324
- sys_loading_three_bar: string;
325
- sys_widget_grey_05: string;
326
- sys_menu_background_transparent: string;
327
- sys_container_background_04: string;
328
- sys_menu_button_base: string;
329
- sys_background_dimmed_03: string;
330
- sys_cpnt_sheet_base_03: string;
331
- sys_dimmed_gradient_01: string;
332
- sys_dimmed_gradient_02: string;
333
- sys_border_line_13: string;
334
- sys_component_base_12: string;
335
- sys_border_line_14: string;
336
- sys_component_base_13: string;
337
- sys_component_base_14: string;
338
- sys_component_base_15: string;
339
- sys_component_base_16: string;
340
- sys_component_base_17: string;
341
- sys_widget_red_01: string;
342
- sys_widget_orange_01: string;
343
- sys_text_warning_01: string;
344
- sys_component_base_18: string;
345
- sys_cpnt_sheet_base_04: string;
346
- sys_cpnt_sheet_base_05: string;
347
- sys_cpnt_sheet_base_06: string;
348
- sys_facebook: string;
349
- sys_component_base_19: string;
350
- sys_cpnt_pagination_dot_01: string;
351
- sys_cpnt_pagination_dot_02: string;
352
- sys_component_base_white_opacity50: string;
353
- sys_component_base_20: string;
354
- sys_component_base_22: string;
355
- sys_component_base_21: string;
356
- sys_component_border_white_opacity20: string;
357
- sys_component_base_23: string;
358
- sys_component_base_darkgreen: string;
359
- sys_component_base_24: string;
360
- sys_border_line_15: string;
361
- sys_border_line_16: string;
362
- sys_component_base_hover_01: string;
363
- sys_component_on_base_01: string;
364
- sys_component_on_base_02: string;
365
- sys_component_on_base_03: string;
366
- sys_component_on_base_04: string;
367
- sys_component_on_base_05: string;
368
- sys_component_base_hover_02: string;
369
- sys_component_base_pressed_01: string;
370
- sys_widget_white_02: string;
371
- sys_component_base_hover_03: string;
372
- sys_component_base_pressed_02: string;
373
- sys_component_base_25: string;
374
- sys_editor_base_pages: string;
375
- sys_editor_base_papp: string;
376
- sys_text_black: string;
377
- sys_component_base_26: string;
378
- sys_component_base_27: string;
379
- sys_component_base_28: string;
380
- sys_widget_sidebar_label_text: string;
381
- sys_component_base_hover_darktheme: string;
382
- sys_component_base_pressed_darktheme: string;
383
- sys_component_base_hover_white: string;
384
- sys_component_base_pressed_white: string;
385
- sys_component_base_hover_transparent: string;
386
- sys_component_base_pressed_transparent: string;
387
- sys_text_white_opacity_01: string;
388
- sys_component_base_hover_04: string;
389
- sys_component_base_pressed_03: string;
390
- sys_cpnt_sheet_base_07: string;
391
- sys_cpnt_sheet_base_08: string;
392
- sys_cpnt_sheet_base_09: string;
393
- sys_cpnt_sheet_base_10: string;
394
- sys_component_base_29: string;
395
- sys_storyboard_group_base_grey01: string;
396
- sys_storyboard_group_base_blue01: string;
397
- sys_storyboard_group_base_red01: string;
398
- sys_storyboard_group_base_green01: string;
399
- sys_storyboard_card_base_blue01: string;
400
- sys_storyboard_card_base_red01: string;
401
- sys_storyboard_card_base_green01: string;
402
- sys_brand_secondary_variant: string;
403
- sys_button_tooltip_base: string;
404
- sys_text_button_tooltip: string;
405
- sys_membership_button_base: string;
406
- sys_membership_item_membership_base: string;
407
- sys_membership_item_price_product_base: string;
408
- sys_component_base_30: string;
409
- sys_component_base_31: string;
410
- sys_component_base_32: string;
411
- sys_component_base_33: string;
412
- sys_component_base_34: string;
413
- sys_component_base_35: string;
414
- sys_component_base_36: string;
415
- sys_component_base_37: string;
416
- sys_component_base_38: string;
417
- sys_plan_base_01: string;
418
- sys_plan_base_02: string;
419
- sys_plan_base_03: string;
420
- sys_text_warning_02: string;
421
- sys_component_base_39: string;
422
- sys_component_base_40: string;
423
- sys_component_base_41: string;
424
- sys_cpnt_slider_track: string;
425
- sys_cpnt_slider_track_active: string;
426
- sys_cpnt_slider_thumb_normal: string;
427
- sys_cpnt_slider_thumb_disabled: string;
428
- sys_cpnt_slider_thumb_hover_circle: string;
429
- sys_cpnt_slider_thumb_pressed_circle: string;
430
- sys_cpnt_slider_track_disabled: string;
431
- sys_component_base_42: string;
432
- sys_component_base_43: string;
433
- sys_icon_grey_darktheme_01: string;
434
- sys_icon_grey_darktheme_02: string;
435
- sys_icon_grey_darktheme_03: string;
436
- sys_widget_grey_01_opacity_50: string;
437
- sys_editor_layout_header: string;
438
- sys_editor_layout_navigation_panel: string;
439
- sys_editor_layout_canvas_area: string;
440
- sys_editor_layout_control_panel: string;
441
- sys_editor_layout_property_panel: string;
442
- sys_editor_layout_navigation_panel_section_item_area_normal: string;
443
- sys_component_base_44: string;
444
- sys_sw_sidebar_base: string;
445
- sys_sw_sidebar_label_text_normal: string;
446
- sys_sw_sidebar_item_text_normal: string;
447
- sys_sw_sidebar_item_text_selected: string;
448
- sys_sw_sidebar_label_icon_normal_01: string;
449
- sys_sw_sidebar_item_icon_normal: string;
450
- sys_sw_sidebar_item_icon_selected: string;
451
- sys_sw_sidebar_badge_base_01: string;
452
- sys_sw_sidebar_badge_base_02: string;
453
- sys_sw_sidebar_badge_text_01: string;
454
- sys_sw_sidebar_badge_text_02: string;
455
- sys_sw_sidebar_divider: string;
456
- sys_sw_sidebar_label_base_normal: string;
457
- sys_sw_sidebar_label_base_hover: string;
458
- sys_sw_sidebar_label_base_pressed: string;
459
- sys_sw_sidebar_item_base_normal: string;
460
- sys_sw_sidebar_item_base_hover: string;
461
- sys_sw_sidebar_item_base_pressed: string;
462
- sys_sw_sidebar_label_icon_normal_02: string;
463
- sys_text_black_02: string;
464
- sys_sw_sidebar_item_text_disabled: string;
465
- sys_text_grey_05: string;
466
- sys_text_white_02: string;
467
- sys_component_base_45: string;
468
- sys_component_base_46: string;
469
- sys_cpnt_list_chatbubble_download_button_base: string;
470
- sys_cpnt_sheet_base_11: string;
471
- sys_cpnt_sheet_base_12: string;
472
- sys_sw_sidebar_item_text_emphasis: string;
473
- sys_sw_sidebar_item_icon_emphasis: string;
474
- sys_sw_sidebar_divider_vertical: string;
475
- sys_cpnt_sheet_base_13: string;
476
- sys_cpnt_sheet_base_14: string;
477
- sys_cpnt_white_opacity60: string;
478
- sys_border_line_17: string;
479
- usr_brand_primary_opacity05: string;
480
- sys_cpnt_sheet_base_15: string;
481
- sys_cpnt_sheet_base_16: string;
482
- sys_cpnt_sheet_base_17: string;
483
- };
484
- readonly PaletteColor_light: {
122
+ readonly PaletteColor_light: {
485
123
  sys_container_background_01: string;
486
124
  sys_container_background_02: string;
487
125
  sys_container_background_03: string;
@@ -1712,5 +1350,367 @@ declare const colorSet: {
1712
1350
  ui_127: string;
1713
1351
  ui_128: string;
1714
1352
  };
1353
+ readonly PaletteColor_Dark: {
1354
+ sys_container_background_01: string;
1355
+ sys_container_background_02: string;
1356
+ sys_container_background_03: string;
1357
+ sys_background_dimmed: string;
1358
+ sys_text_grey_01: string;
1359
+ sys_text_grey_02: string;
1360
+ sys_text_grey_03: string;
1361
+ sys_text_white: string;
1362
+ sys_text_brand_primary: string;
1363
+ sys_text_error_01: string;
1364
+ sys_widget_grey_01: string;
1365
+ sys_widget_grey_02: string;
1366
+ sys_widget_grey_03: string;
1367
+ sys_widget_primary_01: string;
1368
+ sys_widget_error_01: string;
1369
+ sys_widget_warning_01: string;
1370
+ sys_widget_success_01: string;
1371
+ sys_widget_white: string;
1372
+ sys_border_area_01: string;
1373
+ sys_border_line_01: string;
1374
+ sys_border_line_02: string;
1375
+ sys_border_line_03: string;
1376
+ sys_border_line_04: string;
1377
+ sys_border_line_05: string;
1378
+ sys_component_base_01: string;
1379
+ sys_component_base_02: string;
1380
+ sys_component_base_03: string;
1381
+ sys_component_base_red: string;
1382
+ sys_component_base_white: string;
1383
+ sys_component_base_white_opacity00: string;
1384
+ sys_on_base_white_opacity00: string;
1385
+ sys_on_base_white_opacity30: string;
1386
+ sys_on_base_black_opacity20: string;
1387
+ usr_brand_primary: string;
1388
+ usr_brand_secondary: string;
1389
+ usr_brand_secondary_variant: string;
1390
+ usr_background: string;
1391
+ usr_surface: string;
1392
+ usr_border: string;
1393
+ usr_on_brand_primary: string;
1394
+ usr_on_brand_secondary: string;
1395
+ usr_on_background: string;
1396
+ usr_on_surface: string;
1397
+ sys_widget_status_active_01: string;
1398
+ sys_text_success_01: string;
1399
+ sys_widget_grey_04: string;
1400
+ sys_text_active: string;
1401
+ sys_component_base_blue: string;
1402
+ sys_on_base_black_opacity65: string;
1403
+ sys_component_base_04: string;
1404
+ sys_component_base_black: string;
1405
+ sys_component_base_black_opacity00: string;
1406
+ usr_text_brand_secondary_variant: string;
1407
+ usr_text_brand_primary: string;
1408
+ usr_text_brand_on_primary: string;
1409
+ sys_text_brand_secondary_variant: string;
1410
+ sys_component_base_navy: string;
1411
+ sys_widget_lightgreen: string;
1412
+ sys_border_line_06: string;
1413
+ sys_background_dimmed_20: string;
1414
+ sys_widget_pink: string;
1415
+ sys_widget_primary_opacity20: string;
1416
+ sys_widget_secondary_variant_01: string;
1417
+ usr_component_base_brand_primary_opacity10: string;
1418
+ sys_temp_grey_01: string;
1419
+ sys_temp_grey_02: string;
1420
+ sys_temp_grey_03: string;
1421
+ sys_temp_grey_04: string;
1422
+ sys_temp_grey_05: string;
1423
+ sys_temp_white: string;
1424
+ sys_temp_primary_01: string;
1425
+ sys_temp_secondary_01: string;
1426
+ sys_temp_red: string;
1427
+ sys_temp_white_opacity_00: string;
1428
+ sys_temp_dimmed: string;
1429
+ sys_temp_black: string;
1430
+ sys_temp_primary_02: string;
1431
+ sys_temp_primary_03: string;
1432
+ sys_temp_secondary_02: string;
1433
+ sys_temp_lightgreen_01: string;
1434
+ sys_text_grey_04: string;
1435
+ sys_papp_post_social_background: string;
1436
+ sys_papp_post_notice_background: string;
1437
+ sys_papp_post_free_background: string;
1438
+ sys_papp_vod_background: string;
1439
+ sys_papp_vodplus_background: string;
1440
+ sys_papp_live_background: string;
1441
+ sys_selcontrols_base_off_disabled: string;
1442
+ sys_selcontrols_base_on_disabled: string;
1443
+ sys_component_base_blue_opacity10: string;
1444
+ sys_component_base_05: string;
1445
+ sys_background_dimmed_65: string;
1446
+ sys_temp_grey_06: string;
1447
+ sys_on_base_white_opacity10: string;
1448
+ sys_on_base_black_opacity10: string;
1449
+ sys_component_base_05_opacity00: string;
1450
+ sys_papp_post_notice_link: string;
1451
+ sys_component_base_navy_light: string;
1452
+ sys_component_base_orange: string;
1453
+ sys_component_base_grey: string;
1454
+ sys_component_base_black_opacity80: string;
1455
+ sys_text_darkgrey_02: string;
1456
+ sys_border_line_darktheme_01: string;
1457
+ sys_border_line_darktheme_02: string;
1458
+ sys_component_base_darktheme_01: string;
1459
+ sys_component_base_darktheme_02: string;
1460
+ sys_component_base_darktheme_03: string;
1461
+ sys_text_grey_darktheme_01: string;
1462
+ sys_text_grey_darktheme_02: string;
1463
+ sys_text_grey_darktheme_03: string;
1464
+ sys_widget_grey_darktheme_01: string;
1465
+ sys_widget_grey_darktheme_02: string;
1466
+ sys_widget_grey_darktheme_03: string;
1467
+ sys_component_base_green: string;
1468
+ sys_text_error_darktheme_01: string;
1469
+ sys_border_line_darktheme_03: string;
1470
+ sys_border_line_darktheme_04: string;
1471
+ usr_widget_brand_primary_darktheme_01: string;
1472
+ usr_text_brand_primary_darktheme_01: string;
1473
+ sys_component_base_black_opacity50: string;
1474
+ sys_component_base_card: string;
1475
+ sys_cpnt_textlabel_sys_brand_primary_opacity50: string;
1476
+ sys_widget_green_01: string;
1477
+ sys_component_base_black_opacity30: string;
1478
+ sys_area_background: string;
1479
+ sys_border_white_opacity30: string;
1480
+ sys_container_background_wt: string;
1481
+ sys_channeldesc_grey_03: string;
1482
+ sys_channeldesc_border_grey_03: string;
1483
+ sys_gradient_base_01: string;
1484
+ sys_gradient_base_01_opacity00: string;
1485
+ sys_channeldesc_background: string;
1486
+ sys_channeldesc_bottomsheet_base: string;
1487
+ sys_channeldesc_bottomsheet_border: string;
1488
+ sys_channeldesc_contents_base: string;
1489
+ sys_channeldesc_dimmed: string;
1490
+ sys_gradient_base_01_opacity50: string;
1491
+ sys_gradient_base_01_opacity75: string;
1492
+ sys_gradient_base_01_opacity40: string;
1493
+ sys_widget_black: string;
1494
+ usr_temp_primary_01: string;
1495
+ sys_cpnt_sheet_base_02_opacity50: string;
1496
+ usr_menu_primarymenu_main: string;
1497
+ usr_menu_primarymenu_sub: string;
1498
+ usr_menu_secondarymenu_main: string;
1499
+ usr_menu_secondarymenu_sub: string;
1500
+ usr_menu_hover: string;
1501
+ usr_menu_active: string;
1502
+ usr_menu_background: string;
1503
+ sys_cpnt_base_white_opacity50: string;
1504
+ sys_widget_dark_01: string;
1505
+ usr_menu_background_gradient_opacity00: string;
1506
+ sys_border_line_white: string;
1507
+ sys_component_base_white_opacity10: string;
1508
+ sys_cpnt_sheet_base_01: string;
1509
+ sys_component_base_white_opacity20: string;
1510
+ sys_border_line_07: string;
1511
+ sys_border_line_white_opacity50: string;
1512
+ sys_background_dimmed_02: string;
1513
+ sys_border_line_08: string;
1514
+ sys_component_base_06: string;
1515
+ sys_component_base_07: string;
1516
+ sys_border_line_09: string;
1517
+ sys_component_base_darktheme_04: string;
1518
+ sys_border_line_10: string;
1519
+ sys_component_base_darktheme_05: string;
1520
+ sys_border_line_darktheme_05: string;
1521
+ sys_component_base_darktheme_06: string;
1522
+ sys_border_line_darktheme_06: string;
1523
+ sys_border_line_darktheme_07: string;
1524
+ sys_border_line_11: string;
1525
+ sys_base_dimmed_01: string;
1526
+ sys_kakao: string;
1527
+ sys_border_line_12: string;
1528
+ sys_component_base_08: string;
1529
+ sys_text_social_login_01: string;
1530
+ sys_text_social_login_02: string;
1531
+ sys_papp_livechat_link: string;
1532
+ sys_text_lighttone_grey_01: string;
1533
+ sys_widget_lighttone_primary_01: string;
1534
+ sys_text_lighttone_grey_02: string;
1535
+ sys_component_base_09: string;
1536
+ sys_component_base_darktheme_opacity20: string;
1537
+ sys_component_base_darktheme_disabled_opacity20: string;
1538
+ sys_border_white_opacity00: string;
1539
+ sys_border_line_darktheme_07_opacity00: string;
1540
+ sys_border_line_darktheme_02_opacity20: string;
1541
+ sys_border_line_darktheme_03_opacity20: string;
1542
+ sys_border_line_darktheme_07_opacity20: string;
1543
+ sys_component_base_grey_02_opacity80: string;
1544
+ sys_component_base_10: string;
1545
+ sys_component_pastel_base_01: string;
1546
+ sys_component_pastel_base_02: string;
1547
+ sys_component_pastel_base_03: string;
1548
+ sys_component_pastel_base_04: string;
1549
+ sys_component_pastel_base_05: string;
1550
+ sys_component_base_11: string;
1551
+ sys_loading_skeleton_01: string;
1552
+ sys_loading_skeleton_02: string;
1553
+ sys_loading_linear_bar: string;
1554
+ sys_loading_linear_base: string;
1555
+ sys_loading_three_bar: string;
1556
+ sys_widget_grey_05: string;
1557
+ sys_menu_background_transparent: string;
1558
+ sys_container_background_04: string;
1559
+ sys_menu_button_base: string;
1560
+ sys_background_dimmed_03: string;
1561
+ sys_cpnt_sheet_base_03: string;
1562
+ sys_dimmed_gradient_01: string;
1563
+ sys_dimmed_gradient_02: string;
1564
+ sys_border_line_13: string;
1565
+ sys_component_base_12: string;
1566
+ sys_border_line_14: string;
1567
+ sys_component_base_13: string;
1568
+ sys_component_base_14: string;
1569
+ sys_component_base_15: string;
1570
+ sys_component_base_16: string;
1571
+ sys_component_base_17: string;
1572
+ sys_widget_red_01: string;
1573
+ sys_widget_orange_01: string;
1574
+ sys_text_warning_01: string;
1575
+ sys_component_base_18: string;
1576
+ sys_cpnt_sheet_base_04: string;
1577
+ sys_cpnt_sheet_base_05: string;
1578
+ sys_cpnt_sheet_base_06: string;
1579
+ sys_facebook: string;
1580
+ sys_component_base_19: string;
1581
+ sys_cpnt_pagination_dot_01: string;
1582
+ sys_cpnt_pagination_dot_02: string;
1583
+ sys_component_base_white_opacity50: string;
1584
+ sys_component_base_20: string;
1585
+ sys_component_base_22: string;
1586
+ sys_component_base_21: string;
1587
+ sys_component_border_white_opacity20: string;
1588
+ sys_component_base_23: string;
1589
+ sys_component_base_darkgreen: string;
1590
+ sys_component_base_24: string;
1591
+ sys_border_line_15: string;
1592
+ sys_border_line_16: string;
1593
+ sys_component_base_hover_01: string;
1594
+ sys_component_on_base_01: string;
1595
+ sys_component_on_base_02: string;
1596
+ sys_component_on_base_03: string;
1597
+ sys_component_on_base_04: string;
1598
+ sys_component_on_base_05: string;
1599
+ sys_component_base_hover_02: string;
1600
+ sys_component_base_pressed_01: string;
1601
+ sys_widget_white_02: string;
1602
+ sys_component_base_hover_03: string;
1603
+ sys_component_base_pressed_02: string;
1604
+ sys_component_base_25: string;
1605
+ sys_editor_base_pages: string;
1606
+ sys_editor_base_papp: string;
1607
+ sys_text_black: string;
1608
+ sys_component_base_26: string;
1609
+ sys_component_base_27: string;
1610
+ sys_component_base_28: string;
1611
+ sys_widget_sidebar_label_text: string;
1612
+ sys_component_base_hover_darktheme: string;
1613
+ sys_component_base_pressed_darktheme: string;
1614
+ sys_component_base_hover_white: string;
1615
+ sys_component_base_pressed_white: string;
1616
+ sys_component_base_hover_transparent: string;
1617
+ sys_component_base_pressed_transparent: string;
1618
+ sys_text_white_opacity_01: string;
1619
+ sys_component_base_hover_04: string;
1620
+ sys_component_base_pressed_03: string;
1621
+ sys_cpnt_sheet_base_07: string;
1622
+ sys_cpnt_sheet_base_08: string;
1623
+ sys_cpnt_sheet_base_09: string;
1624
+ sys_cpnt_sheet_base_10: string;
1625
+ sys_component_base_29: string;
1626
+ sys_storyboard_group_base_grey01: string;
1627
+ sys_storyboard_group_base_blue01: string;
1628
+ sys_storyboard_group_base_red01: string;
1629
+ sys_storyboard_group_base_green01: string;
1630
+ sys_storyboard_card_base_blue01: string;
1631
+ sys_storyboard_card_base_red01: string;
1632
+ sys_storyboard_card_base_green01: string;
1633
+ sys_brand_secondary_variant: string;
1634
+ sys_button_tooltip_base: string;
1635
+ sys_text_button_tooltip: string;
1636
+ sys_membership_button_base: string;
1637
+ sys_membership_item_membership_base: string;
1638
+ sys_membership_item_price_product_base: string;
1639
+ sys_component_base_30: string;
1640
+ sys_component_base_31: string;
1641
+ sys_component_base_32: string;
1642
+ sys_component_base_33: string;
1643
+ sys_component_base_34: string;
1644
+ sys_component_base_35: string;
1645
+ sys_component_base_36: string;
1646
+ sys_component_base_37: string;
1647
+ sys_component_base_38: string;
1648
+ sys_plan_base_01: string;
1649
+ sys_plan_base_02: string;
1650
+ sys_plan_base_03: string;
1651
+ sys_text_warning_02: string;
1652
+ sys_component_base_39: string;
1653
+ sys_component_base_40: string;
1654
+ sys_component_base_41: string;
1655
+ sys_cpnt_slider_track: string;
1656
+ sys_cpnt_slider_track_active: string;
1657
+ sys_cpnt_slider_thumb_normal: string;
1658
+ sys_cpnt_slider_thumb_disabled: string;
1659
+ sys_cpnt_slider_thumb_hover_circle: string;
1660
+ sys_cpnt_slider_thumb_pressed_circle: string;
1661
+ sys_cpnt_slider_track_disabled: string;
1662
+ sys_component_base_42: string;
1663
+ sys_component_base_43: string;
1664
+ sys_icon_grey_darktheme_01: string;
1665
+ sys_icon_grey_darktheme_02: string;
1666
+ sys_icon_grey_darktheme_03: string;
1667
+ sys_widget_grey_01_opacity_50: string;
1668
+ sys_editor_layout_header: string;
1669
+ sys_editor_layout_navigation_panel: string;
1670
+ sys_editor_layout_canvas_area: string;
1671
+ sys_editor_layout_control_panel: string;
1672
+ sys_editor_layout_property_panel: string;
1673
+ sys_editor_layout_navigation_panel_section_item_area_normal: string;
1674
+ sys_component_base_44: string;
1675
+ sys_sw_sidebar_base: string;
1676
+ sys_sw_sidebar_label_text_normal: string;
1677
+ sys_sw_sidebar_item_text_normal: string;
1678
+ sys_sw_sidebar_item_text_selected: string;
1679
+ sys_sw_sidebar_label_icon_normal_01: string;
1680
+ sys_sw_sidebar_item_icon_normal: string;
1681
+ sys_sw_sidebar_item_icon_selected: string;
1682
+ sys_sw_sidebar_badge_base_01: string;
1683
+ sys_sw_sidebar_badge_base_02: string;
1684
+ sys_sw_sidebar_badge_text_01: string;
1685
+ sys_sw_sidebar_badge_text_02: string;
1686
+ sys_sw_sidebar_divider: string;
1687
+ sys_sw_sidebar_label_base_normal: string;
1688
+ sys_sw_sidebar_label_base_hover: string;
1689
+ sys_sw_sidebar_label_base_pressed: string;
1690
+ sys_sw_sidebar_item_base_normal: string;
1691
+ sys_sw_sidebar_item_base_hover: string;
1692
+ sys_sw_sidebar_item_base_pressed: string;
1693
+ sys_sw_sidebar_label_icon_normal_02: string;
1694
+ sys_text_black_02: string;
1695
+ sys_sw_sidebar_item_text_disabled: string;
1696
+ sys_text_grey_05: string;
1697
+ sys_text_white_02: string;
1698
+ sys_component_base_45: string;
1699
+ sys_component_base_46: string;
1700
+ sys_cpnt_list_chatbubble_download_button_base: string;
1701
+ sys_cpnt_sheet_base_11: string;
1702
+ sys_cpnt_sheet_base_12: string;
1703
+ sys_sw_sidebar_item_text_emphasis: string;
1704
+ sys_sw_sidebar_item_icon_emphasis: string;
1705
+ sys_sw_sidebar_divider_vertical: string;
1706
+ sys_cpnt_sheet_base_13: string;
1707
+ sys_cpnt_sheet_base_14: string;
1708
+ sys_cpnt_white_opacity60: string;
1709
+ sys_border_line_17: string;
1710
+ usr_brand_primary_opacity05: string;
1711
+ sys_cpnt_sheet_base_15: string;
1712
+ sys_cpnt_sheet_base_16: string;
1713
+ sys_cpnt_sheet_base_17: string;
1714
+ };
1715
1715
  };
1716
1716
  export default colorSet;
@@ -5,13 +5,13 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
6
  /* eslint-disable import/order */
7
7
  var SemanticColor_json_1 = __importDefault(require("./SemanticColor.json"));
8
- var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
9
8
  var PaletteColor_light_json_1 = __importDefault(require("./PaletteColor_light.json"));
10
9
  var UIColor_json_1 = __importDefault(require("./UIColor.json"));
10
+ var PaletteColor_Dark_json_1 = __importDefault(require("./PaletteColor_Dark.json"));
11
11
  var colorSet = {
12
12
  SemanticColor: SemanticColor_json_1.default,
13
- PaletteColor_Dark: PaletteColor_Dark_json_1.default,
14
13
  PaletteColor_light: PaletteColor_light_json_1.default,
15
- UIColor: UIColor_json_1.default
14
+ UIColor: UIColor_json_1.default,
15
+ PaletteColor_Dark: PaletteColor_Dark_json_1.default
16
16
  };
17
17
  exports.default = colorSet;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.100",
3
+ "version": "2.2.101",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.100]
2
+ ## [v2.2.101]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
5
  ### 업데이트 사항
6
- * [PDS-1248] 아이콘 추가 건
6
+ * [PDS-1250] 연재형 관련 아이콘 추가 건