pds-dev-kit-web 2.2.16 → 2.2.17

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.
Files changed (26) hide show
  1. package/dist/src/common/assets/icons/fill/BellOff.d.ts +4 -0
  2. package/dist/src/common/assets/icons/fill/BellOff.js +30 -0
  3. package/dist/src/common/assets/icons/fill/index.d.ts +1 -0
  4. package/dist/src/common/assets/icons/fill/index.js +2 -0
  5. package/dist/src/common/assets/icons/line/BellOff.d.ts +4 -0
  6. package/dist/src/common/assets/icons/line/BellOff.js +30 -0
  7. package/dist/src/common/assets/icons/line/ChatRoom11.d.ts +4 -0
  8. package/dist/src/common/assets/icons/line/ChatRoom11.js +30 -0
  9. package/dist/src/common/assets/icons/line/ChatRoomFree.d.ts +4 -0
  10. package/dist/src/common/assets/icons/line/ChatRoomFree.js +30 -0
  11. package/dist/src/common/assets/icons/line/ChatRoomGroup.d.ts +4 -0
  12. package/dist/src/common/assets/icons/line/ChatRoomGroup.js +30 -0
  13. package/dist/src/common/assets/icons/line/ChatRoomPaid.d.ts +4 -0
  14. package/dist/src/common/assets/icons/line/ChatRoomPaid.js +30 -0
  15. package/dist/src/common/assets/icons/line/index.d.ts +5 -0
  16. package/dist/src/common/assets/icons/line/index.js +10 -0
  17. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.d.ts +1 -1
  18. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/ContentsContainer.js +2 -1
  19. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTW.d.ts +18 -0
  20. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/WTW.js +112 -0
  21. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.d.ts +1 -0
  22. package/dist/src/desktop/layout/LayoutWT/Containers/ContentsContainer/variation/index.js +3 -1
  23. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.d.ts +1 -1
  24. package/dist/src/desktop/layout/LayoutWT/ContainersBox/ContainersBox.js +8 -4
  25. package/package.json +1 -1
  26. package/release-note.md +10 -4
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const BellOff: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default BellOff;
@@ -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 BellOff = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ 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: "M5.4253,8.2911 L16.3713,19.2371 L5.1123,19.2371 C3.7683,19.2371 3.0833,17.6931 4.0163,16.7681 L5.0023,15.7901 C5.0153,15.7771 5.0223,15.7601 5.0223,15.7431 L5.0223,10.7231 C5.0223,9.8951 5.1663,9.0731 5.4253,8.2911 Z M11.9997,1.9867 C13.0957,1.9867 13.9827,2.8387 14.0597,3.9147 C17.1477,4.8357 18.9777,7.7777 18.9777,10.7227 L18.9777,15.7427 C18.9777,15.7607 18.9847,15.7777 18.9977,15.7897 L19.9837,16.7677 C20.5667,17.3447 20.5177,18.1627 20.0727,18.6967 L7.0027,5.6257 C7.7677,4.8347 8.7487,4.2197 9.9417,3.8897 C10.0307,2.8257 10.9127,1.9867 11.9997,1.9867 Z M11.9999,22.4069 C13.4119,22.4069 14.5569,21.2619 14.5569,19.8499 L9.4429,19.8499 C9.4429,21.2619 10.5879,22.4069 11.9999,22.4069" }), (0, jsx_runtime_1.jsx)("line", { x1: "4.15", x2: "19.85", y1: "4.894", y2: "20.595", stroke: color, strokeLinecap: "round", strokeWidth: "1.5" })] })) })));
29
+ };
30
+ exports.default = BellOff;
@@ -15,6 +15,7 @@ declare const fillIcons: {
15
15
  readonly ic_audio: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
16
16
  readonly ic_bell: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
17
17
  readonly ic_bell_notification: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
18
+ readonly ic_bell_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
18
19
  readonly ic_bookmark: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
19
20
  readonly ic_button: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
20
21
  readonly ic_calendar: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -18,6 +18,7 @@ var ArrowUpStepper_1 = __importDefault(require("./ArrowUpStepper"));
18
18
  var Audio_1 = __importDefault(require("./Audio"));
19
19
  var Bell_1 = __importDefault(require("./Bell"));
20
20
  var BellNotification_1 = __importDefault(require("./BellNotification"));
21
+ var BellOff_1 = __importDefault(require("./BellOff"));
21
22
  var Bookmark_1 = __importDefault(require("./Bookmark"));
22
23
  var Button_1 = __importDefault(require("./Button"));
23
24
  var Calendar_1 = __importDefault(require("./Calendar"));
@@ -143,6 +144,7 @@ var fillIcons = {
143
144
  ic_audio: Audio_1.default,
144
145
  ic_bell: Bell_1.default,
145
146
  ic_bell_notification: BellNotification_1.default,
147
+ ic_bell_off: BellOff_1.default,
146
148
  ic_bookmark: Bookmark_1.default,
147
149
  ic_button: Button_1.default,
148
150
  ic_calendar: Calendar_1.default,
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const BellOff: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default BellOff;
@@ -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 BellOff = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ 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: "M5.4252,8.2905 L6.6522,9.5175 C6.5722,9.9305 6.5222,10.3385 6.5222,10.7235 L6.5222,15.7665 C6.5222,16.1845 6.3602,16.5775 6.0652,16.8725 L5.1582,17.7715 L14.8982,17.7645 L16.3952,19.2615 L15.4169999,19.2618075 C15.4164535,21.1453465 13.8836642,22.6778 12,22.6778 C10.116,22.6778 8.583,21.1448 8.583,19.2608 L8.58216668,19.2613 L5.1132,19.2615 C3.7682,19.2615 3.0832,17.7175 4.0162,16.7915 L5.0022,15.8145 C5.0152,15.8015 5.0222,15.7845 5.0222,15.7665 L5.0222,10.7235 C5.0222,9.8955 5.1662,9.0725 5.4252,8.2905 Z M13.9161667,19.2613 L10.0830003,19.2618066 C10.0835461,20.3183459 10.9433356,21.1778 12,21.1778 C13.057,21.1778 13.917,20.3178 13.917,19.2608 L13.9161667,19.2613 Z M11.9998,1.9873 C13.0948,1.9873 13.9828,2.8383 14.0598,3.9143 C17.1478,4.8353 18.9778,7.7773 18.9778,10.7233 L18.9778,15.7663 C18.9778,15.7843 18.9848,15.8013 18.9978,15.8143 L19.9838,16.7913 C20.5608,17.3643 20.5168,18.1713 20.0828,18.7053 L17.5338,16.1573 C17.5008,16.0303 17.4778,15.9003 17.4778,15.7663 L17.4778,10.7233 C17.4778,8.2363 15.8958,6.0273 13.6318,5.3523 L12.6378,5.0553 L12.5638,4.0213 C12.5418,3.7173 12.2998,3.4873 11.9998,3.4873 C11.7038,3.4873 11.4628,3.7143 11.4368,4.0153 L11.3498,5.0583 L10.3408,5.3363 C9.3758,5.6023 8.6378,6.0923 8.0668,6.6903 L7.0028,5.6263 C7.7678,4.8343 8.7478,4.2193 9.9428,3.8903 C10.0308,2.8263 10.9128,1.9873 11.9998,1.9873 Z" }), (0, jsx_runtime_1.jsx)("line", { x1: "4.15", x2: "19.85", y1: "4.894", y2: "20.595", stroke: color, strokeLinecap: "round", strokeWidth: "1.5" })] })) })));
29
+ };
30
+ exports.default = BellOff;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ChatRoom11: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ChatRoom11;
@@ -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 ChatRoom11 = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M19.2567,1.4396 C21.3397,1.4396 23.0277,3.1276 23.0277,5.2106 L23.0277,14.9636 C23.0277,17.0456 21.3397,18.7336 19.2567,18.7336 L17.4117,18.7336 L17.4117,20.8456 C17.4117,21.8716 16.5717,22.5606 15.6907,22.5606 C15.2947,22.5606 14.8897,22.4216 14.5497,22.1116 L10.8337,18.7336 L4.7437,18.7336 C2.6607,18.7336 0.9727,17.0456 0.9727,14.9636 L0.9727,5.2106 C0.9727,3.1276 2.6607,1.4396 4.7437,1.4396 L19.2567,1.4396 Z M19.2567,2.9396 L4.7437,2.9396 C3.4917,2.9396 2.4727,3.9586 2.4727,5.2106 L2.4727,14.9636 C2.4727,16.2156 3.4917,17.2336 4.7437,17.2336 L11.4137,17.2336 L11.8417,17.6236 L15.5587,21.0016 C15.6147,21.0536 15.6567,21.0606 15.6907,21.0606 C15.6927,21.0606 15.9117,21.0546 15.9117,20.8456 L15.9117,17.2336 L19.2567,17.2336 C20.5087,17.2336 21.5277,16.2156 21.5277,14.9636 L21.5277,5.2106 C21.5277,3.9586 20.5087,2.9396 19.2567,2.9396 Z M14.764,9.8287 C16.826,9.8287 18.552,11.2627 19,13.1877 C19.117,13.6937 18.726,14.1767 18.208,14.1767 L15.04961,14.1775768 C15.0084137,14.6558358 14.6025113,15.0532 14.0912,15.0532 L5.9412,15.0532 C5.3272,15.0532 4.8652,14.4802 5.0042,13.8822 C5.5342,11.6042 7.5772,9.9072 10.0162,9.9072 L10.2509586,9.91246015 C11.0359706,9.9477107 11.7752307,10.1588603 12.4302447,10.5074494 C13.1042853,10.0777208 13.9051423,9.8287 14.764,9.8287 Z M14.764,11.3287 C14.4075486,11.3287 14.0650061,11.3933208 13.7485934,11.5127598 C14.0782911,11.8581549 14.3589464,12.2497578 14.5815296,12.6764732 L17.19,12.6767 C16.684,11.8537 15.78,11.3287 14.764,11.3287 Z M14.7518,5.7279 C15.7868,5.7279 16.6258,6.5669 16.6258,7.6019 C16.6258,8.6369 15.7868,9.4759 14.7518,9.4759 C13.7168,9.4759 12.8778,8.6369 12.8778,7.6019 C12.8778,6.5669 13.7168,5.7279 14.7518,5.7279 Z M10.0017,4.8525 C11.2257,4.8525 12.2187,5.8445 12.2187,7.0695 C12.2187,8.2945 11.2257,9.2865 10.0017,9.2865 C8.7767,9.2865 7.7837,8.2945 7.7837,7.0695 C7.7837,5.8445 8.7767,4.8525 10.0017,4.8525 Z M14.7518,7.2279 C14.5458,7.2279 14.3778,7.3959 14.3778,7.6019 C14.3778,7.8079 14.5458,7.9759 14.7518,7.9759 C14.9578,7.9759 15.1258,7.8079 15.1258,7.6019 C15.1258,7.3959 14.9578,7.2279 14.7518,7.2279 Z" }) })));
29
+ };
30
+ exports.default = ChatRoom11;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ChatRoomFree: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ChatRoomFree;
@@ -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 ChatRoomFree = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M16.3118,20.4041 C16.4768,20.4041 16.6428,20.4581 16.7808,20.5691 C17.1038,20.8281 17.1548,21.2991 16.8978,21.6221 L16.8238,21.7081 L16.8158,21.7171 L16.8028,21.7291 L16.7948,21.7381 C16.7878,21.7451 16.7878,21.7451 16.7878,21.7461 C16.7798,21.7541 16.7788,21.7541 16.7788,21.7541 L16.7718,21.7621 L16.7648,21.7681 C16.7578,21.7751 16.7568,21.7761 16.7568,21.7761 L16.7458,21.7871 L16.6132028,21.9002481 C16.3866056,22.0739056 16.1173,22.1887667 15.8348,22.2321 C15.8288,22.2331 15.8238,22.2341 15.8178,22.2351 L15.8058,22.2371 L15.7888,22.2391 L15.7738,22.2411 L15.7648,22.2421 L15.7463,22.243975 L15.7358,22.2451 L15.7148,22.2466 L15.702175,22.2476 L15.687425,22.2486 L15.6698,22.249975 L15.6488,22.250975 L15.6163,22.2516 L15.5828,22.2521 C15.1978,22.2521 14.8058,22.1171 14.4758,21.8171 C14.4578,21.8011 14.3758,21.7261 14.3758,21.7261 C14.0688,21.4471 14.0468,20.9731 14.3248,20.6671 C14.4728,20.5041 14.6768,20.4211 14.8798,20.4211 C15.0608,20.4211 15.2408,20.4851 15.3848,20.6161 L15.4838,20.7071 C15.5298,20.7481 15.5588,20.7521 15.5828,20.7521 C15.6348,20.7521 15.6948,20.7231 15.7268,20.6841 C15.8748,20.5001 16.0918,20.4041 16.3118,20.4041 Z M11.4468,17.0371 L11.8758,17.4271 L13.2708,18.6941 C13.5768,18.9731 13.5998,19.4471 13.3208,19.7541 C13.1728,19.9171 12.9698,19.9991 12.7658,19.9991 C12.5868,19.9991 12.4068,19.9361 12.2638,19.8061 L10.9178,18.5831 L10.9098,18.5761 L10.9008,18.5681 C10.8948,18.5621 10.8928,18.5611 10.8918,18.5591 C10.8878,18.5561 10.8858,18.5541 10.8828,18.5521 C10.8728,18.5421 10.8668,18.5371 10.8668,18.5371 L9.8948,18.5371 C9.4808,18.5371 9.1448,18.2011 9.1448,17.7871 C9.1448,17.3731 9.4808,17.0371 9.8948,17.0371 L11.4468,17.0371 Z M19.6428,16.9761 C19.9898,16.9761 20.3018,17.2191 20.3758,17.5731 C20.4608,17.9781 20.2008,18.3741 19.7968,18.4601 C19.6358,18.4931 19.4708,18.5161 19.3028,18.5281 L19.2918,18.5291 L19.2808,18.5301 L19.265675,18.5306 L19.2478,18.5316 L19.230175,18.532225 L19.2068,18.533975 L19.183175,18.5346 L19.1533,18.535225 L19.1088,18.536975 L17.2538,18.5371 L17.2538,18.8481 C17.2538,19.2621 16.9178,19.5981 16.5038,19.5981 C16.0898,19.5981 15.7538,19.2621 15.7538,18.8481 L15.7538,17.0371 L19.0448,17.0371 C19.1948,17.0371 19.3438,17.0221 19.4888,16.9921 C19.5408,16.9811 19.5918,16.9761 19.6428,16.9761 Z M4.3418,16.9731 C4.3948,16.9731 4.4468,16.9781 4.4998,16.9891 C4.6488,17.0211 4.8018,17.0371 4.9558,17.0371 L7.0378,17.0371 C7.4518,17.0371 7.7878,17.3731 7.7878,17.7871 C7.7878,18.2011 7.4518,18.5371 7.0378,18.5371 L4.8958,18.5371 L4.8498,18.5361 L4.8188,18.5351 L4.7958,18.5341 L4.7718,18.5331 L4.7538,18.5321 L4.7358,18.5311 L4.7218,18.5301 L4.7058,18.5291 L4.6888,18.5281 L4.6768,18.5271 C4.5058,18.5131 4.3438,18.4901 4.1858,18.4561 C3.7808,18.3691 3.5228,17.9711 3.6098,17.5661 C3.6848,17.2141 3.9958,16.9731 4.3418,16.9731 Z M21.9548,13.4081 C22.3688,13.4081 22.7048,13.7441 22.7048,14.1581 L22.7048,14.9481 L22.7038,14.9891 L22.7028,15.0171 L22.7018,15.0421 L22.7008,15.0541 C22.7008,15.0571 22.7008,15.0611 22.6998,15.0641 L22.6998,15.0771 L22.6988,15.0951 L22.6978,15.1131 L22.6968,15.1231 L22.6958,15.1411 L22.6948,15.1531 L22.6938,15.1651 L22.6928,15.1761 L22.6918,15.1881 L22.6908,15.2051 L22.6898,15.2171 L22.6888,15.2291 C22.6878,15.2381 22.6868,15.2411 22.6868,15.2451 L22.6858,15.2571 L22.6848,15.2691 L22.6828,15.2791 L22.6818,15.2921 L22.6808,15.3031 C22.6798,15.3111 22.6798,15.3121 22.6788,15.3141 C22.6788,15.3181 22.6778,15.3221 22.6778,15.3251 C22.6768,15.3351 22.6758,15.3391 22.6758,15.3421 C22.6738,15.3521 22.6738,15.3561 22.6728,15.3601 C22.6718,15.3681 22.6718,15.3701 22.6718,15.3711 C22.6698,15.3811 22.6698,15.3851 22.6698,15.3881 L22.6668,15.4051 C22.6658,15.4151 22.6648,15.4191 22.6648,15.4221 L22.6618,15.4391 L22.6588,15.4561 L22.6578,15.4681 C22.6558,15.4781 22.6548,15.4811 22.6548,15.4851 C22.6528,15.4941 22.6518,15.4981 22.6518,15.5021 C22.6498,15.5111 22.6488,15.5151 22.6488,15.5191 C22.6478,15.5281 22.6468,15.5321 22.6458,15.5361 L22.6428,15.5531 L22.6398,15.5691 C22.6388,15.5731 22.6378,15.5771 22.6368,15.5811 L22.6338,15.5981 L22.631425,15.608975 C22.6288,15.6201 22.6278,15.6261 22.6278,15.6311 L22.6238,15.6481 L22.6198,15.6641 C22.5218,16.1121 22.3418,16.5281 22.0968,16.8971 C21.9528,17.1141 21.7148,17.2311 21.4728,17.2311 C21.3308,17.2311 21.1868,17.1911 21.0588,17.1071 C20.7138,16.8781 20.6188,16.4121 20.8478,16.0671 C21.0818,15.7141 21.2048,15.3031 21.2048,14.8771 L21.2048,14.1581 C21.2048,13.7441 21.5408,13.4081 21.9548,13.4081 Z M2.0448,13.3881 C2.4588,13.3881 2.7948,13.7241 2.7948,14.1381 L2.7948,14.8771 C2.7948,15.2991 2.9158,15.7071 3.1458,16.0571 C3.3728,16.4041 3.2748,16.8691 2.9288,17.0961 C2.8018,17.1791 2.6598,17.2181 2.5188,17.2181 C2.2738,17.2181 2.0348,17.0991 1.8908,16.8791 C1.8658,16.8411 1.8408,16.8021 1.8178,16.7631 C1.8158,16.7591 1.8138,16.7561 1.8118,16.7531 C1.8068,16.7451 1.8048,16.7421 1.8028,16.7391 L1.7948,16.7251 L1.7898,16.7151 L1.7838,16.7056 C1.7788,16.6971 1.7788,16.6961 1.7778,16.6961 L1.7738,16.6871 L1.7678,16.6771 C1.7628,16.6681 1.7618,16.6671 1.7618,16.6671 C1.7568,16.6581 1.7558,16.6571 1.7558,16.6571 C1.7518,16.6481 1.7508,16.6471 1.7508,16.6471 C1.7468,16.6391 1.7458,16.6381 1.7448,16.6371 C1.7398,16.6271 1.7388,16.6261 1.7388,16.6251 C1.7328,16.6151 1.7328,16.6131 1.7318,16.6121 L1.7268,16.6031 L1.7218,16.5931 C1.7178,16.5861 1.7168,16.5841 1.7158,16.5831 C1.7118,16.5761 1.7118,16.5741 1.7108,16.5731 L1.7058,16.5641 L1.7008,16.5541 L1.6948,16.5431 C1.6908,16.5351 1.6898,16.5321 1.6878,16.5291 L1.6828,16.5186 L1.6778,16.5091 L1.6728,16.4991 C1.6708,16.4951 1.6698,16.4921 1.6678,16.4891 C1.6638,16.4801 1.6618,16.4771 1.6608,16.4741 L1.6558,16.463725 L1.6498,16.4511 C1.6418,16.4351 1.6378,16.4271 1.6338,16.4181 C1.6318,16.4131 1.6298,16.4081 1.6278,16.4031 L1.6208,16.3881 L1.6148,16.3756 L1.6088,16.3631 L1.51431852,16.1282111 C1.45646667,15.9691 1.40913333,15.8051 1.3738,15.6371 L1.3708,15.6201 L1.3678,15.6091 L1.3658,15.5976 L1.363175,15.5836 L1.3593,15.566975 L1.357175,15.552975 L1.3543,15.5386 L1.3513,15.5221 L1.349175,15.5076 L1.3468,15.4961 L1.3448,15.4851 L1.343175,15.473975 L1.3413,15.462225 L1.3398,15.4511 L1.3378,15.4401 L1.3358,15.4231 L1.3328,15.4061 L1.3308,15.3941 C1.3298,15.3851 1.3298,15.3811 1.3288,15.3771 C1.3278,15.3681 1.3268,15.3641 1.3268,15.3601 L1.3248,15.3481 L1.3233,15.3371 L1.3218,15.3251 L1.3208,15.3151 L1.3188,15.2961 L1.3168,15.2861 L1.3158,15.2681 L1.3143,15.2541 L1.3128,15.2391 L1.3113,15.2251 L1.3098,15.2041 L1.307925,15.190225 L1.3068,15.1691 L1.3058,15.1591 L1.3038,15.1291 L1.302675,15.1176 L1.3008,15.0821 L1.2988,15.0431 L1.2978,15.0181 L1.2958,14.9531 L1.2948,14.1381 C1.2948,13.7241 1.6308,13.3881 2.0448,13.3881 Z M7.7578,8.0515 L7.7578,8.9455 L5.9448,8.9455 L5.9448,9.9515 L7.3608,9.9515 L7.3608,10.8245 L5.9448,10.8245 L5.9448,12.4995 L4.7008,12.4995 L4.7008,8.3985 C4.7008,8.2075 4.8558,8.0515 5.0478,8.0515 L7.7578,8.0515 Z M15.8296,8.0523 L15.8296,8.9453 L13.9906,8.9453 L13.9906,9.7923 L15.4266,9.7923 L15.4266,10.6663 L13.9906,10.6663 L13.9906,11.6063 L15.8896,11.6063 L15.8896,12.4993 L13.1066,12.4993 C12.9146,12.4993 12.7596,12.3443 12.7596,12.1523 L12.7596,8.3983 C12.7596,8.2073 12.9146,8.0523 13.1066,8.0523 L15.8296,8.0523 Z M19.6773,8.0522 L19.6773,8.9452 L17.8383,8.9452 L17.8383,9.7922 L19.2733,9.7922 L19.2733,10.6662 L17.8383,10.6662 L17.8383,11.6062 L19.7373,11.6062 L19.7373,12.4992 L16.9543,12.4992 C16.7623,12.4992 16.6073,12.3442 16.6073,12.1522 L16.6073,8.3992 C16.6073,8.2072 16.7623,8.0522 16.9543,8.0522 L19.6773,8.0522 Z M10.2877,8.0519 C11.4127,8.0519 11.9757,8.4819 11.9757,9.4419 C11.9757,10.0509 11.7047,10.3619 11.2407,10.5599 L11.2407,10.5869 L12.2337,12.4989 L10.9367,12.4989 L10.1297,10.8779 L9.6657,10.8779 L9.6657,12.4989 L8.4217,12.4989 L8.4217,8.3989 C8.4217,8.2069 8.5777,8.0519 8.7687,8.0519 Z M21.9548,7.6941 C22.3688,7.6941 22.7048,8.0301 22.7048,8.4441 L22.7048,11.3011 C22.7048,11.7151 22.3688,12.0511 21.9548,12.0511 C21.5408,12.0511 21.2048,11.7151 21.2048,11.3011 L21.2048,8.4441 C21.2048,8.0301 21.5408,7.6941 21.9548,7.6941 Z M2.0448,7.6741 C2.4588,7.6741 2.7948,8.0101 2.7948,8.4241 L2.7948,11.2811 C2.7948,11.6961 2.4588,12.0311 2.0448,12.0311 C1.6308,12.0311 1.2948,11.6961 1.2948,11.2811 L1.2948,8.4241 C1.2948,8.0101 1.6308,7.6741 2.0448,7.6741 Z M10.1027,8.8989 L9.6527,8.8989 L9.6527,10.1299 L10.1227,10.1299 C10.5657,10.1299 10.7377,9.9189 10.7377,9.5019 C10.7377,9.0839 10.5597,8.8989 10.1027,8.8989 Z M21.2108,2.7141 C21.4148,2.7141 21.6188,2.7981 21.7678,2.9621 C22.1148,3.3491 22.3818,3.8111 22.5408,4.3201 C22.5538,4.3631 22.5658,4.4061 22.5778,4.4501 L22.5808,4.4611 L22.589425,4.493975 L22.5968,4.5211 L22.5998,4.5321 L22.6018,4.5431 L22.6073,4.5651 L22.6128,4.5871 L22.6148,4.5981 C22.6168,4.6061 22.6168,4.6071 22.6178,4.6091 L22.6198,4.6201 L22.624675,4.6426 L22.6278,4.6591 C22.6298,4.6671 22.6298,4.6691 22.6308,4.6701 L22.6328,4.6811 L22.6348,4.6921 L22.636675,4.7016 L22.6398,4.718475 L22.6428,4.7321 L22.6443,4.7411 L22.646675,4.7521 L22.648675,4.7631 L22.649925,4.7746 L22.653425,4.7946 L22.6558,4.8061 L22.6578,4.8171 L22.6588,4.8281 L22.6608,4.8391 L22.6628,4.8501 L22.6653,4.8681 L22.6668,4.8791 L22.6688,4.8901 L22.670675,4.905475 L22.672675,4.9191 L22.6738,4.9301 L22.6768,4.9541 L22.678675,4.9656 L22.6798,4.9761 L22.681675,4.990725 L22.6828,5.0061 L22.6843,5.0171 L22.6858,5.0281 L22.686925,5.043475 L22.6883,5.0546 L22.6893,5.0656 L22.690675,5.0771 L22.691675,5.097975 L22.6928,5.1151 L22.694675,5.1296 L22.694925,5.141475 L22.695925,5.155475 L22.6973,5.170225 L22.698675,5.188475 L22.6988,5.2021 L22.7003,5.2226 L22.7008,5.2421 L22.702675,5.2676 L22.703675,5.296475 L22.7043,5.334975 L22.7048,5.5871 C22.7048,6.0011 22.3688,6.3371 21.9548,6.3371 C21.5408,6.3371 21.2048,6.0011 21.2048,5.5871 L21.2048,5.4081 C21.2048,4.8741 21.0088,4.3621 20.6528,3.9651 C20.3758,3.6571 20.4008,3.1831 20.7098,2.9061 C20.8528,2.7781 21.0318,2.7141 21.2108,2.7141 Z M2.7998,2.7031 C2.9798,2.7031 3.1608,2.7671 3.3038,2.8971 C3.6108,3.1761 3.6338,3.6501 3.3548,3.9571 C2.9938,4.3551 2.7948,4.8701 2.7948,5.4081 L2.7948,5.5671 C2.7948,5.9821 2.4588,6.3171 2.0448,6.3171 C1.6308,6.3171 1.2948,5.9821 1.2948,5.5671 L1.294925,5.3356 L1.2968,5.2691 L1.297925,5.2446 L1.2998,5.2061 L1.3018,5.1721 L1.3028,5.1581 L1.3048,5.1301 L1.3058,5.1191 L1.3078,5.0941 L1.3088,5.0831 L1.3108,5.0661 C1.3108,5.0621 1.3118,5.0581 1.3118,5.0541 L1.3138,5.0321 L1.3158,5.0211 L1.3168,4.9991 C1.3178,4.9901 1.3188,4.9891 1.3188,4.9871 L1.320175,4.9736 L1.321675,4.963725 L1.3228,4.9491 L1.3258,4.9271 L1.3288,4.9051 C1.3308,4.8941 1.3318,4.8871 1.3328,4.8811 C1.3338,4.8701 1.3348,4.8701 1.3348,4.8691 L1.3368,4.8491 C1.3388,4.8401 1.3388,4.8391 1.3388,4.8381 C1.3398,4.8301 1.3408,4.8281 1.3408,4.8271 C1.3428,4.8111 1.3448,4.8001 1.3468,4.7901 L1.3488,4.7791 L1.3518,4.7631 C1.3528,4.7561 1.3528,4.7551 1.3538,4.7531 C1.3548,4.7451 1.3548,4.7441 1.3558,4.7421 L1.3588,4.723975 L1.3618,4.7051 L1.3638,4.6951 C1.3668,4.6851 1.3668,4.6841 1.3668,4.6841 L1.3688,4.6741 L1.3708,4.6631 L1.3818,4.6121 L1.3838,4.6011 L1.3868,4.5901 L1.3953,4.554475 L1.4028,4.5231 L1.4058,4.5106 L1.47129537,4.28359074 C1.5903,3.91451667 1.76613333,3.5716 1.9878,3.2641 L1.9948,3.2561 C1.9988,3.2501 1.9998,3.2491 2.0008,3.2471 L2.0068,3.2391 L2.0203,3.2206 L2.0308,3.2061 C2.0368,3.1981 2.0378,3.1981 2.0378,3.1971 L2.0448,3.1891 L2.0508,3.1811 C2.0568,3.1731 2.0568,3.1731 2.0568,3.1721 L2.0648,3.1626 C2.0698,3.1551 2.0738,3.1511 2.0778,3.1461 L2.0848,3.137475 L2.0918,3.1281 C2.0978,3.1211 2.0978,3.1201 2.0988,3.1191 L2.1058,3.1111 C2.1108,3.1041 2.1118,3.1031 2.1118,3.1021 L2.1198,3.0931 L2.1278,3.0841 C2.1318,3.0781 2.1328,3.0771 2.1338,3.0761 L2.1408,3.0681 C2.1458,3.0611 2.1468,3.0611 2.1478,3.0591 L2.1588,3.0471 L2.20355,2.994725 L2.2458,2.9481 C2.3938,2.7851 2.5968,2.7031 2.7998,2.7031 Z M19.1058,1.7481 L19.1188,1.7491 C19.1658,1.7501 19.2128,1.7511 19.2588,1.7541 C19.6728,1.7781 19.9888,2.1331 19.9648,2.5461 C19.9418,2.9451 19.6108,3.2531 19.2168,3.2531 L19.1728,3.2521 C19.1308,3.2491 19.0878,3.2481 19.0448,3.2481 L16.1878,3.2481 C15.7738,3.2481 15.4378,2.9121 15.4378,2.4981 C15.4378,2.0841 15.7738,1.7481 16.1878,1.7481 L19.1058,1.7481 Z M7.6168,1.7481 C8.0308,1.7481 8.3668,2.0841 8.3668,2.4981 C8.3668,2.9121 8.0308,3.2481 7.6168,3.2481 L4.8973,3.24885 L4.8388,3.2511 C4.8248,3.2521 4.8118,3.2521 4.7988,3.2521 C4.4028,3.2521 4.0708,2.9421 4.0498,2.5421 C4.0288,2.1291 4.3448,1.7771 4.7568,1.7531 C4.7738,1.7521 4.7908,1.7521 4.8078,1.7511 L4.8188,1.7511 L4.8928,1.7491 Z M13.3308,1.7481 C13.7448,1.7481 14.0808,2.0841 14.0808,2.4981 C14.0808,2.9121 13.7448,3.2481 13.3308,3.2481 L10.4738,3.2481 C10.0598,3.2481 9.7238,2.9121 9.7238,2.4981 C9.7238,2.0841 10.0598,1.7481 10.4738,1.7481 Z" }) })));
29
+ };
30
+ exports.default = ChatRoomFree;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ChatRoomGroup: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ChatRoomGroup;
@@ -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 ChatRoomGroup = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M19.2567,1.4396 C21.3397,1.4396 23.0277,3.1276 23.0277,5.2106 L23.0277,14.9636 C23.0277,17.0456 21.3397,18.7336 19.2567,18.7336 L17.4117,18.7336 L17.4117,20.8456 C17.4117,21.8716 16.5717,22.5606 15.6907,22.5606 C15.2947,22.5606 14.8897,22.4216 14.5497,22.1116 L10.8337,18.7336 L4.7437,18.7336 C2.6607,18.7336 0.9727,17.0456 0.9727,14.9636 L0.9727,5.2106 C0.9727,3.1276 2.6607,1.4396 4.7437,1.4396 L19.2567,1.4396 Z M19.2567,2.9396 L4.7437,2.9396 C3.4917,2.9396 2.4727,3.9586 2.4727,5.2106 L2.4727,14.9636 C2.4727,16.2156 3.4917,17.2336 4.7437,17.2336 L11.4137,17.2336 L11.8417,17.6236 L15.5587,21.0016 C15.6147,21.0536 15.6567,21.0606 15.6907,21.0606 C15.6927,21.0606 15.9117,21.0546 15.9117,20.8456 L15.9117,17.2336 L19.2567,17.2336 C20.5087,17.2336 21.5277,16.2156 21.5277,14.9636 L21.5277,5.2106 C21.5277,3.9586 20.5087,2.9396 19.2567,2.9396 Z M16.7479,9.8287 C18.8099,9.8287 20.5359,11.2627 20.9829,13.1877 C21.1009,13.6937 20.7099,14.1767 20.1919,14.1767 L17.03341,14.1775768 C16.9922137,14.6558358 16.5863113,15.0532 16.075,15.0532 L7.925,15.0532 C7.41368866,15.0532 7.00778632,14.6558358 6.96658999,14.1775768 L3.8088,14.1767 C3.2898,14.1767 2.8988,13.6937 3.0168,13.1877 C3.4638,11.2627 5.1908,9.8287 7.2518,9.8287 C8.1110744,9.8287 8.91200084,10.0777208 9.58641131,10.507522 C10.3058988,10.1243058 11.1276183,9.9072 12,9.9072 L12.2347586,9.91246015 C13.019401,9.9476941 13.7583346,10.1586615 14.4131195,10.5069571 C15.0876992,10.0777208 15.8886256,9.8287 16.7479,9.8287 Z M7.2518,11.3287 C6.2358,11.3287 5.3328,11.8537 4.8258,12.6767 L7.43467044,12.6764732 C7.65725357,12.2497578 7.93790891,11.8581549 8.26614918,11.5121423 C7.95018947,11.3931837 7.607873,11.3287 7.2518,11.3287 Z M16.7479,11.3287 C16.3914486,11.3287 16.0489061,11.3933208 15.7324934,11.5127598 C16.0620911,11.8581549 16.3427464,12.2497578 16.5653296,12.6764732 L19.1739,12.6767 C18.6679,11.8537 17.7639,11.3287 16.7479,11.3287 Z M7.2396,5.7279 C8.2746,5.7279 9.1136,6.5669 9.1136,7.6019 C9.1136,8.6369 8.2746,9.4759 7.2396,9.4759 C6.2046,9.4759 5.3656,8.6369 5.3656,7.6019 C5.3656,6.5669 6.2046,5.7279 7.2396,5.7279 Z M16.7352,5.7279 C17.7702,5.7279 18.6092,6.5669 18.6092,7.6019 C18.6092,8.6369 17.7702,9.4759 16.7352,9.4759 C15.7002,9.4759 14.8612,8.6369 14.8612,7.6019 C14.8612,6.5669 15.7002,5.7279 16.7352,5.7279 Z M11.9855,4.8525 C13.2095,4.8525 14.2025,5.8445 14.2025,7.0695 C14.2025,8.2945 13.2095,9.2865 11.9855,9.2865 C10.7605,9.2865 9.7675,8.2945 9.7675,7.0695 C9.7675,5.8445 10.7605,4.8525 11.9855,4.8525 Z M7.2396,7.2279 C7.0336,7.2279 6.8656,7.3959 6.8656,7.6019 C6.8656,7.8079 7.0336,7.9759 7.2396,7.9759 C7.4456,7.9759 7.6136,7.8079 7.6136,7.6019 C7.6136,7.3959 7.4456,7.2279 7.2396,7.2279 Z M16.7352,7.2279 C16.5292,7.2279 16.3612,7.3959 16.3612,7.6019 C16.3612,7.8079 16.5292,7.9759 16.7352,7.9759 C16.9412,7.9759 17.1092,7.8079 17.1092,7.6019 C17.1092,7.3959 16.9412,7.2279 16.7352,7.2279 Z" }) })));
29
+ };
30
+ exports.default = ChatRoomGroup;
@@ -0,0 +1,4 @@
1
+ /// <reference types="react" />
2
+ import type IconType from '../IconType';
3
+ declare const ChatRoomPaid: ({ color, size, ...rest }: IconType) => JSX.Element;
4
+ export default ChatRoomPaid;
@@ -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 ChatRoomPaid = function (_a) {
27
+ var color = _a.color, size = _a.size, rest = __rest(_a, ["color", "size"]);
28
+ return ((0, jsx_runtime_1.jsx)("svg", __assign({ width: size, height: size, viewBox: "0 0 24 24" }, rest, { children: (0, jsx_runtime_1.jsx)("path", { fill: color, fillRule: "evenodd", d: "M19.0445,1.7481 C21.0665,1.7481 22.7055,3.3871 22.7055,5.4081 L22.7055,14.8771 C22.7055,16.8981 21.0665,18.5371 19.0445,18.5371 L17.2535,18.5371 L17.2535,20.5871 C17.2535,21.5831 16.4385,22.2521 15.5825,22.2521 C15.1985,22.2521 14.8055,22.1171 14.4755,21.8171 L10.8675,18.5371 L4.9555,18.5371 C2.9335,18.5371 1.2945,16.8981 1.2945,14.8771 L1.2945,5.4081 C1.2945,3.3871 2.9335,1.7481 4.9555,1.7481 Z M19.0445,3.2481 L4.9555,3.2481 C3.7645,3.2481 2.7945,4.2171 2.7945,5.4081 L2.7945,14.8771 C2.7945,16.0681 3.7645,17.0371 4.9555,17.0371 L11.4475,17.0371 L11.8765,17.4271 L15.4835,20.7071 C15.5295,20.7481 15.5595,20.7521 15.5825,20.7521 C15.5845,20.7521 15.7535,20.7501 15.7535,20.5871 L15.7535,17.0371 L19.0445,17.0371 C20.2355,17.0371 21.2055,16.0681 21.2055,14.8771 L21.2055,5.4081 C21.2055,4.2171 20.2355,3.2481 19.0445,3.2481 Z M7.2204,8.8423 C7.9504,8.8423 8.5414,9.4343 8.5414,10.1633 C8.5414,10.8923 7.9504,11.4843 7.2204,11.4843 C6.4914,11.4843 5.8994,10.8923 5.8994,10.1633 C5.8994,9.4343 6.4914,8.8423 7.2204,8.8423 Z M11.9998,8.8423 C12.7298,8.8423 13.3208,9.4343 13.3208,10.1633 C13.3208,10.8923 12.7298,11.4843 11.9998,11.4843 C11.2708,11.4843 10.6788,10.8923 10.6788,10.1633 C10.6788,9.4343 11.2708,8.8423 11.9998,8.8423 Z M16.7793,8.8423 C17.5093,8.8423 18.1003,9.4343 18.1003,10.1633 C18.1003,10.8923 17.5093,11.4843 16.7793,11.4843 C16.0503,11.4843 15.4583,10.8923 15.4583,10.1633 C15.4583,9.4343 16.0503,8.8423 16.7793,8.8423 Z" }) })));
29
+ };
30
+ exports.default = ChatRoomPaid;
@@ -24,6 +24,7 @@ declare const lineIcons: {
24
24
  readonly ic_audio: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
25
25
  readonly ic_bell: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
26
26
  readonly ic_bell_notification: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
27
+ readonly ic_bell_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
27
28
  readonly ic_block_user: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
28
29
  readonly ic_booking: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
29
30
  readonly ic_booking_completed: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -47,6 +48,10 @@ declare const lineIcons: {
47
48
  readonly ic_chat_crm: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
48
49
  readonly ic_chat_notification: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
49
50
  readonly ic_chat_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
51
+ readonly ic_chat_room_1_1: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
52
+ readonly ic_chat_room_free: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
53
+ readonly ic_chat_room_group: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
54
+ readonly ic_chat_room_paid: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
50
55
  readonly ic_check: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
51
56
  readonly ic_checkbox_off: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
52
57
  readonly ic_clip: ({ color, size, ...rest }: import("../IconType").default) => JSX.Element;
@@ -27,6 +27,7 @@ var ArrowUpBold_1 = __importDefault(require("./ArrowUpBold"));
27
27
  var Audio_1 = __importDefault(require("./Audio"));
28
28
  var Bell_1 = __importDefault(require("./Bell"));
29
29
  var BellNotification_1 = __importDefault(require("./BellNotification"));
30
+ var BellOff_1 = __importDefault(require("./BellOff"));
30
31
  var BlockUser_1 = __importDefault(require("./BlockUser"));
31
32
  var Booking_1 = __importDefault(require("./Booking"));
32
33
  var BookingCompleted_1 = __importDefault(require("./BookingCompleted"));
@@ -50,6 +51,10 @@ var ChatCounseling_1 = __importDefault(require("./ChatCounseling"));
50
51
  var ChatCrm_1 = __importDefault(require("./ChatCrm"));
51
52
  var ChatNotification_1 = __importDefault(require("./ChatNotification"));
52
53
  var ChatOff_1 = __importDefault(require("./ChatOff"));
54
+ var ChatRoom11_1 = __importDefault(require("./ChatRoom11"));
55
+ var ChatRoomFree_1 = __importDefault(require("./ChatRoomFree"));
56
+ var ChatRoomGroup_1 = __importDefault(require("./ChatRoomGroup"));
57
+ var ChatRoomPaid_1 = __importDefault(require("./ChatRoomPaid"));
53
58
  var Check_1 = __importDefault(require("./Check"));
54
59
  var CheckboxOff_1 = __importDefault(require("./CheckboxOff"));
55
60
  var Clip_1 = __importDefault(require("./Clip"));
@@ -286,6 +291,7 @@ var lineIcons = {
286
291
  ic_audio: Audio_1.default,
287
292
  ic_bell: Bell_1.default,
288
293
  ic_bell_notification: BellNotification_1.default,
294
+ ic_bell_off: BellOff_1.default,
289
295
  ic_block_user: BlockUser_1.default,
290
296
  ic_booking: Booking_1.default,
291
297
  ic_booking_completed: BookingCompleted_1.default,
@@ -309,6 +315,10 @@ var lineIcons = {
309
315
  ic_chat_crm: ChatCrm_1.default,
310
316
  ic_chat_notification: ChatNotification_1.default,
311
317
  ic_chat_off: ChatOff_1.default,
318
+ ic_chat_room_1_1: ChatRoom11_1.default,
319
+ ic_chat_room_free: ChatRoomFree_1.default,
320
+ ic_chat_room_group: ChatRoomGroup_1.default,
321
+ ic_chat_room_paid: ChatRoomPaid_1.default,
312
322
  ic_check: Check_1.default,
313
323
  ic_checkbox_off: CheckboxOff_1.default,
314
324
  ic_clip: Clip_1.default,
@@ -3,7 +3,7 @@ import type { MutableRefObject } from 'react';
3
3
  export type ContentsContainerProps = {
4
4
  content1?: JSX.Element;
5
5
  content2?: JSX.Element;
6
- layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1';
6
+ layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1' | 'WTW_1';
7
7
  containerColor?: string;
8
8
  areaColor?: string;
9
9
  isLoadingContainer1?: boolean;
@@ -50,7 +50,8 @@ var ContentsContainer = function (_a) {
50
50
  WTT_1: ((0, jsx_runtime_1.jsx)(variation_1.WTT, { layoutType: "WTT_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
51
51
  WTT_2: ((0, jsx_runtime_1.jsx)(variation_1.WTT, { layoutType: "WTT_2", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, container1Ref: container1Ref, isLoadingContainer1: isLoadingContainer1, overrideContainer1ColorKey: overrideContainer1ColorKey })),
52
52
  WTU_1: ((0, jsx_runtime_1.jsx)(variation_1.WTU, { layoutType: "WTU_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
53
- WTV_1: ((0, jsx_runtime_1.jsx)(variation_1.WTV, { layoutType: "WTV_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }))
53
+ WTV_1: ((0, jsx_runtime_1.jsx)(variation_1.WTV, { layoutType: "WTV_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey })),
54
+ WTW_1: ((0, jsx_runtime_1.jsx)(variation_1.WTW, { layoutType: "WTW_1", content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey }))
54
55
  }[layoutType] }));
55
56
  };
56
57
  exports.default = ContentsContainer;
@@ -0,0 +1,18 @@
1
+ /// <reference types="react" />
2
+ import type { UiColors } from '../../../../../../common';
3
+ export type WTWProps = {
4
+ content1?: JSX.Element;
5
+ content2?: JSX.Element;
6
+ layoutType?: 'WTW_1';
7
+ containerColor?: string;
8
+ areaColor?: string;
9
+ isLoadingContainer1?: boolean;
10
+ isLoadingContainer2?: boolean;
11
+ overrideContainer1ColorKey?: UiColors;
12
+ overrideContainer2ColorKey?: UiColors;
13
+ };
14
+ export type StyleProps = {
15
+ $contentsArea2Width?: number;
16
+ };
17
+ declare const WTW: ({ content1, content2, layoutType, containerColor, areaColor, isLoadingContainer1, isLoadingContainer2, overrideContainer1ColorKey, overrideContainer2ColorKey }: WTWProps) => JSX.Element;
18
+ export default WTW;
@@ -0,0 +1,112 @@
1
+ "use strict";
2
+ var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) {
3
+ if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; }
4
+ return cooked;
5
+ };
6
+ var __assign = (this && this.__assign) || function () {
7
+ __assign = Object.assign || function(t) {
8
+ for (var s, i = 1, n = arguments.length; i < n; i++) {
9
+ s = arguments[i];
10
+ for (var p in s) if (Object.prototype.hasOwnProperty.call(s, p))
11
+ t[p] = s[p];
12
+ }
13
+ return t;
14
+ };
15
+ return __assign.apply(this, arguments);
16
+ };
17
+ var __createBinding = (this && this.__createBinding) || (Object.create ? (function(o, m, k, k2) {
18
+ if (k2 === undefined) k2 = k;
19
+ var desc = Object.getOwnPropertyDescriptor(m, k);
20
+ if (!desc || ("get" in desc ? !m.__esModule : desc.writable || desc.configurable)) {
21
+ desc = { enumerable: true, get: function() { return m[k]; } };
22
+ }
23
+ Object.defineProperty(o, k2, desc);
24
+ }) : (function(o, m, k, k2) {
25
+ if (k2 === undefined) k2 = k;
26
+ o[k2] = m[k];
27
+ }));
28
+ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (function(o, v) {
29
+ Object.defineProperty(o, "default", { enumerable: true, value: v });
30
+ }) : function(o, v) {
31
+ o["default"] = v;
32
+ });
33
+ var __importStar = (this && this.__importStar) || function (mod) {
34
+ if (mod && mod.__esModule) return mod;
35
+ var result = {};
36
+ if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
37
+ __setModuleDefault(result, mod);
38
+ return result;
39
+ };
40
+ Object.defineProperty(exports, "__esModule", { value: true });
41
+ var jsx_runtime_1 = require("react/jsx-runtime");
42
+ var react_1 = require("react");
43
+ var styled_components_1 = __importStar(require("styled-components"));
44
+ var components_1 = require("../../../../../../common/components");
45
+ var WTW = function (_a) {
46
+ var _b, _c;
47
+ var content1 = _a.content1, content2 = _a.content2, _d = _a.layoutType, layoutType = _d === void 0 ? 'WTW_1' : _d, containerColor = _a.containerColor, areaColor = _a.areaColor, isLoadingContainer1 = _a.isLoadingContainer1, isLoadingContainer2 = _a.isLoadingContainer2, overrideContainer1ColorKey = _a.overrideContainer1ColorKey, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
48
+ var contentsArea2Ref = (0, react_1.useRef)(null);
49
+ var _e = (0, react_1.useState)((_c = (_b = contentsArea2Ref.current) === null || _b === void 0 ? void 0 : _b.offsetWidth) !== null && _c !== void 0 ? _c : 720), contentsArea2Width = _e[0], setContentsArea2Width = _e[1];
50
+ var handleResize = function () {
51
+ if (contentsArea2Ref === null || contentsArea2Ref.current === null) {
52
+ return;
53
+ }
54
+ setContentsArea2Width(contentsArea2Ref.current.offsetWidth);
55
+ };
56
+ /**
57
+ @when : 브라우저 화면 사이즈가 변경될 때
58
+ @expected : contentsArea2의 너비를 contentsArea2Width에 저장합니다.
59
+ @clear : 이벤트 등록을 해제합니다.
60
+ */
61
+ (0, react_1.useEffect)(function () {
62
+ window.addEventListener('resize', handleResize);
63
+ return function () {
64
+ window.removeEventListener('resize', handleResize);
65
+ };
66
+ }, []);
67
+ return ((0, jsx_runtime_1.jsxs)(S_Box, { children: [(0, jsx_runtime_1.jsx)(S_ContentsContainer1, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTW", layoutType: layoutType, containerColor: containerColor, overrideContainer1ColorKey: overrideContainer1ColorKey, "$contentsArea2Width": contentsArea2Width }, { children: isLoadingContainer1 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea1, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTW", layoutType: layoutType, areaColor: areaColor }, { children: (0, jsx_runtime_1.jsx)(S_Content1, __assign({ "x-pds-name": "Content1", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTW", layoutType: layoutType }, { children: content1 })) }))) })), (0, jsx_runtime_1.jsx)(S_ContentsContainer2, __assign({ "x-pds-name": "ContentsContainer", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTW", layoutType: layoutType, containerColor: containerColor, overrideContainer2ColorKey: overrideContainer2ColorKey, "$contentsArea2Width": contentsArea2Width }, { children: isLoadingContainer2 ? ((0, jsx_runtime_1.jsx)(components_1.ThreeBarProgress, {})) : ((0, jsx_runtime_1.jsx)(S_ContentsArea2, __assign({ "x-pds-name": "ContentsArea", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTW", layoutType: layoutType, areaColor: areaColor, ref: contentsArea2Ref }, { children: (0, jsx_runtime_1.jsx)(S_Content2, __assign({ "x-pds-name": "Content2", "x-pds-element-type": "layout", "x-pds-device-type": "desktop", "x-pds-layout-type": "WTW", layoutType: layoutType }, { children: content2 })) }))) }))] }));
68
+ };
69
+ var overrideStyleContainer1 = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
70
+ var theme = _a.theme, overrideContainer1ColorKey = _a.overrideContainer1ColorKey;
71
+ return overrideContainer1ColorKey && theme[overrideContainer1ColorKey];
72
+ });
73
+ var overrideStyleContainer2 = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n background-color: ", ";\n"], ["\n background-color: ", ";\n"])), function (_a) {
74
+ var theme = _a.theme, overrideContainer2ColorKey = _a.overrideContainer2ColorKey;
75
+ return overrideContainer2ColorKey && theme[overrideContainer2ColorKey];
76
+ });
77
+ var S_Box = styled_components_1.default.div(templateObject_3 || (templateObject_3 = __makeTemplateObject(["\n display: flex;\n height: 100%;\n"], ["\n display: flex;\n height: 100%;\n"])));
78
+ var S_ContentsContainer1 = styled_components_1.default.div(templateObject_4 || (templateObject_4 = __makeTemplateObject(["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: flex-end;\n margin: 0;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n ", ";\n\n ", "\n"], ["\n align-items: flex-start;\n background-color: ", ";\n display: flex;\n justify-content: flex-end;\n margin: 0;\n overflow-x: hidden;\n overflow-y: auto;\n width: ", ";\n ", ";\n\n ", "\n"])), function (_a) {
79
+ var theme = _a.theme;
80
+ return theme.ui_contentscontainer01_background;
81
+ }, function (_a) {
82
+ var $contentsArea2Width = _a.$contentsArea2Width;
83
+ return "calc(50% - (".concat($contentsArea2Width, "px - 480px) / 2)");
84
+ }, function (_a) {
85
+ var containerColor = _a.containerColor;
86
+ return "background-color: ".concat(containerColor);
87
+ }, overrideStyleContainer1);
88
+ var S_ContentsContainer2 = styled_components_1.default.div(templateObject_5 || (templateObject_5 = __makeTemplateObject(["\n background-color: ", ";\n border-left: 1px solid ", ";\n height: 100%;\n width: ", ";\n ", ";\n\n ", "\n"], ["\n background-color: ", ";\n border-left: 1px solid ", ";\n height: 100%;\n width: ", ";\n ", ";\n\n ", "\n"])), function (_a) {
89
+ var theme = _a.theme;
90
+ return theme.ui_contentscontainer02_background;
91
+ }, function (_a) {
92
+ var theme = _a.theme;
93
+ return theme.ui_container_divider;
94
+ }, function (_a) {
95
+ var $contentsArea2Width = _a.$contentsArea2Width;
96
+ return "calc(50% + (".concat($contentsArea2Width, "px - 480px) / 2)");
97
+ }, function (_a) {
98
+ var containerColor = _a.containerColor;
99
+ return "background-color: ".concat(containerColor);
100
+ }, overrideStyleContainer2);
101
+ var S_ContentsArea1 = styled_components_1.default.div(templateObject_6 || (templateObject_6 = __makeTemplateObject(["\n box-sizing: border-box;\n max-width: 480px;\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n width: 480px;\n ", ";\n"], ["\n box-sizing: border-box;\n max-width: 480px;\n padding-bottom: 88px;\n padding-left: 24px;\n padding-right: 24px;\n width: 480px;\n ", ";\n"])), function (_a) {
102
+ var areaColor = _a.areaColor;
103
+ return "background-color: ".concat(areaColor);
104
+ });
105
+ var S_ContentsArea2 = styled_components_1.default.div(templateObject_7 || (templateObject_7 = __makeTemplateObject(["\n height: 100%;\n max-width: 920px;\n min-width: 720px;\n width: 60%;\n ", ";\n"], ["\n height: 100%;\n max-width: 920px;\n min-width: 720px;\n width: 60%;\n ", ";\n"])), function (_a) {
106
+ var areaColor = _a.areaColor;
107
+ return "background-color: ".concat(areaColor);
108
+ });
109
+ var S_Content1 = styled_components_1.default.div(templateObject_8 || (templateObject_8 = __makeTemplateObject(["\n margin: 0;\n"], ["\n margin: 0;\n"])));
110
+ var S_Content2 = styled_components_1.default.div(templateObject_9 || (templateObject_9 = __makeTemplateObject(["\n height: 100%;\n overflow: hidden;\n"], ["\n height: 100%;\n overflow: hidden;\n"])));
111
+ exports.default = WTW;
112
+ var templateObject_1, templateObject_2, templateObject_3, templateObject_4, templateObject_5, templateObject_6, templateObject_7, templateObject_8, templateObject_9;
@@ -19,3 +19,4 @@ export { default as WTS } from './WTS';
19
19
  export { default as WTT } from './WTT';
20
20
  export { default as WTU } from './WTU';
21
21
  export { default as WTV } from './WTV';
22
+ export { default as WTW } from './WTW';
@@ -3,7 +3,7 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
3
3
  return (mod && mod.__esModule) ? mod : { "default": mod };
4
4
  };
5
5
  Object.defineProperty(exports, "__esModule", { value: true });
6
- exports.WTV = exports.WTU = exports.WTT = exports.WTS = exports.WTQ = exports.WTP = exports.WTO = exports.WTN = exports.WTM = exports.WTL = exports.WTK = exports.WTJ = exports.WTI = exports.WTH = exports.WTG = exports.WTF = exports.WTE = exports.WTD = exports.WTC = exports.WTB = exports.WTA = void 0;
6
+ exports.WTW = exports.WTV = exports.WTU = exports.WTT = exports.WTS = exports.WTQ = exports.WTP = exports.WTO = exports.WTN = exports.WTM = exports.WTL = exports.WTK = exports.WTJ = exports.WTI = exports.WTH = exports.WTG = exports.WTF = exports.WTE = exports.WTD = exports.WTC = exports.WTB = exports.WTA = void 0;
7
7
  var WTA_1 = require("./WTA");
8
8
  Object.defineProperty(exports, "WTA", { enumerable: true, get: function () { return __importDefault(WTA_1).default; } });
9
9
  var WTB_1 = require("./WTB");
@@ -46,3 +46,5 @@ var WTU_1 = require("./WTU");
46
46
  Object.defineProperty(exports, "WTU", { enumerable: true, get: function () { return __importDefault(WTU_1).default; } });
47
47
  var WTV_1 = require("./WTV");
48
48
  Object.defineProperty(exports, "WTV", { enumerable: true, get: function () { return __importDefault(WTV_1).default; } });
49
+ var WTW_1 = require("./WTW");
50
+ Object.defineProperty(exports, "WTW", { enumerable: true, get: function () { return __importDefault(WTW_1).default; } });
@@ -1,7 +1,7 @@
1
1
  import type { UiColors } from '../../../../common';
2
2
  import type { MutableRefObject } from 'react';
3
3
  export type ContainersBoxProps = {
4
- layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1';
4
+ layoutType: 'WTA_1' | 'WTA_2' | 'WTA_3' | 'WTB_1' | 'WTC_1' | 'WTD_1' | 'WTD_2' | 'WTD_3' | 'WTD_4' | 'WTD_5' | 'WTD_6' | 'WTE_1' | 'WTF_1' | 'WTF_2' | 'WTF_3' | 'WTF_4' | 'WTF_5' | 'WTF_6' | 'WTG_1' | 'WTH_1' | 'WTH_2' | 'WTH_3' | 'WTI_1' | 'WTI_2' | 'WTJ_1' | 'WTK_1' | 'WTK_2' | 'WTK_3' | 'WTK_4' | 'WTL_1' | 'WTM_1' | 'WTM_2' | 'WTM_3' | 'WTN_1' | 'WTN_2' | 'WTN_3' | 'WTO_1' | 'WTP_1' | 'WTP_2' | 'WTQ_1' | 'WTS_1' | 'WTS_2' | 'WTT_1' | 'WTT_2' | 'WTU_1' | 'WTV_1' | 'WTW_1';
5
5
  pageMenuContent?: JSX.Element;
6
6
  tabMenuContent?: JSX.Element;
7
7
  subMenuContent?: JSX.Element;
@@ -89,7 +89,8 @@ var ContainersBox = function (_a) {
89
89
  WTT_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
90
90
  WTT_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
91
91
  WTU_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
92
- WTV_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})
92
+ WTV_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
93
+ WTW_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})
93
94
  }[layoutType], (0, jsx_runtime_1.jsxs)(S_RightBox, { children: [{
94
95
  WTA_1: ((0, jsx_runtime_1.jsx)(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu_mobile_480", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor })),
95
96
  WTA_2: ((0, jsx_runtime_1.jsx)(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu_mobile_600", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor })),
@@ -136,7 +137,8 @@ var ContainersBox = function (_a) {
136
137
  WTT_1: ((0, jsx_runtime_1.jsx)(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor })),
137
138
  WTT_2: ((0, jsx_runtime_1.jsx)(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor })),
138
139
  WTU_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
139
- WTV_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})
140
+ WTV_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
141
+ WTW_1: ((0, jsx_runtime_1.jsx)(Containers_1.PageMenuContainer, { pageMenuType: "top_page_menu", pageMenuContent: pageMenuContent, containerColor: containerColor, areaColor: areaColor }))
140
142
  }[layoutType], {
141
143
  WTA_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
142
144
  WTA_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
@@ -183,7 +185,8 @@ var ContainersBox = function (_a) {
183
185
  WTT_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
184
186
  WTT_2: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
185
187
  WTU_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
186
- WTV_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})
188
+ WTV_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {}),
189
+ WTW_1: (0, jsx_runtime_1.jsx)(jsx_runtime_1.Fragment, {})
187
190
  }[layoutType], (0, jsx_runtime_1.jsxs)(S_BottomWrapper, __assign({ layoutType: layoutType }, { children: [{
188
191
  WTA_1: '',
189
192
  WTA_2: '',
@@ -230,7 +233,8 @@ var ContainersBox = function (_a) {
230
233
  WTT_1: '',
231
234
  WTT_2: '',
232
235
  WTU_1: '',
233
- WTV_1: ''
236
+ WTV_1: '',
237
+ WTW_1: ''
234
238
  }[layoutType], (0, jsx_runtime_1.jsx)(Containers_1.ContentsContainer, { layoutType: layoutType, content1: content1, content2: content2, containerColor: containerColor, areaColor: areaColor, isLoadingContainer1: isLoadingContainer1, isLoadingContainer2: isLoadingContainer2, overrideContainer1ColorKey: overrideContainer1ColorKey, overrideContainer2ColorKey: overrideContainer2ColorKey, container1Ref: container1Ref })] }))] })] }));
235
239
  };
236
240
  var S_ContainersBox = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n align-items: flex-start;\n display: flex;\n height: 100%;\n"], ["\n align-items: flex-start;\n display: flex;\n height: 100%;\n"])));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "pds-dev-kit-web",
3
- "version": "2.2.16",
3
+ "version": "2.2.17",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "main": "dist/index.js",
package/release-note.md CHANGED
@@ -1,7 +1,13 @@
1
1
  # PDS-DEV-KIT-WEB Release Notes
2
- ## [v2.2.16]
2
+ ## [v2.2.17]
3
3
  ## daily|https://design.storybook.publ.biz/
4
4
 
5
- ### sub
6
- * GoogleFontsKit 추가
7
- * DynamicLayout에 GoogleFontsKit 적용
5
+ ### * Layout
6
+ * WTW_1 추가
7
+ ### Component
8
+ * Icon 추가
9
+ * ic_bell_off (line, fill)
10
+ * ic_chat_room_1_1 (line)
11
+ * ic_chat_room_free (line)
12
+ * ic_chat_room_group (line)
13
+ * ic_chat_room_paid (line)