@lotte-innovate/ui-component-test 0.2.87 → 0.2.89

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 (169) hide show
  1. package/README.md +244 -225
  2. package/dist/globals.css +4 -4
  3. package/dist/lib/Typography/Header/index.mjs +1 -1
  4. package/dist/lib/Typography/Text/index.mjs +1 -1
  5. package/dist/lib/components/Accordion/index.mjs +1 -1
  6. package/dist/lib/components/AlertDialog/AlertDialogRoot.mjs +1 -1
  7. package/dist/lib/components/AlertDialog/index.d.ts +0 -1
  8. package/dist/lib/components/AlertDialog/index.mjs.map +1 -1
  9. package/dist/lib/components/AspectRatio/index.mjs +1 -1
  10. package/dist/lib/components/Avatar/index.mjs +1 -1
  11. package/dist/lib/components/Badge/index.js +1 -1
  12. package/dist/lib/components/Badge/index.mjs +1 -1
  13. package/dist/lib/components/BarChart/index.mjs +1 -1
  14. package/dist/lib/components/Box/index.mjs +1 -1
  15. package/dist/lib/components/Box/index.mjs.map +1 -1
  16. package/dist/lib/components/Breadcrumb/BreadcrumbEllipsis.d.ts +1 -1
  17. package/dist/lib/components/Breadcrumb/BreadcrumbLink.d.ts +1 -1
  18. package/dist/lib/components/Breadcrumb/BreadcrumbSeparator.d.ts +1 -1
  19. package/dist/lib/components/Breadcrumb/index.d.ts +3 -4
  20. package/dist/lib/components/Breadcrumb/index.mjs.map +1 -1
  21. package/dist/lib/components/BubbleChart/index.mjs +1 -1
  22. package/dist/lib/components/Button/index.mjs +1 -1
  23. package/dist/lib/components/Calendar/index.mjs +1 -1
  24. package/dist/lib/components/Callout/index.d.ts +0 -1
  25. package/dist/lib/components/Callout/index.mjs.map +1 -1
  26. package/dist/lib/components/Card/index.mjs +1 -1
  27. package/dist/lib/components/Checkbox/index.mjs +1 -1
  28. package/dist/lib/components/CheckboxCard/index.mjs +1 -1
  29. package/dist/lib/components/CheckboxGroup/CheckboxGroupItem.mjs +1 -1
  30. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.js +3 -4
  31. package/dist/lib/components/CheckboxGroup/CheckboxGroupRoot.mjs +1 -1
  32. package/dist/lib/components/CheckboxGroup/index.d.ts +1 -2
  33. package/dist/lib/components/CheckboxGroup/index.mjs.map +1 -1
  34. package/dist/lib/components/Collapsible/index.mjs +1 -1
  35. package/dist/lib/components/Container/index.mjs +1 -1
  36. package/dist/lib/components/Container/index.mjs.map +1 -1
  37. package/dist/lib/components/ContextMenu/ContextMenuRoot.mjs +1 -1
  38. package/dist/lib/components/ContextMenu/index.d.ts +0 -1
  39. package/dist/lib/components/ContextMenu/index.mjs.map +1 -1
  40. package/dist/lib/components/DataList/DataListLabel.d.ts +1 -1
  41. package/dist/lib/components/DataList/index.d.ts +1 -2
  42. package/dist/lib/components/DataList/index.mjs.map +1 -1
  43. package/dist/lib/components/Datepicker/index.js +2 -2
  44. package/dist/lib/components/Datepicker/index.mjs +1 -1
  45. package/dist/lib/components/DatetimePicker/index.d.ts +1 -2
  46. package/dist/lib/components/DatetimePicker/index.js +15 -6
  47. package/dist/lib/components/DatetimePicker/index.mjs +1 -1
  48. package/dist/lib/components/Dialog/DialogRoot.mjs +1 -1
  49. package/dist/lib/components/Dialog/index.d.ts +0 -1
  50. package/dist/lib/components/Dialog/index.mjs.map +1 -1
  51. package/dist/lib/components/DoughnutChart/index.mjs +1 -1
  52. package/dist/lib/components/DropdownMenu/DropdownMenuRoot.mjs +1 -1
  53. package/dist/lib/components/DropdownMenu/index.d.ts +1 -2
  54. package/dist/lib/components/DropdownMenu/index.mjs.map +1 -1
  55. package/dist/lib/components/Editor/index.js +2 -2
  56. package/dist/lib/components/Editor/index.mjs +1 -1
  57. package/dist/lib/components/Flex/index.mjs +1 -1
  58. package/dist/lib/components/Flex/index.mjs.map +1 -1
  59. package/dist/lib/components/Footer/index.js +1 -1
  60. package/dist/lib/components/Footer/index.mjs +1 -1
  61. package/dist/lib/components/Gnb/GnbLogo.js +1 -1
  62. package/dist/lib/components/Gnb/GnbLogo.mjs +1 -1
  63. package/dist/lib/components/Gnb/GnbLogo.mjs.map +1 -1
  64. package/dist/lib/components/Gnb/GnbMenu.js +1 -1
  65. package/dist/lib/components/Gnb/GnbMenu.mjs +1 -1
  66. package/dist/lib/components/Gnb/GnbMenuItem.js +1 -1
  67. package/dist/lib/components/Gnb/GnbMenuItem.mjs +1 -1
  68. package/dist/lib/components/Gnb/index.d.ts +0 -1
  69. package/dist/lib/components/Gnb/index.mjs.map +1 -1
  70. package/dist/lib/components/Grid/NumberingPagination.mjs +1 -1
  71. package/dist/lib/components/Grid/NumberingPagination.mjs.map +1 -1
  72. package/dist/lib/components/Grid/index.js +13 -11
  73. package/dist/lib/components/Grid/index.mjs +1 -1
  74. package/dist/lib/components/Grid/useGrid.js +19 -13
  75. package/dist/lib/components/Grid/useGrid.mjs +1 -1
  76. package/dist/lib/components/GridLayout/index.mjs +1 -1
  77. package/dist/lib/components/GridLayout/index.mjs.map +1 -1
  78. package/dist/lib/components/HoverCard/HoverCardRoot.mjs +1 -1
  79. package/dist/lib/components/HoverCard/index.d.ts +1 -2
  80. package/dist/lib/components/HoverCard/index.mjs.map +1 -1
  81. package/dist/lib/components/IconButton/index.mjs +1 -1
  82. package/dist/lib/components/Inset/index.mjs +1 -1
  83. package/dist/lib/components/Label/index.mjs +1 -1
  84. package/dist/lib/components/LineChart/index.mjs +1 -1
  85. package/dist/lib/components/Menubar/MenubarRoot.mjs +1 -1
  86. package/dist/lib/components/Menubar/index.d.ts +0 -1
  87. package/dist/lib/components/Menubar/index.mjs.map +1 -1
  88. package/dist/lib/components/Modal/ModalTitle.mjs +1 -1
  89. package/dist/lib/components/Modal/index.d.ts +1 -2
  90. package/dist/lib/components/Modal/index.mjs.map +1 -1
  91. package/dist/lib/components/NavigationMenu/NavigationMenuRoot.mjs +1 -1
  92. package/dist/lib/components/NavigationMenu/index.d.ts +0 -1
  93. package/dist/lib/components/NavigationMenu/index.mjs.map +1 -1
  94. package/dist/lib/components/PieChart/index.mjs +1 -1
  95. package/dist/lib/components/Popover/index.d.ts +1 -2
  96. package/dist/lib/components/Popover/index.mjs.map +1 -1
  97. package/dist/lib/components/Progress/index.mjs +1 -1
  98. package/dist/lib/components/RadarChart/index.mjs +1 -1
  99. package/dist/lib/components/Radio/index.mjs +1 -1
  100. package/dist/lib/components/RadioCards/RadioCardsRoot.mjs +1 -1
  101. package/dist/lib/components/RadioCards/index.d.ts +0 -1
  102. package/dist/lib/components/RadioCards/index.mjs.map +1 -1
  103. package/dist/lib/components/RadioGroup/RadioGroupRoot.mjs +1 -1
  104. package/dist/lib/components/RadioGroup/index.d.ts +0 -1
  105. package/dist/lib/components/RadioGroup/index.mjs.map +1 -1
  106. package/dist/lib/components/ScrollArea/index.mjs +1 -1
  107. package/dist/lib/components/SearchBar/index.mjs +1 -1
  108. package/dist/lib/components/SegmentedControl/SegmentedControlRoot.mjs +1 -1
  109. package/dist/lib/components/SegmentedControl/index.d.ts +0 -1
  110. package/dist/lib/components/SegmentedControl/index.mjs.map +1 -1
  111. package/dist/lib/components/Select/index.mjs +1 -1
  112. package/dist/lib/components/Separator/index.mjs +1 -1
  113. package/dist/lib/components/SideBar/index.mjs +1 -1
  114. package/dist/lib/components/Skeleton/index.mjs +1 -1
  115. package/dist/lib/components/Slider/index.mjs +1 -1
  116. package/dist/lib/components/Spinner/index.mjs +1 -1
  117. package/dist/lib/components/TabNav/index.mjs +1 -1
  118. package/dist/lib/components/Tabs/DynamicTabs.mjs +1 -1
  119. package/dist/lib/components/Tabs/index.mjs +1 -1
  120. package/dist/lib/components/TextArea/index.mjs +1 -1
  121. package/dist/lib/components/TextField/index.js +1 -1
  122. package/dist/lib/components/TextField/index.mjs +1 -1
  123. package/dist/lib/components/Timeline/TimelineRoot.mjs +1 -1
  124. package/dist/lib/components/Timeline/index.d.ts +0 -1
  125. package/dist/lib/components/Timeline/index.mjs.map +1 -1
  126. package/dist/lib/components/Toast/ToastActionButton.mjs +1 -1
  127. package/dist/lib/components/Toast/ToastRoot.d.ts +2 -1
  128. package/dist/lib/components/Toast/ToastRoot.js +2 -2
  129. package/dist/lib/components/Toast/ToastRoot.mjs +1 -1
  130. package/dist/lib/components/Toast/index.d.ts +0 -1
  131. package/dist/lib/components/Toast/index.mjs.map +1 -1
  132. package/dist/lib/components/Toggle/ToggleWithText.mjs +1 -1
  133. package/dist/lib/components/Toggle/index.mjs +1 -1
  134. package/dist/lib/components/ToggleGroup/ToggleGroupRoot.mjs +1 -1
  135. package/dist/lib/components/ToggleGroup/index.d.ts +0 -1
  136. package/dist/lib/components/ToggleGroup/index.mjs.map +1 -1
  137. package/dist/lib/components/ToggleSwitch/index.mjs +1 -1
  138. package/dist/lib/components/Tooltip/index.mjs +1 -1
  139. package/dist/lib/components/Tree/index.js +2 -2
  140. package/dist/lib/components/Tree/index.mjs +1 -1
  141. package/dist/lib/constants.d.ts +2 -2
  142. package/dist/lib/index.mjs +1 -1
  143. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.mjs +2 -0
  144. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildFormatLongFn/index.mjs.map +1 -0
  145. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.mjs +2 -0
  146. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildLocalizeFn/index.mjs.map +1 -0
  147. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.mjs +2 -0
  148. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchFn/index.mjs.map +1 -0
  149. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.mjs +2 -0
  150. package/dist/lib/node_modules/date-fns/esm/locale/_lib/buildMatchPatternFn/index.mjs.map +1 -0
  151. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatDistance/index.mjs +2 -0
  152. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatDistance/index.mjs.map +1 -0
  153. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatLong/index.mjs +2 -0
  154. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatLong/index.mjs.map +1 -0
  155. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatRelative/index.mjs +2 -0
  156. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/formatRelative/index.mjs.map +1 -0
  157. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/localize/index.mjs +2 -0
  158. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/localize/index.mjs.map +1 -0
  159. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/match/index.mjs +2 -0
  160. package/dist/lib/node_modules/date-fns/esm/locale/ko/_lib/match/index.mjs.map +1 -0
  161. package/dist/lib/node_modules/date-fns/esm/locale/ko/index.mjs +2 -0
  162. package/dist/lib/node_modules/date-fns/esm/locale/ko/index.mjs.map +1 -0
  163. package/dist/lib/tsconfig.tsbuildinfo +1 -1
  164. package/dist/lib/utils/useLoadTinyMCE.js +2 -2
  165. package/dist/lib/utils/useLoadTinyMCE.mjs +1 -1
  166. package/dist/lib/utils/useLoadTinyMCE.mjs.map +1 -1
  167. package/dist/tailwind.config.js +9 -1
  168. package/dist/tsconfig.tsbuildinfo +1 -1
  169. package/package.json +156 -156
