@powerhousedao/document-engineering 1.11.0 → 1.13.0

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 (235) hide show
  1. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts +1 -1
  2. package/dist/src/scalars/components/amount-field/amount-field-validations.d.ts.map +1 -1
  3. package/dist/src/scalars/components/amount-field/amount-field-validations.js +1 -12
  4. package/dist/src/scalars/components/amount-field/amount-field-validations.js.map +1 -1
  5. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts +2 -7
  6. package/dist/src/scalars/components/country-code-field/country-code-field.d.ts.map +1 -1
  7. package/dist/src/scalars/components/country-code-field/country-code-field.js +4 -29
  8. package/dist/src/scalars/components/country-code-field/country-code-field.js.map +1 -1
  9. package/dist/src/scalars/components/country-code-field/index.d.ts +2 -1
  10. package/dist/src/scalars/components/country-code-field/index.d.ts.map +1 -1
  11. package/dist/src/scalars/components/country-code-field/index.js +1 -1
  12. package/dist/src/scalars/components/country-code-field/index.js.map +1 -1
  13. package/dist/src/scalars/components/country-code-field/types.d.ts +4 -10
  14. package/dist/src/scalars/components/country-code-field/types.d.ts.map +1 -1
  15. package/dist/src/scalars/components/enum-field/enum-field.d.ts.map +1 -1
  16. package/dist/src/scalars/components/enum-field/enum-field.js +4 -2
  17. package/dist/src/scalars/components/enum-field/enum-field.js.map +1 -1
  18. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts +6 -2
  19. package/dist/src/ui/components/data-entry/amount-input/amount-input.d.ts.map +1 -1
  20. package/dist/src/ui/components/data-entry/amount-input/amount-input.js +3 -5
  21. package/dist/src/ui/components/data-entry/amount-input/amount-input.js.map +1 -1
  22. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts +1 -1
  23. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.d.ts.map +1 -1
  24. package/dist/src/ui/components/data-entry/amount-input/use-amount-input.js.map +1 -1
  25. package/dist/src/ui/components/data-entry/amount-input/utils.d.ts.map +1 -1
  26. package/dist/src/ui/components/data-entry/amount-input/utils.js +1 -2
  27. package/dist/src/ui/components/data-entry/amount-input/utils.js.map +1 -1
  28. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts +2 -2
  29. package/dist/src/ui/components/data-entry/checkbox/checkbox.d.ts.map +1 -1
  30. package/dist/src/ui/components/data-entry/checkbox/checkbox.js +8 -2
  31. package/dist/src/ui/components/data-entry/checkbox/checkbox.js.map +1 -1
  32. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.d.ts +15 -0
  33. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.d.ts.map +1 -0
  34. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.js +30 -0
  35. package/dist/src/ui/components/data-entry/checkbox/subcomponents/checkbox-diff.js.map +1 -0
  36. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.d.ts +9 -0
  37. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.d.ts.map +1 -0
  38. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.js +8 -0
  39. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker-diff.js.map +1 -0
  40. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.d.ts +5 -0
  41. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.d.ts.map +1 -0
  42. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.js +50 -0
  43. package/dist/src/ui/components/data-entry/country-code-picker/country-code-picker.js.map +1 -0
  44. package/dist/src/ui/components/data-entry/country-code-picker/index.d.ts +3 -0
  45. package/dist/src/ui/components/data-entry/country-code-picker/index.d.ts.map +1 -0
  46. package/dist/src/ui/components/data-entry/country-code-picker/index.js +2 -0
  47. package/dist/src/ui/components/data-entry/country-code-picker/index.js.map +1 -0
  48. package/dist/src/ui/components/data-entry/country-code-picker/types.d.ts +16 -0
  49. package/dist/src/ui/components/data-entry/country-code-picker/types.d.ts.map +1 -0
  50. package/dist/src/ui/components/data-entry/country-code-picker/types.js +2 -0
  51. package/dist/src/ui/components/data-entry/country-code-picker/types.js.map +1 -0
  52. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.d.ts +9 -0
  53. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.d.ts.map +1 -0
  54. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.js +8 -0
  55. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker-diff.js.map +1 -0
  56. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.d.ts.map +1 -1
  57. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js +24 -4
  58. package/dist/src/ui/components/data-entry/currency-code-picker/currency-code-picker.js.map +1 -1
  59. package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts +6 -6
  60. package/dist/src/ui/components/data-entry/currency-code-picker/types.d.ts.map +1 -1
  61. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts +2 -2
  62. package/dist/src/ui/components/data-entry/date-picker/date-picker.d.ts.map +1 -1
  63. package/dist/src/ui/components/data-entry/date-picker/date-picker.js +38 -29
  64. package/dist/src/ui/components/data-entry/date-picker/date-picker.js.map +1 -1
  65. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.d.ts +13 -0
  66. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.d.ts.map +1 -0
  67. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.js +16 -0
  68. package/dist/src/ui/components/data-entry/date-picker/subcomponents/date-picker-diff/date-picker-diff.js.map +1 -0
  69. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.d.ts.map +1 -1
  70. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js +4 -4
  71. package/dist/src/ui/components/data-entry/date-time-picker/base-picker.js.map +1 -1
  72. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts +2 -2
  73. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.d.ts.map +1 -1
  74. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js +17 -9
  75. package/dist/src/ui/components/data-entry/date-time-picker/date-time-picker.js.map +1 -1
  76. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.d.ts +15 -0
  77. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.d.ts.map +1 -0
  78. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.js +24 -0
  79. package/dist/src/ui/components/data-entry/date-time-picker/subcomponent/date-time-picker-diff.js.map +1 -0
  80. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts +1 -0
  81. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.d.ts.map +1 -1
  82. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js +1 -1
  83. package/dist/src/ui/components/data-entry/date-time-picker/use-date-time-picker.js.map +1 -1
  84. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts +2 -2
  85. package/dist/src/ui/components/data-entry/input/splitted-input-diff.d.ts.map +1 -1
  86. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js +2 -2
  87. package/dist/src/ui/components/data-entry/input/splitted-input-diff.js.map +1 -1
  88. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts +2 -2
  89. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.d.ts.map +1 -1
  90. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js +2 -2
  91. package/dist/src/ui/components/data-entry/input/subcomponent/input-diff.js.map +1 -1
  92. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.d.ts.map +1 -1
  93. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js +56 -21
  94. package/dist/src/ui/components/data-entry/input/subcomponent/text-diff.js.map +1 -1
  95. package/dist/src/ui/components/data-entry/number-input/number-input.d.ts.map +1 -1
  96. package/dist/src/ui/components/data-entry/number-input/number-input.js +26 -21
  97. package/dist/src/ui/components/data-entry/number-input/number-input.js.map +1 -1
  98. package/dist/src/ui/components/data-entry/number-input/types.d.ts +2 -2
  99. package/dist/src/ui/components/data-entry/number-input/types.d.ts.map +1 -1
  100. package/dist/src/ui/components/data-entry/number-input/use-number-input.d.ts +1 -5
  101. package/dist/src/ui/components/data-entry/number-input/use-number-input.d.ts.map +1 -1
  102. package/dist/src/ui/components/data-entry/number-input/use-number-input.js +4 -14
  103. package/dist/src/ui/components/data-entry/number-input/use-number-input.js.map +1 -1
  104. package/dist/src/ui/components/data-entry/select/command-list-item.d.ts +1 -1
  105. package/dist/src/ui/components/data-entry/select/command-list-item.d.ts.map +1 -1
  106. package/dist/src/ui/components/data-entry/select/command-list-item.js +2 -2
  107. package/dist/src/ui/components/data-entry/select/command-list-item.js.map +1 -1
  108. package/dist/src/ui/components/data-entry/select/content.d.ts +0 -1
  109. package/dist/src/ui/components/data-entry/select/content.d.ts.map +1 -1
  110. package/dist/src/ui/components/data-entry/select/content.js +8 -7
  111. package/dist/src/ui/components/data-entry/select/content.js.map +1 -1
  112. package/dist/src/ui/components/data-entry/select/select-diff.d.ts +4 -3
  113. package/dist/src/ui/components/data-entry/select/select-diff.d.ts.map +1 -1
  114. package/dist/src/ui/components/data-entry/select/select-diff.js +2 -2
  115. package/dist/src/ui/components/data-entry/select/select-diff.js.map +1 -1
  116. package/dist/src/ui/components/data-entry/select/select.d.ts.map +1 -1
  117. package/dist/src/ui/components/data-entry/select/select.js +16 -14
  118. package/dist/src/ui/components/data-entry/select/select.js.map +1 -1
  119. package/dist/src/ui/components/data-entry/select/selected-content.d.ts +0 -1
  120. package/dist/src/ui/components/data-entry/select/selected-content.d.ts.map +1 -1
  121. package/dist/src/ui/components/data-entry/select/selected-content.js +4 -4
  122. package/dist/src/ui/components/data-entry/select/selected-content.js.map +1 -1
  123. package/dist/src/ui/components/data-entry/select/types.d.ts +7 -9
  124. package/dist/src/ui/components/data-entry/select/types.d.ts.map +1 -1
  125. package/dist/src/ui/components/data-entry/select/use-select.js +1 -1
  126. package/dist/src/ui/components/data-entry/select/use-select.js.map +1 -1
  127. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts +2 -2
  128. package/dist/src/ui/components/data-entry/text-input/text-input-diff.d.ts.map +1 -1
  129. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js +2 -2
  130. package/dist/src/ui/components/data-entry/text-input/text-input-diff.js.map +1 -1
  131. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts +2 -2
  132. package/dist/src/ui/components/data-entry/time-picker/time-picker.d.ts.map +1 -1
  133. package/dist/src/ui/components/data-entry/time-picker/time-picker.js +17 -6
  134. package/dist/src/ui/components/data-entry/time-picker/time-picker.js.map +1 -1
  135. package/dist/src/ui/components/data-entry/url-input/types.d.ts +2 -4
  136. package/dist/src/ui/components/data-entry/url-input/types.d.ts.map +1 -1
  137. package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts +1 -1
  138. package/dist/src/ui/components/data-entry/url-input/url-input-diff.d.ts.map +1 -1
  139. package/dist/src/ui/components/data-entry/url-input/url-input-diff.js +2 -2
  140. package/dist/src/ui/components/data-entry/url-input/url-input-diff.js.map +1 -1
  141. package/dist/src/ui/components/data-entry/url-input/url-input.d.ts.map +1 -1
  142. package/dist/src/ui/components/data-entry/url-input/url-input.js +2 -2
  143. package/dist/src/ui/components/data-entry/url-input/url-input.js.map +1 -1
  144. package/dist/src/ui/components/icon-components/ArrowDownUp.d.ts +7 -0
  145. package/dist/src/ui/components/icon-components/ArrowDownUp.d.ts.map +1 -0
  146. package/dist/src/ui/components/icon-components/ArrowDownUp.js +7 -0
  147. package/dist/src/ui/components/icon-components/ArrowDownUp.js.map +1 -0
  148. package/dist/src/ui/components/icon-components/index.d.ts +1 -1
  149. package/dist/src/ui/components/icon-components/index.d.ts.map +1 -1
  150. package/dist/src/ui/components/icon-components/index.js +3 -0
  151. package/dist/src/ui/components/icon-components/index.js.map +1 -1
  152. package/dist/src/ui/components/index.d.ts +2 -0
  153. package/dist/src/ui/components/index.d.ts.map +1 -1
  154. package/dist/src/ui/components/index.js +2 -0
  155. package/dist/src/ui/components/index.js.map +1 -1
  156. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.d.ts.map +1 -1
  157. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js +5 -2
  158. package/dist/src/ui/components/object-set-table/examples/api-usage/api-usage.js.map +1 -1
  159. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts +3 -1
  160. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.d.ts.map +1 -1
  161. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js +3 -2
  162. package/dist/src/ui/components/object-set-table/examples/computed-columns/computed-columns.js.map +1 -1
  163. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts +3 -1
  164. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.d.ts.map +1 -1
  165. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js +5 -2
  166. package/dist/src/ui/components/object-set-table/examples/custom-rendering/custom-rendering.js.map +1 -1
  167. package/dist/src/ui/components/object-set-table/index.d.ts +2 -0
  168. package/dist/src/ui/components/object-set-table/index.d.ts.map +1 -1
  169. package/dist/src/ui/components/object-set-table/index.js +2 -0
  170. package/dist/src/ui/components/object-set-table/index.js.map +1 -1
  171. package/dist/src/ui/components/object-set-table/logic/selection-manager.d.ts.map +1 -1
  172. package/dist/src/ui/components/object-set-table/logic/selection-manager.js +2 -0
  173. package/dist/src/ui/components/object-set-table/logic/selection-manager.js.map +1 -1
  174. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts +33 -2
  175. package/dist/src/ui/components/object-set-table/logic/table-api.d.ts.map +1 -1
  176. package/dist/src/ui/components/object-set-table/logic/table-api.js +53 -0
  177. package/dist/src/ui/components/object-set-table/logic/table-api.js.map +1 -1
  178. package/dist/src/ui/components/object-set-table/logic/types.d.ts +9 -1
  179. package/dist/src/ui/components/object-set-table/logic/types.d.ts.map +1 -1
  180. package/dist/src/ui/components/object-set-table/mock-data.js +14 -14
  181. package/dist/src/ui/components/object-set-table/mock-data.js.map +1 -1
  182. package/dist/src/ui/components/object-set-table/object-set-table.d.ts +1 -1
  183. package/dist/src/ui/components/object-set-table/object-set-table.d.ts.map +1 -1
  184. package/dist/src/ui/components/object-set-table/object-set-table.js +12 -5
  185. package/dist/src/ui/components/object-set-table/object-set-table.js.map +1 -1
  186. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts +2 -6
  187. package/dist/src/ui/components/object-set-table/subcomponents/body.d.ts.map +1 -1
  188. package/dist/src/ui/components/object-set-table/subcomponents/body.js +7 -106
  189. package/dist/src/ui/components/object-set-table/subcomponents/body.js.map +1 -1
  190. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.d.ts +11 -0
  191. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.d.ts.map +1 -0
  192. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.js +62 -0
  193. package/dist/src/ui/components/object-set-table/subcomponents/cells/render-cell.js.map +1 -0
  194. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts +2 -2
  195. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.d.ts.map +1 -1
  196. package/dist/src/ui/components/object-set-table/subcomponents/default-cell-renderers/get-render-fn.js.map +1 -1
  197. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts +2 -2
  198. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.d.ts.map +1 -1
  199. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js +2 -2
  200. package/dist/src/ui/components/object-set-table/subcomponents/default-fns/default-column-config.js.map +1 -1
  201. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/{default-header.renderer.d.ts → default-header-renderer.d.ts} +1 -1
  202. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.d.ts.map +1 -0
  203. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.js +36 -0
  204. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header-renderer.js.map +1 -0
  205. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts +3 -0
  206. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.d.ts.map +1 -0
  207. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js +17 -0
  208. package/dist/src/ui/components/object-set-table/subcomponents/default-sort-columns/default-sort-fns.js.map +1 -0
  209. package/dist/src/ui/components/object-set-table/subcomponents/header.d.ts.map +1 -1
  210. package/dist/src/ui/components/object-set-table/subcomponents/header.js +32 -17
  211. package/dist/src/ui/components/object-set-table/subcomponents/header.js.map +1 -1
  212. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts +9 -0
  213. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.d.ts.map +1 -0
  214. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js +62 -0
  215. package/dist/src/ui/components/object-set-table/subcomponents/rows/render-row.js.map +1 -0
  216. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.d.ts +7 -0
  217. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.d.ts.map +1 -0
  218. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.js +7 -0
  219. package/dist/src/ui/components/object-set-table/subcomponents/sort-indicator.js.map +1 -0
  220. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts +1 -1
  221. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.d.ts.map +1 -1
  222. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js +2 -0
  223. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-provider.js.map +1 -1
  224. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts +19 -1
  225. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.d.ts.map +1 -1
  226. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js +49 -6
  227. package/dist/src/ui/components/object-set-table/subcomponents/table-provider/table-reducer.js.map +1 -1
  228. package/dist/src/ui/components/object-set-table/types.d.ts +64 -3
  229. package/dist/src/ui/components/object-set-table/types.d.ts.map +1 -1
  230. package/dist/style.css +310 -32
  231. package/dist/tsconfig.lib.tsbuildinfo +1 -1
  232. package/package.json +1 -1
  233. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.d.ts.map +0 -1
  234. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.js +0 -16
  235. package/dist/src/ui/components/object-set-table/subcomponents/default-header-renderers/default-header.renderer.js.map +0 -1
