@lattice-php/lattice 0.38.0 → 0.40.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.
- package/README.md +5 -42
- package/dist/_virtual/_rolldown/runtime.js +27 -0
- package/dist/action/components/action-form.d.ts +1 -29
- package/dist/action/components/action-form.js +6 -257
- package/dist/action/components/action-form.js.map +1 -1
- package/dist/action/components/action-group.d.ts +1 -1
- package/dist/action/components/action-group.js +7 -7
- package/dist/action/components/action-group.js.map +1 -1
- package/dist/action/components/action-trigger-provider.d.ts +2 -2
- package/dist/action/components/action-trigger-provider.js +1 -1
- package/dist/action/components/action-trigger-provider.js.map +1 -1
- package/dist/action/components/action.d.ts +1 -1
- package/dist/action/components/action.js +5 -5
- package/dist/action/components/action.js.map +1 -1
- package/dist/action/hooks/use-action.d.ts +1 -1
- package/dist/action/hooks/use-action.js +10 -10
- package/dist/action/hooks/use-action.js.map +1 -1
- package/dist/action/index.d.ts +1 -1
- package/dist/action/index.js +5 -3
- package/dist/action/lib/action-label.d.ts +1 -1
- package/dist/action/lib/action-label.js +1 -1
- package/dist/action/lib/action-label.js.map +1 -1
- package/dist/action/lib/run-action.d.ts +1 -9
- package/dist/action/lib/run-action.js +6 -20
- package/dist/action/lib/run-action.js.map +1 -1
- package/dist/action/plugin.d.ts +2 -1
- package/dist/action/plugin.js +3 -3
- package/dist/action/plugin.js.map +1 -1
- package/dist/appearance/index.js +1 -1
- package/dist/appearance/index.js.map +1 -1
- package/dist/chat/components/chat-box.d.ts +1 -1
- package/dist/chat/components/chat-box.js +4 -4
- package/dist/chat/components/chat-box.js.map +1 -1
- package/dist/chat/components/message-list.js +1 -1
- package/dist/chat/components/message-list.js.map +1 -1
- package/dist/chat/components/message.js +3 -3
- package/dist/chat/components/message.js.map +1 -1
- package/dist/chat/components/prompt-input.js +4 -4
- package/dist/chat/components/prompt-input.js.map +1 -1
- package/dist/chat/lib/transport.d.ts +1 -1
- package/dist/chat/lib/transport.js +1 -1
- package/dist/chat/lib/transport.js.map +1 -1
- package/dist/chat/parts/text.d.ts +1 -1
- package/dist/chat/parts/text.js.map +1 -1
- package/dist/chat/parts/tool-call.d.ts +1 -1
- package/dist/chat/parts/tool-call.js +1 -1
- package/dist/chat/parts/tool-call.js.map +1 -1
- package/dist/chat/plugin.d.ts +2 -1
- package/dist/chat/plugin.js +3 -3
- package/dist/chat/plugin.js.map +1 -1
- package/dist/chat/types.d.ts +1 -1
- package/dist/create-app.d.ts +2 -2
- package/dist/create-app.js +12 -10
- package/dist/create-app.js.map +1 -1
- package/dist/event-bridge.js +2 -2
- package/dist/event-bridge.js.map +1 -1
- package/dist/{ui → fragments}/fragment.d.ts +1 -1
- package/dist/{ui → fragments}/fragment.js +6 -6
- package/dist/fragments/fragment.js.map +1 -0
- package/dist/fragments/plugin.d.ts +2 -0
- package/dist/fragments/plugin.js +11 -0
- package/dist/fragments/plugin.js.map +1 -0
- package/dist/index.d.ts +21 -22
- package/dist/index.js +14 -18
- package/dist/inertia.js +2 -2
- package/dist/inertia.js.map +1 -1
- package/dist/layout/components/breadcrumbs.d.ts +1 -1
- package/dist/layout/components/breadcrumbs.js +2 -2
- package/dist/layout/components/breadcrumbs.js.map +1 -1
- package/dist/layout/components/callouts.d.ts +1 -1
- package/dist/layout/components/callouts.js +5 -5
- package/dist/layout/components/callouts.js.map +1 -1
- package/dist/layout/components/dropdown.d.ts +1 -1
- package/dist/layout/components/dropdown.js +1 -1
- package/dist/layout/components/dropdown.js.map +1 -1
- package/dist/layout/components/menu-item.d.ts +1 -1
- package/dist/layout/components/menu-item.js +6 -7
- package/dist/layout/components/menu-item.js.map +1 -1
- package/dist/layout/components/menu.d.ts +1 -1
- package/dist/layout/components/menu.js +1 -1
- package/dist/layout/components/menu.js.map +1 -1
- package/dist/layout/components/outlet.d.ts +1 -1
- package/dist/layout/components/outlet.js.map +1 -1
- package/dist/layout/components/popover.js +3 -3
- package/dist/layout/components/popover.js.map +1 -1
- package/dist/layout/components/schema-layout.js +1 -1
- package/dist/layout/components/schema-layout.js.map +1 -1
- package/dist/layout/components/sidebar.d.ts +1 -1
- package/dist/layout/components/sidebar.js +7 -7
- package/dist/layout/components/sidebar.js.map +1 -1
- package/dist/layout/components/topbar.d.ts +1 -1
- package/dist/layout/components/topbar.js +2 -2
- package/dist/layout/components/topbar.js.map +1 -1
- package/dist/layout/hooks/context.d.ts +1 -1
- package/dist/layout/hooks/context.js +2 -2
- package/dist/layout/hooks/context.js.map +1 -1
- package/dist/layout/index.js +2 -3
- package/dist/layout/plugin.d.ts +2 -1
- package/dist/layout/plugin.js +3 -3
- package/dist/layout/plugin.js.map +1 -1
- package/dist/notifications/api.js +1 -1
- package/dist/notifications/api.js.map +1 -1
- package/dist/notifications/components/empty-state.js +2 -2
- package/dist/notifications/components/empty-state.js.map +1 -1
- package/dist/notifications/components/notification-item.js +5 -5
- package/dist/notifications/components/notification-item.js.map +1 -1
- package/dist/notifications/components/notification-list.js +2 -2
- package/dist/notifications/components/notification-list.js.map +1 -1
- package/dist/notifications/components/notifications.d.ts +1 -1
- package/dist/notifications/components/notifications.js +4 -4
- package/dist/notifications/components/notifications.js.map +1 -1
- package/dist/notifications/plugin.d.ts +2 -1
- package/dist/notifications/plugin.js +3 -3
- package/dist/notifications/plugin.js.map +1 -1
- package/dist/page.js +2 -2
- package/dist/page.js.map +1 -1
- package/dist/provider-base.d.ts +2 -2
- package/dist/provider-base.js +3 -3
- package/dist/provider-base.js.map +1 -1
- package/dist/provider.d.ts +4 -2
- package/dist/provider.js +3 -1
- package/dist/provider.js.map +1 -1
- package/dist/realtime/build-effects.d.ts +1 -1
- package/dist/realtime/build-effects.js +1 -1
- package/dist/realtime/build-effects.js.map +1 -1
- package/dist/realtime/subscriptions.js +2 -2
- package/dist/realtime/subscriptions.js.map +1 -1
- package/dist/registry.d.ts +1 -1
- package/dist/registry.js +6 -5
- package/dist/registry.js.map +1 -1
- package/dist/remote/components/data-list.d.ts +1 -1
- package/dist/remote/components/data-list.js +4 -4
- package/dist/remote/components/data-list.js.map +1 -1
- package/dist/remote/plugin.d.ts +2 -1
- package/dist/remote/plugin.js +3 -3
- package/dist/remote/plugin.js.map +1 -1
- package/dist/runtime.d.ts +9 -0
- package/dist/runtime.js +24 -0
- package/dist/toast/callout.js +2 -2
- package/dist/toast/callout.js.map +1 -1
- package/dist/toast/toast.js +2 -2
- package/dist/toast/toast.js.map +1 -1
- package/dist/toast/toaster.js +6 -6
- package/dist/toast/toaster.js.map +1 -1
- package/dist/toast/variant-styles.js +1 -1
- package/dist/toast/variant-styles.js.map +1 -1
- package/dist/types/core-augmentation.d.ts +4 -0
- package/dist/types/generated.d.ts +10 -9
- package/dist/types/index.d.ts +10 -2
- package/dist/vite.d.ts +2 -2
- package/dist/vite.js +14 -5
- package/dist/vite.js.map +1 -1
- package/dist-standalone/chunks/chart-view-DFSCMDuw.js +59 -0
- package/dist-standalone/chunks/{test-id-Dh3L6Gfh.js → clsx-CjueKrWZ.js} +1 -1
- package/dist-standalone/chunks/{code-block-view-fzD5e55N.js → code-block-view-CetAq3Rk.js} +2 -2
- package/dist-standalone/chunks/date-picker-field-D6S8aN1p.js +1 -0
- package/dist-standalone/chunks/debounce-CBXrtDuZ.js +1 -0
- package/dist-standalone/chunks/dist-D2qBbka0.js +2 -0
- package/dist-standalone/chunks/floating-ui.dom-CO6FyQ6K.js +1 -0
- package/dist-standalone/chunks/icon-button-COE_nq4v.js +41 -0
- package/dist-standalone/chunks/instance-D6cXaqIT.js +1 -0
- package/dist-standalone/chunks/jsx-runtime-NZYk81nU.js +1 -0
- package/dist-standalone/chunks/locale-BZOrJtMq.js +1 -0
- package/dist-standalone/chunks/{notifications-echo-uU87iJAV.js → notifications-echo-BLO9_g1w.js} +1 -1
- package/dist-standalone/chunks/number-DjNO0Pxv.js +1 -0
- package/dist-standalone/chunks/page-props-DZ15iP5k.js +1 -0
- package/dist-standalone/chunks/react-CwJFpaho.js +1 -0
- package/dist-standalone/chunks/react-dom-Dl-LT-t1.js +1 -0
- package/dist-standalone/chunks/registry-context-BdTXNnGL.js +97 -0
- package/dist-standalone/chunks/{rich-editor-field-BZQIPOLc.js → rich-editor-field-n-mtzlT-.js} +35 -35
- package/dist-standalone/chunks/rolldown-runtime-hePW80VL.js +1 -0
- package/dist-standalone/chunks/runtime-Bh_GyTCD.js +23 -0
- package/dist-standalone/chunks/subscriptions-BICQU9ps.js +1 -0
- package/dist-standalone/chunks/time-picker-CAwU5Rl-.js +1 -0
- package/dist-standalone/chunks/timezone-Ckl1gbqB.js +1 -0
- package/dist-standalone/chunks/translatable-YXSlt1CF.js +1 -0
- package/dist-standalone/chunks/with-selector-Cse0iXU1.js +1 -0
- package/dist-standalone/jsx-runtime.js +1 -0
- package/dist-standalone/lattice.css +1 -1
- package/dist-standalone/lattice.js +2 -23
- package/dist-standalone/manifest.json +1 -1
- package/dist-standalone/react.js +1 -0
- package/dist-standalone/runtime.js +1 -0
- package/package.json +15 -239
- package/LICENSE.md +0 -21
- package/dist/core/api.d.ts +0 -42
- package/dist/core/api.js +0 -165
- package/dist/core/api.js.map +0 -1
- package/dist/core/collapsed-context.d.ts +0 -2
- package/dist/core/collapsed-context.js +0 -10
- package/dist/core/collapsed-context.js.map +0 -1
- package/dist/core/component-ref.d.ts +0 -11
- package/dist/core/component-ref.js +0 -33
- package/dist/core/component-ref.js.map +0 -1
- package/dist/core/event-names.d.ts +0 -23
- package/dist/core/event-names.js +0 -24
- package/dist/core/event-names.js.map +0 -1
- package/dist/core/headers.d.ts +0 -1
- package/dist/core/headers.js +0 -14
- package/dist/core/headers.js.map +0 -1
- package/dist/core/hooks/column-sizing.d.ts +0 -17
- package/dist/core/hooks/column-sizing.js +0 -54
- package/dist/core/hooks/column-sizing.js.map +0 -1
- package/dist/core/hooks/use-column-resizing.d.ts +0 -28
- package/dist/core/hooks/use-column-resizing.js +0 -220
- package/dist/core/hooks/use-column-resizing.js.map +0 -1
- package/dist/core/hooks/use-window-event.d.ts +0 -8
- package/dist/core/hooks/use-window-event.js +0 -22
- package/dist/core/hooks/use-window-event.js.map +0 -1
- package/dist/core/index.d.ts +0 -17
- package/dist/core/index.js +0 -13
- package/dist/core/materialize.d.ts +0 -9
- package/dist/core/materialize.js +0 -39
- package/dist/core/materialize.js.map +0 -1
- package/dist/core/nodes.d.ts +0 -11
- package/dist/core/nodes.js +0 -20
- package/dist/core/nodes.js.map +0 -1
- package/dist/core/registry-context.d.ts +0 -21
- package/dist/core/registry-context.js +0 -40
- package/dist/core/registry-context.js.map +0 -1
- package/dist/core/registry.d.ts +0 -38
- package/dist/core/registry.js +0 -60
- package/dist/core/registry.js.map +0 -1
- package/dist/core/renderer.d.ts +0 -8
- package/dist/core/renderer.js +0 -76
- package/dist/core/renderer.js.map +0 -1
- package/dist/core/test-id.d.ts +0 -8
- package/dist/core/test-id.js +0 -21
- package/dist/core/test-id.js.map +0 -1
- package/dist/core/types.d.ts +0 -26
- package/dist/core/types.js +0 -0
- package/dist/core/upload.d.ts +0 -25
- package/dist/core/upload.js +0 -48
- package/dist/core/upload.js.map +0 -1
- package/dist/effects/dispatch.d.ts +0 -19
- package/dist/effects/dispatch.js +0 -39
- package/dist/effects/dispatch.js.map +0 -1
- package/dist/effects/registry.d.ts +0 -12
- package/dist/effects/registry.js +0 -43
- package/dist/effects/registry.js.map +0 -1
- package/dist/effects/use-effect-dispatcher.d.ts +0 -8
- package/dist/effects/use-effect-dispatcher.js +0 -20
- package/dist/effects/use-effect-dispatcher.js.map +0 -1
- package/dist/effects/use-flash-effects.d.ts +0 -5
- package/dist/effects/use-flash-effects.js +0 -22
- package/dist/effects/use-flash-effects.js.map +0 -1
- package/dist/form/components/base/field.d.ts +0 -21
- package/dist/form/components/base/field.js +0 -80
- package/dist/form/components/base/field.js.map +0 -1
- package/dist/form/components/base/submit-button.d.ts +0 -7
- package/dist/form/components/base/submit-button.js +0 -49
- package/dist/form/components/base/submit-button.js.map +0 -1
- package/dist/form/components/fields/add-row-menu.d.ts +0 -9
- package/dist/form/components/fields/add-row-menu.js +0 -27
- package/dist/form/components/fields/add-row-menu.js.map +0 -1
- package/dist/form/components/fields/builder.d.ts +0 -2
- package/dist/form/components/fields/builder.js +0 -132
- package/dist/form/components/fields/builder.js.map +0 -1
- package/dist/form/components/fields/checkbox.d.ts +0 -2
- package/dist/form/components/fields/checkbox.js +0 -52
- package/dist/form/components/fields/checkbox.js.map +0 -1
- package/dist/form/components/fields/choice.d.ts +0 -2
- package/dist/form/components/fields/choice.js +0 -44
- package/dist/form/components/fields/choice.js.map +0 -1
- package/dist/form/components/fields/color-picker-field.d.ts +0 -2
- package/dist/form/components/fields/color-picker-field.js +0 -57
- package/dist/form/components/fields/color-picker-field.js.map +0 -1
- package/dist/form/components/fields/date-input.d.ts +0 -2
- package/dist/form/components/fields/date-input.js +0 -31
- package/dist/form/components/fields/date-input.js.map +0 -1
- package/dist/form/components/fields/date-picker-field.d.ts +0 -20
- package/dist/form/components/fields/date-picker-field.js +0 -197
- package/dist/form/components/fields/date-picker-field.js.map +0 -1
- package/dist/form/components/fields/date-picker-value.d.ts +0 -10
- package/dist/form/components/fields/date-picker-value.js +0 -125
- package/dist/form/components/fields/date-picker-value.js.map +0 -1
- package/dist/form/components/fields/date-picker.d.ts +0 -2
- package/dist/form/components/fields/date-picker.js +0 -17
- package/dist/form/components/fields/date-picker.js.map +0 -1
- package/dist/form/components/fields/date-time-input.d.ts +0 -2
- package/dist/form/components/fields/date-time-input.js +0 -35
- package/dist/form/components/fields/date-time-input.js.map +0 -1
- package/dist/form/components/fields/file-upload.d.ts +0 -2
- package/dist/form/components/fields/file-upload.js +0 -264
- package/dist/form/components/fields/file-upload.js.map +0 -1
- package/dist/form/components/fields/hidden-input.d.ts +0 -2
- package/dist/form/components/fields/hidden-input.js +0 -17
- package/dist/form/components/fields/hidden-input.js.map +0 -1
- package/dist/form/components/fields/number-input.d.ts +0 -2
- package/dist/form/components/fields/number-input.js +0 -60
- package/dist/form/components/fields/number-input.js.map +0 -1
- package/dist/form/components/fields/otp-input.d.ts +0 -2
- package/dist/form/components/fields/otp-input.js +0 -25
- package/dist/form/components/fields/otp-input.js.map +0 -1
- package/dist/form/components/fields/password-input.d.ts +0 -2
- package/dist/form/components/fields/password-input.js +0 -79
- package/dist/form/components/fields/password-input.js.map +0 -1
- package/dist/form/components/fields/repeater-rows.d.ts +0 -15
- package/dist/form/components/fields/repeater-rows.js +0 -48
- package/dist/form/components/fields/repeater-rows.js.map +0 -1
- package/dist/form/components/fields/repeater.d.ts +0 -2
- package/dist/form/components/fields/repeater.js +0 -109
- package/dist/form/components/fields/repeater.js.map +0 -1
- package/dist/form/components/fields/rich-editor-field.d.ts +0 -3
- package/dist/form/components/fields/rich-editor-field.js +0 -104
- package/dist/form/components/fields/rich-editor-field.js.map +0 -1
- package/dist/form/components/fields/rich-editor.d.ts +0 -2
- package/dist/form/components/fields/rich-editor.js +0 -15
- package/dist/form/components/fields/rich-editor.js.map +0 -1
- package/dist/form/components/fields/row-action-menu.d.ts +0 -18
- package/dist/form/components/fields/row-action-menu.js +0 -61
- package/dist/form/components/fields/row-action-menu.js.map +0 -1
- package/dist/form/components/fields/row-actions.d.ts +0 -10
- package/dist/form/components/fields/row-actions.js +0 -47
- package/dist/form/components/fields/row-actions.js.map +0 -1
- package/dist/form/components/fields/row-item.d.ts +0 -28
- package/dist/form/components/fields/row-item.js +0 -70
- package/dist/form/components/fields/row-item.js.map +0 -1
- package/dist/form/components/fields/row-key-inputs.d.ts +0 -7
- package/dist/form/components/fields/row-key-inputs.js +0 -16
- package/dist/form/components/fields/row-key-inputs.js.map +0 -1
- package/dist/form/components/fields/row-templates.d.ts +0 -9
- package/dist/form/components/fields/row-templates.js +0 -14
- package/dist/form/components/fields/row-templates.js.map +0 -1
- package/dist/form/components/fields/select.d.ts +0 -2
- package/dist/form/components/fields/select.js +0 -213
- package/dist/form/components/fields/select.js.map +0 -1
- package/dist/form/components/fields/simple-field.d.ts +0 -9
- package/dist/form/components/fields/simple-field.js +0 -22
- package/dist/form/components/fields/simple-field.js.map +0 -1
- package/dist/form/components/fields/table-rows.d.ts +0 -33
- package/dist/form/components/fields/table-rows.js +0 -176
- package/dist/form/components/fields/table-rows.js.map +0 -1
- package/dist/form/components/fields/text-input.d.ts +0 -2
- package/dist/form/components/fields/text-input.js +0 -42
- package/dist/form/components/fields/text-input.js.map +0 -1
- package/dist/form/components/fields/textarea.d.ts +0 -2
- package/dist/form/components/fields/textarea.js +0 -28
- package/dist/form/components/fields/textarea.js.map +0 -1
- package/dist/form/components/fields/time-input.d.ts +0 -2
- package/dist/form/components/fields/time-input.js +0 -69
- package/dist/form/components/fields/time-input.js.map +0 -1
- package/dist/form/components/fields/time-picker-columns.d.ts +0 -24
- package/dist/form/components/fields/time-picker-columns.js +0 -76
- package/dist/form/components/fields/time-picker-columns.js.map +0 -1
- package/dist/form/components/fields/time-picker.d.ts +0 -18
- package/dist/form/components/fields/time-picker.js +0 -131
- package/dist/form/components/fields/time-picker.js.map +0 -1
- package/dist/form/components/fields/toggle.d.ts +0 -2
- package/dist/form/components/fields/toggle.js +0 -66
- package/dist/form/components/fields/toggle.js.map +0 -1
- package/dist/form/components/fields/use-flip-reorder.d.ts +0 -6
- package/dist/form/components/fields/use-flip-reorder.js +0 -52
- package/dist/form/components/fields/use-flip-reorder.js.map +0 -1
- package/dist/form/components/fields/use-row-collection.d.ts +0 -12
- package/dist/form/components/fields/use-row-collection.js +0 -45
- package/dist/form/components/fields/use-row-collection.js.map +0 -1
- package/dist/form/components/form.d.ts +0 -2
- package/dist/form/components/form.js +0 -182
- package/dist/form/components/form.js.map +0 -1
- package/dist/form/components/index.d.ts +0 -19
- package/dist/form/components/index.js +0 -20
- package/dist/form/components/wizard.d.ts +0 -3
- package/dist/form/components/wizard.js +0 -148
- package/dist/form/components/wizard.js.map +0 -1
- package/dist/form/embed.d.ts +0 -22
- package/dist/form/embed.js +0 -13
- package/dist/form/hooks/context.d.ts +0 -25
- package/dist/form/hooks/context.js +0 -31
- package/dist/form/hooks/context.js.map +0 -1
- package/dist/form/hooks/field-scope.d.ts +0 -22
- package/dist/form/hooks/field-scope.js +0 -54
- package/dist/form/hooks/field-scope.js.map +0 -1
- package/dist/form/hooks/prefill-context.d.ts +0 -5
- package/dist/form/hooks/prefill-context.js +0 -11
- package/dist/form/hooks/prefill-context.js.map +0 -1
- package/dist/form/hooks/resolved-nodes.d.ts +0 -6
- package/dist/form/hooks/resolved-nodes.js +0 -23
- package/dist/form/hooks/resolved-nodes.js.map +0 -1
- package/dist/form/hooks/row-layout-context.d.ts +0 -5
- package/dist/form/hooks/row-layout-context.js +0 -18
- package/dist/form/hooks/row-layout-context.js.map +0 -1
- package/dist/form/hooks/use-controlled-field.d.ts +0 -13
- package/dist/form/hooks/use-controlled-field.js +0 -41
- package/dist/form/hooks/use-controlled-field.js.map +0 -1
- package/dist/form/hooks/use-dependent-field.d.ts +0 -3
- package/dist/form/hooks/use-dependent-field.js +0 -25
- package/dist/form/hooks/use-dependent-field.js.map +0 -1
- package/dist/form/hooks/use-field-commit.d.ts +0 -24
- package/dist/form/hooks/use-field-commit.js +0 -51
- package/dist/form/hooks/use-field-commit.js.map +0 -1
- package/dist/form/hooks/use-form-resolver.d.ts +0 -8
- package/dist/form/hooks/use-form-resolver.js +0 -99
- package/dist/form/hooks/use-form-resolver.js.map +0 -1
- package/dist/form/hooks/use-seed-default.d.ts +0 -5
- package/dist/form/hooks/use-seed-default.js +0 -28
- package/dist/form/hooks/use-seed-default.js.map +0 -1
- package/dist/form/hooks/values.d.ts +0 -17
- package/dist/form/hooks/values.js +0 -154
- package/dist/form/hooks/values.js.map +0 -1
- package/dist/form/index.d.ts +0 -5
- package/dist/form/index.js +0 -23
- package/dist/form/lib/collect-fields.d.ts +0 -7
- package/dist/form/lib/collect-fields.js +0 -19
- package/dist/form/lib/collect-fields.js.map +0 -1
- package/dist/form/lib/conditions.d.ts +0 -17
- package/dist/form/lib/conditions.js +0 -80
- package/dist/form/lib/conditions.js.map +0 -1
- package/dist/form/lib/field-dom-name.d.ts +0 -1
- package/dist/form/lib/field-dom-name.js +0 -10
- package/dist/form/lib/field-dom-name.js.map +0 -1
- package/dist/form/lib/field-errors.d.ts +0 -5
- package/dist/form/lib/field-errors.js +0 -15
- package/dist/form/lib/field-errors.js.map +0 -1
- package/dist/form/lib/field-props.d.ts +0 -19
- package/dist/form/lib/field-props.js +0 -20
- package/dist/form/lib/field-props.js.map +0 -1
- package/dist/form/lib/form-path.d.ts +0 -4
- package/dist/form/lib/form-path.js +0 -40
- package/dist/form/lib/form-path.js.map +0 -1
- package/dist/form/lib/form-transport.d.ts +0 -7
- package/dist/form/lib/form-transport.js +0 -21
- package/dist/form/lib/form-transport.js.map +0 -1
- package/dist/form/lib/override-keys.d.ts +0 -2
- package/dist/form/lib/override-keys.js +0 -12
- package/dist/form/lib/override-keys.js.map +0 -1
- package/dist/form/lib/prefill-targets.d.ts +0 -16
- package/dist/form/lib/prefill-targets.js +0 -68
- package/dist/form/lib/prefill-targets.js.map +0 -1
- package/dist/form/lib/wizard-steps.d.ts +0 -5
- package/dist/form/lib/wizard-steps.js +0 -44
- package/dist/form/lib/wizard-steps.js.map +0 -1
- package/dist/form/plugin.d.ts +0 -1
- package/dist/form/plugin.js +0 -52
- package/dist/form/plugin.js.map +0 -1
- package/dist/form/rich-editor/builtins.d.ts +0 -6
- package/dist/form/rich-editor/builtins.js +0 -400
- package/dist/form/rich-editor/builtins.js.map +0 -1
- package/dist/form/rich-editor/index.d.ts +0 -7
- package/dist/form/rich-editor/index.js +0 -3
- package/dist/form/rich-editor/registry.d.ts +0 -67
- package/dist/form/rich-editor/registry.js +0 -79
- package/dist/form/rich-editor/registry.js.map +0 -1
- package/dist/form/rich-editor/toolbar-button.d.ts +0 -12
- package/dist/form/rich-editor/toolbar-button.js +0 -28
- package/dist/form/rich-editor/toolbar-button.js.map +0 -1
- package/dist/form/toolkit.d.ts +0 -17
- package/dist/form/toolkit.js +0 -14
- package/dist/form/types.d.ts +0 -4
- package/dist/form/types.js +0 -0
- package/dist/format/date-time.d.ts +0 -14
- package/dist/format/date-time.js +0 -34
- package/dist/format/date-time.js.map +0 -1
- package/dist/format/format-context.d.ts +0 -6
- package/dist/format/format-context.js +0 -17
- package/dist/format/format-context.js.map +0 -1
- package/dist/format/number.d.ts +0 -2
- package/dist/format/number.js +0 -23
- package/dist/format/number.js.map +0 -1
- package/dist/format/numeric.d.ts +0 -1
- package/dist/format/numeric.js +0 -9
- package/dist/format/numeric.js.map +0 -1
- package/dist/format/value.d.ts +0 -6
- package/dist/format/value.js +0 -17
- package/dist/format/value.js.map +0 -1
- package/dist/i18n/backend.d.ts +0 -26
- package/dist/i18n/backend.js +0 -54
- package/dist/i18n/backend.js.map +0 -1
- package/dist/i18n/config.d.ts +0 -10
- package/dist/i18n/config.js +0 -36
- package/dist/i18n/config.js.map +0 -1
- package/dist/i18n/date-time-formatter.d.ts +0 -13
- package/dist/i18n/date-time-formatter.js +0 -28
- package/dist/i18n/date-time-formatter.js.map +0 -1
- package/dist/i18n/date-time.d.ts +0 -8
- package/dist/i18n/date-time.js +0 -32
- package/dist/i18n/date-time.js.map +0 -1
- package/dist/i18n/index.d.ts +0 -13
- package/dist/i18n/index.js +0 -10
- package/dist/i18n/instance.d.ts +0 -36
- package/dist/i18n/instance.js +0 -113
- package/dist/i18n/instance.js.map +0 -1
- package/dist/i18n/locale-reload.d.ts +0 -4
- package/dist/i18n/locale-reload.js +0 -18
- package/dist/i18n/locale-reload.js.map +0 -1
- package/dist/i18n/locale-switcher.d.ts +0 -16
- package/dist/i18n/locale-switcher.js +0 -21
- package/dist/i18n/locale-switcher.js.map +0 -1
- package/dist/i18n/locale.d.ts +0 -9
- package/dist/i18n/locale.js +0 -85
- package/dist/i18n/locale.js.map +0 -1
- package/dist/i18n/page-props.d.ts +0 -4
- package/dist/i18n/page-props.js +0 -10
- package/dist/i18n/page-props.js.map +0 -1
- package/dist/i18n/shared-props.d.ts +0 -7
- package/dist/i18n/shared-props.js +0 -23
- package/dist/i18n/shared-props.js.map +0 -1
- package/dist/i18n/timezone.d.ts +0 -7
- package/dist/i18n/timezone.js +0 -45
- package/dist/i18n/timezone.js.map +0 -1
- package/dist/i18n/translatable.d.ts +0 -5
- package/dist/i18n/translatable.js +0 -27
- package/dist/i18n/translatable.js.map +0 -1
- package/dist/icons/icon-renderer.d.ts +0 -13
- package/dist/icons/icon-renderer.js +0 -56
- package/dist/icons/icon-renderer.js.map +0 -1
- package/dist/icons/index.d.ts +0 -4
- package/dist/icons/index.js +0 -3
- package/dist/icons/sprite.d.ts +0 -30
- package/dist/icons/sprite.js +0 -40
- package/dist/icons/sprite.js.map +0 -1
- package/dist/lib/color.d.ts +0 -9
- package/dist/lib/color.js +0 -48
- package/dist/lib/color.js.map +0 -1
- package/dist/lib/is-truthy.d.ts +0 -2
- package/dist/lib/is-truthy.js +0 -9
- package/dist/lib/is-truthy.js.map +0 -1
- package/dist/lib/listeners.d.ts +0 -5
- package/dist/lib/listeners.js +0 -19
- package/dist/lib/listeners.js.map +0 -1
- package/dist/lib/use-debounced-callback.d.ts +0 -10
- package/dist/lib/use-debounced-callback.js +0 -34
- package/dist/lib/use-debounced-callback.js.map +0 -1
- package/dist/lib/use-layout-effect.d.ts +0 -6
- package/dist/lib/use-layout-effect.js +0 -11
- package/dist/lib/use-layout-effect.js.map +0 -1
- package/dist/lib/use-media-query.d.ts +0 -5
- package/dist/lib/use-media-query.js +0 -26
- package/dist/lib/use-media-query.js.map +0 -1
- package/dist/lib/use-persistent-state.d.ts +0 -13
- package/dist/lib/use-persistent-state.js +0 -62
- package/dist/lib/use-persistent-state.js.map +0 -1
- package/dist/lib/utils.d.ts +0 -2
- package/dist/lib/utils.js +0 -20
- package/dist/lib/utils.js.map +0 -1
- package/dist/table/components/bulk-bar.d.ts +0 -11
- package/dist/table/components/bulk-bar.js +0 -110
- package/dist/table/components/bulk-bar.js.map +0 -1
- package/dist/table/components/cells/badge-cell.d.ts +0 -2
- package/dist/table/components/cells/badge-cell.js +0 -16
- package/dist/table/components/cells/badge-cell.js.map +0 -1
- package/dist/table/components/cells/boolean-cell.d.ts +0 -2
- package/dist/table/components/cells/boolean-cell.js +0 -22
- package/dist/table/components/cells/boolean-cell.js.map +0 -1
- package/dist/table/components/cells/copyable-cell.d.ts +0 -9
- package/dist/table/components/cells/copyable-cell.js +0 -17
- package/dist/table/components/cells/copyable-cell.js.map +0 -1
- package/dist/table/components/cells/icon-cell.d.ts +0 -2
- package/dist/table/components/cells/icon-cell.js +0 -24
- package/dist/table/components/cells/icon-cell.js.map +0 -1
- package/dist/table/components/cells/image-cell.d.ts +0 -2
- package/dist/table/components/cells/image-cell.js +0 -22
- package/dist/table/components/cells/image-cell.js.map +0 -1
- package/dist/table/components/cells/money-cell.d.ts +0 -2
- package/dist/table/components/cells/money-cell.js +0 -24
- package/dist/table/components/cells/money-cell.js.map +0 -1
- package/dist/table/components/cells/number-cell.d.ts +0 -2
- package/dist/table/components/cells/number-cell.js +0 -20
- package/dist/table/components/cells/number-cell.js.map +0 -1
- package/dist/table/components/cells/numeric-cell.d.ts +0 -10
- package/dist/table/components/cells/numeric-cell.js +0 -25
- package/dist/table/components/cells/numeric-cell.js.map +0 -1
- package/dist/table/components/cells/stack-cell.d.ts +0 -2
- package/dist/table/components/cells/stack-cell.js +0 -12
- package/dist/table/components/cells/stack-cell.js.map +0 -1
- package/dist/table/components/cells/text-cell.d.ts +0 -2
- package/dist/table/components/cells/text-cell.js +0 -67
- package/dist/table/components/cells/text-cell.js.map +0 -1
- package/dist/table/components/column-filter-control.d.ts +0 -17
- package/dist/table/components/column-filter-control.js +0 -286
- package/dist/table/components/column-filter-control.js.map +0 -1
- package/dist/table/components/column-header.d.ts +0 -9
- package/dist/table/components/column-header.js +0 -53
- package/dist/table/components/column-header.js.map +0 -1
- package/dist/table/components/column-visibility-menu.d.ts +0 -10
- package/dist/table/components/column-visibility-menu.js +0 -49
- package/dist/table/components/column-visibility-menu.js.map +0 -1
- package/dist/table/components/filter-bar.d.ts +0 -18
- package/dist/table/components/filter-bar.js +0 -106
- package/dist/table/components/filter-bar.js.map +0 -1
- package/dist/table/components/filter-controls.d.ts +0 -11
- package/dist/table/components/filter-controls.js +0 -131
- package/dist/table/components/filter-controls.js.map +0 -1
- package/dist/table/components/filter-value-input.d.ts +0 -13
- package/dist/table/components/filter-value-input.js +0 -93
- package/dist/table/components/filter-value-input.js.map +0 -1
- package/dist/table/components/pagination.d.ts +0 -18
- package/dist/table/components/pagination.js +0 -95
- package/dist/table/components/pagination.js.map +0 -1
- package/dist/table/components/sort-bar.d.ts +0 -7
- package/dist/table/components/sort-bar.js +0 -44
- package/dist/table/components/sort-bar.js.map +0 -1
- package/dist/table/components/table-cell.d.ts +0 -5
- package/dist/table/components/table-cell.js +0 -35
- package/dist/table/components/table-cell.js.map +0 -1
- package/dist/table/components/table-search.d.ts +0 -9
- package/dist/table/components/table-search.js +0 -72
- package/dist/table/components/table-search.js.map +0 -1
- package/dist/table/components/table.d.ts +0 -7
- package/dist/table/components/table.js +0 -333
- package/dist/table/components/table.js.map +0 -1
- package/dist/table/hooks/use-column-visibility.d.ts +0 -20
- package/dist/table/hooks/use-column-visibility.js +0 -54
- package/dist/table/hooks/use-column-visibility.js.map +0 -1
- package/dist/table/hooks/use-expanded-rows.d.ts +0 -8
- package/dist/table/hooks/use-expanded-rows.js +0 -24
- package/dist/table/hooks/use-expanded-rows.js.map +0 -1
- package/dist/table/hooks/use-table-selection.d.ts +0 -12
- package/dist/table/hooks/use-table-selection.js +0 -47
- package/dist/table/hooks/use-table-selection.js.map +0 -1
- package/dist/table/hooks/use-table.d.ts +0 -28
- package/dist/table/hooks/use-table.js +0 -220
- package/dist/table/hooks/use-table.js.map +0 -1
- package/dist/table/index.d.ts +0 -6
- package/dist/table/index.js +0 -5
- package/dist/table/lib/align.d.ts +0 -4
- package/dist/table/lib/align.js +0 -23
- package/dist/table/lib/align.js.map +0 -1
- package/dist/table/lib/bulk.d.ts +0 -18
- package/dist/table/lib/bulk.js +0 -26
- package/dist/table/lib/bulk.js.map +0 -1
- package/dist/table/lib/filter-values.d.ts +0 -25
- package/dist/table/lib/filter-values.js +0 -47
- package/dist/table/lib/filter-values.js.map +0 -1
- package/dist/table/lib/format.d.ts +0 -4
- package/dist/table/lib/format.js +0 -23
- package/dist/table/lib/format.js.map +0 -1
- package/dist/table/lib/payload.d.ts +0 -11
- package/dist/table/lib/payload.js +0 -91
- package/dist/table/lib/payload.js.map +0 -1
- package/dist/table/lib/query.d.ts +0 -20
- package/dist/table/lib/query.js +0 -140
- package/dist/table/lib/query.js.map +0 -1
- package/dist/table/plugin.d.ts +0 -1
- package/dist/table/plugin.js +0 -11
- package/dist/table/plugin.js.map +0 -1
- package/dist/table/registry.d.ts +0 -19
- package/dist/table/registry.js +0 -14
- package/dist/table/registry.js.map +0 -1
- package/dist/table/types.d.ts +0 -17
- package/dist/table/types.js +0 -0
- package/dist/ui/action-menu-context.d.ts +0 -6
- package/dist/ui/action-menu-context.js +0 -18
- package/dist/ui/action-menu-context.js.map +0 -1
- package/dist/ui/affix-group.d.ts +0 -18
- package/dist/ui/affix-group.js +0 -51
- package/dist/ui/affix-group.js.map +0 -1
- package/dist/ui/avatar.d.ts +0 -3
- package/dist/ui/avatar.js +0 -52
- package/dist/ui/avatar.js.map +0 -1
- package/dist/ui/badge.d.ts +0 -9
- package/dist/ui/badge.js +0 -25
- package/dist/ui/badge.js.map +0 -1
- package/dist/ui/button.d.ts +0 -18
- package/dist/ui/button.js +0 -243
- package/dist/ui/button.js.map +0 -1
- package/dist/ui/card.d.ts +0 -11
- package/dist/ui/card.js +0 -68
- package/dist/ui/card.js.map +0 -1
- package/dist/ui/chart-view.d.ts +0 -3
- package/dist/ui/chart-view.js +0 -354
- package/dist/ui/chart-view.js.map +0 -1
- package/dist/ui/chart.d.ts +0 -3
- package/dist/ui/chart.js +0 -15
- package/dist/ui/chart.js.map +0 -1
- package/dist/ui/checkbox.d.ts +0 -4
- package/dist/ui/checkbox.js +0 -25
- package/dist/ui/checkbox.js.map +0 -1
- package/dist/ui/click-behavior.d.ts +0 -40
- package/dist/ui/click-behavior.js +0 -46
- package/dist/ui/click-behavior.js.map +0 -1
- package/dist/ui/code-block-view.d.ts +0 -3
- package/dist/ui/code-block-view.js +0 -135
- package/dist/ui/code-block-view.js.map +0 -1
- package/dist/ui/code-block.d.ts +0 -25
- package/dist/ui/code-block.js +0 -54
- package/dist/ui/code-block.js.map +0 -1
- package/dist/ui/collapsible.d.ts +0 -3
- package/dist/ui/collapsible.js +0 -56
- package/dist/ui/collapsible.js.map +0 -1
- package/dist/ui/color-picker.d.ts +0 -8
- package/dist/ui/color-picker.js +0 -59
- package/dist/ui/color-picker.js.map +0 -1
- package/dist/ui/combobox.d.ts +0 -42
- package/dist/ui/combobox.js +0 -145
- package/dist/ui/combobox.js.map +0 -1
- package/dist/ui/confirm-dialog.d.ts +0 -13
- package/dist/ui/confirm-dialog.js +0 -48
- package/dist/ui/confirm-dialog.js.map +0 -1
- package/dist/ui/control.d.ts +0 -10
- package/dist/ui/control.js +0 -26
- package/dist/ui/control.js.map +0 -1
- package/dist/ui/copyable-text.d.ts +0 -19
- package/dist/ui/copyable-text.js +0 -60
- package/dist/ui/copyable-text.js.map +0 -1
- package/dist/ui/dialog.d.ts +0 -23
- package/dist/ui/dialog.js +0 -100
- package/dist/ui/dialog.js.map +0 -1
- package/dist/ui/dropdown-menu.d.ts +0 -14
- package/dist/ui/dropdown-menu.js +0 -42
- package/dist/ui/dropdown-menu.js.map +0 -1
- package/dist/ui/floating-panel.d.ts +0 -3
- package/dist/ui/floating-panel.js +0 -66
- package/dist/ui/floating-panel.js.map +0 -1
- package/dist/ui/fragment.js.map +0 -1
- package/dist/ui/grid.d.ts +0 -3
- package/dist/ui/grid.js +0 -29
- package/dist/ui/grid.js.map +0 -1
- package/dist/ui/heading.d.ts +0 -3
- package/dist/ui/heading.js +0 -58
- package/dist/ui/heading.js.map +0 -1
- package/dist/ui/icon-button.d.ts +0 -22
- package/dist/ui/icon-button.js +0 -51
- package/dist/ui/icon-button.js.map +0 -1
- package/dist/ui/icon.d.ts +0 -3
- package/dist/ui/icon.js +0 -33
- package/dist/ui/icon.js.map +0 -1
- package/dist/ui/image-preview.d.ts +0 -12
- package/dist/ui/image-preview.js +0 -65
- package/dist/ui/image-preview.js.map +0 -1
- package/dist/ui/image.d.ts +0 -3
- package/dist/ui/image.js +0 -21
- package/dist/ui/image.js.map +0 -1
- package/dist/ui/index.d.ts +0 -31
- package/dist/ui/index.js +0 -29
- package/dist/ui/info-tooltip.d.ts +0 -3
- package/dist/ui/info-tooltip.js +0 -26
- package/dist/ui/info-tooltip.js.map +0 -1
- package/dist/ui/input-error.d.ts +0 -4
- package/dist/ui/input-error.js +0 -14
- package/dist/ui/input-error.js.map +0 -1
- package/dist/ui/input-otp.d.ts +0 -7
- package/dist/ui/input-otp.js +0 -29
- package/dist/ui/input-otp.js.map +0 -1
- package/dist/ui/input.d.ts +0 -5
- package/dist/ui/input.js +0 -17
- package/dist/ui/input.js.map +0 -1
- package/dist/ui/label.d.ts +0 -4
- package/dist/ui/label.js +0 -16
- package/dist/ui/label.js.map +0 -1
- package/dist/ui/link.d.ts +0 -7
- package/dist/ui/link.js +0 -103
- package/dist/ui/link.js.map +0 -1
- package/dist/ui/modal.d.ts +0 -3
- package/dist/ui/modal.js +0 -67
- package/dist/ui/modal.js.map +0 -1
- package/dist/ui/native-select.d.ts +0 -10
- package/dist/ui/native-select.js +0 -23
- package/dist/ui/native-select.js.map +0 -1
- package/dist/ui/password-input.d.ts +0 -7
- package/dist/ui/password-input.js +0 -36
- package/dist/ui/password-input.js.map +0 -1
- package/dist/ui/pill.d.ts +0 -2
- package/dist/ui/pill.js +0 -10
- package/dist/ui/pill.js.map +0 -1
- package/dist/ui/plugin.d.ts +0 -1
- package/dist/ui/plugin.js +0 -60
- package/dist/ui/plugin.js.map +0 -1
- package/dist/ui/popover.d.ts +0 -8
- package/dist/ui/popover.js +0 -37
- package/dist/ui/popover.js.map +0 -1
- package/dist/ui/progress.d.ts +0 -3
- package/dist/ui/progress.js +0 -114
- package/dist/ui/progress.js.map +0 -1
- package/dist/ui/raw-block.d.ts +0 -3
- package/dist/ui/raw-block.js +0 -10
- package/dist/ui/raw-block.js.map +0 -1
- package/dist/ui/section.d.ts +0 -3
- package/dist/ui/section.js +0 -68
- package/dist/ui/section.js.map +0 -1
- package/dist/ui/segmented-control.d.ts +0 -3
- package/dist/ui/segmented-control.js +0 -27
- package/dist/ui/segmented-control.js.map +0 -1
- package/dist/ui/segmented-pills.d.ts +0 -16
- package/dist/ui/segmented-pills.js +0 -42
- package/dist/ui/segmented-pills.js.map +0 -1
- package/dist/ui/separator.d.ts +0 -3
- package/dist/ui/separator.js +0 -15
- package/dist/ui/separator.js.map +0 -1
- package/dist/ui/skeleton.d.ts +0 -3
- package/dist/ui/skeleton.js +0 -16
- package/dist/ui/skeleton.js.map +0 -1
- package/dist/ui/spinner.d.ts +0 -2
- package/dist/ui/spinner.js +0 -20
- package/dist/ui/spinner.js.map +0 -1
- package/dist/ui/stack.d.ts +0 -3
- package/dist/ui/stack.js +0 -66
- package/dist/ui/stack.js.map +0 -1
- package/dist/ui/tabs.d.ts +0 -4
- package/dist/ui/tabs.js +0 -149
- package/dist/ui/tabs.js.map +0 -1
- package/dist/ui/text.d.ts +0 -3
- package/dist/ui/text.js +0 -38
- package/dist/ui/text.js.map +0 -1
- package/dist/ui/textarea.d.ts +0 -3
- package/dist/ui/textarea.js +0 -16
- package/dist/ui/textarea.js.map +0 -1
- package/dist/ui/tooltip.d.ts +0 -3
- package/dist/ui/tooltip.js +0 -25
- package/dist/ui/tooltip.js.map +0 -1
- package/dist/ui/use-collapsible-state.d.ts +0 -7
- package/dist/ui/use-collapsible-state.js +0 -21
- package/dist/ui/use-collapsible-state.js.map +0 -1
- package/dist-standalone/chunks/chart-view-CFV7BU_D.js +0 -59
- package/dist-standalone/chunks/date-picker-field-DepKtR_m.js +0 -1
- package/dist-standalone/chunks/dist-BtOmkEqQ.js +0 -1
- package/dist-standalone/chunks/dist-DqlcM-vw.js +0 -2
- package/dist-standalone/chunks/instance-C4O1XWa6.js +0 -1
- package/dist-standalone/chunks/jsx-runtime-0vZSBttN.js +0 -1
- package/dist-standalone/chunks/locale-GyqtaX1O.js +0 -1
- package/dist-standalone/chunks/number-BvVKQqOG.js +0 -1
- package/dist-standalone/chunks/page-props-BHNNVkgJ.js +0 -1
- package/dist-standalone/chunks/react-SIfiwpqq.js +0 -1
- package/dist-standalone/chunks/react-dom-DJCfT20h.js +0 -1
- package/dist-standalone/chunks/shared-props-B_wT1GcG.js +0 -1
- package/dist-standalone/chunks/subscriptions-4IpkpPX3.js +0 -1
- package/dist-standalone/chunks/time-picker-DUjYyeeP.js +0 -1
- package/dist-standalone/chunks/timezone-CyoBch3a.js +0 -1
- package/dist-standalone/chunks/translatable-DLw4h3x8.js +0 -1
- package/dist-standalone/chunks/use-dependent-field-DvH7mUyx.js +0 -41
- package/dist-standalone/chunks/use-effect-dispatcher-BMWOfaFE.js +0 -97
- package/dist-standalone/chunks/with-selector-zFUY-tQj.js +0 -1
- package/resources/icons/align-center.svg +0 -17
- package/resources/icons/align-justify.svg +0 -17
- package/resources/icons/align-left.svg +0 -17
- package/resources/icons/align-right.svg +0 -17
- package/resources/icons/arrow-down.svg +0 -16
- package/resources/icons/arrow-up.svg +0 -16
- package/resources/icons/bell.svg +0 -16
- package/resources/icons/bold.svg +0 -15
- package/resources/icons/calendar.svg +0 -18
- package/resources/icons/check.svg +0 -15
- package/resources/icons/chevron-down.svg +0 -15
- package/resources/icons/chevron-left.svg +0 -15
- package/resources/icons/chevron-right.svg +0 -15
- package/resources/icons/chevrons-up-down.svg +0 -16
- package/resources/icons/circle-alert.svg +0 -17
- package/resources/icons/circle-check.svg +0 -16
- package/resources/icons/circle-help.svg +0 -17
- package/resources/icons/circle-x.svg +0 -17
- package/resources/icons/clock.svg +0 -16
- package/resources/icons/code-xml.svg +0 -17
- package/resources/icons/code.svg +0 -16
- package/resources/icons/columns-3.svg +0 -17
- package/resources/icons/copy.svg +0 -16
- package/resources/icons/external-link.svg +0 -17
- package/resources/icons/eye-off.svg +0 -18
- package/resources/icons/eye.svg +0 -16
- package/resources/icons/filter.svg +0 -15
- package/resources/icons/heading-1.svg +0 -18
- package/resources/icons/heading-2.svg +0 -18
- package/resources/icons/heading-3.svg +0 -19
- package/resources/icons/heading.svg +0 -17
- package/resources/icons/highlighter.svg +0 -16
- package/resources/icons/info.svg +0 -17
- package/resources/icons/italic.svg +0 -17
- package/resources/icons/layout-dashboard.svg +0 -18
- package/resources/icons/link.svg +0 -16
- package/resources/icons/list-ordered.svg +0 -20
- package/resources/icons/list.svg +0 -20
- package/resources/icons/loader-2.svg +0 -15
- package/resources/icons/minus.svg +0 -15
- package/resources/icons/more-horizontal.svg +0 -17
- package/resources/icons/panel-left.svg +0 -16
- package/resources/icons/pencil-line.svg +0 -17
- package/resources/icons/pencil.svg +0 -16
- package/resources/icons/plus.svg +0 -16
- package/resources/icons/quote.svg +0 -16
- package/resources/icons/rotate-ccw.svg +0 -16
- package/resources/icons/rows-3.svg +0 -17
- package/resources/icons/search.svg +0 -16
- package/resources/icons/send.svg +0 -16
- package/resources/icons/settings.svg +0 -16
- package/resources/icons/smile.svg +0 -18
- package/resources/icons/strikethrough.svg +0 -17
- package/resources/icons/table.svg +0 -18
- package/resources/icons/trash-2.svg +0 -19
- package/resources/icons/underline.svg +0 -16
- package/resources/icons/x.svg +0 -16
|
@@ -1 +0,0 @@
|
|
|
1
|
-
import{n as e,t}from"./react-SIfiwpqq.js";var n=e((e=>{var n=t();function r(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var i=typeof Object.is==`function`?Object.is:r,a=n.useState,o=n.useEffect,s=n.useLayoutEffect,c=n.useDebugValue;function l(e,t){var n=t(),r=a({inst:{value:n,getSnapshot:t}}),i=r[0].inst,l=r[1];return s(function(){i.value=n,i.getSnapshot=t,u(i)&&l({inst:i})},[e,n,t]),o(function(){return u(i)&&l({inst:i}),e(function(){u(i)&&l({inst:i})})},[e]),c(n),n}function u(e){var t=e.getSnapshot;e=e.value;try{var n=t();return!i(e,n)}catch{return!0}}function d(e,t){return t()}var f=typeof window>`u`||window.document===void 0||window.document.createElement===void 0?d:l;e.useSyncExternalStore=n.useSyncExternalStore===void 0?f:n.useSyncExternalStore})),r=e(((e,t)=>{t.exports=n()})),i=e((e=>{var n=t(),i=r();function a(e,t){return e===t&&(e!==0||1/e==1/t)||e!==e&&t!==t}var o=typeof Object.is==`function`?Object.is:a,s=i.useSyncExternalStore,c=n.useRef,l=n.useEffect,u=n.useMemo,d=n.useDebugValue;e.useSyncExternalStoreWithSelector=function(e,t,n,r,i){var a=c(null);if(a.current===null){var f={hasValue:!1,value:null};a.current=f}else f=a.current;a=u(function(){function e(e){if(!a){if(a=!0,s=e,e=r(e),i!==void 0&&f.hasValue){var t=f.value;if(i(t,e))return c=t}return c=e}if(t=c,o(s,e))return t;var n=r(e);return i!==void 0&&i(t,n)?(s=e,t):(s=e,c=n)}var a=!1,s,c,l=n===void 0?null:n;return[function(){return e(t())},l===null?void 0:function(){return e(l())}]},[t,n,r,i]);var p=s(e,a[0],a[1]);return l(function(){f.hasValue=!0,f.value=p},[p]),d(p),p}})),a=e(((e,t)=>{t.exports=i()}));export{r as n,a as t};
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-align-center"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M21 5H3" />
|
|
15
|
-
<path d="M17 12H7" />
|
|
16
|
-
<path d="M19 19H5" />
|
|
17
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-align-justify"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M3 5h18" />
|
|
15
|
-
<path d="M3 12h18" />
|
|
16
|
-
<path d="M3 19h18" />
|
|
17
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-align-left"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M21 5H3" />
|
|
15
|
-
<path d="M15 12H3" />
|
|
16
|
-
<path d="M17 19H3" />
|
|
17
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-align-right"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M21 5H3" />
|
|
15
|
-
<path d="M21 12H9" />
|
|
16
|
-
<path d="M21 19H7" />
|
|
17
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-arrow-down"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M12 5v14" />
|
|
15
|
-
<path d="m19 12-7 7-7-7" />
|
|
16
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-arrow-up"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m5 12 7-7 7 7" />
|
|
15
|
-
<path d="M12 19V5" />
|
|
16
|
-
</svg>
|
package/resources/icons/bell.svg
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-bell"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M10.268 21a2 2 0 0 0 3.464 0" />
|
|
15
|
-
<path d="M3.262 15.326A1 1 0 0 0 4 17h16a1 1 0 0 0 .74-1.673C19.41 13.956 18 12.499 18 8A6 6 0 0 0 6 8c0 4.499-1.411 5.956-2.738 7.326" />
|
|
16
|
-
</svg>
|
package/resources/icons/bold.svg
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-bold"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M6 12h9a4 4 0 0 1 0 8H7a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1h7a4 4 0 0 1 0 8" />
|
|
15
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-calendar"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M8 2v3" />
|
|
15
|
-
<path d="M16 2v3" />
|
|
16
|
-
<rect x="3" y="3" width="18" height="18" rx="2" />
|
|
17
|
-
<path d="M3 9h18" />
|
|
18
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-check"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M20 6 9 17l-5-5" />
|
|
15
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-chevron-down"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m6 9 6 6 6-6" />
|
|
15
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-chevron-left"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m15 18-6-6 6-6" />
|
|
15
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-chevron-right"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m9 18 6-6-6-6" />
|
|
15
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-chevrons-up-down"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m7 15 5 5 5-5" />
|
|
15
|
-
<path d="m7 9 5-5 5 5" />
|
|
16
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-circle-alert"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<circle cx="12" cy="12" r="10" />
|
|
15
|
-
<line x1="12" x2="12" y1="8" y2="12" />
|
|
16
|
-
<line x1="12" x2="12.01" y1="16" y2="16" />
|
|
17
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-circle-check"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<circle cx="12" cy="12" r="10" />
|
|
15
|
-
<path d="m9 12 2 2 4-4" />
|
|
16
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-circle-help"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<circle cx="12" cy="12" r="10" />
|
|
15
|
-
<path d="M9.09 9a3 3 0 0 1 5.83 1c0 2-3 3-3 3" />
|
|
16
|
-
<path d="M12 17h.01" />
|
|
17
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-circle-x"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<circle cx="12" cy="12" r="10" />
|
|
15
|
-
<path d="m15 9-6 6" />
|
|
16
|
-
<path d="m9 9 6 6" />
|
|
17
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-clock"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<circle cx="12" cy="12" r="10" />
|
|
15
|
-
<path d="M12 6v6l4 2" />
|
|
16
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-code-xml"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m18 16 4-4-4-4" />
|
|
15
|
-
<path d="m6 8-4 4 4 4" />
|
|
16
|
-
<path d="m14.5 4-5 16" />
|
|
17
|
-
</svg>
|
package/resources/icons/code.svg
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-code"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m16 18 6-6-6-6" />
|
|
15
|
-
<path d="m8 6-6 6 6 6" />
|
|
16
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-columns-3"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<rect width="18" height="18" x="3" y="3" rx="2" />
|
|
15
|
-
<path d="M9 3v18" />
|
|
16
|
-
<path d="M15 3v18" />
|
|
17
|
-
</svg>
|
package/resources/icons/copy.svg
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-copy"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<rect width="14" height="14" x="8" y="8" rx="2" ry="2" />
|
|
15
|
-
<path d="M4 16c-1.1 0-2-.9-2-2V4c0-1.1.9-2 2-2h10c1.1 0 2 .9 2 2" />
|
|
16
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-external-link"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M15 3h6v6" />
|
|
15
|
-
<path d="M10 14 21 3" />
|
|
16
|
-
<path d="M18 13v6a2 2 0 0 1-2 2H5a2 2 0 0 1-2-2V8a2 2 0 0 1 2-2h6" />
|
|
17
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-eye-off"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M10.733 5.076a10.744 10.744 0 0 1 11.205 6.575 1 1 0 0 1 0 .696 10.747 10.747 0 0 1-1.444 2.49" />
|
|
15
|
-
<path d="M14.084 14.158a3 3 0 0 1-4.242-4.242" />
|
|
16
|
-
<path d="M17.479 17.499a10.75 10.75 0 0 1-15.417-5.151 1 1 0 0 1 0-.696 10.75 10.75 0 0 1 4.446-5.143" />
|
|
17
|
-
<path d="m2 2 20 20" />
|
|
18
|
-
</svg>
|
package/resources/icons/eye.svg
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-eye"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M2.062 12.348a1 1 0 0 1 0-.696 10.75 10.75 0 0 1 19.876 0 1 1 0 0 1 0 .696 10.75 10.75 0 0 1-19.876 0" />
|
|
15
|
-
<circle cx="12" cy="12" r="3" />
|
|
16
|
-
</svg>
|
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-filter"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M10 20a1 1 0 0 0 .553.895l2 1A1 1 0 0 0 14 21v-7a2 2 0 0 1 .517-1.341L21.74 4.67A1 1 0 0 0 21 3H3a1 1 0 0 0-.742 1.67l7.225 7.989A2 2 0 0 1 10 14z" />
|
|
15
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-heading-1"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M4 12h8" />
|
|
15
|
-
<path d="M4 18V6" />
|
|
16
|
-
<path d="M12 18V6" />
|
|
17
|
-
<path d="m17 12 3-2v8" />
|
|
18
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-heading-2"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M4 12h8" />
|
|
15
|
-
<path d="M4 18V6" />
|
|
16
|
-
<path d="M12 18V6" />
|
|
17
|
-
<path d="M21 18h-4c0-4 4-3 4-6 0-1.5-2-2.5-4-1" />
|
|
18
|
-
</svg>
|
|
@@ -1,19 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-heading-3"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M4 12h8" />
|
|
15
|
-
<path d="M4 18V6" />
|
|
16
|
-
<path d="M12 18V6" />
|
|
17
|
-
<path d="M17.5 10.5c1.7-1 3.5 0 3.5 1.5a2 2 0 0 1-2 2" />
|
|
18
|
-
<path d="M17 17.5c2 1.5 4 .3 4-1.5a2 2 0 0 0-2-2" />
|
|
19
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-heading"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M6 12h12" />
|
|
15
|
-
<path d="M6 20V4" />
|
|
16
|
-
<path d="M18 20V4" />
|
|
17
|
-
</svg>
|
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-highlighter"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="m9 11-6 6v3h9l3-3" />
|
|
15
|
-
<path d="m22 12-4.6 4.6a2 2 0 0 1-2.8 0l-5.2-5.2a2 2 0 0 1 0-2.8L14 4" />
|
|
16
|
-
</svg>
|
package/resources/icons/info.svg
DELETED
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-info"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<circle cx="12" cy="12" r="10" />
|
|
15
|
-
<path d="M12 16v-4" />
|
|
16
|
-
<path d="M12 8h.01" />
|
|
17
|
-
</svg>
|
|
@@ -1,17 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-italic"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<line x1="19" x2="10" y1="4" y2="4" />
|
|
15
|
-
<line x1="14" x2="5" y1="20" y2="20" />
|
|
16
|
-
<line x1="15" x2="9" y1="4" y2="20" />
|
|
17
|
-
</svg>
|
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-layout-dashboard"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<rect width="7" height="9" x="3" y="3" rx="1" />
|
|
15
|
-
<rect width="7" height="5" x="14" y="3" rx="1" />
|
|
16
|
-
<rect width="7" height="9" x="14" y="12" rx="1" />
|
|
17
|
-
<rect width="7" height="5" x="3" y="16" rx="1" />
|
|
18
|
-
</svg>
|
package/resources/icons/link.svg
DELETED
|
@@ -1,16 +0,0 @@
|
|
|
1
|
-
<!-- @license lucide-static v1.28.0 - ISC -->
|
|
2
|
-
<svg
|
|
3
|
-
class="lucide lucide-link"
|
|
4
|
-
xmlns="http://www.w3.org/2000/svg"
|
|
5
|
-
width="24"
|
|
6
|
-
height="24"
|
|
7
|
-
viewBox="0 0 24 24"
|
|
8
|
-
fill="none"
|
|
9
|
-
stroke="currentColor"
|
|
10
|
-
stroke-width="2"
|
|
11
|
-
stroke-linecap="round"
|
|
12
|
-
stroke-linejoin="round"
|
|
13
|
-
>
|
|
14
|
-
<path d="M10 13a5 5 0 0 0 7.54.54l3-3a5 5 0 0 0-7.07-7.07l-1.72 1.71" />
|
|
15
|
-
<path d="M14 11a5 5 0 0 0-7.54-.54l-3 3a5 5 0 0 0 7.07 7.07l1.71-1.71" />
|
|
16
|
-
</svg>
|