@@ -8,8 +8,8 @@ var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, ge
8
8
  });
9
9
  };
10
10
  var __generator = (this && this.__generator) || function (thisArg, body) {
11
- var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;
12
- return g = { next: verb(0), "throw": verb(1), "return": verb(2) }, typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
11
+ var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === "function" ? Iterator : Object).prototype);
12
+ return g.next = verb(0), g["throw"] = verb(1), g["return"] = verb(2), typeof Symbol === "function" && (g[Symbol.iterator] = function() { return this; }), g;
13
13
  function verb(n) { return function (v) { return step([n, v]); }; }
14
14
  function step(op) {
15
15
  if (f) throw new TypeError("Generator is already executing.");
@@ -1,2 +1,2 @@
1
- var n=function(n,e,t,i){return new(t||(t=Promise))((function(r,s){function u(n){try{l(i.next(n))}catch(n){s(n)}}function c(n){try{l(i.throw(n))}catch(n){s(n)}}function l(n){var e;n.done?r(n.value):(e=n.value,e instanceof t?e:new t((function(n){n(e)}))).then(u,c)}l((i=i.apply(n,e||[])).next())}))},e=function(n,e){var t,i,r,s,u={label:0,sent:function(){if(1&r[0])throw r[1];return r[1]},trys:[],ops:[]};return s={next:c(0),throw:c(1),return:c(2)},"function"==typeof Symbol&&(s[Symbol.iterator]=function(){return this}),s;function c(c){return function(l){return function(c){if(t)throw new TypeError("Generator is already executing.");for(;s&&(s=0,c[0]&&(u=0)),u;)try{if(t=1,i&&(r=2&c[0]?i.return:c[0]?i.throw||((r=i.return)&&r.call(i),0):i.next)&&!(r=r.call(i,c[1])).done)return r;switch(i=0,r&&(c=[2&c[0],r.value]),c[0]){case 0:case 1:r=c;break;case 4:return u.label++,{value:c[1],done:!1};case 5:u.label++,i=c[1],c=[0];continue;case 7:c=u.ops.pop(),u.trys.pop();continue;default:if(!(r=u.trys,(r=r.length>0&&r[r.length-1])||6!==c[0]&&2!==c[0])){u=0;continue}if(3===c[0]&&(!r||c[1]>r[0]&&c[1]<r[3])){u.label=c[1];break}if(6===c[0]&&u.label<r[1]){u.label=r[1],r=c;break}if(r&&u.label<r[2]){u.label=r[2],u.ops.push(c);break}r[2]&&u.ops.pop(),u.trys.pop();continue}c=e.call(n,u)}catch(n){c=[6,n],i=0}finally{t=r=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,l])}}},t=function(){return n(void 0,void 0,void 0,(function(){return e(this,(function(n){switch(n.label){case 0:return[4,import("tinymce/tinymce.js")];case 1:return n.sent(),[4,import("tinymce/themes/silver/theme.js")];case 2:return n.sent(),[4,import("tinymce/models/dom/model.js")];case 3:return n.sent(),[4,import("tinymce/icons/default/icons.js")];case 4:return n.sent(),[4,import("tinymce/plugins/advlist/plugin.js")];case 5:return n.sent(),[4,import("tinymce/plugins/code/plugin.js")];case 6:return n.sent(),[4,import("tinymce/plugins/codesample/plugin.js")];case 7:return n.sent(),[4,import("tinymce/plugins/link/plugin.js")];case 8:return n.sent(),[4,import("tinymce/plugins/lists/plugin.js")];case 9:return n.sent(),[4,import("tinymce/plugins/table/plugin.js")];case 10:return n.sent(),[4,import("tinymce/plugins/image/plugin.js")];case 11:return n.sent(),[4,import("tinymce/plugins/preview/plugin.js")];case 12:return n.sent(),[4,import("tinymce/plugins/importcss/plugin.js")];case 13:return n.sent(),[4,import("tinymce/plugins/searchreplace/plugin.js")];case 14:return n.sent(),[4,import("tinymce/plugins/autolink/plugin.js")];case 15:return n.sent(),[4,import("tinymce/plugins/autosave/plugin.js")];case 16:return n.sent(),[4,import("tinymce/plugins/save/plugin.js")];case 17:return n.sent(),[4,import("tinymce/plugins/directionality/plugin.js")];case 18:return n.sent(),[4,import("tinymce/plugins/visualblocks/plugin.js")];case 19:return n.sent(),[4,import("tinymce/plugins/visualchars/plugin.js")];case 20:return n.sent(),[4,import("tinymce/plugins/fullscreen/plugin.js")];case 21:return n.sent(),[4,import("tinymce/plugins/media/plugin.js")];case 22:return n.sent(),[4,import("tinymce/plugins/charmap/plugin.js")];case 23:return n.sent(),[4,import("tinymce/plugins/pagebreak/plugin.js")];case 24:return n.sent(),[4,import("tinymce/plugins/nonbreaking/plugin.js")];case 25:return n.sent(),[4,import("tinymce/plugins/anchor/plugin.js")];case 26:return n.sent(),[4,import("tinymce/plugins/insertdatetime/plugin.js")];case 27:return n.sent(),[4,import("tinymce/plugins/wordcount/plugin.js")];case 28:return n.sent(),[4,import("tinymce/plugins/quickbars/plugin.js")];case 29:return n.sent(),[4,import("tinymce/plugins/emoticons/plugin.js")];case 30:return n.sent(),[4,import("tinymce/plugins/accordion/plugin.js")];case 31:return n.sent(),[4,import("./langs/ko_KR.mjs")];case 32:return n.sent(),[4,import("./langs/it.mjs")];case 33:return n.sent(),[4,import("./langs/ja.mjs")];case 34:return n.sent(),[4,import("./langs/vi.mjs")];case 35:return n.sent(),[4,import("./langs/zh_CN.mjs")];case 36:return n.sent(),[2]}}))}))};export{t as loadTinymce};
1
+ var n=function(n,e,t,r){return new(t||(t=Promise))((function(i,s){function u(n){try{p(r.next(n))}catch(n){s(n)}}function c(n){try{p(r.throw(n))}catch(n){s(n)}}function p(n){var e;n.done?i(n.value):(e=n.value,e instanceof t?e:new t((function(n){n(e)}))).then(u,c)}p((r=r.apply(n,e||[])).next())}))},e=function(n,e){var t,r,i,s={label:0,sent:function(){if(1&i[0])throw i[1];return i[1]},trys:[],ops:[]},u=Object.create(("function"==typeof Iterator?Iterator:Object).prototype);return u.next=c(0),u.throw=c(1),u.return=c(2),"function"==typeof Symbol&&(u[Symbol.iterator]=function(){return this}),u;function c(c){return function(p){return function(c){if(t)throw new TypeError("Generator is already executing.");for(;u&&(u=0,c[0]&&(s=0)),s;)try{if(t=1,r&&(i=2&c[0]?r.return:c[0]?r.throw||((i=r.return)&&i.call(r),0):r.next)&&!(i=i.call(r,c[1])).done)return i;switch(r=0,i&&(c=[2&c[0],i.value]),c[0]){case 0:case 1:i=c;break;case 4:return s.label++,{value:c[1],done:!1};case 5:s.label++,r=c[1],c=[0];continue;case 7:c=s.ops.pop(),s.trys.pop();continue;default:if(!(i=s.trys,(i=i.length>0&&i[i.length-1])||6!==c[0]&&2!==c[0])){s=0;continue}if(3===c[0]&&(!i||c[1]>i[0]&&c[1]<i[3])){s.label=c[1];break}if(6===c[0]&&s.label<i[1]){s.label=i[1],i=c;break}if(i&&s.label<i[2]){s.label=i[2],s.ops.push(c);break}i[2]&&s.ops.pop(),s.trys.pop();continue}c=e.call(n,s)}catch(n){c=[6,n],r=0}finally{t=i=0}if(5&c[0])throw c[1];return{value:c[0]?c[1]:void 0,done:!0}}([c,p])}}},t=function(){return n(void 0,void 0,void 0,(function(){return e(this,(function(n){switch(n.label){case 0:return[4,import("tinymce/tinymce.js")];case 1:return n.sent(),[4,import("tinymce/themes/silver/theme.js")];case 2:return n.sent(),[4,import("tinymce/models/dom/model.js")];case 3:return n.sent(),[4,import("tinymce/icons/default/icons.js")];case 4:return n.sent(),[4,import("tinymce/plugins/advlist/plugin.js")];case 5:return n.sent(),[4,import("tinymce/plugins/code/plugin.js")];case 6:return n.sent(),[4,import("tinymce/plugins/codesample/plugin.js")];case 7:return n.sent(),[4,import("tinymce/plugins/link/plugin.js")];case 8:return n.sent(),[4,import("tinymce/plugins/lists/plugin.js")];case 9:return n.sent(),[4,import("tinymce/plugins/table/plugin.js")];case 10:return n.sent(),[4,import("tinymce/plugins/image/plugin.js")];case 11:return n.sent(),[4,import("tinymce/plugins/preview/plugin.js")];case 12:return n.sent(),[4,import("tinymce/plugins/importcss/plugin.js")];case 13:return n.sent(),[4,import("tinymce/plugins/searchreplace/plugin.js")];case 14:return n.sent(),[4,import("tinymce/plugins/autolink/plugin.js")];case 15:return n.sent(),[4,import("tinymce/plugins/autosave/plugin.js")];case 16:return n.sent(),[4,import("tinymce/plugins/save/plugin.js")];case 17:return n.sent(),[4,import("tinymce/plugins/directionality/plugin.js")];case 18:return n.sent(),[4,import("tinymce/plugins/visualblocks/plugin.js")];case 19:return n.sent(),[4,import("tinymce/plugins/visualchars/plugin.js")];case 20:return n.sent(),[4,import("tinymce/plugins/fullscreen/plugin.js")];case 21:return n.sent(),[4,import("tinymce/plugins/media/plugin.js")];case 22:return n.sent(),[4,import("tinymce/plugins/charmap/plugin.js")];case 23:return n.sent(),[4,import("tinymce/plugins/pagebreak/plugin.js")];case 24:return n.sent(),[4,import("tinymce/plugins/nonbreaking/plugin.js")];case 25:return n.sent(),[4,import("tinymce/plugins/anchor/plugin.js")];case 26:return n.sent(),[4,import("tinymce/plugins/insertdatetime/plugin.js")];case 27:return n.sent(),[4,import("tinymce/plugins/wordcount/plugin.js")];case 28:return n.sent(),[4,import("tinymce/plugins/quickbars/plugin.js")];case 29:return n.sent(),[4,import("tinymce/plugins/emoticons/plugin.js")];case 30:return n.sent(),[4,import("tinymce/plugins/accordion/plugin.js")];case 31:return n.sent(),[4,import("./langs/ko_KR.mjs")];case 32:return n.sent(),[4,import("./langs/it.mjs")];case 33:return n.sent(),[4,import("./langs/ja.mjs")];case 34:return n.sent(),[4,import("./langs/vi.mjs")];case 35:return n.sent(),[4,import("./langs/zh_CN.mjs")];case 36:return n.sent(),[2]}}))}))};export{t as loadTinymce};
2
2
  //# sourceMappingURL=useLoadTinyMCE.mjs.map
@@ -1 +1 @@
1
- {"version":3,"file":"useLoadTinyMCE.mjs","sources":["../../lib/utils/useLoadTinyMCE.js"],"sourcesContent":["var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g;\n return g = { next: verb(0), \"throw\": verb(1), \"return\": verb(2) }, typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nexport var loadTinymce = function () { return __awaiter(void 0, void 0, void 0, function () {\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import('tinymce/tinymce.js')];\n case 1:\n _a.sent();\n return [4 /*yield*/, import('tinymce/themes/silver/theme.js')];\n case 2:\n _a.sent();\n return [4 /*yield*/, import('tinymce/models/dom/model.js')];\n case 3:\n _a.sent();\n return [4 /*yield*/, import('tinymce/icons/default/icons.js')];\n case 4:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/advlist/plugin.js')];\n case 5:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/code/plugin.js')];\n case 6:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/codesample/plugin.js')];\n case 7:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/link/plugin.js')];\n case 8:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/lists/plugin.js')];\n case 9:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/table/plugin.js')];\n case 10:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/image/plugin.js')];\n case 11:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/preview/plugin.js')];\n case 12:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/importcss/plugin.js')];\n case 13:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/searchreplace/plugin.js')];\n case 14:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/autolink/plugin.js')];\n case 15:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/autosave/plugin.js')];\n case 16:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/save/plugin.js')];\n case 17:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/directionality/plugin.js')];\n case 18:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/visualblocks/plugin.js')];\n case 19:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/visualchars/plugin.js')];\n case 20:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/fullscreen/plugin.js')];\n case 21:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/media/plugin.js')];\n case 22:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/charmap/plugin.js')];\n case 23:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/pagebreak/plugin.js')];\n case 24:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/nonbreaking/plugin.js')];\n case 25:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/anchor/plugin.js')];\n case 26:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/insertdatetime/plugin.js')];\n case 27:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/wordcount/plugin.js')];\n case 28:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/quickbars/plugin.js')];\n case 29:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/emoticons/plugin.js')];\n case 30:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/accordion/plugin.js')];\n case 31:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/ko_KR.js')];\n case 32:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/it.js')];\n case 33:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/ja.js')];\n case 34:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/vi.js')];\n case 35:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/zh_CN.js')];\n case 36:\n _a.sent();\n return [2 /*return*/];\n }\n });\n}); };\n"],"names":["__awaiter","thisArg","_arguments","P","generator","Promise","resolve","reject","fulfilled","value","step","next","e","rejected","result","done","then","apply","__generator","body","f","y","t","g","_","label","sent","trys","ops","verb","throw","return","Symbol","iterator","this","n","v","op","TypeError","call","pop","length","push","loadTinymce","_a","import"],"mappings":"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EAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,mCAChC,KAAK,EAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,sCAChC,KAAK,EAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,mCAChC,KAAK,EAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,yCAChC,KAAK,EAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,mCAChC,KAAK,EAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,oCAChC,KAAK,EAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,oCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,oCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,sCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,4CAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,uCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,uCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,mCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,6CAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,2CAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,0CAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,yCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,oCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,sCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,0CAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,qCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,6CAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,sBAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,mBAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,mBAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,mBAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,EAAamB,OAAO,sBAChC,KAAK,GAED,OADAD,EAAGlB,OACI,CAAC,GAExB,GACA,GAAG"}
1
+ {"version":3,"file":"useLoadTinyMCE.mjs","sources":["../../lib/utils/useLoadTinyMCE.js"],"sourcesContent":["var __awaiter = (this && this.__awaiter) || function (thisArg, _arguments, P, generator) {\n function adopt(value) { return value instanceof P ? value : new P(function (resolve) { resolve(value); }); }\n return new (P || (P = Promise))(function (resolve, reject) {\n function fulfilled(value) { try { step(generator.next(value)); } catch (e) { reject(e); } }\n function rejected(value) { try { step(generator[\"throw\"](value)); } catch (e) { reject(e); } }\n function step(result) { result.done ? resolve(result.value) : adopt(result.value).then(fulfilled, rejected); }\n step((generator = generator.apply(thisArg, _arguments || [])).next());\n });\n};\nvar __generator = (this && this.__generator) || function (thisArg, body) {\n var _ = { label: 0, sent: function() { if (t[0] & 1) throw t[1]; return t[1]; }, trys: [], ops: [] }, f, y, t, g = Object.create((typeof Iterator === \"function\" ? Iterator : Object).prototype);\n return g.next = verb(0), g[\"throw\"] = verb(1), g[\"return\"] = verb(2), typeof Symbol === \"function\" && (g[Symbol.iterator] = function() { return this; }), g;\n function verb(n) { return function (v) { return step([n, v]); }; }\n function step(op) {\n if (f) throw new TypeError(\"Generator is already executing.\");\n while (g && (g = 0, op[0] && (_ = 0)), _) try {\n if (f = 1, y && (t = op[0] & 2 ? y[\"return\"] : op[0] ? y[\"throw\"] || ((t = y[\"return\"]) && t.call(y), 0) : y.next) && !(t = t.call(y, op[1])).done) return t;\n if (y = 0, t) op = [op[0] & 2, t.value];\n switch (op[0]) {\n case 0: case 1: t = op; break;\n case 4: _.label++; return { value: op[1], done: false };\n case 5: _.label++; y = op[1]; op = [0]; continue;\n case 7: op = _.ops.pop(); _.trys.pop(); continue;\n default:\n if (!(t = _.trys, t = t.length > 0 && t[t.length - 1]) && (op[0] === 6 || op[0] === 2)) { _ = 0; continue; }\n if (op[0] === 3 && (!t || (op[1] > t[0] && op[1] < t[3]))) { _.label = op[1]; break; }\n if (op[0] === 6 && _.label < t[1]) { _.label = t[1]; t = op; break; }\n if (t && _.label < t[2]) { _.label = t[2]; _.ops.push(op); break; }\n if (t[2]) _.ops.pop();\n _.trys.pop(); continue;\n }\n op = body.call(thisArg, _);\n } catch (e) { op = [6, e]; y = 0; } finally { f = t = 0; }\n if (op[0] & 5) throw op[1]; return { value: op[0] ? op[1] : void 0, done: true };\n }\n};\nexport var loadTinymce = function () { return __awaiter(void 0, void 0, void 0, function () {\n return __generator(this, function (_a) {\n switch (_a.label) {\n case 0: return [4 /*yield*/, import('tinymce/tinymce.js')];\n case 1:\n _a.sent();\n return [4 /*yield*/, import('tinymce/themes/silver/theme.js')];\n case 2:\n _a.sent();\n return [4 /*yield*/, import('tinymce/models/dom/model.js')];\n case 3:\n _a.sent();\n return [4 /*yield*/, import('tinymce/icons/default/icons.js')];\n case 4:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/advlist/plugin.js')];\n case 5:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/code/plugin.js')];\n case 6:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/codesample/plugin.js')];\n case 7:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/link/plugin.js')];\n case 8:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/lists/plugin.js')];\n case 9:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/table/plugin.js')];\n case 10:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/image/plugin.js')];\n case 11:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/preview/plugin.js')];\n case 12:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/importcss/plugin.js')];\n case 13:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/searchreplace/plugin.js')];\n case 14:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/autolink/plugin.js')];\n case 15:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/autosave/plugin.js')];\n case 16:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/save/plugin.js')];\n case 17:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/directionality/plugin.js')];\n case 18:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/visualblocks/plugin.js')];\n case 19:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/visualchars/plugin.js')];\n case 20:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/fullscreen/plugin.js')];\n case 21:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/media/plugin.js')];\n case 22:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/charmap/plugin.js')];\n case 23:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/pagebreak/plugin.js')];\n case 24:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/nonbreaking/plugin.js')];\n case 25:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/anchor/plugin.js')];\n case 26:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/insertdatetime/plugin.js')];\n case 27:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/wordcount/plugin.js')];\n case 28:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/quickbars/plugin.js')];\n case 29:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/emoticons/plugin.js')];\n case 30:\n _a.sent();\n return [4 /*yield*/, import('tinymce/plugins/accordion/plugin.js')];\n case 31:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/ko_KR.js')];\n case 32:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/it.js')];\n case 33:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/ja.js')];\n case 34:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/vi.js')];\n case 35:\n _a.sent();\n return [4 /*yield*/, import('../../lib/utils/langs/zh_CN.js')];\n case 36:\n _a.sent();\n return [2 /*return*/];\n }\n });\n}); };\n"],"names":["__awaiter","thisArg","_arguments","P","generator","Promise","resolve","reject","fulfilled","value","step","next","e","rejected","result","done","then","apply","__generator","body","f","y","t","_","label","sent","trys","ops","g","Object","create","Iterator","prototype","verb","Symbol","iterator","this","n","v","op","TypeError","call","pop","length","push","loadTinymce","_a","import"],"mappings":"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sB,OAAO,mCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,gCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,mCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,sCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,mCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,yCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,mCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,oCAChC,KAAK,EAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,oCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,oCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,sCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,4CAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,uCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,uCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,mCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,6CAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,2CAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,0CAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,yCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,oCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,sCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,0CAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,qCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,6CAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,wCAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,sBAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,mBAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,mBAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,mBAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,EAAasB,OAAO,sBAChC,KAAK,GAED,OADAD,EAAGrB,OACI,CAAC,GAExB,GACA,GAAG"}
@@ -47,7 +47,15 @@ var config = {
47
47
  theme: {
48
48
  extend: {
49
49
  fontFamily: {
50
- sans: ['Noto Sans KR', 'sans-serif', 'Nunito Sans', 'Helvetica Neue', 'Helvetica', 'Arial'],
50
+ sans: [
51
+ 'Pretendard',
52
+ 'Noto Sans KR',
53
+ 'sans-serif',
54
+ 'Nunito Sans',
55
+ 'Helvetica Neue',
56
+ 'Helvetica',
57
+ 'Arial',
58
+ ],
51
59
  },
52
60
  backgroundImage: {
53
61
  'gradient-radial': 'radial-gradient(var(--tw-gradient-stops))',