package/dist/style.css CHANGED
@@ -327,6 +327,9 @@
327
327
  .left-2\.5 {
328
328
  left: calc(var(--spacing) * 2.5);
329
329
  }
330
+ .z-1 {
331
+ z-index: 1;
332
+ }
330
333
  .z-10 {
331
334
  z-index: 10;
332
335
  }
@@ -552,9 +555,15 @@
552
555
  .h-\[28px\] {
553
556
  height: 28px;
554
557
  }
558
+ .h-\[32px\] {
559
+ height: 32px;
560
+ }
555
561
  .h-\[34px\] {
556
562
  height: 34px;
557
563
  }
564
+ .h-\[36px\] {
565
+ height: 36px;
566
+ }
558
567
  .h-\[37px\] {
559
568
  height: 37px;
560
569
  }
@@ -791,6 +800,9 @@
791
800
  .justify-end {
792
801
  justify-content: flex-end;
793
802
  }
803
+ .justify-start {
804
+ justify-content: flex-start;
805
+ }
794
806
  .gap-1 {
795
807
  gap: calc(var(--spacing) * 1);
796
808
  }
@@ -889,18 +901,10 @@
889
901
  border-top-left-radius: 0;
890
902
  border-top-right-radius: 0;
891
903
  }
892
- .rounded-l-md {
893
- border-top-left-radius: var(--radius-md);
894
- border-bottom-left-radius: var(--radius-md);
895
- }
896
904
  .rounded-l-none {
897
905
  border-top-left-radius: 0;
898
906
  border-bottom-left-radius: 0;
899
907
  }
