@ya-accelerators/nextjs-framework 0.0.100 → 0.0.102

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 (287) hide show
  1. package/dist/constants.d.ts +4 -0
  2. package/dist/constants.js +4 -0
  3. package/dist/constants.js.map +1 -1
  4. package/dist/env.client.d.ts +2 -2
  5. package/dist/env.client.js +1 -1
  6. package/dist/env.client.js.map +1 -1
  7. package/dist/env.d.ts +2 -2
  8. package/dist/env.js +1 -5
  9. package/dist/env.js.map +1 -1
  10. package/dist/hooks/anchor/index.d.ts +13 -0
  11. package/dist/hooks/anchor/index.js +65 -0
  12. package/dist/hooks/anchor/index.js.map +1 -0
  13. package/dist/hooks/date/index.js.map +1 -1
  14. package/dist/hooks/loading/index.jsx +1 -1
  15. package/dist/hooks/loading/index.jsx.map +1 -1
  16. package/dist/hooks/localStorage/index.js +2 -9
  17. package/dist/hooks/localStorage/index.js.map +1 -1
  18. package/dist/hooks/modal/index.d.ts +1 -1
  19. package/dist/hooks/modal/index.jsx +1 -1
  20. package/dist/hooks/modal/index.jsx.map +1 -1
  21. package/dist/hooks/mounted/index.js +0 -4
  22. package/dist/hooks/mounted/index.js.map +1 -1
  23. package/dist/hooks/toast/index.d.ts +3 -1
  24. package/dist/hooks/toast/index.jsx +9 -9
  25. package/dist/hooks/toast/index.jsx.map +1 -1
  26. package/dist/hooks/uploads/index.d.ts +1 -1
  27. package/dist/hooks/uploads/index.js +0 -3
  28. package/dist/hooks/uploads/index.js.map +1 -1
  29. package/dist/i18n/get-message-fallback.d.ts +0 -1
  30. package/dist/i18n/get-message-fallback.js +0 -1
  31. package/dist/i18n/get-message-fallback.js.map +1 -1
  32. package/dist/i18n/index.js +1 -4
  33. package/dist/i18n/index.js.map +1 -1
  34. package/dist/i18n/strings/ja-JP.json +3 -3
  35. package/dist/lib/cookie/index.d.ts +1 -1
  36. package/dist/lib/cookie/index.js +0 -1
  37. package/dist/lib/cookie/index.js.map +1 -1
  38. package/dist/lib/next-auth/index.js +0 -11
  39. package/dist/lib/next-auth/index.js.map +1 -1
  40. package/dist/lib/trpc/index.d.ts +3 -2
  41. package/dist/lib/trpc/index.js +39 -11
  42. package/dist/lib/trpc/index.js.map +1 -1
  43. package/dist/lib/uploads/index.js +0 -17
  44. package/dist/lib/uploads/index.js.map +1 -1
  45. package/dist/logger/index.d.ts +2 -1
  46. package/dist/logger/index.js +0 -6
  47. package/dist/logger/index.js.map +1 -1
  48. package/dist/styles/globals.css +77 -0
  49. package/dist/styles/tailwind.config.d.ts +362 -359
  50. package/dist/styles/tailwind.config.js +22 -20
  51. package/dist/styles/tailwind.config.js.map +1 -1
  52. package/dist/styles/tailwind.config.ts +25 -21
  53. package/dist/tsconfig.tsbuildinfo +1 -1
  54. package/dist/ui/component/button/base.d.ts +4 -4
  55. package/dist/ui/component/button/base.jsx +2 -2
  56. package/dist/ui/component/button/base.jsx.map +1 -1
  57. package/dist/ui/component/button/colored/index.d.ts +2 -2
  58. package/dist/ui/component/button/image/index.d.ts +2 -2
  59. package/dist/ui/component/button/index.d.ts +4 -9
  60. package/dist/ui/component/button/index.jsx +0 -5
  61. package/dist/ui/component/button/index.jsx.map +1 -1
  62. package/dist/ui/component/card/index.jsx +1 -1
  63. package/dist/ui/component/card/index.jsx.map +1 -1
  64. package/dist/ui/component/icon/index.d.ts +2 -2
  65. package/dist/ui/component/index.d.ts +70 -78
  66. package/dist/ui/component/index.js +4 -4
  67. package/dist/ui/component/index.js.map +1 -1
  68. package/dist/ui/component/progressBar/index.d.ts +9 -0
  69. package/dist/ui/component/progressBar/index.jsx +15 -0
  70. package/dist/ui/component/progressBar/index.jsx.map +1 -0
  71. package/dist/ui/component/skeleton/index.d.ts +10 -0
  72. package/dist/ui/component/skeleton/index.jsx +35 -0
  73. package/dist/ui/component/skeleton/index.jsx.map +1 -0
  74. package/dist/ui/component/typography/H1/index.d.ts +2 -3
  75. package/dist/ui/component/typography/H1/index.jsx +2 -2
  76. package/dist/ui/component/typography/H1/index.jsx.map +1 -1
  77. package/dist/ui/component/typography/H2/index.d.ts +2 -3
  78. package/dist/ui/component/typography/H2/index.jsx +2 -2
  79. package/dist/ui/component/typography/H2/index.jsx.map +1 -1
  80. package/dist/ui/component/typography/H3/index.d.ts +2 -3
  81. package/dist/ui/component/typography/H3/index.jsx +2 -2
  82. package/dist/ui/component/typography/H3/index.jsx.map +1 -1
  83. package/dist/ui/component/typography/H4/index.d.ts +2 -3
  84. package/dist/ui/component/typography/H4/index.jsx +2 -2
  85. package/dist/ui/component/typography/H4/index.jsx.map +1 -1
  86. package/dist/ui/component/typography/H5/index.d.ts +2 -3
  87. package/dist/ui/component/typography/H5/index.jsx +2 -2
  88. package/dist/ui/component/typography/H5/index.jsx.map +1 -1
  89. package/dist/ui/component/typography/H6/index.d.ts +2 -3
  90. package/dist/ui/component/typography/H6/index.jsx +2 -2
  91. package/dist/ui/component/typography/H6/index.jsx.map +1 -1
  92. package/dist/ui/component/typography/Label/index.d.ts +2 -3
  93. package/dist/ui/component/typography/Label/index.jsx +2 -2
  94. package/dist/ui/component/typography/Label/index.jsx.map +1 -1
  95. package/dist/ui/component/typography/LinkText/index.d.ts +2 -3
  96. package/dist/ui/component/typography/LinkText/index.jsx +2 -2
  97. package/dist/ui/component/typography/LinkText/index.jsx.map +1 -1
  98. package/dist/ui/component/typography/P/index.d.ts +2 -3
  99. package/dist/ui/component/typography/P/index.jsx +2 -2
  100. package/dist/ui/component/typography/P/index.jsx.map +1 -1
  101. package/dist/ui/component/typography/Pre/index.d.ts +2 -3
  102. package/dist/ui/component/typography/Pre/index.jsx +2 -2
  103. package/dist/ui/component/typography/Pre/index.jsx.map +1 -1
  104. package/dist/ui/component/typography/Span/index.d.ts +2 -3
  105. package/dist/ui/component/typography/Span/index.jsx +2 -2
  106. package/dist/ui/component/typography/Span/index.jsx.map +1 -1
  107. package/dist/ui/component/typography/index.d.ts +24 -35
  108. package/dist/ui/composite/accordion/index.d.ts +12 -0
  109. package/dist/ui/composite/accordion/index.jsx +29 -0
  110. package/dist/ui/composite/accordion/index.jsx.map +1 -0
  111. package/dist/ui/composite/alert/index.d.ts +13 -0
  112. package/dist/ui/composite/alert/index.jsx +35 -0
  113. package/dist/ui/composite/alert/index.jsx.map +1 -0
  114. package/dist/ui/composite/avatar/index.d.ts +9 -0
  115. package/dist/ui/composite/avatar/index.jsx +25 -0
  116. package/dist/ui/composite/avatar/index.jsx.map +1 -0
  117. package/dist/ui/composite/dropdown/index.d.ts +2 -2
  118. package/dist/ui/composite/dropdown/index.jsx +0 -1
  119. package/dist/ui/composite/dropdown/index.jsx.map +1 -1
  120. package/dist/ui/composite/emptyState/index.d.ts +9 -0
  121. package/dist/ui/composite/emptyState/index.jsx +18 -0
  122. package/dist/ui/composite/emptyState/index.jsx.map +1 -0
  123. package/dist/ui/{layout → composite}/form/index.d.ts +4 -5
  124. package/dist/ui/{layout → composite}/form/index.jsx +9 -43
  125. package/dist/ui/composite/form/index.jsx.map +1 -0
  126. package/dist/ui/{layout → composite}/form/renderItem.d.ts +1 -2
  127. package/dist/ui/{layout → composite}/form/renderItem.jsx +25 -30
  128. package/dist/ui/composite/form/renderItem.jsx.map +1 -0
  129. package/dist/ui/composite/index.d.ts +475 -224
  130. package/dist/ui/composite/index.js +30 -0
  131. package/dist/ui/composite/index.js.map +1 -1
  132. package/dist/ui/composite/input/attachment/index.jsx +5 -8
  133. package/dist/ui/composite/input/attachment/index.jsx.map +1 -1
  134. package/dist/ui/composite/input/checkbox/index.d.ts +2 -2
  135. package/dist/ui/composite/input/checkbox/index.jsx +2 -2
  136. package/dist/ui/composite/input/checkbox/index.jsx.map +1 -1
  137. package/dist/ui/composite/input/datePicker/index.d.ts +1 -1
  138. package/dist/ui/composite/input/datePicker/index.jsx +5 -16
  139. package/dist/ui/composite/input/datePicker/index.jsx.map +1 -1
  140. package/dist/ui/composite/input/dateRange/index.d.ts +1 -1
  141. package/dist/ui/composite/input/dateRange/index.jsx +1 -3
  142. package/dist/ui/composite/input/dateRange/index.jsx.map +1 -1
  143. package/dist/ui/composite/input/dateTimePicker/index.jsx +1 -8
  144. package/dist/ui/composite/input/dateTimePicker/index.jsx.map +1 -1
  145. package/dist/ui/composite/input/dateTimeRange/index.d.ts +1 -1
  146. package/dist/ui/composite/input/dateTimeRange/index.jsx +2 -5
  147. package/dist/ui/composite/input/dateTimeRange/index.jsx.map +1 -1
  148. package/dist/ui/composite/input/file/index.jsx +13 -9
  149. package/dist/ui/composite/input/file/index.jsx.map +1 -1
  150. package/dist/ui/composite/input/index.d.ts +129 -119
  151. package/dist/ui/composite/input/index.js +2 -0
  152. package/dist/ui/composite/input/index.js.map +1 -1
  153. package/dist/ui/composite/input/list/index.jsx +2 -10
  154. package/dist/ui/composite/input/list/index.jsx.map +1 -1
  155. package/dist/ui/composite/input/radio/index.d.ts +2 -2
  156. package/dist/ui/composite/input/radio/index.jsx +3 -3
  157. package/dist/ui/composite/input/radio/index.jsx.map +1 -1
  158. package/dist/ui/composite/input/select/GroupHeading/index.jsx +1 -1
  159. package/dist/ui/composite/input/select/GroupHeading/index.jsx.map +1 -1
  160. package/dist/ui/composite/input/select/Input/index.jsx +1 -4
  161. package/dist/ui/composite/input/select/Input/index.jsx.map +1 -1
  162. package/dist/ui/composite/input/select/Option/index.jsx +0 -1
  163. package/dist/ui/composite/input/select/Option/index.jsx.map +1 -1
  164. package/dist/ui/composite/input/select/Placeholder/index.jsx +1 -1
  165. package/dist/ui/composite/input/select/Placeholder/index.jsx.map +1 -1
  166. package/dist/ui/composite/input/select/SelectContainer/index.jsx +1 -1
  167. package/dist/ui/composite/input/select/SelectContainer/index.jsx.map +1 -1
  168. package/dist/ui/composite/input/select/SingleValue/index.jsx +1 -1
  169. package/dist/ui/composite/input/select/SingleValue/index.jsx.map +1 -1
  170. package/dist/ui/composite/input/select/index.jsx +0 -2
  171. package/dist/ui/composite/input/select/index.jsx.map +1 -1
  172. package/dist/ui/composite/input/switch/index.d.ts +11 -0
  173. package/dist/ui/composite/input/switch/index.jsx +21 -0
  174. package/dist/ui/composite/input/switch/index.jsx.map +1 -0
  175. package/dist/ui/composite/input/text/index.d.ts +1 -1
  176. package/dist/ui/composite/input/text/index.jsx +1 -1
  177. package/dist/ui/composite/input/text/index.jsx.map +1 -1
  178. package/dist/ui/composite/input/textarea/index.d.ts +1 -1
  179. package/dist/ui/composite/input/textarea/index.jsx +1 -1
  180. package/dist/ui/composite/input/textarea/index.jsx.map +1 -1
  181. package/dist/ui/composite/input/timePicker/index.d.ts +1 -1
  182. package/dist/ui/composite/input/timeRange/index.d.ts +1 -1
  183. package/dist/ui/composite/input/timeRange/index.jsx +1 -1
  184. package/dist/ui/composite/input/timeRange/index.jsx.map +1 -1
  185. package/dist/ui/composite/input/weekDaysSelector/index.d.ts +1 -1
  186. package/dist/ui/composite/input/weekdayPicker/index.d.ts +1 -1
  187. package/dist/ui/composite/input/weekdayPicker/index.jsx +1 -1
  188. package/dist/ui/composite/input/weekdayPicker/index.jsx.map +1 -1
  189. package/dist/ui/composite/label/index.d.ts +3 -2
  190. package/dist/ui/composite/label/index.jsx +4 -4
  191. package/dist/ui/composite/label/index.jsx.map +1 -1
  192. package/dist/ui/composite/loading/index.jsx.map +1 -0
  193. package/dist/ui/composite/markdown/codeBlock.d.ts +4 -0
  194. package/dist/ui/composite/markdown/codeBlock.jsx +67 -0
  195. package/dist/ui/composite/markdown/codeBlock.jsx.map +1 -0
  196. package/dist/ui/composite/markdown/index.d.ts +3 -0
  197. package/dist/ui/composite/markdown/index.jsx +65 -0
  198. package/dist/ui/composite/markdown/index.jsx.map +1 -0
  199. package/dist/ui/{component/modal/index.d.ts → composite/modal/card.d.ts} +1 -1
  200. package/dist/ui/composite/modal/card.jsx +13 -0
  201. package/dist/ui/composite/modal/card.jsx.map +1 -0
  202. package/dist/ui/composite/modal/index.d.ts +2 -0
  203. package/dist/ui/composite/modal/index.jsx +3 -0
  204. package/dist/ui/composite/modal/index.jsx.map +1 -0
  205. package/dist/ui/{layout/modal/index.jsx → composite/modal/overlay.jsx} +4 -10
  206. package/dist/ui/composite/modal/overlay.jsx.map +1 -0
  207. package/dist/ui/{layout → composite}/object/index.d.ts +2 -3
  208. package/dist/ui/{layout → composite}/object/index.jsx +50 -24
  209. package/dist/ui/composite/object/index.jsx.map +1 -0
  210. package/dist/ui/composite/pageTitle/index.jsx +4 -2
  211. package/dist/ui/composite/pageTitle/index.jsx.map +1 -1
  212. package/dist/ui/composite/popover/index.d.ts +12 -0
  213. package/dist/ui/composite/popover/index.jsx +48 -0
  214. package/dist/ui/composite/popover/index.jsx.map +1 -0
  215. package/dist/ui/composite/stepper/index.d.ts +8 -0
  216. package/dist/ui/composite/stepper/index.jsx +34 -0
  217. package/dist/ui/composite/stepper/index.jsx.map +1 -0
  218. package/dist/ui/composite/table/features.d.ts +15 -0
  219. package/dist/ui/composite/table/features.js +10 -0
  220. package/dist/ui/composite/table/features.js.map +1 -0
  221. package/dist/ui/{layout → composite}/table/index.d.ts +4 -9
  222. package/dist/ui/{layout → composite}/table/index.jsx +10 -23
  223. package/dist/ui/composite/table/index.jsx.map +1 -0
  224. package/dist/ui/composite/toast/index.d.ts +18 -0
  225. package/dist/ui/{layout → composite}/toast/index.jsx +11 -4
  226. package/dist/ui/composite/toast/index.jsx.map +1 -0
  227. package/dist/ui/composite/tooltip/index.d.ts +11 -0
  228. package/dist/ui/composite/tooltip/index.jsx +29 -0
  229. package/dist/ui/composite/tooltip/index.jsx.map +1 -0
  230. package/dist/ui/functional/index.d.ts +5 -5
  231. package/dist/ui/functional/signInForm/index.jsx +1 -1
  232. package/dist/ui/functional/signInForm/index.jsx.map +1 -1
  233. package/dist/ui/layout/app/component.jsx +2 -2
  234. package/dist/ui/layout/app/component.jsx.map +1 -1
  235. package/dist/ui/layout/drawer/index.d.ts +11 -0
  236. package/dist/ui/layout/drawer/index.jsx +73 -0
  237. package/dist/ui/layout/drawer/index.jsx.map +1 -0
  238. package/dist/ui/layout/index.d.ts +38 -351
  239. package/dist/ui/layout/index.js +2 -12
  240. package/dist/ui/layout/index.js.map +1 -1
  241. package/dist/ui/layout/root/index.d.ts +1 -1
  242. package/dist/ui/layout/root/index.jsx +1 -2
  243. package/dist/ui/layout/root/index.jsx.map +1 -1
  244. package/dist/ui/layout/root/provider/index.jsx +0 -4
  245. package/dist/ui/layout/root/provider/index.jsx.map +1 -1
  246. package/dist/ui/layout/tab/component.jsx +1 -1
  247. package/dist/ui/layout/tab/component.jsx.map +1 -1
  248. package/dist/ui/layout/tab/content/index.d.ts +1 -1
  249. package/dist/ui/theme/border/index.d.ts +15 -15
  250. package/dist/ui/theme/border/index.js.map +1 -1
  251. package/dist/ui/theme/color/index.d.ts +24 -23
  252. package/dist/ui/theme/color/index.js +14 -24
  253. package/dist/ui/theme/color/index.js.map +1 -1
  254. package/dist/ui/theme/rounded/index.d.ts +6 -5
  255. package/dist/ui/theme/rounded/index.js +2 -0
  256. package/dist/ui/theme/rounded/index.js.map +1 -1
  257. package/dist/ui/theme/size/index.d.ts +8 -8
  258. package/dist/ui/theme/size/index.js +8 -8
  259. package/dist/ui/theme/size/index.js.map +1 -1
  260. package/dist/ui/types/index.d.ts +16 -2
  261. package/dist/ui/types/index.js +0 -1
  262. package/dist/ui/types/index.js.map +1 -1
  263. package/dist/util/date/impl.js +0 -2
  264. package/dist/util/date/impl.js.map +1 -1
  265. package/dist/util/date/index.d.ts +7 -7
  266. package/dist/util/index.js +7 -19
  267. package/dist/util/index.js.map +1 -1
  268. package/package.json +7 -6
  269. package/dist/ui/component/button/text/index.d.ts +0 -11
  270. package/dist/ui/component/button/text/index.jsx +0 -7
  271. package/dist/ui/component/button/text/index.jsx.map +0 -1
  272. package/dist/ui/component/markdown/index.d.ts +0 -4
  273. package/dist/ui/component/markdown/index.jsx +0 -61
  274. package/dist/ui/component/markdown/index.jsx.map +0 -1
  275. package/dist/ui/component/modal/index.jsx +0 -12
  276. package/dist/ui/component/modal/index.jsx.map +0 -1
  277. package/dist/ui/layout/form/index.jsx.map +0 -1
  278. package/dist/ui/layout/form/renderItem.jsx.map +0 -1
  279. package/dist/ui/layout/loading/index.jsx.map +0 -1
  280. package/dist/ui/layout/modal/index.jsx.map +0 -1
  281. package/dist/ui/layout/object/index.jsx.map +0 -1
  282. package/dist/ui/layout/table/index.jsx.map +0 -1
  283. package/dist/ui/layout/toast/index.d.ts +0 -7
  284. package/dist/ui/layout/toast/index.jsx.map +0 -1
  285. /package/dist/ui/{layout → composite}/loading/index.d.ts +0 -0
  286. /package/dist/ui/{layout → composite}/loading/index.jsx +0 -0
  287. /package/dist/ui/{layout/modal/index.d.ts → composite/modal/overlay.d.ts} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.