@jongh/ui 1.6.5 → 2.20260905.1
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/dist/base.css +1103 -0
- package/dist/blue.css +155 -0
- package/dist/chunks/component-accordion-fyrDP4PS.js +28 -0
- package/dist/chunks/component-avatar-Cl7qxXL7.js +15 -0
- package/dist/chunks/component-badge-BqDGL-KR.js +23 -0
- package/dist/chunks/component-box-BVJJ_2Ye.js +27 -0
- package/dist/chunks/component-button-6iooYVkM.js +21 -0
- package/dist/chunks/component-calendar-BIBA_BgQ.js +241 -0
- package/dist/chunks/component-center-rifwb_-x.js +33 -0
- package/dist/chunks/component-checkbox-KSwDeqdV.js +54 -0
- package/dist/chunks/component-dialog-xLex6FJh.js +36 -0
- package/dist/chunks/component-grid-aWgGm3Ad.js +39 -0
- package/dist/chunks/component-h-stack-Cj62v71l.js +37 -0
- package/dist/chunks/component-select-B35mHD7A.js +52 -0
- package/dist/chunks/component-slider-CPcl-o95.js +16 -0
- package/dist/chunks/component-tabs-2-w8TPID.js +58 -0
- package/dist/chunks/component-textfield-CaSHslMS.js +53 -0
- package/dist/chunks/component-v-stack-BzMHYpjP.js +37 -0
- package/dist/chunks/panda-runtime-C6bA3kfx.js +496 -0
- package/dist/chunks/recipe-accordion-recipe-CchKveXQ.js +27 -0
- package/dist/chunks/recipe-avatar-recipe-5VMtXIhg.js +24 -0
- package/dist/chunks/recipe-badge-recipe-D02izv1z.js +136 -0
- package/dist/chunks/recipe-button-recipe-CjRb9Hj9.js +36 -0
- package/dist/chunks/recipe-calendar-recipe-BUUS4QEd.js +31 -0
- package/dist/chunks/recipe-center-recipe-_gQI_rG1.js +24 -0
- package/dist/chunks/recipe-checkbox-recipe-D72btvoT.js +31 -0
- package/dist/chunks/recipe-dialog-recipe-RKZYROxV.js +31 -0
- package/dist/chunks/recipe-layout-recipe-BMWtqxiV.js +20 -0
- package/dist/chunks/recipe-select-recipe-BbGnyPQ_.js +33 -0
- package/dist/chunks/recipe-slider-recipe-BHAFeUmN.js +25 -0
- package/dist/chunks/recipe-tabs-recipe-Cbr23IZY.js +26 -0
- package/dist/chunks/recipe-textfield-recipe-C2tyOCzn.js +27 -0
- package/dist/chunks/rolldown-runtime-CKyOoeiN.js +12 -0
- package/dist/index.d.ts +21694 -0
- package/dist/index.js +93 -0
- package/dist/purple.css +155 -0
- package/dist/recipes/accordion-recipe.css +118 -0
- package/dist/recipes/avatar-recipe.css +44 -0
- package/dist/recipes/badge-recipe.css +47 -0
- package/dist/recipes/button-recipe.css +153 -0
- package/dist/recipes/calendar-recipe.css +145 -0
- package/dist/recipes/center-recipe.css +13 -0
- package/dist/recipes/checkbox-recipe.css +156 -0
- package/dist/recipes/dialog-recipe.css +101 -0
- package/dist/recipes/layout-recipe.css +427 -0
- package/dist/recipes/select-recipe.css +175 -0
- package/dist/recipes/slider-recipe.css +60 -0
- package/dist/recipes/tabs-recipe.css +76 -0
- package/dist/recipes/textfield-recipe.css +95 -0
- package/dist/style.css +1 -0
- package/package.json +64 -39
- package/.storybook/index.css +0 -1
- package/.storybook/main.ts +0 -40
- package/.storybook/preview.ts +0 -16
- package/.storybook/vitest.setup.ts +0 -9
- package/.turbo/turbo-build.log +0 -79
- package/CHANGELOG.md +0 -54
- package/chromatic.config.json +0 -6
- package/eslint.config.mjs +0 -14
- package/index.html +0 -13
- package/panda.config.ts +0 -13
- package/postcss.config.cjs +0 -3
- package/preset.ts +0 -134
- package/src/component/accordion/ui/index.tsx +0 -80
- package/src/component/accordion/ui/recipe.ts +0 -65
- package/src/component/avatar/ui/index.tsx +0 -47
- package/src/component/avatar/ui/recipe.ts +0 -30
- package/src/component/button/ui/index.tsx +0 -29
- package/src/component/button/ui/recipe.ts +0 -102
- package/src/component/chip/ui/index.tsx +0 -30
- package/src/component/chip/ui/recipe.ts +0 -112
- package/src/component/dialog/ui/index.tsx +0 -73
- package/src/component/dialog/ui/recipe.ts +0 -92
- package/src/component/select/ui/index.tsx +0 -128
- package/src/component/select/ui/recipe.ts +0 -142
- package/src/component/slider/ui/index.tsx +0 -61
- package/src/component/slider/ui/recipe.ts +0 -52
- package/src/component/tabs/ui/index.tsx +0 -61
- package/src/component/tabs/ui/recipe.ts +0 -59
- package/src/hooks/createContext.tsx +0 -34
- package/src/hooks/useComposedRefs.ts +0 -20
- package/src/hooks/useControllableState.ts +0 -87
- package/src/hooks/useKeyboardEvent.ts +0 -58
- package/src/stories/accordion.stories.tsx +0 -63
- package/src/stories/avatar.stories.tsx +0 -33
- package/src/stories/button.stories.tsx +0 -53
- package/src/stories/chip.stories.tsx +0 -69
- package/src/stories/dialog.stories.tsx +0 -134
- package/src/stories/select.stories.tsx +0 -35
- package/src/stories/slider.stories.tsx +0 -31
- package/src/stories/tabs.stories.tsx +0 -63
- package/src/test/accordion.test.tsx +0 -66
- package/src/test/tabs.test.tsx +0 -30
- package/src/types/index.ts +0 -1
- package/src/utils/createStyleContext.tsx +0 -108
- package/src/utils/defineSafe.ts +0 -46
- package/src/utils/getObjectKeys.ts +0 -20
- package/src/vite-env.d.ts +0 -1
- package/storybook-static/assets/Color-F6OSRLHC-CrKta8Qx.js +0 -1
- package/storybook-static/assets/DocsRenderer-CFRXHY34-Crd9Mepd.js +0 -586
- package/storybook-static/assets/_commonjsHelpers-Cpj98o6Y.js +0 -1
- package/storybook-static/assets/accordion.stories-0Om0AnMm.js +0 -50
- package/storybook-static/assets/avatar.stories-DMDsrSks.js +0 -16
- package/storybook-static/assets/axe-Dzet_oDA.js +0 -30
- package/storybook-static/assets/button.stories-CuVC-3x-.js +0 -40
- package/storybook-static/assets/chip.stories-FBIp8XNi.js +0 -48
- package/storybook-static/assets/chunk-XP5HYGXS-D5tuasO7.js +0 -1
- package/storybook-static/assets/createLucideIcon-DmXe7Z8R.js +0 -21
- package/storybook-static/assets/dialog.stories-3WsEvXt4.js +0 -106
- package/storybook-static/assets/entry-preview-Bkgdgq1b.js +0 -10
- package/storybook-static/assets/entry-preview-docs-zLz1Es7d.js +0 -46
- package/storybook-static/assets/iframe-LPPPXabV.js +0 -199
- package/storybook-static/assets/index-Bklpsb39.js +0 -1
- package/storybook-static/assets/index-BrlJLjep.js +0 -24
- package/storybook-static/assets/index-C2tRLqin.js +0 -41
- package/storybook-static/assets/index-CBft-ReK.js +0 -8
- package/storybook-static/assets/index-CSbWd7UJ.js +0 -1
- package/storybook-static/assets/index-ClcD9ViR.js +0 -9
- package/storybook-static/assets/index-Cu4lwwaE.js +0 -1
- package/storybook-static/assets/index-Cvkemp2J.js +0 -1
- package/storybook-static/assets/index-D59aU5s_.js +0 -240
- package/storybook-static/assets/index-DNo8LKN3.js +0 -1
- package/storybook-static/assets/index-DUy19JZU.js +0 -1
- package/storybook-static/assets/index-D_35mznO.js +0 -1
- package/storybook-static/assets/index-DrFu-skq.js +0 -6
- package/storybook-static/assets/index-DvbTp2M2.js +0 -1
- package/storybook-static/assets/index-rtmQni2k.js +0 -1
- package/storybook-static/assets/jsx-runtime-BYYWji4R.js +0 -9
- package/storybook-static/assets/matchers-57EZJSQE-oeXCqs4p.js +0 -14
- package/storybook-static/assets/preview-1l6V4UsQ.js +0 -1
- package/storybook-static/assets/preview-B3PTUHS7.js +0 -1
- package/storybook-static/assets/preview-BBWR9nbA.js +0 -1
- package/storybook-static/assets/preview-BCV5r-Ja.js +0 -1
- package/storybook-static/assets/preview-BWzBA1C2.js +0 -396
- package/storybook-static/assets/preview-Bb56VplF.js +0 -2
- package/storybook-static/assets/preview-Bl8rsKRy.js +0 -1
- package/storybook-static/assets/preview-Bm-a94Ct.js +0 -2
- package/storybook-static/assets/preview-Br-h4d84.js +0 -1
- package/storybook-static/assets/preview-D77C14du.js +0 -34
- package/storybook-static/assets/preview-DC8N7cZb.css +0 -1
- package/storybook-static/assets/preview-DGUiP6tS.js +0 -7
- package/storybook-static/assets/react-18-BPs3tMGP.js +0 -1
- package/storybook-static/assets/select.stories-AN8Hb81Z.js +0 -20
- package/storybook-static/assets/slider.stories-CxOczq0y.js +0 -12
- package/storybook-static/assets/tabs.stories-BbTU4QU3.js +0 -28
- package/storybook-static/favicon.svg +0 -1
- package/storybook-static/iframe.html +0 -666
- package/storybook-static/index.html +0 -193
- package/storybook-static/index.json +0 -1
- package/storybook-static/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/project.json +0 -1
- package/storybook-static/sb-addons/a11y-12/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/a11y-12/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js +0 -331
- package/storybook-static/sb-addons/chromatic-com-storybook-10/manager-bundle.js.LEGAL.txt +0 -51
- package/storybook-static/sb-addons/controls-11/manager-bundle.js +0 -391
- package/storybook-static/sb-addons/controls-11/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-actions-3/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js +0 -12
- package/storybook-static/sb-addons/essentials-backgrounds-5/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js +0 -391
- package/storybook-static/sb-addons/essentials-controls-2/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js +0 -230
- package/storybook-static/sb-addons/essentials-docs-4/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-measure-8/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-outline-9/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-toolbars-7/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/essentials-viewport-6/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/links-1/manager-bundle.js +0 -3
- package/storybook-static/sb-addons/links-1/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js +0 -3
- package/storybook-static/sb-addons/storybook-core-core-server-presets-0/common-manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-addons/storybook-experimental-addon-test-13/manager-bundle.js +0 -211
- package/storybook-static/sb-addons/storybook-experimental-addon-test-13/manager-bundle.js.LEGAL.txt +0 -0
- package/storybook-static/sb-common-assets/favicon.svg +0 -1
- package/storybook-static/sb-common-assets/nunito-sans-bold-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-bold.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-italic.woff2 +0 -0
- package/storybook-static/sb-common-assets/nunito-sans-regular.woff2 +0 -0
- package/storybook-static/sb-manager/globals-module-info.js +0 -1037
- package/storybook-static/sb-manager/globals-runtime.js +0 -40857
- package/storybook-static/sb-manager/globals.js +0 -48
- package/storybook-static/sb-manager/runtime.js +0 -11963
- package/styled-system/css/conditions.mjs +0 -36
- package/styled-system/css/css.d.ts +0 -22
- package/styled-system/css/css.mjs +0 -45
- package/styled-system/css/cva.d.ts +0 -6
- package/styled-system/css/cva.mjs +0 -87
- package/styled-system/css/cx.d.ts +0 -5
- package/styled-system/css/cx.mjs +0 -15
- package/styled-system/css/index.d.ts +0 -5
- package/styled-system/css/index.mjs +0 -4
- package/styled-system/css/sva.d.ts +0 -4
- package/styled-system/css/sva.mjs +0 -41
- package/styled-system/helpers.mjs +0 -336
- package/styled-system/jsx/aspect-ratio.d.ts +0 -10
- package/styled-system/jsx/aspect-ratio.mjs +0 -14
- package/styled-system/jsx/bleed.d.ts +0 -10
- package/styled-system/jsx/bleed.mjs +0 -14
- package/styled-system/jsx/box.d.ts +0 -10
- package/styled-system/jsx/box.mjs +0 -14
- package/styled-system/jsx/center.d.ts +0 -10
- package/styled-system/jsx/center.mjs +0 -14
- package/styled-system/jsx/circle.d.ts +0 -10
- package/styled-system/jsx/circle.mjs +0 -14
- package/styled-system/jsx/container.d.ts +0 -10
- package/styled-system/jsx/container.mjs +0 -14
- package/styled-system/jsx/cq.d.ts +0 -10
- package/styled-system/jsx/cq.mjs +0 -14
- package/styled-system/jsx/divider.d.ts +0 -10
- package/styled-system/jsx/divider.mjs +0 -14
- package/styled-system/jsx/factory-helper.mjs +0 -22
- package/styled-system/jsx/factory.d.ts +0 -3
- package/styled-system/jsx/factory.mjs +0 -80
- package/styled-system/jsx/flex.d.ts +0 -10
- package/styled-system/jsx/flex.mjs +0 -14
- package/styled-system/jsx/float.d.ts +0 -10
- package/styled-system/jsx/float.mjs +0 -14
- package/styled-system/jsx/grid-item.d.ts +0 -10
- package/styled-system/jsx/grid-item.mjs +0 -14
- package/styled-system/jsx/grid.d.ts +0 -10
- package/styled-system/jsx/grid.mjs +0 -14
- package/styled-system/jsx/hstack.d.ts +0 -10
- package/styled-system/jsx/hstack.mjs +0 -14
- package/styled-system/jsx/index.d.ts +0 -24
- package/styled-system/jsx/index.mjs +0 -22
- package/styled-system/jsx/is-valid-prop.d.ts +0 -11
- package/styled-system/jsx/is-valid-prop.mjs +0 -17
- package/styled-system/jsx/link-overlay.d.ts +0 -10
- package/styled-system/jsx/link-overlay.mjs +0 -14
- package/styled-system/jsx/spacer.d.ts +0 -10
- package/styled-system/jsx/spacer.mjs +0 -14
- package/styled-system/jsx/square.d.ts +0 -10
- package/styled-system/jsx/square.mjs +0 -14
- package/styled-system/jsx/stack.d.ts +0 -10
- package/styled-system/jsx/stack.mjs +0 -14
- package/styled-system/jsx/visually-hidden.d.ts +0 -10
- package/styled-system/jsx/visually-hidden.mjs +0 -14
- package/styled-system/jsx/vstack.d.ts +0 -10
- package/styled-system/jsx/vstack.mjs +0 -14
- package/styled-system/jsx/wrap.d.ts +0 -10
- package/styled-system/jsx/wrap.mjs +0 -14
- package/styled-system/patterns/aspect-ratio.d.ts +0 -21
- package/styled-system/patterns/aspect-ratio.mjs +0 -38
- package/styled-system/patterns/bleed.d.ts +0 -22
- package/styled-system/patterns/bleed.mjs +0 -24
- package/styled-system/patterns/box.d.ts +0 -21
- package/styled-system/patterns/box.mjs +0 -15
- package/styled-system/patterns/center.d.ts +0 -21
- package/styled-system/patterns/center.mjs +0 -21
- package/styled-system/patterns/circle.d.ts +0 -21
- package/styled-system/patterns/circle.mjs +0 -25
- package/styled-system/patterns/container.d.ts +0 -21
- package/styled-system/patterns/container.mjs +0 -21
- package/styled-system/patterns/cq.d.ts +0 -22
- package/styled-system/patterns/cq.mjs +0 -21
- package/styled-system/patterns/divider.d.ts +0 -23
- package/styled-system/patterns/divider.mjs +0 -25
- package/styled-system/patterns/flex.d.ts +0 -27
- package/styled-system/patterns/flex.mjs +0 -26
- package/styled-system/patterns/float.d.ts +0 -24
- package/styled-system/patterns/float.mjs +0 -52
- package/styled-system/patterns/grid-item.d.ts +0 -26
- package/styled-system/patterns/grid-item.mjs +0 -25
- package/styled-system/patterns/grid.d.ts +0 -25
- package/styled-system/patterns/grid.mjs +0 -27
- package/styled-system/patterns/hstack.d.ts +0 -22
- package/styled-system/patterns/hstack.mjs +0 -24
- package/styled-system/patterns/index.d.ts +0 -21
- package/styled-system/patterns/index.mjs +0 -20
- package/styled-system/patterns/link-overlay.d.ts +0 -21
- package/styled-system/patterns/link-overlay.mjs +0 -24
- package/styled-system/patterns/spacer.d.ts +0 -21
- package/styled-system/patterns/spacer.mjs +0 -21
- package/styled-system/patterns/square.d.ts +0 -21
- package/styled-system/patterns/square.mjs +0 -24
- package/styled-system/patterns/stack.d.ts +0 -24
- package/styled-system/patterns/stack.mjs +0 -24
- package/styled-system/patterns/visually-hidden.d.ts +0 -21
- package/styled-system/patterns/visually-hidden.mjs +0 -18
- package/styled-system/patterns/vstack.d.ts +0 -22
- package/styled-system/patterns/vstack.mjs +0 -24
- package/styled-system/patterns/wrap.d.ts +0 -25
- package/styled-system/patterns/wrap.mjs +0 -25
- package/styled-system/tokens/index.d.ts +0 -9
- package/styled-system/tokens/index.mjs +0 -1992
- package/styled-system/tokens/tokens.d.ts +0 -60
- package/styled-system/types/composition.d.ts +0 -164
- package/styled-system/types/conditions.d.ts +0 -274
- package/styled-system/types/csstype.d.ts +0 -21298
- package/styled-system/types/global.d.ts +0 -20
- package/styled-system/types/index.d.ts +0 -8
- package/styled-system/types/jsx.d.ts +0 -52
- package/styled-system/types/parts.d.ts +0 -8
- package/styled-system/types/pattern.d.ts +0 -78
- package/styled-system/types/prop-type.d.ts +0 -235
- package/styled-system/types/recipe.d.ts +0 -181
- package/styled-system/types/selectors.d.ts +0 -59
- package/styled-system/types/static-css.d.ts +0 -56
- package/styled-system/types/style-props.d.ts +0 -7468
- package/styled-system/types/system-types.d.ts +0 -109
- package/tsconfig.json +0 -13
- package/turbo/generators/config.cjs +0 -7
- package/turbo/generators/stories.cjs +0 -23
- package/turbo/generators/templates/stories.tsx.hbs +0 -16
- package/turbo/generators/templates/ui.tsx.hbs +0 -8
- package/turbo/generators/ui.cjs +0 -19
- package/vite.config.ts +0 -7
- package/vitest.config.ts +0 -45
|
@@ -0,0 +1,39 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../base.css";
|
|
3
|
+
import "../recipes/layout-recipe.css";
|
|
4
|
+
import { a as e, i as t } from "./panda-runtime-C6bA3kfx.js";
|
|
5
|
+
import { t as n } from "./recipe-layout-recipe-BMWtqxiV.js";
|
|
6
|
+
import { t as r } from "../index.js";
|
|
7
|
+
import { forwardRef as i } from "react";
|
|
8
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
9
|
+
import { Primitive as o } from "radix-ui/internal";
|
|
10
|
+
//#region src/component/grid/index.tsx
|
|
11
|
+
var s = (e) => typeof e != "object" || !e ? typeof e == "number" ? `repeat(${e}, minmax(0, 1fr))` : e : Object.fromEntries(Object.entries(e).map(([e, t]) => [e, typeof t == "number" ? `repeat(${t}, minmax(0, 1fr))` : t])), c = i(({ asChild: i, align: c, justify: l, justifyItems: u, columns: d, rows: f, autoFlow: p, autoColumns: m, autoRows: h, children: g, ..._ }, v) => {
|
|
12
|
+
let [y, b] = t(_), { className: x, style: S, ...C } = b;
|
|
13
|
+
return /* @__PURE__ */ a(o.div, {
|
|
14
|
+
asChild: i,
|
|
15
|
+
ref: v,
|
|
16
|
+
"data-slot": "grid",
|
|
17
|
+
className: e(n(), x),
|
|
18
|
+
style: {
|
|
19
|
+
...r({
|
|
20
|
+
...y,
|
|
21
|
+
display: y.display ?? "grid",
|
|
22
|
+
alignItems: c,
|
|
23
|
+
justifyContent: l,
|
|
24
|
+
justifyItems: u,
|
|
25
|
+
gridTemplateColumns: s(d),
|
|
26
|
+
gridTemplateRows: s(f),
|
|
27
|
+
gridAutoFlow: p,
|
|
28
|
+
gridAutoColumns: m,
|
|
29
|
+
gridAutoRows: h
|
|
30
|
+
}),
|
|
31
|
+
...S
|
|
32
|
+
},
|
|
33
|
+
...C,
|
|
34
|
+
children: g
|
|
35
|
+
});
|
|
36
|
+
});
|
|
37
|
+
c.displayName = "Grid";
|
|
38
|
+
//#endregion
|
|
39
|
+
export { c as t };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../base.css";
|
|
3
|
+
import "../recipes/layout-recipe.css";
|
|
4
|
+
import { a as e, i as t } from "./panda-runtime-C6bA3kfx.js";
|
|
5
|
+
import { t as n } from "./recipe-layout-recipe-BMWtqxiV.js";
|
|
6
|
+
import { t as r } from "../index.js";
|
|
7
|
+
import { forwardRef as i } from "react";
|
|
8
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
9
|
+
import { Primitive as o } from "radix-ui/internal";
|
|
10
|
+
//#region src/component/h-stack/index.tsx
|
|
11
|
+
var s = i(({ asChild: i, align: s, justify: c, wrap: l, grow: u, shrink: d, children: f, ...p }, m) => {
|
|
12
|
+
let [h, g] = t(p), { className: _, style: v, ...y } = g;
|
|
13
|
+
return /* @__PURE__ */ a(o.div, {
|
|
14
|
+
asChild: i,
|
|
15
|
+
ref: m,
|
|
16
|
+
"data-slot": "h-stack",
|
|
17
|
+
className: e(n(), _),
|
|
18
|
+
style: {
|
|
19
|
+
...r({
|
|
20
|
+
...h,
|
|
21
|
+
display: h.display ?? "flex",
|
|
22
|
+
flexDirection: h.flexDirection ?? "row",
|
|
23
|
+
alignItems: s,
|
|
24
|
+
justifyContent: c,
|
|
25
|
+
flexWrap: l === !1 ? void 0 : l === !0 ? "wrap" : l,
|
|
26
|
+
flexGrow: u === !1 ? void 0 : u === !0 ? 1 : u,
|
|
27
|
+
flexShrink: d === !1 ? void 0 : d === !0 ? 1 : d
|
|
28
|
+
}),
|
|
29
|
+
...v
|
|
30
|
+
},
|
|
31
|
+
...y,
|
|
32
|
+
children: f
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
s.displayName = "HStack";
|
|
36
|
+
//#endregion
|
|
37
|
+
export { s as t };
|
|
@@ -0,0 +1,52 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../base.css";
|
|
3
|
+
import "../recipes/select-recipe.css";
|
|
4
|
+
import { t as e } from "./rolldown-runtime-CKyOoeiN.js";
|
|
5
|
+
import { r as t } from "./panda-runtime-C6bA3kfx.js";
|
|
6
|
+
import { t as n } from "./recipe-select-recipe-BbGnyPQ_.js";
|
|
7
|
+
import { forwardRef as r } from "react";
|
|
8
|
+
import { Select as i } from "radix-ui";
|
|
9
|
+
import { jsx as a, jsxs as o } from "react/jsx-runtime";
|
|
10
|
+
//#region src/component/select/index.tsx
|
|
11
|
+
var s = /* @__PURE__ */ e({
|
|
12
|
+
Content: () => v,
|
|
13
|
+
ContentPrimitive: () => _,
|
|
14
|
+
Group: () => f,
|
|
15
|
+
Indicator: () => w,
|
|
16
|
+
Item: () => x,
|
|
17
|
+
ItemPrimitive: () => b,
|
|
18
|
+
Label: () => S,
|
|
19
|
+
Root: () => d,
|
|
20
|
+
ScrollDownButton: () => g,
|
|
21
|
+
ScrollUpButton: () => h,
|
|
22
|
+
Separator: () => C,
|
|
23
|
+
Trigger: () => m,
|
|
24
|
+
Value: () => p,
|
|
25
|
+
Viewport: () => y
|
|
26
|
+
}), { withContext: c, withRootProvider: l } = t(n), u = r(({ children: e, ...t }, n) => /* @__PURE__ */ o(i.Trigger, {
|
|
27
|
+
ref: n,
|
|
28
|
+
...t,
|
|
29
|
+
children: [e, /* @__PURE__ */ a(i.Icon, { asChild: !0 })]
|
|
30
|
+
}));
|
|
31
|
+
u.displayName = i.Trigger.displayName;
|
|
32
|
+
var d = l(i.Root), f = i.Group, p = i.Value, m = c(u, "trigger"), h = c(i.ScrollUpButton, "scrollUpButton"), g = c(i.ScrollDownButton, "scrollDownButton"), _ = r(({ position: e = "popper", children: t, ...n }, r) => /* @__PURE__ */ a(i.Portal, { children: /* @__PURE__ */ o(i.Content, {
|
|
33
|
+
ref: r,
|
|
34
|
+
position: e,
|
|
35
|
+
"data-position": e,
|
|
36
|
+
sideOffset: 4,
|
|
37
|
+
...n,
|
|
38
|
+
children: [
|
|
39
|
+
/* @__PURE__ */ a(h, {}),
|
|
40
|
+
/* @__PURE__ */ a(y, {
|
|
41
|
+
"data-position": e,
|
|
42
|
+
children: t
|
|
43
|
+
}),
|
|
44
|
+
/* @__PURE__ */ a(g, {})
|
|
45
|
+
]
|
|
46
|
+
}) })), v = c(_, "content"), y = c(i.Viewport, "viewport"), b = r(({ children: e, ...t }, n) => /* @__PURE__ */ o(i.Item, {
|
|
47
|
+
ref: n,
|
|
48
|
+
...t,
|
|
49
|
+
children: [/* @__PURE__ */ a(w, {}), /* @__PURE__ */ a(i.ItemText, { children: e })]
|
|
50
|
+
})), x = c(b, "item"), S = c(i.Label, "label"), C = c(i.Separator, "separator"), w = c(i.ItemIndicator, "itemIndicator");
|
|
51
|
+
//#endregion
|
|
52
|
+
export { s as t };
|
|
@@ -0,0 +1,16 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../base.css";
|
|
3
|
+
import "../recipes/slider-recipe.css";
|
|
4
|
+
import { t as e } from "./rolldown-runtime-CKyOoeiN.js";
|
|
5
|
+
import { r as t } from "./panda-runtime-C6bA3kfx.js";
|
|
6
|
+
import { t as n } from "./recipe-slider-recipe-BHAFeUmN.js";
|
|
7
|
+
import { Slider as r } from "radix-ui";
|
|
8
|
+
//#region src/component/slider/index.tsx
|
|
9
|
+
var i = /* @__PURE__ */ e({
|
|
10
|
+
Range: () => l,
|
|
11
|
+
Root: () => s,
|
|
12
|
+
Thumb: () => u,
|
|
13
|
+
Track: () => c
|
|
14
|
+
}), { withContext: a, withProvider: o } = t(n), s = o(r.Root, "root"), c = a(r.Track, "track"), l = a(r.Range, "range"), u = a(r.Thumb, "thumb");
|
|
15
|
+
//#endregion
|
|
16
|
+
export { i as t };
|
|
@@ -0,0 +1,58 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../base.css";
|
|
3
|
+
import "../recipes/tabs-recipe.css";
|
|
4
|
+
import { t as e } from "./rolldown-runtime-CKyOoeiN.js";
|
|
5
|
+
import { r as t } from "./panda-runtime-C6bA3kfx.js";
|
|
6
|
+
import { t as n } from "./recipe-tabs-recipe-Cbr23IZY.js";
|
|
7
|
+
import { forwardRef as r, useImperativeHandle as i, useLayoutEffect as a, useRef as o, useState as s } from "react";
|
|
8
|
+
import { Tabs as c } from "radix-ui";
|
|
9
|
+
import { jsx as l } from "react/jsx-runtime";
|
|
10
|
+
//#region src/component/tabs/index.tsx
|
|
11
|
+
var u = /* @__PURE__ */ e({
|
|
12
|
+
Content: () => v,
|
|
13
|
+
Indicator: () => _,
|
|
14
|
+
List: () => m,
|
|
15
|
+
Root: () => p,
|
|
16
|
+
Trigger: () => h
|
|
17
|
+
}), { withContext: d, withProvider: f } = t(n), p = f(c.Root, "root"), m = d(c.List, "list"), h = d(c.Trigger, "trigger"), g = r(({ style: e, ...t }, n) => {
|
|
18
|
+
let r = o(null), [c, u] = s({
|
|
19
|
+
left: 0,
|
|
20
|
+
width: 0
|
|
21
|
+
});
|
|
22
|
+
return i(n, () => r.current), a(() => {
|
|
23
|
+
let e = r.current?.parentElement;
|
|
24
|
+
if (!e) return;
|
|
25
|
+
let t = () => {
|
|
26
|
+
let t = e.querySelector("[role=\"tab\"][data-state=\"active\"]");
|
|
27
|
+
u(t ? {
|
|
28
|
+
left: t.offsetLeft,
|
|
29
|
+
width: t.offsetWidth
|
|
30
|
+
} : {
|
|
31
|
+
left: 0,
|
|
32
|
+
width: 0
|
|
33
|
+
});
|
|
34
|
+
}, n = new MutationObserver(t);
|
|
35
|
+
n.observe(e, {
|
|
36
|
+
attributes: !0,
|
|
37
|
+
attributeFilter: ["data-state"],
|
|
38
|
+
subtree: !0
|
|
39
|
+
});
|
|
40
|
+
let i = new ResizeObserver(t);
|
|
41
|
+
return i.observe(e), e.querySelectorAll("[role=\"tab\"]").forEach((e) => i.observe(e)), t(), () => {
|
|
42
|
+
n.disconnect(), i.disconnect();
|
|
43
|
+
};
|
|
44
|
+
}, []), /* @__PURE__ */ l("span", {
|
|
45
|
+
...t,
|
|
46
|
+
"aria-hidden": "true",
|
|
47
|
+
ref: r,
|
|
48
|
+
style: {
|
|
49
|
+
...e,
|
|
50
|
+
"--tabs-indicator-left": `${c.left}px`,
|
|
51
|
+
"--tabs-indicator-width": `${c.width}px`
|
|
52
|
+
}
|
|
53
|
+
});
|
|
54
|
+
});
|
|
55
|
+
g.displayName = "TabsIndicator";
|
|
56
|
+
var _ = d(g, "indicator"), v = d(c.Content, "content");
|
|
57
|
+
//#endregion
|
|
58
|
+
export { u as t };
|
|
@@ -0,0 +1,53 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../base.css";
|
|
3
|
+
import "../recipes/textfield-recipe.css";
|
|
4
|
+
import { a as e } from "./panda-runtime-C6bA3kfx.js";
|
|
5
|
+
import { t } from "./recipe-textfield-recipe-C2tyOCzn.js";
|
|
6
|
+
import { forwardRef as n } from "react";
|
|
7
|
+
import { jsx as r, jsxs as i } from "react/jsx-runtime";
|
|
8
|
+
//#region src/component/textfield/index.tsx
|
|
9
|
+
var a = (e) => `${e}-helper-text`, o = n((n, o) => {
|
|
10
|
+
let [s, c] = t.splitVariantProps(n), { className: l, leadingAddon: u, trailingAddon: d, label: f, helperText: p, id: m, required: h = !1, ...g } = c, _ = t(s);
|
|
11
|
+
return /* @__PURE__ */ i("div", {
|
|
12
|
+
className: _.root,
|
|
13
|
+
children: [
|
|
14
|
+
f && /* @__PURE__ */ r("div", {
|
|
15
|
+
className: _.heading,
|
|
16
|
+
children: /* @__PURE__ */ r("label", {
|
|
17
|
+
className: h ? "required" : "",
|
|
18
|
+
htmlFor: m,
|
|
19
|
+
children: f
|
|
20
|
+
})
|
|
21
|
+
}),
|
|
22
|
+
/* @__PURE__ */ i("div", {
|
|
23
|
+
className: _.container,
|
|
24
|
+
"data-disabled": g.disabled ? "" : void 0,
|
|
25
|
+
children: [
|
|
26
|
+
u && /* @__PURE__ */ r("div", { children: u }),
|
|
27
|
+
/* @__PURE__ */ r("input", {
|
|
28
|
+
ref: o,
|
|
29
|
+
className: e(_.input, l),
|
|
30
|
+
required: h,
|
|
31
|
+
id: m,
|
|
32
|
+
"aria-describedby": a(m),
|
|
33
|
+
"aria-invalid": s.status === "negative",
|
|
34
|
+
...g
|
|
35
|
+
}),
|
|
36
|
+
d && /* @__PURE__ */ r("div", {
|
|
37
|
+
className: _.trailingButton,
|
|
38
|
+
children: d
|
|
39
|
+
})
|
|
40
|
+
]
|
|
41
|
+
}),
|
|
42
|
+
p && /* @__PURE__ */ r("div", {
|
|
43
|
+
className: _.helper,
|
|
44
|
+
id: a(m),
|
|
45
|
+
"aria-live": "polite",
|
|
46
|
+
children: p
|
|
47
|
+
})
|
|
48
|
+
]
|
|
49
|
+
});
|
|
50
|
+
});
|
|
51
|
+
o.displayName = "TextField";
|
|
52
|
+
//#endregion
|
|
53
|
+
export { o as t };
|
|
@@ -0,0 +1,37 @@
|
|
|
1
|
+
"use client";
|
|
2
|
+
import "../base.css";
|
|
3
|
+
import "../recipes/layout-recipe.css";
|
|
4
|
+
import { a as e, i as t } from "./panda-runtime-C6bA3kfx.js";
|
|
5
|
+
import { t as n } from "./recipe-layout-recipe-BMWtqxiV.js";
|
|
6
|
+
import { t as r } from "../index.js";
|
|
7
|
+
import { forwardRef as i } from "react";
|
|
8
|
+
import { jsx as a } from "react/jsx-runtime";
|
|
9
|
+
import { Primitive as o } from "radix-ui/internal";
|
|
10
|
+
//#region src/component/v-stack/index.tsx
|
|
11
|
+
var s = i(({ asChild: i, align: s, justify: c, wrap: l, grow: u, shrink: d, children: f, ...p }, m) => {
|
|
12
|
+
let [h, g] = t(p), { className: _, style: v, ...y } = g;
|
|
13
|
+
return /* @__PURE__ */ a(o.div, {
|
|
14
|
+
asChild: i,
|
|
15
|
+
ref: m,
|
|
16
|
+
"data-slot": "v-stack",
|
|
17
|
+
className: e(n(), _),
|
|
18
|
+
style: {
|
|
19
|
+
...r({
|
|
20
|
+
...h,
|
|
21
|
+
display: h.display ?? "flex",
|
|
22
|
+
flexDirection: h.flexDirection ?? "column",
|
|
23
|
+
alignItems: s,
|
|
24
|
+
justifyContent: c,
|
|
25
|
+
flexWrap: l === !1 ? void 0 : l === !0 ? "wrap" : l,
|
|
26
|
+
flexGrow: u === !1 ? void 0 : u === !0 ? 1 : u,
|
|
27
|
+
flexShrink: d === !1 ? void 0 : d === !0 ? 1 : d
|
|
28
|
+
}),
|
|
29
|
+
...v
|
|
30
|
+
},
|
|
31
|
+
...y,
|
|
32
|
+
children: f
|
|
33
|
+
});
|
|
34
|
+
});
|
|
35
|
+
s.displayName = "VStack";
|
|
36
|
+
//#endregion
|
|
37
|
+
export { s as t };
|