900
- .rounded-r-md {
901
- border-top-right-radius: var(--radius-md);
902
- border-bottom-right-radius: var(--radius-md);
903
- }
904
908
  .rounded-r-none {
905
909
  border-top-right-radius: 0;
906
910
  border-bottom-right-radius: 0;
@@ -949,6 +953,10 @@
949
953
  border-left-style: var(--tw-border-style);
950
954
  border-left-width: 0.5px;
951
955
  }
956
+ .border-l-\[1px\] {
957
+ border-left-style: var(--tw-border-style);
958
+ border-left-width: 1px;
959
+ }
952
960
  .border-none {
953
961
  --tw-border-style: none;
954
962
  border-style: none;
@@ -1184,9 +1192,6 @@
1184
1192
  .pr-3 {
1185
1193
  padding-right: calc(var(--spacing) * 3);
1186
1194
  }
1187
- .pr-4 {
1188
- padding-right: calc(var(--spacing) * 4);
1189
- }
1190
1195
  .pr-6 {
1191
1196
  padding-right: calc(var(--spacing) * 6);
1192
1197
  }
@@ -1582,6 +1587,11 @@
1582
1587
  color: var(--color-gray-900) !important;
1583
1588
  }
1584
1589
  }
1590
+ .group-focus-within\:opacity-100 {
1591
+ &:is(:where(.group):focus-within *) {
1592
+ opacity: 100%;
1593
+ }
1594
+ }
1585
1595
  .group-hover\:cursor-pointer {
1586
1596
  &:is(:where(.group):hover *) {
1587
1597
  @media (hover: hover) {
@@ -1624,6 +1634,13 @@
1624
1634
  }
1625
1635
  }
1626
1636
  }
1637
+ .group-hover\/header-cell\:text-gray-600 {
1638
+ &:is(:where(.group\/header-cell):hover *) {
1639
+ @media (hover: hover) {
1640
+ color: var(--color-gray-600);
1641
+ }
1642
+ }
1643
+ }
1627
1644
  .group-hover\/sidebar-item\:visible {
1628
1645
  &:is(:where(.group\/sidebar-item):hover *) {
1629
1646
  @media (hover: hover) {
@@ -1841,6 +1858,11 @@
1841
1858
  }
1842
1859
  }
1843
1860
  }
1861
+ .focus-within\:rounded {
1862
+ &:focus-within {
1863
+ border-radius: 0.25rem;
1864
+ }
1865
+ }
1844
1866
  .focus-within\:border-b-gray-300 {
1845
1867
  &:focus-within {
1846
1868
  border-bottom-color: var(--color-gray-300);
@@ -2075,6 +2097,16 @@
2075
2097
  z-index: 10;
2076
2098
  }
2077
2099
  }
2100
+ .focus\:rounded-md {
2101
+ &:focus {
2102
+ border-radius: var(--radius-md);
2103
+ }
2104
+ }
2105
+ .focus\:border-gray-900 {
2106
+ &:focus {
2107
+ border-color: var(--color-gray-900);
2108
+ }
2109
+ }
2078
2110
  .focus\:bg-gray-50 {
2079
2111
  &:focus {
2080
2112
  background-color: var(--color-gray-50);
@@ -2090,6 +2122,12 @@
2090
2122
  background-image: none;
2091
2123
  }
2092
2124
  }
2125
+ .focus\:ring-0 {
2126
+ &:focus {
2127
+ --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(0px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
2128
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
2129
+ }
2130
+ }
2093
2131
  .focus\:ring-1 {
2094
2132
  &:focus {
2095
2133
  --tw-ring-shadow: var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color, currentcolor);
@@ -4203,6 +4241,132 @@
4203
4241
  }
4204
4242
  }
4205
4243
  }
4244
+ .\[\&_\.select\\\\_\\\\_content\]\:\!w-\[120px\] {
4245
+ & .select\_\_content {
4246
+ width: 120px !important;
4247
+ }
4248
+ }
4249
+ .\[\&_\.select\\\\_\\\\_content\]\:rounded-lg {
4250
+ & .select\_\_content {
4251
+ border-radius: var(--radius-lg);
4252
+ }
4253
+ }
4254
+ .\[\&_\.select\\\\_\\\\_content\]\:border-2 {
4255
+ & .select\_\_content {
4256
+ border-style: var(--tw-border-style);
4257
+ border-width: 2px;
4258
+ }
4259
+ }
4260
+ .\[\&_\.select\\\\_\\\\_content\]\:border-cyan-400\/30 {
4261
+ & .select\_\_content {
4262
+ border-color: color-mix(in srgb, oklch(78.9% 0.154 211.53) 30%, transparent);
4263
+ @supports (color: color-mix(in lab, red, red)) {
4264
+ border-color: color-mix(in oklab, var(--color-cyan-400) 30%, transparent);
4265
+ }
4266
+ }
4267
+ }
4268
+ .\[\&_\.select\\\\_\\\\_content\]\:bg-white {
4269
+ & .select\_\_content {
4270
+ background-color: var(--color-white);
4271
+ }
4272
+ }
4273
+ .\[\&_\.select\\\\_\\\\_content\]\:shadow-lg {
4274
+ & .select\_\_content {
4275
+ --tw-shadow: 0 10px 15px -3px var(--tw-shadow-color, rgb(0 0 0 / 0.1)), 0 4px 6px -4px var(--tw-shadow-color, rgb(0 0 0 / 0.1));
4276
+ box-shadow: var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
4277
+ }
4278
+ }
4279
+ .\[\&_\.select\\\\_\\\\_item--selected\]\:text-green-500 {
4280
+ & .select\_\_item--selected {
4281
+ color: var(--color-green-500);
4282
+ }
4283
+ }
4284
+ .\[\&_\.select\\\\_\\\\_item--selected\]\:text-red-500 {
4285
+ & .select\_\_item--selected {
4286
+ color: var(--color-red-500);
4287
+ }
4288
+ }
4289
+ .\[\&_\.select\\\\_\\\\_list\]\:border-2 {
4290
+ & .select\_\_list {
4291
+ border-style: var(--tw-border-style);
4292
+ border-width: 2px;
4293
+ }
4294
+ }
4295
+ .\[\&_\.select\\\\_\\\\_list\]\:border-red-500 {
4296
+ & .select\_\_list {
4297
+ border-color: var(--color-red-500);
4298
+ }
4299
+ }
4300
+ .\[\&_\.select\\\\_\\\\_list-item\]\:cursor-pointer {
4301
+ & .select\_\_list-item {
4302
+ cursor: pointer;
4303
+ }
4304
+ }
4305
+ .\[\&_\.select\\\\_\\\\_list-item\]\:font-bold {
4306
+ & .select\_\_list-item {
4307
+ --tw-font-weight: var(--font-weight-bold);
4308
+ font-weight: var(--font-weight-bold);
4309
+ }
4310
+ }
4311
+ .\[\&_\.select\\\\_\\\\_list-item\]\:text-red-400 {
4312
+ & .select\_\_list-item {
4313
+ color: var(--color-red-400);
4314
+ }
4315
+ }
4316
+ .\[\&_\.select\\\\_\\\\_list-item\]\:data-\[disabled\=true\]\:cursor-not-allowed {
4317
+ & .select\_\_list-item {
4318
+ &[data-disabled="true"] {
4319
+ cursor: not-allowed;
4320
+ }
4321
+ }
4322
+ }
4323
+ .\[\&_\.select\\\\_\\\\_list-item\]\:data-\[disabled\=true\]\:opacity-50 {
4324
+ & .select\_\_list-item {
4325
+ &[data-disabled="true"] {
4326
+ opacity: 50%;
4327
+ }
4328
+ }
4329
+ }
4330
+ .\[\&_\.select\\\\_\\\\_list-item\]\:data-\[selected\=true\]\:text-red-900 {
4331
+ & .select\_\_list-item {
4332
+ &[data-selected="true"] {
4333
+ color: var(--color-red-900);
4334
+ }
4335
+ }
4336
+ }
4337
+ .\[\&_\.select\\\\_\\\\_list-item--selected\]\:text-green-500 {
4338
+ & .select\_\_list-item--selected {
4339
+ color: var(--color-green-500);
4340
+ }
4341
+ }
4342
+ .\[\&_\.select\\\\_\\\\_list-item-favorite\]\:cursor-pointer {
4343
+ & .select\_\_list-item-favorite {
4344
+ cursor: pointer;
4345
+ }
4346
+ }
4347
+ .\[\&_\.select\\\\_\\\\_list-item-favorite\]\:font-bold {
4348
+ & .select\_\_list-item-favorite {
4349
+ --tw-font-weight: var(--font-weight-bold);
4350
+ font-weight: var(--font-weight-bold);
4351
+ }
4352
+ }
4353
+ .\[\&_\.select\\\\_\\\\_list-item-favorite\]\:text-red-400 {
4354
+ & .select\_\_list-item-favorite {
4355
+ color: var(--color-red-400);
4356
+ }
4357
+ }
4358
+ .\[\&_\.select\\\\_\\\\_list-item-favorite\]\:data-\[selected\=true\]\:text-red-900 {
4359
+ & .select\_\_list-item-favorite {
4360
+ &[data-selected="true"] {
4361
+ color: var(--color-red-900);
4362
+ }
4363
+ }
4364
+ }
4365
+ .\[\&_\.select\\\\_\\\\_search\]\:text-red-500 {
4366
+ & .select\_\_search {
4367
+ color: var(--color-red-500);
4368
+ }
4369
+ }
4206
4370
  .\[\&_\.time-picker\\\\_\\\\_content\]\:rounded-lg {
4207
4371
  & .time-picker\_\_content {
4208
4372
  border-radius: var(--radius-lg);
@@ -4469,6 +4633,16 @@
4469
4633
  }
4470
4634
  }
4471
4635
  }
4636
+ .\[\&_path\:first-child\]\:stroke-gray-900 {
4637
+ & path:first-child {
4638
+ stroke: var(--color-gray-900);
4639
+ }
4640
+ }
4641
+ .\[\&_path\:last-child\]\:stroke-gray-900 {
4642
+ & path:last-child {
4643
+ stroke: var(--color-gray-900);
4644
+ }
4645
+ }
4472
4646
  .\[\&_svg\]\:pointer-events-none {
4473
4647
  & svg {
4474
4648
  pointer-events: none;
@@ -4485,6 +4659,56 @@
4485
4659
  flex-shrink: 0;
4486
4660
  }
4487
4661
  }
4662
+ .\[\&\.base-picker\\\\_\\\\_input\]\:w-\[275px\] {
4663
+ &.base-picker\_\_input {
4664
+ width: 275px;
4665
+ }
4666
+ }
4667
+ .\[\&\.base-picker\\\\_\\\\_popover\]\:w-\[275px\] {
4668
+ &.base-picker\_\_popover {
4669
+ width: 275px;
4670
+ }
4671
+ }
4672
+ .\[\&\.base-picker\\\\_\\\\_popover\]\:px-4 {
4673
+ &.base-picker\_\_popover {
4674
+ padding-inline: calc(var(--spacing) * 4);
4675
+ }
4676
+ }
4677
+ .\[\&\.base-picker\\\\_\\\\_popover\]\:pt-3 {
4678
+ &.base-picker\_\_popover {
4679
+ padding-top: calc(var(--spacing) * 3);
4680
+ }
4681
+ }
4682
+ .\[\&\.base-picker\\\\_\\\\_popover\]\:pr-3 {
4683
+ &.base-picker\_\_popover {
4684
+ padding-right: calc(var(--spacing) * 3);
4685
+ }
4686
+ }
4687
+ .\[\&\.base-picker\\\\_\\\\_popover\]\:pb-4 {
4688
+ &.base-picker\_\_popover {
4689
+ padding-bottom: calc(var(--spacing) * 4);
4690
+ }
4691
+ }
4692
+ .\[\&\.base-picker\\\\_\\\\_popover\]\:pb-6 {
4693
+ &.base-picker\_\_popover {
4694
+ padding-bottom: calc(var(--spacing) * 6);
4695
+ }
4696
+ }
4697
+ .\[\&\.base-picker\\\\_\\\\_popover\]\:pl-4 {
4698
+ &.base-picker\_\_popover {
4699
+ padding-left: calc(var(--spacing) * 4);
4700
+ }
4701
+ }
4702
+ .\[\&\.input-field\]\:rounded-md {
4703
+ &.input-field {
4704
+ border-radius: var(--radius-md);
4705
+ }
4706
+ }
4707
+ .\[\&\.input-field\]\:border-cyan-400 {
4708
+ &.input-field {
4709
+ border-color: var(--color-cyan-400);
4710
+ }
4711
+ }
4488
4712
  .\[\&\.radio-group\]\:rounded-lg {
4489
4713
  &.radio-group {
4490
4714
  border-radius: var(--radius-lg);
@@ -4771,6 +4995,34 @@
4771
4995
  }
4772
4996
  }
4773
4997
  }
4998
+ .\[\&_\.select\\\\_\\\\_item--selected\]\:\[\&\>div\]\:gap-2 {
4999
+ & .select\_\_item--selected {
5000
+ &>div {
5001
+ gap: calc(var(--spacing) * 2);
5002
+ }
5003
+ }
5004
+ }
5005
+ .\[\&_\.select\\\\_\\\\_item--selected\]\:\[\&\>div\]\:text-red-500 {
5006
+ & .select\_\_item--selected {
5007
+ &>div {
5008
+ color: var(--color-red-500);
5009
+ }
5010
+ }
5011
+ }
5012
+ .\[\&_\.select\\\\_\\\\_list-item--selected\]\:\[\&\>div\]\:gap-2 {
5013
+ & .select\_\_list-item--selected {
5014
+ &>div {
5015
+ gap: calc(var(--spacing) * 2);
5016
+ }
5017
+ }
5018
+ }
5019
+ .\[\&_\.select\\\\_\\\\_list-item--selected\]\:\[\&\>div\]\:text-green-500 {
5020
+ & .select\_\_list-item--selected {
5021
+ &>div {
5022
+ color: var(--color-green-500);
5023
+ }
5024
+ }
5025
+ }
4774
5026
  .\[\&_\.time-picker\\\\_\\\\_selector\]\:\[\&\>div\]\:bg-green-100 {
4775
5027
  & .time-picker\_\_selector {
4776
5028
  &>div {
@@ -4842,24 +5094,11 @@
4842
5094
  white-space: nowrap;
4843
5095
  }
4844
5096
  }
4845
- .\[\&\>span\]\:text-blue-900 {
4846
- &>span {
4847
- color: var(--color-blue-900);
4848
- }
4849
- }
4850
- .\[\&\>span\]\:text-green-900 {
4851
- &>span {
4852
- color: var(--color-green-900);
4853
- }
4854
- }
4855
- .\[\&\>span\]\:text-red-900 {
4856
- &>span {
4857
- color: var(--color-red-900);
4858
- }
4859
- }
4860
- .\[\&\>span\]\:text-yellow-900 {
4861
- &>span {
4862
- color: var(--color-yellow-900);
5097
+ .\[\&_\.select\\\\_\\\\_list-item\]\:\[\&\>span\]\:text-blue-500 {
5098
+ & .select\_\_list-item {
5099
+ &>span {
5100
+ color: var(--color-blue-500);
5101
+ }
4863
5102
  }
4864
5103
  }
4865
5104
  .\[\&\>svg\]\:size-4 {
@@ -4873,9 +5112,48 @@
4873
5112
  flex-shrink: 0;
4874
5113
  }
4875
5114
  }
4876
- .\[\&\>svg\]\:text-green-900 {
4877
- &>svg {
4878
- color: var(--color-green-900);
5115
+ .\[\&_\.select\\\\_\\\\list-item--selected\]\:\[\&\>svg\]\:size-8 {
5116
+ & .select\_\\list-item--selected {
5117
+ &>svg {
5118
+ width: calc(var(--spacing) * 8);
5119
+ height: calc(var(--spacing) * 8);
5120
+ }
5121
+ }
5122
+ }
5123
+ .\[\&_\.select\\\\_\\\\_item--selected\]\:\[\&\>svg\]\:size-8 {
5124
+ & .select\_\_item--selected {
5125
+ &>svg {
5126
+ width: calc(var(--spacing) * 8);
5127
+ height: calc(var(--spacing) * 8);
5128
+ }
5129
+ }
5130
+ }
5131
+ .\[\&_\.select\\\\_\\\\_item--selected\]\:\[\&\>svg\]\:text-red-500 {
5132
+ & .select\_\_item--selected {
5133
+ &>svg {
5134
+ color: var(--color-red-500);
5135
+ }
5136
+ }
5137
+ }
5138
+ .\[\&_\.select\\\\_\\\\_list-item\]\:\[\&\>svg\]\:text-red-500 {
5139
+ & .select\_\_list-item {
5140
+ &>svg {
5141
+ color: var(--color-red-500);
5142
+ }
5143
+ }
5144
+ }
5145
+ .\[\&_\.select\\\\_\\\\_list-item--selected\]\:\[\&\>svg\]\:text-green-500 {
5146
+ & .select\_\_list-item--selected {
5147
+ &>svg {
5148
+ color: var(--color-green-500);
5149
+ }
5150
+ }
5151
+ }
5152
+ .\[\&_\.select\\\\_\\\\_search\]\:\[\&\>svg\]\:text-red-500 {
5153
+ & .select\_\_search {
5154
+ &>svg {
5155
+ color: var(--color-red-500);
5156
+ }
4879
5157
  }
4880
5158
  }
4881
5159
  }