@mage-ui/preset 1.0.122 → 1.0.123
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/recipes/data-display/data-table/data-table-empty.mjs +1 -1
- package/dist/recipes/data-display/data-table/data-table-empty.mjs.map +1 -1
- package/dist/recipes/data-display/data-table/data-table-feedback/data-table-feedback-root.mjs +1 -1
- package/dist/recipes/data-display/data-table/data-table-feedback/data-table-feedback-root.mjs.map +1 -1
- package/dist/recipes/data-display/data-table/data-table-feedback/data-table-feedback.mjs +1 -1
- package/dist/recipes/data-display/data-table/data-table-feedback/data-table-feedback.mjs.map +1 -1
- package/dist/recipes/data-display/data-table/data-table.mjs +1 -1
- package/dist/recipes/data-display/data-table/data-table.mjs.map +1 -1
- package/dist/recipes/data-display/uploaded-file/uploaded-file.mjs +1 -1
- package/dist/recipes/data-display/uploaded-file/uploaded-file.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/index.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/index.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon-raw-root.mjs +2 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon-raw-root.mjs.map +1 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon-raw.mjs +2 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon-raw.mjs.map +1 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon.mjs +2 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon.mjs.map +1 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-root.mjs +2 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-root.mjs.map +1 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon.mjs +2 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon.mjs.map +1 -0
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-message.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-error-message.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-name.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-name.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-fill.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-fill.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-ring.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-ring.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-track.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-track.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files-item-progress.mjs.map +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files.mjs +1 -1
- package/dist/recipes/data-display/uploading-files/uploading-files.mjs.map +1 -1
- package/package.json +1 -1
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table__empty`,jsx:[`DataTable`],base:{textAlign:`center`,paddingBlock:`var(--data-table-empty-padding-block, {spacing.400})`,background:`var(--data-table-empty-background, {colors.neutral.background.1.enabled})`,color:`var(--data-table-empty-foreground, {colors.neutral.foreground.3.enabled})`,fontSize:`var(--data-table-empty-font-size, {fontSizes.300})`,"tr:hover &":{background:`var(--data-table-empty-background, {colors.neutral.background.1.enabled})`,color:`var(--data-table-empty-foreground, {colors.neutral.foreground.3.enabled})`}}});export{t as dataTableEmpty};
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table__empty`,jsx:[`DataTable`],base:{textAlign:`center`,paddingBlock:`var(--data-table-empty-padding-block, {spacing.400})`,background:`var(--data-table-empty-background, {colors.neutral.background.1.enabled})`,color:`var(--data-table-empty-foreground, {colors.neutral.foreground.3.enabled})`,fontSize:`var(--data-table-empty-font-size, {fontSizes.300})`,"tr:hover &":{background:`var(--data-table-empty-background-hover, {colors.neutral.background.1.enabled}) !important`,color:`var(--data-table-empty-foreground-hover, {colors.neutral.foreground.3.enabled}) !important`}}});export{t as dataTableEmpty};
|
|
2
2
|
//# sourceMappingURL=data-table-empty.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table-empty.mjs","names":[],"sources":["../../../../src/recipes/data-display/data-table/data-table-empty.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTableEmpty = defineRecipe({\n className: 'data-table__empty',\n jsx: ['DataTable'],\n base: {\n textAlign: 'center',\n paddingBlock: 'var(--data-table-empty-padding-block, {spacing.400})',\n background:\n 'var(--data-table-empty-background, {colors.neutral.background.1.enabled})',\n color:\n 'var(--data-table-empty-foreground, {colors.neutral.foreground.3.enabled})',\n fontSize: 'var(--data-table-empty-font-size, {fontSizes.300})',\n\n 'tr:hover &': {\n background:\n 'var(--data-table-empty-background, {colors.neutral.background.1.enabled})',\n color:\n 'var(--data-table-empty-foreground, {colors.neutral.foreground.3.enabled})',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,oBACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,UAAW,SACX,aAAc,uDACd,WACE,4EACF,MACE,4EACF,SAAU,qDAEV,aAAc,CACZ,WACE,
|
|
1
|
+
{"version":3,"file":"data-table-empty.mjs","names":[],"sources":["../../../../src/recipes/data-display/data-table/data-table-empty.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTableEmpty = defineRecipe({\n className: 'data-table__empty',\n jsx: ['DataTable'],\n base: {\n textAlign: 'center',\n paddingBlock: 'var(--data-table-empty-padding-block, {spacing.400})',\n background:\n 'var(--data-table-empty-background, {colors.neutral.background.1.enabled})',\n color:\n 'var(--data-table-empty-foreground, {colors.neutral.foreground.3.enabled})',\n fontSize: 'var(--data-table-empty-font-size, {fontSizes.300})',\n\n 'tr:hover &': {\n background:\n 'var(--data-table-empty-background-hover, {colors.neutral.background.1.enabled}) !important',\n color:\n 'var(--data-table-empty-foreground-hover, {colors.neutral.foreground.3.enabled}) !important',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,oBACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,UAAW,SACX,aAAc,uDACd,WACE,4EACF,MACE,4EACF,SAAU,qDAEV,aAAc,CACZ,WACE,6FACF,MACE,6FACH,CACF,CACF,CAAC"}
|
package/dist/recipes/data-display/data-table/data-table-feedback/data-table-feedback-root.mjs
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table__feedback__root`,jsx:[`DataTable`],base:{display:`var(--data-table-feedback-root-display, flex)`,flexDirection:`var(--data-table-feedback-root-flex-direction, column)`,alignItems:`var(--data-table-feedback-root-align-items, center)`,justifyContent:`var(--data-table-feedback-root-justify-content, center)`,gap:`var(--data-table-feedback-root-gap, {spacing.400})`,background:`var(--data-table-feedback-root-background, transparent)`,paddingBlock:`var(--data-table-feedback-root-padding-block, {spacing.
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table__feedback__root`,jsx:[`DataTable`],base:{display:`var(--data-table-feedback-root-display, flex)`,flexDirection:`var(--data-table-feedback-root-flex-direction, column)`,alignItems:`var(--data-table-feedback-root-align-items, center)`,justifyContent:`var(--data-table-feedback-root-justify-content, center)`,gap:`var(--data-table-feedback-root-gap, {spacing.400})`,background:`var(--data-table-feedback-root-background, transparent)`,paddingBlock:`var(--data-table-feedback-root-padding-block, {spacing.600})`,paddingInline:`var(--data-table-feedback-root-padding-inline, {spacing.600})`,fontSize:`var(--data-table-feedback-root-font-size, {fontSizes.300})`,fontWeight:`var(--data-table-feedback-root-font-weight, {fontWeights.regular})`,color:`var(--data-table-feedback-root-foreground, {colors.neutral.foreground.3.enabled})`,textAlign:`var(--data-table-feedback-root-text-align, center)`,'&[data-feedback="danger"]':{color:`var(--data-table-feedback-root-foreground-danger, {colors.danger.foreground.2.enabled})`}}});export{t as dataTableFeedbackRoot};
|
|
2
2
|
//# sourceMappingURL=data-table-feedback-root.mjs.map
|
package/dist/recipes/data-display/data-table/data-table-feedback/data-table-feedback-root.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table-feedback-root.mjs","names":[],"sources":["../../../../../src/recipes/data-display/data-table/data-table-feedback/data-table-feedback-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTableFeedbackRoot = defineRecipe({\n className: 'data-table__feedback__root',\n jsx: ['DataTable'],\n base: {\n display: 'var(--data-table-feedback-root-display, flex)',\n flexDirection: 'var(--data-table-feedback-root-flex-direction, column)',\n alignItems: 'var(--data-table-feedback-root-align-items, center)',\n justifyContent: 'var(--data-table-feedback-root-justify-content, center)',\n gap: 'var(--data-table-feedback-root-gap, {spacing.400})',\n background: 'var(--data-table-feedback-root-background, transparent)',\n paddingBlock:\n 'var(--data-table-feedback-root-padding-block, {spacing.
|
|
1
|
+
{"version":3,"file":"data-table-feedback-root.mjs","names":[],"sources":["../../../../../src/recipes/data-display/data-table/data-table-feedback/data-table-feedback-root.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTableFeedbackRoot = defineRecipe({\n className: 'data-table__feedback__root',\n jsx: ['DataTable'],\n base: {\n display: 'var(--data-table-feedback-root-display, flex)',\n flexDirection: 'var(--data-table-feedback-root-flex-direction, column)',\n alignItems: 'var(--data-table-feedback-root-align-items, center)',\n justifyContent: 'var(--data-table-feedback-root-justify-content, center)',\n gap: 'var(--data-table-feedback-root-gap, {spacing.400})',\n background: 'var(--data-table-feedback-root-background, transparent)',\n paddingBlock:\n 'var(--data-table-feedback-root-padding-block, {spacing.600})',\n paddingInline:\n 'var(--data-table-feedback-root-padding-inline, {spacing.600})',\n fontSize: 'var(--data-table-feedback-root-font-size, {fontSizes.300})',\n fontWeight:\n 'var(--data-table-feedback-root-font-weight, {fontWeights.regular})',\n color:\n 'var(--data-table-feedback-root-foreground, {colors.neutral.foreground.3.enabled})',\n textAlign: 'var(--data-table-feedback-root-text-align, center)',\n\n '&[data-feedback=\"danger\"]': {\n color:\n 'var(--data-table-feedback-root-foreground-danger, {colors.danger.foreground.2.enabled})',\n },\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAwB,EAAa,CAChD,UAAW,6BACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,QAAS,gDACT,cAAe,yDACf,WAAY,sDACZ,eAAgB,0DAChB,IAAK,qDACL,WAAY,0DACZ,aACE,+DACF,cACE,gEACF,SAAU,6DACV,WACE,qEACF,MACE,oFACF,UAAW,qDAEX,4BAA6B,CAC3B,MACE,0FACH,CACF,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table__feedback`,jsx:[`DataTable`],base:{"--data-table-feedback-display":`flex`,"--data-table-feedback-flex-direction":`column`,"--data-table-feedback-align-items":`center`,"--data-table-feedback-justify-content":`center`,"--data-table-feedback-gap":`{spacing.400}`,"--data-table-feedback-background":`transparent`,"--data-table-feedback-padding-block":`{spacing.
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table__feedback`,jsx:[`DataTable`],base:{"--data-table-feedback-display":`flex`,"--data-table-feedback-flex-direction":`column`,"--data-table-feedback-align-items":`center`,"--data-table-feedback-justify-content":`center`,"--data-table-feedback-gap":`{spacing.400}`,"--data-table-feedback-background":`transparent`,"--data-table-feedback-padding-block":`{spacing.600}`,"--data-table-feedback-padding-inline":`{spacing.600}`,"--data-table-feedback-font-size":`{fontSizes.300}`,"--data-table-feedback-font-weight":`{fontWeights.regular}`,"--data-table-feedback-foreground-neutral":`{colors.neutral.foreground.3.enabled}`,"--data-table-feedback-foreground-danger":`{colors.danger.foreground.2.enabled}`,"--data-table-feedback-text-align":`center`}});export{t as dataTableFeedback};
|
|
2
2
|
//# sourceMappingURL=data-table-feedback.mjs.map
|
package/dist/recipes/data-display/data-table/data-table-feedback/data-table-feedback.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table-feedback.mjs","names":[],"sources":["../../../../../src/recipes/data-display/data-table/data-table-feedback/data-table-feedback.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTableFeedback = defineRecipe({\n className: 'data-table__feedback',\n jsx: ['DataTable'],\n base: {\n '--data-table-feedback-display': 'flex',\n '--data-table-feedback-flex-direction': 'column',\n '--data-table-feedback-align-items': 'center',\n '--data-table-feedback-justify-content': 'center',\n '--data-table-feedback-gap': '{spacing.400}',\n '--data-table-feedback-background': 'transparent',\n '--data-table-feedback-padding-block': '{spacing.
|
|
1
|
+
{"version":3,"file":"data-table-feedback.mjs","names":[],"sources":["../../../../../src/recipes/data-display/data-table/data-table-feedback/data-table-feedback.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTableFeedback = defineRecipe({\n className: 'data-table__feedback',\n jsx: ['DataTable'],\n base: {\n '--data-table-feedback-display': 'flex',\n '--data-table-feedback-flex-direction': 'column',\n '--data-table-feedback-align-items': 'center',\n '--data-table-feedback-justify-content': 'center',\n '--data-table-feedback-gap': '{spacing.400}',\n '--data-table-feedback-background': 'transparent',\n '--data-table-feedback-padding-block': '{spacing.600}',\n '--data-table-feedback-padding-inline': '{spacing.600}',\n '--data-table-feedback-font-size': '{fontSizes.300}',\n '--data-table-feedback-font-weight': '{fontWeights.regular}',\n '--data-table-feedback-foreground-neutral':\n '{colors.neutral.foreground.3.enabled}',\n '--data-table-feedback-foreground-danger':\n '{colors.danger.foreground.2.enabled}',\n '--data-table-feedback-text-align': 'center',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAoB,EAAa,CAC5C,UAAW,uBACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,gCAAiC,OACjC,uCAAwC,SACxC,oCAAqC,SACrC,wCAAyC,SACzC,4BAA6B,gBAC7B,mCAAoC,cACpC,sCAAuC,gBACvC,uCAAwC,gBACxC,kCAAmC,kBACnC,oCAAqC,wBACrC,2CACE,wCACF,0CACE,uCACF,mCAAoC,SACrC,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table`,jsx:[`DataTable`],base:{"--data-table-gap":`{spacing.300}`,"--data-table-max-height":`100vh`,"--data-table-max-width":`100vw`,"--data-table-slot-row-gap":`{spacing.300}`,"--data-table-slot-row-padding-block":`{spacing.300}`,"--data-table-slot-row-padding-inline":`{spacing.0}`,"--data-table-bottom-slot-justify-content":`space-between`,"--data-table-bottom-slot-align-items":`center`,"--data-table-bottom-slot-gap":`{spacing.300}`,"--data-table-empty-padding-block":`{spacing.400}`,"--data-table-empty-background":`{colors.neutral.background.1.enabled}`,"--data-table-empty-foreground":`{colors.neutral.foreground.3.enabled}`,"--data-table-empty-font-size":`{fontSizes.300}`,"--data-table-bulk-bar-font-size":`{fontSizes.300}`,"--data-table-bulk-bar-foreground":`{colors.neutral.foreground.1.enabled}`,"--data-table-bulk-bar-background":`{colors.neutral.background.1.enabled}`,"--data-table-bulk-bar-border-color":`{colors.neutral.stroke.7.enabled}`,"--data-table-bulk-bar-border-style":`solid`,"--data-table-bulk-bar-border-width":`{borders.100}`,"--data-table-bulk-bar-border-radius":`{radii.300}`,"--data-table-bulk-bar-box-shadow":`0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 8px 16px -4px rgba(0, 0, 0, 0.04), 0 24px 32px -8px rgba(0, 0, 0, 0.06)`,"--data-table-bulk-bar-gap":`{spacing.400}`,"--data-table-bulk-bar-padding-block":`{spacing.200}`,"--data-table-bulk-bar-padding-inline":`{spacing.300}`,"--data-table-bulk-bar-padding-inline-start-draggable":`{spacing.200}`,"--data-table-bulk-bar-position":`absolute`,"--data-table-bulk-bar-bottom":`unset`,"--data-table-bulk-bar-left":`50%`,"--data-table-bulk-bar-right":`unset`,"--data-table-bulk-bar-top":`50%`,"--data-table-bulk-bar-transform":`translate(-50%, -50%)`,"--data-table-bulk-bar-z-index":`10`,"--data-table-bulk-bar-drag-handle-cursor":`grab`,"--data-table-bulk-bar-drag-handle-cursor-dragging":`grabbing`,"--data-table-bulk-bar-drag-handle-background-hover":`{colors.neutral.background.3.enabled}`,"--data-table-bulk-bar-drag-handle-background-dragging":`{colors.neutral.background.2.enabled}`,"--data-table-bulk-bar-drag-handle-padding-inline":`{spacing.100}`,"--data-table-bulk-bar-drag-handle-padding-block":`{spacing.100}`,"--data-table-bulk-bar-drag-handle-border-radius":`{radii.200}`,"--data-table-bulk-bar-drag-handle-color":`inherit`,"--data-table-bulk-bar-drag-handle-transition":`background-color 0.2s ease-in-out`,"--data-table-bulk-bar-drag-handle-icon-size":`{sizes.400}`,"--data-table-bulk-bar-drag-handle-icon-icon-aspect-ratio":`1`,"--data-table-bulk-bar-drag-handle-icon-foreground":`inherit`,"--data-table-bulk-bar-drag-handle-icon-fill-color":`unset`,"--data-table-bulk-bar-drag-handle-icon-stroke-color":`unset`,"--data-table-bulk-bar-count-gap":`{spacing.200}`,"--data-table-bulk-bar-count-badge-background":`{colors.neutral.background.2.enabled}`,"--data-table-bulk-bar-count-badge-border-color":`{colors.neutral.stroke.7.enabled}`,"--data-table-bulk-bar-count-badge-border-style":`solid`,"--data-table-bulk-bar-count-badge-border-width":`{borders.100}`,"--data-table-bulk-bar-count-badge-border-radius":`{radii.200}`,"--data-table-bulk-bar-count-badge-height":`{sizes.400}`,"--data-table-bulk-bar-count-badge-gap":`{spacing.200}`,"--data-table-bulk-bar-count-badge-padding-block":`{spacing.0}`,"--data-table-bulk-bar-count-badge-padding-inline":`{spacing.200}`,"--data-table-bulk-bar-count-badge-label-font-family":`{fonts.base}`,"--data-table-bulk-bar-count-badge-label-font-size":`{fontSizes.200}`,"--data-table-bulk-bar-count-badge-label-font-weight":`{fontWeights.semiBold}`,"--data-table-bulk-bar-count-badge-label-color":`{colors.neutral.foreground.1.enabled}`,"--data-table-bulk-bar-count-label-font-size":`{fontSizes.300}`,"--data-table-bulk-bar-count-label-font-weight":`{fontWeights.medium}`,"--data-table-bulk-bar-count-label-color":`{colors.neutral.foreground.1.enabled}`,"--data-table-bulk-bar-actions-gap":`{spacing.300}`,"--data-table-expand-button-foreground":`{colors.neutral.foreground.1.enabled}`,"--data-table-expand-button-cursor":`pointer`,"--data-table-expand-button-transition":`{animations.200}`,"--data-table-sort-button-font-family":`{fonts.base}`,"--data-table-sort-button-font-size":`var(--table-th-font-size, {fontSizes.200})`,"--data-table-sort-button-font-weight":`var(--table-th-font-weight, {fontWeights.regular})`,"--data-table-sort-button-text-align":`var(--table-th-text-align, left)`,"--data-table-sort-button-text-decoration":`none`,"--data-table-sort-button-text-transform":`none`,"--data-table-sort-button-line-height":`1`,"--data-table-sort-button-white-space":`nowrap`,"--data-table-sort-button-align":`center`,"--data-table-sort-button-justify":`start`,"--data-table-sort-button-height":`{sizes.500}`,"--data-table-sort-button-padding-inline":`{spacing.200}`,"--data-table-sort-button-gap":`{spacing.200}`,"--data-table-sort-button-focus-outline-width":`{borders.150}`,"--data-table-sort-button-focus-outline-style":`solid`,"--data-table-sort-button-focus-outline-offset":`{spacing.50}`,"--data-table-sort-button-focus-outline-color":`{colors.primary.stroke.1.focused}`,"--data-table-sort-button-focus-shadow":`none`,"--data-table-sort-button-background":`transparent`,"--data-table-sort-button-foreground":`{colors.neutral.foreground.3.enabled}`,"--data-table-sort-button-radii":`{radii.200}`,"--data-table-sort-button-border-color":`transparent`,"--data-table-sort-button-border-width":`{borders.0}`,"--data-table-sort-button-border-style":`solid`,"--data-table-sort-button-background-hover":`transparent`,"--data-table-sort-button-foreground-hover":`{colors.neutral.foreground.1.hovered}`,"--data-table-sort-button-border-color-hover":`transparent`,"--data-table-sort-button-foreground-sorted":`{colors.primary.foreground.1.enabled}`,"--data-table-sort-button-foreground-sorted-hover":`{colors.primary.foreground.1.hovered}`,"--data-table-sort-button-disabled-opacity":`0.5`,"--data-table-sort-button-transition":`{animations.200}`,"--data-table-sort-button-inner-gap":`{spacing.200}`,"--data-table-sort-button-indicator-size":`{sizes.200}`,"--data-table-sort-button-indicator-opacity":`0.5`,"--data-table-sort-button-indicator-opacity-hover":`1`,"--data-table-sort-button-indicator-opacity-active":`1`,"--data-table-page-size-root-gap":`{spacing.300}`,"--data-table-page-size-root-flex-direction":`row`,"--data-table-page-size-root-justify-content":`flex-start`,"--data-table-page-size-root-align-items":`center`,"--data-table-page-size-wrapper-width":`max-content`,"--data-table-page-size-wrapper-flex":`0 0 auto`,"--data-table-page-size-input-width":`auto`,"--data-table-page-size-input-min-width":`0`,"--data-table-page-size-input-field-sizing":`content`,"--data-table-page-size-input-height":`{sizes.600}`,"--data-table-column-check-width":`{sizes.700}`,"--data-table-column-check-align":`center`,"--data-table-column-expand-width":`{sizes.700}`,"--data-table-column-expand-align":`center`,"--data-table-skeleton-gap":`{spacing.0}`,"--data-table-skeleton-padding":`{spacing.200}`,"--data-table-skeleton-row-gap":`{spacing.400}`,"--data-table-skeleton-row-height":`var(--table-td-height, {sizes.1000})`,"--data-table-skeleton-header-row-height":`{sizes.700}`,"--data-table-skeleton-header-cell-height":`{sizes.600}`,"--data-table-skeleton-row-border-bottom-width":`{borders.0}`,"--data-table-skeleton-row-border-bottom-style":`solid`,"--data-table-skeleton-row-border-bottom-color":`{colors.neutral.stroke.7.enabled}`,"--data-table-skeleton-cell-height":`{sizes.800}`,"--data-table-skeleton-cell-radii":`{radii.200}`,"--data-table-skeleton-cell-background-size":`200% 100%`,"--data-table-skeleton-cell-background":`{gradients.skeletonShimmer}`,"--data-table-skeleton-cell-animation":`shimmer 3s linear infinite`}});export{t as dataTable};
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`data-table`,jsx:[`DataTable`],base:{"--data-table-gap":`{spacing.300}`,"--data-table-max-height":`100vh`,"--data-table-max-width":`100vw`,"--data-table-slot-row-gap":`{spacing.300}`,"--data-table-slot-row-padding-block":`{spacing.300}`,"--data-table-slot-row-padding-inline":`{spacing.0}`,"--data-table-bottom-slot-justify-content":`space-between`,"--data-table-bottom-slot-align-items":`center`,"--data-table-bottom-slot-gap":`{spacing.300}`,"--data-table-empty-padding-block":`{spacing.400}`,"--data-table-empty-background":`{colors.neutral.background.1.enabled}`,"--data-table-empty-foreground":`{colors.neutral.foreground.3.enabled}`,"--data-table-empty-font-size":`{fontSizes.300}`,"--data-table-empty-background-hover":`{colors.neutral.background.1.enabled}`,"--data-table-empty-foreground-hover":`{colors.neutral.foreground.3.enabled}`,"--data-table-bulk-bar-font-size":`{fontSizes.300}`,"--data-table-bulk-bar-foreground":`{colors.neutral.foreground.1.enabled}`,"--data-table-bulk-bar-background":`{colors.neutral.background.1.enabled}`,"--data-table-bulk-bar-border-color":`{colors.neutral.stroke.7.enabled}`,"--data-table-bulk-bar-border-style":`solid`,"--data-table-bulk-bar-border-width":`{borders.100}`,"--data-table-bulk-bar-border-radius":`{radii.300}`,"--data-table-bulk-bar-box-shadow":`0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 8px 16px -4px rgba(0, 0, 0, 0.04), 0 24px 32px -8px rgba(0, 0, 0, 0.06)`,"--data-table-bulk-bar-gap":`{spacing.400}`,"--data-table-bulk-bar-padding-block":`{spacing.200}`,"--data-table-bulk-bar-padding-inline":`{spacing.300}`,"--data-table-bulk-bar-padding-inline-start-draggable":`{spacing.200}`,"--data-table-bulk-bar-position":`absolute`,"--data-table-bulk-bar-bottom":`unset`,"--data-table-bulk-bar-left":`50%`,"--data-table-bulk-bar-right":`unset`,"--data-table-bulk-bar-top":`50%`,"--data-table-bulk-bar-transform":`translate(-50%, -50%)`,"--data-table-bulk-bar-z-index":`10`,"--data-table-bulk-bar-drag-handle-cursor":`grab`,"--data-table-bulk-bar-drag-handle-cursor-dragging":`grabbing`,"--data-table-bulk-bar-drag-handle-background-hover":`{colors.neutral.background.3.enabled}`,"--data-table-bulk-bar-drag-handle-background-dragging":`{colors.neutral.background.2.enabled}`,"--data-table-bulk-bar-drag-handle-padding-inline":`{spacing.100}`,"--data-table-bulk-bar-drag-handle-padding-block":`{spacing.100}`,"--data-table-bulk-bar-drag-handle-border-radius":`{radii.200}`,"--data-table-bulk-bar-drag-handle-color":`inherit`,"--data-table-bulk-bar-drag-handle-transition":`background-color 0.2s ease-in-out`,"--data-table-bulk-bar-drag-handle-icon-size":`{sizes.400}`,"--data-table-bulk-bar-drag-handle-icon-icon-aspect-ratio":`1`,"--data-table-bulk-bar-drag-handle-icon-foreground":`inherit`,"--data-table-bulk-bar-drag-handle-icon-fill-color":`unset`,"--data-table-bulk-bar-drag-handle-icon-stroke-color":`unset`,"--data-table-bulk-bar-count-gap":`{spacing.200}`,"--data-table-bulk-bar-count-badge-background":`{colors.neutral.background.2.enabled}`,"--data-table-bulk-bar-count-badge-border-color":`{colors.neutral.stroke.7.enabled}`,"--data-table-bulk-bar-count-badge-border-style":`solid`,"--data-table-bulk-bar-count-badge-border-width":`{borders.100}`,"--data-table-bulk-bar-count-badge-border-radius":`{radii.200}`,"--data-table-bulk-bar-count-badge-height":`{sizes.400}`,"--data-table-bulk-bar-count-badge-gap":`{spacing.200}`,"--data-table-bulk-bar-count-badge-padding-block":`{spacing.0}`,"--data-table-bulk-bar-count-badge-padding-inline":`{spacing.200}`,"--data-table-bulk-bar-count-badge-label-font-family":`{fonts.base}`,"--data-table-bulk-bar-count-badge-label-font-size":`{fontSizes.200}`,"--data-table-bulk-bar-count-badge-label-font-weight":`{fontWeights.semiBold}`,"--data-table-bulk-bar-count-badge-label-color":`{colors.neutral.foreground.1.enabled}`,"--data-table-bulk-bar-count-label-font-size":`{fontSizes.300}`,"--data-table-bulk-bar-count-label-font-weight":`{fontWeights.medium}`,"--data-table-bulk-bar-count-label-color":`{colors.neutral.foreground.1.enabled}`,"--data-table-bulk-bar-actions-gap":`{spacing.300}`,"--data-table-expand-button-foreground":`{colors.neutral.foreground.1.enabled}`,"--data-table-expand-button-cursor":`pointer`,"--data-table-expand-button-transition":`{animations.200}`,"--data-table-sort-button-font-family":`{fonts.base}`,"--data-table-sort-button-font-size":`var(--table-th-font-size, {fontSizes.200})`,"--data-table-sort-button-font-weight":`var(--table-th-font-weight, {fontWeights.regular})`,"--data-table-sort-button-text-align":`var(--table-th-text-align, left)`,"--data-table-sort-button-text-decoration":`none`,"--data-table-sort-button-text-transform":`none`,"--data-table-sort-button-line-height":`1`,"--data-table-sort-button-white-space":`nowrap`,"--data-table-sort-button-align":`center`,"--data-table-sort-button-justify":`start`,"--data-table-sort-button-height":`{sizes.500}`,"--data-table-sort-button-padding-inline":`{spacing.200}`,"--data-table-sort-button-gap":`{spacing.200}`,"--data-table-sort-button-focus-outline-width":`{borders.150}`,"--data-table-sort-button-focus-outline-style":`solid`,"--data-table-sort-button-focus-outline-offset":`{spacing.50}`,"--data-table-sort-button-focus-outline-color":`{colors.primary.stroke.1.focused}`,"--data-table-sort-button-focus-shadow":`none`,"--data-table-sort-button-background":`transparent`,"--data-table-sort-button-foreground":`{colors.neutral.foreground.3.enabled}`,"--data-table-sort-button-radii":`{radii.200}`,"--data-table-sort-button-border-color":`transparent`,"--data-table-sort-button-border-width":`{borders.0}`,"--data-table-sort-button-border-style":`solid`,"--data-table-sort-button-background-hover":`transparent`,"--data-table-sort-button-foreground-hover":`{colors.neutral.foreground.1.hovered}`,"--data-table-sort-button-border-color-hover":`transparent`,"--data-table-sort-button-foreground-sorted":`{colors.primary.foreground.1.enabled}`,"--data-table-sort-button-foreground-sorted-hover":`{colors.primary.foreground.1.hovered}`,"--data-table-sort-button-disabled-opacity":`0.5`,"--data-table-sort-button-transition":`{animations.200}`,"--data-table-sort-button-inner-gap":`{spacing.200}`,"--data-table-sort-button-indicator-size":`{sizes.200}`,"--data-table-sort-button-indicator-opacity":`0.5`,"--data-table-sort-button-indicator-opacity-hover":`1`,"--data-table-sort-button-indicator-opacity-active":`1`,"--data-table-page-size-root-gap":`{spacing.300}`,"--data-table-page-size-root-flex-direction":`row`,"--data-table-page-size-root-justify-content":`flex-start`,"--data-table-page-size-root-align-items":`center`,"--data-table-page-size-wrapper-width":`max-content`,"--data-table-page-size-wrapper-flex":`0 0 auto`,"--data-table-page-size-input-width":`auto`,"--data-table-page-size-input-min-width":`0`,"--data-table-page-size-input-field-sizing":`content`,"--data-table-page-size-input-height":`{sizes.600}`,"--data-table-column-check-width":`{sizes.700}`,"--data-table-column-check-align":`center`,"--data-table-column-expand-width":`{sizes.700}`,"--data-table-column-expand-align":`center`,"--data-table-skeleton-gap":`{spacing.0}`,"--data-table-skeleton-padding":`{spacing.200}`,"--data-table-skeleton-row-gap":`{spacing.400}`,"--data-table-skeleton-row-height":`var(--table-td-height, {sizes.1000})`,"--data-table-skeleton-header-row-height":`{sizes.700}`,"--data-table-skeleton-header-cell-height":`{sizes.600}`,"--data-table-skeleton-row-border-bottom-width":`{borders.0}`,"--data-table-skeleton-row-border-bottom-style":`solid`,"--data-table-skeleton-row-border-bottom-color":`{colors.neutral.stroke.7.enabled}`,"--data-table-skeleton-cell-height":`{sizes.800}`,"--data-table-skeleton-cell-radii":`{radii.200}`,"--data-table-skeleton-cell-background-size":`200% 100%`,"--data-table-skeleton-cell-background":`{gradients.skeletonShimmer}`,"--data-table-skeleton-cell-animation":`shimmer 3s linear infinite`}});export{t as dataTable};
|
|
2
2
|
//# sourceMappingURL=data-table.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"data-table.mjs","names":[],"sources":["../../../../src/recipes/data-display/data-table/data-table.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTable = defineRecipe({\n className: 'data-table',\n jsx: ['DataTable'],\n base: {\n '--data-table-gap': '{spacing.300}',\n '--data-table-max-height': '100vh',\n '--data-table-max-width': '100vw',\n\n /* Slot row */\n '--data-table-slot-row-gap': '{spacing.300}',\n '--data-table-slot-row-padding-block': '{spacing.300}',\n '--data-table-slot-row-padding-inline': '{spacing.0}',\n\n /* Bottom slot */\n '--data-table-bottom-slot-justify-content': 'space-between',\n '--data-table-bottom-slot-align-items': 'center',\n '--data-table-bottom-slot-gap': '{spacing.300}',\n\n /* Empty */\n '--data-table-empty-padding-block': '{spacing.400}',\n '--data-table-empty-background': '{colors.neutral.background.1.enabled}',\n '--data-table-empty-foreground': '{colors.neutral.foreground.3.enabled}',\n '--data-table-empty-font-size': '{fontSizes.300}',\n\n /* Bulk bar */\n '--data-table-bulk-bar-font-size': '{fontSizes.300}',\n '--data-table-bulk-bar-foreground': '{colors.neutral.foreground.1.enabled}',\n '--data-table-bulk-bar-background': '{colors.neutral.background.1.enabled}',\n '--data-table-bulk-bar-border-color': '{colors.neutral.stroke.7.enabled}',\n '--data-table-bulk-bar-border-style': 'solid',\n '--data-table-bulk-bar-border-width': '{borders.100}',\n '--data-table-bulk-bar-border-radius': '{radii.300}',\n '--data-table-bulk-bar-box-shadow':\n '0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 8px 16px -4px rgba(0, 0, 0, 0.04), 0 24px 32px -8px rgba(0, 0, 0, 0.06)',\n '--data-table-bulk-bar-gap': '{spacing.400}',\n '--data-table-bulk-bar-padding-block': '{spacing.200}',\n '--data-table-bulk-bar-padding-inline': '{spacing.300}',\n '--data-table-bulk-bar-padding-inline-start-draggable': '{spacing.200}',\n '--data-table-bulk-bar-position': 'absolute',\n '--data-table-bulk-bar-bottom': 'unset',\n '--data-table-bulk-bar-left': '50%',\n '--data-table-bulk-bar-right': 'unset',\n '--data-table-bulk-bar-top': '50%',\n '--data-table-bulk-bar-transform': 'translate(-50%, -50%)',\n '--data-table-bulk-bar-z-index': '10',\n\n '--data-table-bulk-bar-drag-handle-cursor': 'grab',\n '--data-table-bulk-bar-drag-handle-cursor-dragging': 'grabbing',\n '--data-table-bulk-bar-drag-handle-background-hover':\n '{colors.neutral.background.3.enabled}',\n '--data-table-bulk-bar-drag-handle-background-dragging':\n '{colors.neutral.background.2.enabled}',\n '--data-table-bulk-bar-drag-handle-padding-inline': '{spacing.100}',\n '--data-table-bulk-bar-drag-handle-padding-block': '{spacing.100}',\n '--data-table-bulk-bar-drag-handle-border-radius': '{radii.200}',\n '--data-table-bulk-bar-drag-handle-color': 'inherit',\n '--data-table-bulk-bar-drag-handle-transition':\n 'background-color 0.2s ease-in-out',\n\n '--data-table-bulk-bar-drag-handle-icon-size': '{sizes.400}',\n '--data-table-bulk-bar-drag-handle-icon-icon-aspect-ratio': '1',\n '--data-table-bulk-bar-drag-handle-icon-foreground': 'inherit',\n '--data-table-bulk-bar-drag-handle-icon-fill-color': 'unset',\n '--data-table-bulk-bar-drag-handle-icon-stroke-color': 'unset',\n\n '--data-table-bulk-bar-count-gap': '{spacing.200}',\n\n '--data-table-bulk-bar-count-badge-background':\n '{colors.neutral.background.2.enabled}',\n '--data-table-bulk-bar-count-badge-border-color':\n '{colors.neutral.stroke.7.enabled}',\n '--data-table-bulk-bar-count-badge-border-style': 'solid',\n '--data-table-bulk-bar-count-badge-border-width': '{borders.100}',\n '--data-table-bulk-bar-count-badge-border-radius': '{radii.200}',\n '--data-table-bulk-bar-count-badge-height': '{sizes.400}',\n '--data-table-bulk-bar-count-badge-gap': '{spacing.200}',\n '--data-table-bulk-bar-count-badge-padding-block': '{spacing.0}',\n '--data-table-bulk-bar-count-badge-padding-inline': '{spacing.200}',\n '--data-table-bulk-bar-count-badge-label-font-family': '{fonts.base}',\n '--data-table-bulk-bar-count-badge-label-font-size': '{fontSizes.200}',\n '--data-table-bulk-bar-count-badge-label-font-weight':\n '{fontWeights.semiBold}',\n '--data-table-bulk-bar-count-badge-label-color':\n '{colors.neutral.foreground.1.enabled}',\n\n '--data-table-bulk-bar-count-label-font-size': '{fontSizes.300}',\n '--data-table-bulk-bar-count-label-font-weight': '{fontWeights.medium}',\n '--data-table-bulk-bar-count-label-color':\n '{colors.neutral.foreground.1.enabled}',\n\n '--data-table-bulk-bar-actions-gap': '{spacing.300}',\n\n /* Expand button */\n '--data-table-expand-button-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--data-table-expand-button-cursor': 'pointer',\n '--data-table-expand-button-transition': '{animations.200}',\n\n /* Sort button */\n '--data-table-sort-button-font-family': '{fonts.base}',\n '--data-table-sort-button-font-size':\n 'var(--table-th-font-size, {fontSizes.200})',\n '--data-table-sort-button-font-weight':\n 'var(--table-th-font-weight, {fontWeights.regular})',\n '--data-table-sort-button-text-align': 'var(--table-th-text-align, left)',\n '--data-table-sort-button-text-decoration': 'none',\n '--data-table-sort-button-text-transform': 'none',\n '--data-table-sort-button-line-height': '1',\n '--data-table-sort-button-white-space': 'nowrap',\n '--data-table-sort-button-align': 'center',\n '--data-table-sort-button-justify': 'start',\n '--data-table-sort-button-height': '{sizes.500}',\n '--data-table-sort-button-padding-inline': '{spacing.200}',\n '--data-table-sort-button-gap': '{spacing.200}',\n '--data-table-sort-button-focus-outline-width': '{borders.150}',\n '--data-table-sort-button-focus-outline-style': 'solid',\n '--data-table-sort-button-focus-outline-offset': '{spacing.50}',\n '--data-table-sort-button-focus-outline-color':\n '{colors.primary.stroke.1.focused}',\n '--data-table-sort-button-focus-shadow': 'none',\n '--data-table-sort-button-background': 'transparent',\n '--data-table-sort-button-foreground':\n '{colors.neutral.foreground.3.enabled}',\n '--data-table-sort-button-radii': '{radii.200}',\n '--data-table-sort-button-border-color': 'transparent',\n '--data-table-sort-button-border-width': '{borders.0}',\n '--data-table-sort-button-border-style': 'solid',\n '--data-table-sort-button-background-hover': 'transparent',\n '--data-table-sort-button-foreground-hover':\n '{colors.neutral.foreground.1.hovered}',\n '--data-table-sort-button-border-color-hover': 'transparent',\n '--data-table-sort-button-foreground-sorted':\n '{colors.primary.foreground.1.enabled}',\n '--data-table-sort-button-foreground-sorted-hover':\n '{colors.primary.foreground.1.hovered}',\n '--data-table-sort-button-disabled-opacity': '0.5',\n '--data-table-sort-button-transition': '{animations.200}',\n '--data-table-sort-button-inner-gap': '{spacing.200}',\n\n '--data-table-sort-button-indicator-size': '{sizes.200}',\n '--data-table-sort-button-indicator-opacity': '0.5',\n '--data-table-sort-button-indicator-opacity-hover': '1',\n '--data-table-sort-button-indicator-opacity-active': '1',\n\n /* Page size */\n '--data-table-page-size-root-gap': '{spacing.300}',\n '--data-table-page-size-root-flex-direction': 'row',\n '--data-table-page-size-root-justify-content': 'flex-start',\n '--data-table-page-size-root-align-items': 'center',\n\n '--data-table-page-size-wrapper-width': 'max-content',\n '--data-table-page-size-wrapper-flex': '0 0 auto',\n\n '--data-table-page-size-input-width': 'auto',\n '--data-table-page-size-input-min-width': '0',\n '--data-table-page-size-input-field-sizing': 'content',\n '--data-table-page-size-input-height': '{sizes.600}',\n\n /* Columns */\n '--data-table-column-check-width': '{sizes.700}',\n '--data-table-column-check-align': 'center',\n '--data-table-column-expand-width': '{sizes.700}',\n '--data-table-column-expand-align': 'center',\n\n /* Skeleton */\n '--data-table-skeleton-gap': '{spacing.0}',\n '--data-table-skeleton-padding': '{spacing.200}',\n\n /* Skeleton row */\n '--data-table-skeleton-row-gap': '{spacing.400}',\n '--data-table-skeleton-row-height': 'var(--table-td-height, {sizes.1000})',\n '--data-table-skeleton-header-row-height': '{sizes.700}',\n '--data-table-skeleton-header-cell-height': '{sizes.600}',\n '--data-table-skeleton-row-border-bottom-width': '{borders.0}',\n '--data-table-skeleton-row-border-bottom-style': 'solid',\n '--data-table-skeleton-row-border-bottom-color':\n '{colors.neutral.stroke.7.enabled}',\n\n /* Skeleton cell */\n '--data-table-skeleton-cell-height': '{sizes.800}',\n '--data-table-skeleton-cell-radii': '{radii.200}',\n '--data-table-skeleton-cell-background-size': '200% 100%',\n '--data-table-skeleton-cell-background': '{gradients.skeletonShimmer}',\n '--data-table-skeleton-cell-animation': 'shimmer 3s linear infinite',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,aACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,mBAAoB,gBACpB,0BAA2B,QAC3B,yBAA0B,QAG1B,4BAA6B,gBAC7B,sCAAuC,gBACvC,uCAAwC,cAGxC,2CAA4C,gBAC5C,uCAAwC,SACxC,+BAAgC,gBAGhC,mCAAoC,gBACpC,gCAAiC,wCACjC,gCAAiC,wCACjC,+BAAgC,kBAGhC,kCAAmC,kBACnC,mCAAoC,wCACpC,mCAAoC,wCACpC,qCAAsC,oCACtC,qCAAsC,QACtC,qCAAsC,gBACtC,sCAAuC,cACvC,mCACE,6GACF,4BAA6B,gBAC7B,sCAAuC,gBACvC,uCAAwC,gBACxC,uDAAwD,gBACxD,iCAAkC,WAClC,+BAAgC,QAChC,6BAA8B,MAC9B,8BAA+B,QAC/B,4BAA6B,MAC7B,kCAAmC,wBACnC,gCAAiC,KAEjC,2CAA4C,OAC5C,oDAAqD,WACrD,qDACE,wCACF,wDACE,wCACF,mDAAoD,gBACpD,kDAAmD,gBACnD,kDAAmD,cACnD,0CAA2C,UAC3C,+CACE,oCAEF,8CAA+C,cAC/C,2DAA4D,IAC5D,oDAAqD,UACrD,oDAAqD,QACrD,sDAAuD,QAEvD,kCAAmC,gBAEnC,+CACE,wCACF,iDACE,oCACF,iDAAkD,QAClD,iDAAkD,gBAClD,kDAAmD,cACnD,2CAA4C,cAC5C,wCAAyC,gBACzC,kDAAmD,cACnD,mDAAoD,gBACpD,sDAAuD,eACvD,oDAAqD,kBACrD,sDACE,yBACF,gDACE,wCAEF,8CAA+C,kBAC/C,gDAAiD,uBACjD,0CACE,wCAEF,oCAAqC,gBAGrC,wCACE,wCACF,oCAAqC,UACrC,wCAAyC,mBAGzC,uCAAwC,eACxC,qCACE,6CACF,uCACE,qDACF,sCAAuC,mCACvC,2CAA4C,OAC5C,0CAA2C,OAC3C,uCAAwC,IACxC,uCAAwC,SACxC,iCAAkC,SAClC,mCAAoC,QACpC,kCAAmC,cACnC,0CAA2C,gBAC3C,+BAAgC,gBAChC,+CAAgD,gBAChD,+CAAgD,QAChD,gDAAiD,eACjD,+CACE,oCACF,wCAAyC,OACzC,sCAAuC,cACvC,sCACE,wCACF,iCAAkC,cAClC,wCAAyC,cACzC,wCAAyC,cACzC,wCAAyC,QACzC,4CAA6C,cAC7C,4CACE,wCACF,8CAA+C,cAC/C,6CACE,wCACF,mDACE,wCACF,4CAA6C,MAC7C,sCAAuC,mBACvC,qCAAsC,gBAEtC,0CAA2C,cAC3C,6CAA8C,MAC9C,mDAAoD,IACpD,oDAAqD,IAGrD,kCAAmC,gBACnC,6CAA8C,MAC9C,8CAA+C,aAC/C,0CAA2C,SAE3C,uCAAwC,cACxC,sCAAuC,WAEvC,qCAAsC,OACtC,yCAA0C,IAC1C,4CAA6C,UAC7C,sCAAuC,cAGvC,kCAAmC,cACnC,kCAAmC,SACnC,mCAAoC,cACpC,mCAAoC,SAGpC,4BAA6B,cAC7B,gCAAiC,gBAGjC,gCAAiC,gBACjC,mCAAoC,uCACpC,0CAA2C,cAC3C,2CAA4C,cAC5C,gDAAiD,cACjD,gDAAiD,QACjD,gDACE,oCAGF,oCAAqC,cACrC,mCAAoC,cACpC,6CAA8C,YAC9C,wCAAyC,8BACzC,uCAAwC,6BACzC,CACF,CAAC"}
|
|
1
|
+
{"version":3,"file":"data-table.mjs","names":[],"sources":["../../../../src/recipes/data-display/data-table/data-table.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const dataTable = defineRecipe({\n className: 'data-table',\n jsx: ['DataTable'],\n base: {\n '--data-table-gap': '{spacing.300}',\n '--data-table-max-height': '100vh',\n '--data-table-max-width': '100vw',\n\n /* Slot row */\n '--data-table-slot-row-gap': '{spacing.300}',\n '--data-table-slot-row-padding-block': '{spacing.300}',\n '--data-table-slot-row-padding-inline': '{spacing.0}',\n\n /* Bottom slot */\n '--data-table-bottom-slot-justify-content': 'space-between',\n '--data-table-bottom-slot-align-items': 'center',\n '--data-table-bottom-slot-gap': '{spacing.300}',\n\n /* Empty */\n '--data-table-empty-padding-block': '{spacing.400}',\n '--data-table-empty-background': '{colors.neutral.background.1.enabled}',\n '--data-table-empty-foreground': '{colors.neutral.foreground.3.enabled}',\n '--data-table-empty-font-size': '{fontSizes.300}',\n '--data-table-empty-background-hover':\n '{colors.neutral.background.1.enabled}',\n '--data-table-empty-foreground-hover':\n '{colors.neutral.foreground.3.enabled}',\n\n /* Bulk bar */\n '--data-table-bulk-bar-font-size': '{fontSizes.300}',\n '--data-table-bulk-bar-foreground': '{colors.neutral.foreground.1.enabled}',\n '--data-table-bulk-bar-background': '{colors.neutral.background.1.enabled}',\n '--data-table-bulk-bar-border-color': '{colors.neutral.stroke.7.enabled}',\n '--data-table-bulk-bar-border-style': 'solid',\n '--data-table-bulk-bar-border-width': '{borders.100}',\n '--data-table-bulk-bar-border-radius': '{radii.300}',\n '--data-table-bulk-bar-box-shadow':\n '0 1px 1px 0 rgba(0, 0, 0, 0.02), 0 8px 16px -4px rgba(0, 0, 0, 0.04), 0 24px 32px -8px rgba(0, 0, 0, 0.06)',\n '--data-table-bulk-bar-gap': '{spacing.400}',\n '--data-table-bulk-bar-padding-block': '{spacing.200}',\n '--data-table-bulk-bar-padding-inline': '{spacing.300}',\n '--data-table-bulk-bar-padding-inline-start-draggable': '{spacing.200}',\n '--data-table-bulk-bar-position': 'absolute',\n '--data-table-bulk-bar-bottom': 'unset',\n '--data-table-bulk-bar-left': '50%',\n '--data-table-bulk-bar-right': 'unset',\n '--data-table-bulk-bar-top': '50%',\n '--data-table-bulk-bar-transform': 'translate(-50%, -50%)',\n '--data-table-bulk-bar-z-index': '10',\n\n '--data-table-bulk-bar-drag-handle-cursor': 'grab',\n '--data-table-bulk-bar-drag-handle-cursor-dragging': 'grabbing',\n '--data-table-bulk-bar-drag-handle-background-hover':\n '{colors.neutral.background.3.enabled}',\n '--data-table-bulk-bar-drag-handle-background-dragging':\n '{colors.neutral.background.2.enabled}',\n '--data-table-bulk-bar-drag-handle-padding-inline': '{spacing.100}',\n '--data-table-bulk-bar-drag-handle-padding-block': '{spacing.100}',\n '--data-table-bulk-bar-drag-handle-border-radius': '{radii.200}',\n '--data-table-bulk-bar-drag-handle-color': 'inherit',\n '--data-table-bulk-bar-drag-handle-transition':\n 'background-color 0.2s ease-in-out',\n\n '--data-table-bulk-bar-drag-handle-icon-size': '{sizes.400}',\n '--data-table-bulk-bar-drag-handle-icon-icon-aspect-ratio': '1',\n '--data-table-bulk-bar-drag-handle-icon-foreground': 'inherit',\n '--data-table-bulk-bar-drag-handle-icon-fill-color': 'unset',\n '--data-table-bulk-bar-drag-handle-icon-stroke-color': 'unset',\n\n '--data-table-bulk-bar-count-gap': '{spacing.200}',\n\n '--data-table-bulk-bar-count-badge-background':\n '{colors.neutral.background.2.enabled}',\n '--data-table-bulk-bar-count-badge-border-color':\n '{colors.neutral.stroke.7.enabled}',\n '--data-table-bulk-bar-count-badge-border-style': 'solid',\n '--data-table-bulk-bar-count-badge-border-width': '{borders.100}',\n '--data-table-bulk-bar-count-badge-border-radius': '{radii.200}',\n '--data-table-bulk-bar-count-badge-height': '{sizes.400}',\n '--data-table-bulk-bar-count-badge-gap': '{spacing.200}',\n '--data-table-bulk-bar-count-badge-padding-block': '{spacing.0}',\n '--data-table-bulk-bar-count-badge-padding-inline': '{spacing.200}',\n '--data-table-bulk-bar-count-badge-label-font-family': '{fonts.base}',\n '--data-table-bulk-bar-count-badge-label-font-size': '{fontSizes.200}',\n '--data-table-bulk-bar-count-badge-label-font-weight':\n '{fontWeights.semiBold}',\n '--data-table-bulk-bar-count-badge-label-color':\n '{colors.neutral.foreground.1.enabled}',\n\n '--data-table-bulk-bar-count-label-font-size': '{fontSizes.300}',\n '--data-table-bulk-bar-count-label-font-weight': '{fontWeights.medium}',\n '--data-table-bulk-bar-count-label-color':\n '{colors.neutral.foreground.1.enabled}',\n\n '--data-table-bulk-bar-actions-gap': '{spacing.300}',\n\n /* Expand button */\n '--data-table-expand-button-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--data-table-expand-button-cursor': 'pointer',\n '--data-table-expand-button-transition': '{animations.200}',\n\n /* Sort button */\n '--data-table-sort-button-font-family': '{fonts.base}',\n '--data-table-sort-button-font-size':\n 'var(--table-th-font-size, {fontSizes.200})',\n '--data-table-sort-button-font-weight':\n 'var(--table-th-font-weight, {fontWeights.regular})',\n '--data-table-sort-button-text-align': 'var(--table-th-text-align, left)',\n '--data-table-sort-button-text-decoration': 'none',\n '--data-table-sort-button-text-transform': 'none',\n '--data-table-sort-button-line-height': '1',\n '--data-table-sort-button-white-space': 'nowrap',\n '--data-table-sort-button-align': 'center',\n '--data-table-sort-button-justify': 'start',\n '--data-table-sort-button-height': '{sizes.500}',\n '--data-table-sort-button-padding-inline': '{spacing.200}',\n '--data-table-sort-button-gap': '{spacing.200}',\n '--data-table-sort-button-focus-outline-width': '{borders.150}',\n '--data-table-sort-button-focus-outline-style': 'solid',\n '--data-table-sort-button-focus-outline-offset': '{spacing.50}',\n '--data-table-sort-button-focus-outline-color':\n '{colors.primary.stroke.1.focused}',\n '--data-table-sort-button-focus-shadow': 'none',\n '--data-table-sort-button-background': 'transparent',\n '--data-table-sort-button-foreground':\n '{colors.neutral.foreground.3.enabled}',\n '--data-table-sort-button-radii': '{radii.200}',\n '--data-table-sort-button-border-color': 'transparent',\n '--data-table-sort-button-border-width': '{borders.0}',\n '--data-table-sort-button-border-style': 'solid',\n '--data-table-sort-button-background-hover': 'transparent',\n '--data-table-sort-button-foreground-hover':\n '{colors.neutral.foreground.1.hovered}',\n '--data-table-sort-button-border-color-hover': 'transparent',\n '--data-table-sort-button-foreground-sorted':\n '{colors.primary.foreground.1.enabled}',\n '--data-table-sort-button-foreground-sorted-hover':\n '{colors.primary.foreground.1.hovered}',\n '--data-table-sort-button-disabled-opacity': '0.5',\n '--data-table-sort-button-transition': '{animations.200}',\n '--data-table-sort-button-inner-gap': '{spacing.200}',\n\n '--data-table-sort-button-indicator-size': '{sizes.200}',\n '--data-table-sort-button-indicator-opacity': '0.5',\n '--data-table-sort-button-indicator-opacity-hover': '1',\n '--data-table-sort-button-indicator-opacity-active': '1',\n\n /* Page size */\n '--data-table-page-size-root-gap': '{spacing.300}',\n '--data-table-page-size-root-flex-direction': 'row',\n '--data-table-page-size-root-justify-content': 'flex-start',\n '--data-table-page-size-root-align-items': 'center',\n\n '--data-table-page-size-wrapper-width': 'max-content',\n '--data-table-page-size-wrapper-flex': '0 0 auto',\n\n '--data-table-page-size-input-width': 'auto',\n '--data-table-page-size-input-min-width': '0',\n '--data-table-page-size-input-field-sizing': 'content',\n '--data-table-page-size-input-height': '{sizes.600}',\n\n /* Columns */\n '--data-table-column-check-width': '{sizes.700}',\n '--data-table-column-check-align': 'center',\n '--data-table-column-expand-width': '{sizes.700}',\n '--data-table-column-expand-align': 'center',\n\n /* Skeleton */\n '--data-table-skeleton-gap': '{spacing.0}',\n '--data-table-skeleton-padding': '{spacing.200}',\n\n /* Skeleton row */\n '--data-table-skeleton-row-gap': '{spacing.400}',\n '--data-table-skeleton-row-height': 'var(--table-td-height, {sizes.1000})',\n '--data-table-skeleton-header-row-height': '{sizes.700}',\n '--data-table-skeleton-header-cell-height': '{sizes.600}',\n '--data-table-skeleton-row-border-bottom-width': '{borders.0}',\n '--data-table-skeleton-row-border-bottom-style': 'solid',\n '--data-table-skeleton-row-border-bottom-color':\n '{colors.neutral.stroke.7.enabled}',\n\n /* Skeleton cell */\n '--data-table-skeleton-cell-height': '{sizes.800}',\n '--data-table-skeleton-cell-radii': '{radii.200}',\n '--data-table-skeleton-cell-background-size': '200% 100%',\n '--data-table-skeleton-cell-background': '{gradients.skeletonShimmer}',\n '--data-table-skeleton-cell-animation': 'shimmer 3s linear infinite',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAY,EAAa,CACpC,UAAW,aACX,IAAK,CAAC,YAAY,CAClB,KAAM,CACJ,mBAAoB,gBACpB,0BAA2B,QAC3B,yBAA0B,QAG1B,4BAA6B,gBAC7B,sCAAuC,gBACvC,uCAAwC,cAGxC,2CAA4C,gBAC5C,uCAAwC,SACxC,+BAAgC,gBAGhC,mCAAoC,gBACpC,gCAAiC,wCACjC,gCAAiC,wCACjC,+BAAgC,kBAChC,sCACE,wCACF,sCACE,wCAGF,kCAAmC,kBACnC,mCAAoC,wCACpC,mCAAoC,wCACpC,qCAAsC,oCACtC,qCAAsC,QACtC,qCAAsC,gBACtC,sCAAuC,cACvC,mCACE,6GACF,4BAA6B,gBAC7B,sCAAuC,gBACvC,uCAAwC,gBACxC,uDAAwD,gBACxD,iCAAkC,WAClC,+BAAgC,QAChC,6BAA8B,MAC9B,8BAA+B,QAC/B,4BAA6B,MAC7B,kCAAmC,wBACnC,gCAAiC,KAEjC,2CAA4C,OAC5C,oDAAqD,WACrD,qDACE,wCACF,wDACE,wCACF,mDAAoD,gBACpD,kDAAmD,gBACnD,kDAAmD,cACnD,0CAA2C,UAC3C,+CACE,oCAEF,8CAA+C,cAC/C,2DAA4D,IAC5D,oDAAqD,UACrD,oDAAqD,QACrD,sDAAuD,QAEvD,kCAAmC,gBAEnC,+CACE,wCACF,iDACE,oCACF,iDAAkD,QAClD,iDAAkD,gBAClD,kDAAmD,cACnD,2CAA4C,cAC5C,wCAAyC,gBACzC,kDAAmD,cACnD,mDAAoD,gBACpD,sDAAuD,eACvD,oDAAqD,kBACrD,sDACE,yBACF,gDACE,wCAEF,8CAA+C,kBAC/C,gDAAiD,uBACjD,0CACE,wCAEF,oCAAqC,gBAGrC,wCACE,wCACF,oCAAqC,UACrC,wCAAyC,mBAGzC,uCAAwC,eACxC,qCACE,6CACF,uCACE,qDACF,sCAAuC,mCACvC,2CAA4C,OAC5C,0CAA2C,OAC3C,uCAAwC,IACxC,uCAAwC,SACxC,iCAAkC,SAClC,mCAAoC,QACpC,kCAAmC,cACnC,0CAA2C,gBAC3C,+BAAgC,gBAChC,+CAAgD,gBAChD,+CAAgD,QAChD,gDAAiD,eACjD,+CACE,oCACF,wCAAyC,OACzC,sCAAuC,cACvC,sCACE,wCACF,iCAAkC,cAClC,wCAAyC,cACzC,wCAAyC,cACzC,wCAAyC,QACzC,4CAA6C,cAC7C,4CACE,wCACF,8CAA+C,cAC/C,6CACE,wCACF,mDACE,wCACF,4CAA6C,MAC7C,sCAAuC,mBACvC,qCAAsC,gBAEtC,0CAA2C,cAC3C,6CAA8C,MAC9C,mDAAoD,IACpD,oDAAqD,IAGrD,kCAAmC,gBACnC,6CAA8C,MAC9C,8CAA+C,aAC/C,0CAA2C,SAE3C,uCAAwC,cACxC,sCAAuC,WAEvC,qCAAsC,OACtC,yCAA0C,IAC1C,4CAA6C,UAC7C,sCAAuC,cAGvC,kCAAmC,cACnC,kCAAmC,SACnC,mCAAoC,cACpC,mCAAoC,SAGpC,4BAA6B,cAC7B,gCAAiC,gBAGjC,gCAAiC,gBACjC,mCAAoC,uCACpC,0CAA2C,cAC3C,2CAA4C,cAC5C,gDAAiD,cACjD,gDAAiD,QACjD,gDACE,oCAGF,oCAAqC,cACrC,mCAAoC,cACpC,6CAA8C,YAC9C,wCAAyC,8BACzC,uCAAwC,6BACzC,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-file`,jsx:[`UploadedFile`],base:{"--uploaded-file-background":`{colors.neutral.background.alpha.1.enabled}`,"--uploaded-file-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-gap":`{spacing.200}`,"--uploaded-file-height":`{sizes.600}`,"--uploaded-file-width":`100%`,"--uploaded-file-padding-inline":`{spacing.300}`,"--uploaded-file-padding-block":`{spacing.100}`,"--uploaded-file-radii":`1.25rem`,"--uploaded-file-transition":`{animations.base.100}`,"--uploaded-file-background-hover":`{colors.neutral.background.1.hovered}`,"--uploaded-file-foreground-hover":`{colors.neutral.foreground.1.hovered}`,"--uploaded-file-content-direction":`column`,"--uploaded-file-content-gap":`0`,"--uploaded-file-name-font-family":`{fonts.base}`,"--uploaded-file-name-font-size":`{fontSizes.300}`,"--uploaded-file-name-font-weight":`{fontWeights.medium}`,"--uploaded-file-name-line-height":`inherit`,"--uploaded-file-name-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-name-text-transform":`none`,"--uploaded-file-link-font-family":`{fonts.base}`,"--uploaded-file-link-font-size":`{fontSizes.300}`,"--uploaded-file-link-font-weight":`{fontWeights.medium}`,"--uploaded-file-link-line-height":`inherit`,"--uploaded-file-link-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-link-text-transform":`none`,"--uploaded-file-link-transition":`{animations.base.100}`,"--uploaded-file-link-foreground-hover":`{colors.neutral.foreground.1.primary.hovered}`,"--uploaded-file-link-hover-text-decoration":`none`,"--uploaded-file-size-font-family":`{fonts.base}`,"--uploaded-file-size-font-size":`{fontSizes.200}`,"--uploaded-file-size-font-weight":`{fontWeights.medium}`,"--uploaded-file-size-line-height":`inherit`,"--uploaded-file-size-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-size-text-transform":`uppercase`,"--uploaded-file-date-font-family":`{fonts.base}`,"--uploaded-file-date-font-size":`{fontSizes.200}`,"--uploaded-file-date-font-weight":`{fontWeights.medium}`,"--uploaded-file-date-line-height":`inherit`,"--uploaded-file-date-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-date-text-transform":`uppercase`,"--uploaded-file-type-font-family":`{fonts.base}`,"--uploaded-file-type-font-size":`{fontSizes.200}`,"--uploaded-file-type-font-weight":`{fontWeights.medium}`,"--uploaded-file-type-line-height":`inherit`,"--uploaded-file-type-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-type-text-transform":`uppercase`,"--uploaded-file-details-direction":`row`,"--uploaded-file-details-gap":`{spacing.150}`,"--uploaded-file-section-width":`{sizes.400}`,"--uploaded-file-section-height":`{sizes.400}`,"--uploaded-file-section-aspect-ratio":`1
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploaded-file`,jsx:[`UploadedFile`],base:{"--uploaded-file-background":`{colors.neutral.background.alpha.1.enabled}`,"--uploaded-file-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-gap":`{spacing.200}`,"--uploaded-file-height":`{sizes.600}`,"--uploaded-file-width":`100%`,"--uploaded-file-padding-inline":`{spacing.300}`,"--uploaded-file-padding-block":`{spacing.100}`,"--uploaded-file-radii":`1.25rem`,"--uploaded-file-transition":`{animations.base.100}`,"--uploaded-file-background-hover":`{colors.neutral.background.1.hovered}`,"--uploaded-file-foreground-hover":`{colors.neutral.foreground.1.hovered}`,"--uploaded-file-content-direction":`column`,"--uploaded-file-content-gap":`0`,"--uploaded-file-name-font-family":`{fonts.base}`,"--uploaded-file-name-font-size":`{fontSizes.300}`,"--uploaded-file-name-font-weight":`{fontWeights.medium}`,"--uploaded-file-name-line-height":`inherit`,"--uploaded-file-name-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-name-text-transform":`none`,"--uploaded-file-link-font-family":`{fonts.base}`,"--uploaded-file-link-font-size":`{fontSizes.300}`,"--uploaded-file-link-font-weight":`{fontWeights.medium}`,"--uploaded-file-link-line-height":`inherit`,"--uploaded-file-link-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-link-text-transform":`none`,"--uploaded-file-link-transition":`{animations.base.100}`,"--uploaded-file-link-foreground-hover":`{colors.neutral.foreground.1.primary.hovered}`,"--uploaded-file-link-hover-text-decoration":`none`,"--uploaded-file-size-font-family":`{fonts.base}`,"--uploaded-file-size-font-size":`{fontSizes.200}`,"--uploaded-file-size-font-weight":`{fontWeights.medium}`,"--uploaded-file-size-line-height":`inherit`,"--uploaded-file-size-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-size-text-transform":`uppercase`,"--uploaded-file-date-font-family":`{fonts.base}`,"--uploaded-file-date-font-size":`{fontSizes.200}`,"--uploaded-file-date-font-weight":`{fontWeights.medium}`,"--uploaded-file-date-line-height":`inherit`,"--uploaded-file-date-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-date-text-transform":`uppercase`,"--uploaded-file-type-font-family":`{fonts.base}`,"--uploaded-file-type-font-size":`{fontSizes.200}`,"--uploaded-file-type-font-weight":`{fontWeights.medium}`,"--uploaded-file-type-line-height":`inherit`,"--uploaded-file-type-foreground":`{colors.neutral.foreground.2.enabled}`,"--uploaded-file-type-text-transform":`uppercase`,"--uploaded-file-details-direction":`row`,"--uploaded-file-details-gap":`{spacing.150}`,"--uploaded-file-section-width":`{sizes.400}`,"--uploaded-file-section-height":`{sizes.400}`,"--uploaded-file-section-aspect-ratio":`1`,"--uploaded-file-button-icon-radii":`{radii.900}`,"--uploaded-file-button-icon-disabled-opacity":`.5`,"--uploaded-file-button-icon-transition":`{animations.base.100}`,"--uploaded-file-button-icon-align":`center`,"--uploaded-file-button-icon-height":`{sizes.400}`,"--uploaded-file-button-icon-padding-inline":`0`,"--uploaded-file-button-icon-background":`transparent`,"--uploaded-file-button-icon-background-hover":`{colors.neutral.background.alpha.1.enabled}`,"--uploaded-file-button-icon-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploaded-file-button-icon-foreground-hover":`{colors.neutral.foreground.1.hovered}`,"--uploaded-file-button-icon-border-color":`{colors.neutral.stroke.1.enabled}`,"--uploaded-file-button-icon-border-color-hover":`{colors.neutral.stroke.1.hovered}`,"--uploaded-file-button-icon-border-width":`0`,"--uploaded-file-button-icon-border-style":`solid`,"--uploaded-file-button-icon-focus-outline-width":`{borders.150}`,"--uploaded-file-button-icon-focus-outline-style":`solid`,"--uploaded-file-button-icon-focus-outline-offset":`{spacing.50}`,"--uploaded-file-button-icon-focus-outline-color":`{colors.primary.stroke.1.focused}`,"--uploaded-file-button-icon-icon-size":`66%`,"--uploaded-file-button-icon-icon-raw-size":`100%`}});export{t as uploadedFile};
|
|
2
2
|
//# sourceMappingURL=uploaded-file.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploaded-file.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-file/uploaded-file.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFile = defineRecipe({\n className: 'uploaded-file',\n jsx: ['UploadedFile'],\n base: {\n /* Root */\n '--uploaded-file-background': '{colors.neutral.background.alpha.1.enabled}',\n '--uploaded-file-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-gap': '{spacing.200}',\n '--uploaded-file-height': '{sizes.600}',\n '--uploaded-file-width': '100%',\n '--uploaded-file-padding-inline': '{spacing.300}',\n '--uploaded-file-padding-block': '{spacing.100}',\n '--uploaded-file-radii': '1.25rem',\n '--uploaded-file-transition': '{animations.base.100}',\n '--uploaded-file-background-hover': '{colors.neutral.background.1.hovered}',\n '--uploaded-file-foreground-hover': '{colors.neutral.foreground.1.hovered}',\n\n /* Content */\n '--uploaded-file-content-direction': 'column',\n '--uploaded-file-content-gap': '0',\n\n /* Name */\n '--uploaded-file-name-font-family': '{fonts.base}',\n '--uploaded-file-name-font-size': '{fontSizes.300}',\n '--uploaded-file-name-font-weight': '{fontWeights.medium}',\n '--uploaded-file-name-line-height': 'inherit',\n '--uploaded-file-name-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-name-text-transform': 'none',\n\n /* Link */\n '--uploaded-file-link-font-family': '{fonts.base}',\n '--uploaded-file-link-font-size': '{fontSizes.300}',\n '--uploaded-file-link-font-weight': '{fontWeights.medium}',\n '--uploaded-file-link-line-height': 'inherit',\n '--uploaded-file-link-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-link-text-transform': 'none',\n '--uploaded-file-link-transition': '{animations.base.100}',\n '--uploaded-file-link-foreground-hover':\n '{colors.neutral.foreground.1.primary.hovered}',\n '--uploaded-file-link-hover-text-decoration': 'none',\n\n /* Size */\n '--uploaded-file-size-font-family': '{fonts.base}',\n '--uploaded-file-size-font-size': '{fontSizes.200}',\n '--uploaded-file-size-font-weight': '{fontWeights.medium}',\n '--uploaded-file-size-line-height': 'inherit',\n '--uploaded-file-size-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-size-text-transform': 'uppercase',\n\n /* Date */\n '--uploaded-file-date-font-family': '{fonts.base}',\n '--uploaded-file-date-font-size': '{fontSizes.200}',\n '--uploaded-file-date-font-weight': '{fontWeights.medium}',\n '--uploaded-file-date-line-height': 'inherit',\n '--uploaded-file-date-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-date-text-transform': 'uppercase',\n\n /* Type */\n '--uploaded-file-type-font-family': '{fonts.base}',\n '--uploaded-file-type-font-size': '{fontSizes.200}',\n '--uploaded-file-type-font-weight': '{fontWeights.medium}',\n '--uploaded-file-type-line-height': 'inherit',\n '--uploaded-file-type-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-type-text-transform': 'uppercase',\n\n /* Details */\n '--uploaded-file-details-direction': 'row',\n '--uploaded-file-details-gap': '{spacing.150}',\n\n /* Section */\n '--uploaded-file-section-width': '{sizes.400}',\n '--uploaded-file-section-height': '{sizes.400}',\n '--uploaded-file-section-aspect-ratio': '1',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,eAAe,CACrB,KAAM,CAEJ,6BAA8B,8CAC9B,6BAA8B,wCAC9B,sBAAuB,gBACvB,yBAA0B,cAC1B,wBAAyB,OACzB,iCAAkC,gBAClC,gCAAiC,gBACjC,wBAAyB,UACzB,6BAA8B,wBAC9B,mCAAoC,wCACpC,mCAAoC,wCAGpC,oCAAqC,SACrC,8BAA+B,IAG/B,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OACvC,kCAAmC,wBACnC,wCACE,gDACF,6CAA8C,OAG9C,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,oCAAqC,MACrC,8BAA+B,gBAG/B,gCAAiC,cACjC,iCAAkC,cAClC,uCAAwC,
|
|
1
|
+
{"version":3,"file":"uploaded-file.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploaded-file/uploaded-file.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadedFile = defineRecipe({\n className: 'uploaded-file',\n jsx: ['UploadedFile'],\n base: {\n /* Root */\n '--uploaded-file-background': '{colors.neutral.background.alpha.1.enabled}',\n '--uploaded-file-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-gap': '{spacing.200}',\n '--uploaded-file-height': '{sizes.600}',\n '--uploaded-file-width': '100%',\n '--uploaded-file-padding-inline': '{spacing.300}',\n '--uploaded-file-padding-block': '{spacing.100}',\n '--uploaded-file-radii': '1.25rem',\n '--uploaded-file-transition': '{animations.base.100}',\n '--uploaded-file-background-hover': '{colors.neutral.background.1.hovered}',\n '--uploaded-file-foreground-hover': '{colors.neutral.foreground.1.hovered}',\n\n /* Content */\n '--uploaded-file-content-direction': 'column',\n '--uploaded-file-content-gap': '0',\n\n /* Name */\n '--uploaded-file-name-font-family': '{fonts.base}',\n '--uploaded-file-name-font-size': '{fontSizes.300}',\n '--uploaded-file-name-font-weight': '{fontWeights.medium}',\n '--uploaded-file-name-line-height': 'inherit',\n '--uploaded-file-name-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-name-text-transform': 'none',\n\n /* Link */\n '--uploaded-file-link-font-family': '{fonts.base}',\n '--uploaded-file-link-font-size': '{fontSizes.300}',\n '--uploaded-file-link-font-weight': '{fontWeights.medium}',\n '--uploaded-file-link-line-height': 'inherit',\n '--uploaded-file-link-foreground': '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-link-text-transform': 'none',\n '--uploaded-file-link-transition': '{animations.base.100}',\n '--uploaded-file-link-foreground-hover':\n '{colors.neutral.foreground.1.primary.hovered}',\n '--uploaded-file-link-hover-text-decoration': 'none',\n\n /* Size */\n '--uploaded-file-size-font-family': '{fonts.base}',\n '--uploaded-file-size-font-size': '{fontSizes.200}',\n '--uploaded-file-size-font-weight': '{fontWeights.medium}',\n '--uploaded-file-size-line-height': 'inherit',\n '--uploaded-file-size-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-size-text-transform': 'uppercase',\n\n /* Date */\n '--uploaded-file-date-font-family': '{fonts.base}',\n '--uploaded-file-date-font-size': '{fontSizes.200}',\n '--uploaded-file-date-font-weight': '{fontWeights.medium}',\n '--uploaded-file-date-line-height': 'inherit',\n '--uploaded-file-date-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-date-text-transform': 'uppercase',\n\n /* Type */\n '--uploaded-file-type-font-family': '{fonts.base}',\n '--uploaded-file-type-font-size': '{fontSizes.200}',\n '--uploaded-file-type-font-weight': '{fontWeights.medium}',\n '--uploaded-file-type-line-height': 'inherit',\n '--uploaded-file-type-foreground': '{colors.neutral.foreground.2.enabled}',\n '--uploaded-file-type-text-transform': 'uppercase',\n\n /* Details */\n '--uploaded-file-details-direction': 'row',\n '--uploaded-file-details-gap': '{spacing.150}',\n\n /* Section */\n '--uploaded-file-section-width': '{sizes.400}',\n '--uploaded-file-section-height': '{sizes.400}',\n '--uploaded-file-section-aspect-ratio': '1',\n\n /* Button Icon */\n '--uploaded-file-button-icon-radii': '{radii.900}',\n '--uploaded-file-button-icon-disabled-opacity': '.5',\n '--uploaded-file-button-icon-transition': '{animations.base.100}',\n '--uploaded-file-button-icon-align': 'center',\n '--uploaded-file-button-icon-height': '{sizes.400}',\n '--uploaded-file-button-icon-padding-inline': '0',\n\n '--uploaded-file-button-icon-background': 'transparent',\n '--uploaded-file-button-icon-background-hover':\n '{colors.neutral.background.alpha.1.enabled}',\n\n '--uploaded-file-button-icon-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--uploaded-file-button-icon-foreground-hover':\n '{colors.neutral.foreground.1.hovered}',\n\n '--uploaded-file-button-icon-border-color':\n '{colors.neutral.stroke.1.enabled}',\n '--uploaded-file-button-icon-border-color-hover':\n '{colors.neutral.stroke.1.hovered}',\n\n '--uploaded-file-button-icon-border-width': '0',\n '--uploaded-file-button-icon-border-style': 'solid',\n\n '--uploaded-file-button-icon-focus-outline-width': '{borders.150}',\n '--uploaded-file-button-icon-focus-outline-style': 'solid',\n '--uploaded-file-button-icon-focus-outline-offset': '{spacing.50}',\n '--uploaded-file-button-icon-focus-outline-color':\n '{colors.primary.stroke.1.focused}',\n\n '--uploaded-file-button-icon-icon-size': '66%',\n\n '--uploaded-file-button-icon-icon-raw-size': '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAe,EAAa,CACvC,UAAW,gBACX,IAAK,CAAC,eAAe,CACrB,KAAM,CAEJ,6BAA8B,8CAC9B,6BAA8B,wCAC9B,sBAAuB,gBACvB,yBAA0B,cAC1B,wBAAyB,OACzB,iCAAkC,gBAClC,gCAAiC,gBACjC,wBAAyB,UACzB,6BAA8B,wBAC9B,mCAAoC,wCACpC,mCAAoC,wCAGpC,oCAAqC,SACrC,8BAA+B,IAG/B,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,OACvC,kCAAmC,wBACnC,wCACE,gDACF,6CAA8C,OAG9C,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,mCAAoC,eACpC,iCAAkC,kBAClC,mCAAoC,uBACpC,mCAAoC,UACpC,kCAAmC,wCACnC,sCAAuC,YAGvC,oCAAqC,MACrC,8BAA+B,gBAG/B,gCAAiC,cACjC,iCAAkC,cAClC,uCAAwC,IAGxC,oCAAqC,cACrC,+CAAgD,KAChD,yCAA0C,wBAC1C,oCAAqC,SACrC,qCAAsC,cACtC,6CAA8C,IAE9C,yCAA0C,cAC1C,+CACE,8CAEF,yCACE,wCACF,+CACE,wCAEF,2CACE,oCACF,iDACE,oCAEF,2CAA4C,IAC5C,2CAA4C,QAE5C,kDAAmD,gBACnD,kDAAmD,QACnD,mDAAoD,eACpD,kDACE,oCAEF,wCAAyC,MAEzC,4CAA6C,OAC9C,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{uploadingFiles as e}from"./uploading-files.mjs";import{uploadingFilesItem as t}from"./uploading-files-item.mjs";import{
|
|
1
|
+
import{uploadingFiles as e}from"./uploading-files.mjs";import{uploadingFilesItem as t}from"./uploading-files-item.mjs";import{uploadingFilesItemErrorButtonIcon as n}from"./uploading-files-item-error-button-icon.mjs";import{uploadingFilesItemErrorButtonIconIcon as r}from"./uploading-files-item-error-button-icon-icon.mjs";import{uploadingFilesItemErrorButtonIconIconRaw as i}from"./uploading-files-item-error-button-icon-icon-raw.mjs";import{uploadingFilesItemErrorButtonIconIconRawRoot as a}from"./uploading-files-item-error-button-icon-icon-raw-root.mjs";import{uploadingFilesItemErrorButtonIconRoot as o}from"./uploading-files-item-error-button-icon-root.mjs";import{uploadingFilesItemErrorMessage as s}from"./uploading-files-item-error-message.mjs";import{uploadingFilesItemName as c}from"./uploading-files-item-name.mjs";import{uploadingFilesItemProgress as l}from"./uploading-files-item-progress.mjs";import{uploadingFilesItemProgressFill as u}from"./uploading-files-item-progress-fill.mjs";import{uploadingFilesItemProgressRing as d}from"./uploading-files-item-progress-ring.mjs";import{uploadingFilesItemProgressTrack as f}from"./uploading-files-item-progress-track.mjs";import{uploadingFilesRoot as p}from"./uploading-files-root.mjs";var m={uploadingFiles:e,uploadingFilesRoot:p,uploadingFilesItem:t,uploadingFilesItemName:c,uploadingFilesItemProgress:l,uploadingFilesItemProgressRing:d,uploadingFilesItemProgressTrack:f,uploadingFilesItemProgressFill:u,uploadingFilesItemErrorMessage:s,uploadingFilesItemErrorButtonIcon:n,uploadingFilesItemErrorButtonIconIcon:r,uploadingFilesItemErrorButtonIconIconRaw:i,uploadingFilesItemErrorButtonIconIconRawRoot:a,uploadingFilesItemErrorButtonIconRoot:o};export{m as default};
|
|
2
2
|
//# sourceMappingURL=index.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/index.ts"],"sourcesContent":["import { uploadingFiles } from './uploading-files';\nimport { uploadingFilesItem } from './uploading-files-item';\nimport { uploadingFilesItemErrorMessage } from './uploading-files-item-error-message';\nimport { uploadingFilesItemName } from './uploading-files-item-name';\nimport { uploadingFilesItemProgress } from './uploading-files-item-progress';\nimport { uploadingFilesItemProgressFill } from './uploading-files-item-progress-fill';\nimport { uploadingFilesItemProgressRing } from './uploading-files-item-progress-ring';\nimport { uploadingFilesItemProgressTrack } from './uploading-files-item-progress-track';\nimport { uploadingFilesRoot } from './uploading-files-root';\n\nexport default {\n uploadingFiles,\n uploadingFilesRoot,\n uploadingFilesItem,\n uploadingFilesItemName,\n uploadingFilesItemProgress,\n uploadingFilesItemProgressRing,\n uploadingFilesItemProgressTrack,\n uploadingFilesItemProgressFill,\n uploadingFilesItemErrorMessage,\n};\n"],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/index.ts"],"sourcesContent":["import { uploadingFiles } from './uploading-files';\nimport { uploadingFilesItem } from './uploading-files-item';\nimport { uploadingFilesItemErrorButtonIcon } from './uploading-files-item-error-button-icon';\nimport { uploadingFilesItemErrorButtonIconIcon } from './uploading-files-item-error-button-icon-icon';\nimport { uploadingFilesItemErrorButtonIconIconRaw } from './uploading-files-item-error-button-icon-icon-raw';\nimport { uploadingFilesItemErrorButtonIconIconRawRoot } from './uploading-files-item-error-button-icon-icon-raw-root';\nimport { uploadingFilesItemErrorButtonIconRoot } from './uploading-files-item-error-button-icon-root';\nimport { uploadingFilesItemErrorMessage } from './uploading-files-item-error-message';\nimport { uploadingFilesItemName } from './uploading-files-item-name';\nimport { uploadingFilesItemProgress } from './uploading-files-item-progress';\nimport { uploadingFilesItemProgressFill } from './uploading-files-item-progress-fill';\nimport { uploadingFilesItemProgressRing } from './uploading-files-item-progress-ring';\nimport { uploadingFilesItemProgressTrack } from './uploading-files-item-progress-track';\nimport { uploadingFilesRoot } from './uploading-files-root';\n\nexport default {\n uploadingFiles,\n uploadingFilesRoot,\n uploadingFilesItem,\n uploadingFilesItemName,\n uploadingFilesItemProgress,\n uploadingFilesItemProgressRing,\n uploadingFilesItemProgressTrack,\n uploadingFilesItemProgressFill,\n uploadingFilesItemErrorMessage,\n uploadingFilesItemErrorButtonIcon,\n uploadingFilesItemErrorButtonIconIcon,\n uploadingFilesItemErrorButtonIconIconRaw,\n uploadingFilesItemErrorButtonIconIconRawRoot,\n uploadingFilesItemErrorButtonIconRoot,\n};\n"],"mappings":"2tCAeA,IAAA,EAAe,CACb,iBACA,qBACA,qBACA,yBACA,6BACA,iCACA,kCACA,iCACA,iCACA,oCACA,wCACA,2CACA,+CACA,wCACD"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{removableItemButtonIconIconRawRoot as e}from"../removable-item/removable-item-button-icon-icon-raw-root.mjs";const t=e.merge({className:`uploading-files__item__error__button-icon__icon-raw__root`,jsx:[`UploadingFiles`],base:{}});export{t as uploadingFilesItemErrorButtonIconIconRawRoot};
|
|
2
|
+
//# sourceMappingURL=uploading-files-item-error-button-icon-icon-raw-root.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploading-files-item-error-button-icon-icon-raw-root.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon-raw-root.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { removableItemButtonIconIconRawRoot } from '../removable-item/removable-item-button-icon-icon-raw-root';\n\nexport const uploadingFilesItemErrorButtonIconIconRawRoot =\n removableItemButtonIconIconRawRoot.merge({\n className: 'uploading-files__item__error__button-icon__icon-raw__root',\n jsx: ['UploadingFiles'],\n base: {},\n }) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"oHAOA,MAAa,EACX,EAAmC,MAAM,CACvC,UAAW,4DACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,EAAE,CACT,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{removableItemButtonIconIconRaw as e}from"../removable-item/removable-item-button-icon-icon-raw.mjs";const t=e.merge({className:`uploading-files__item__error__button-icon__icon-raw`,jsx:[`UploadingFiles`],base:{"--button-icon-icon-raw-size":`var(--uploading-files-item-error-button-icon-icon-raw-size, 100%)`}});export{t as uploadingFilesItemErrorButtonIconIconRaw};
|
|
2
|
+
//# sourceMappingURL=uploading-files-item-error-button-icon-icon-raw.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploading-files-item-error-button-icon-icon-raw.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon-raw.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { removableItemButtonIconIconRaw } from '../removable-item/removable-item-button-icon-icon-raw';\n\nexport const uploadingFilesItemErrorButtonIconIconRaw =\n removableItemButtonIconIconRaw.merge({\n className: 'uploading-files__item__error__button-icon__icon-raw',\n jsx: ['UploadingFiles'],\n base: {\n '--button-icon-icon-raw-size':\n 'var(--uploading-files-item-error-button-icon-icon-raw-size, 100%)',\n },\n }) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"2GAOA,MAAa,EACX,EAA+B,MAAM,CACnC,UAAW,sDACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,8BACE,oEACH,CACF,CAAC"}
|
package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{removableItemButtonIconIcon as e}from"../removable-item/removable-item-button-icon-icon.mjs";const t=e.merge({className:`uploading-files__item__error__button-icon__icon`,jsx:[`UploadingFiles`],base:{}});export{t as uploadingFilesItemErrorButtonIconIcon};
|
|
2
|
+
//# sourceMappingURL=uploading-files-item-error-button-icon-icon.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploading-files-item-error-button-icon-icon.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { removableItemButtonIconIcon } from '../removable-item/removable-item-button-icon-icon';\n\nexport const uploadingFilesItemErrorButtonIconIcon =\n removableItemButtonIconIcon.merge({\n className: 'uploading-files__item__error__button-icon__icon',\n jsx: ['UploadingFiles'],\n base: {},\n }) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"oGAOA,MAAa,EACX,EAA4B,MAAM,CAChC,UAAW,kDACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,EAAE,CACT,CAAC"}
|
package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-root.mjs
ADDED
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{removableItemButtonIconRoot as e}from"../removable-item/removable-item-button-icon-root.mjs";const t=e.merge({className:`uploading-files__item__error__button-icon__root`,jsx:[`UploadingFiles`],base:{}});export{t as uploadingFilesItemErrorButtonIconRoot};
|
|
2
|
+
//# sourceMappingURL=uploading-files-item-error-button-icon-root.mjs.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploading-files-item-error-button-icon-root.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-error-button-icon-root.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { removableItemButtonIconRoot } from '../removable-item/removable-item-button-icon-root';\n\nexport const uploadingFilesItemErrorButtonIconRoot =\n removableItemButtonIconRoot.merge({\n className: 'uploading-files__item__error__button-icon__root',\n jsx: ['UploadingFiles'],\n base: {},\n }) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"oGAOA,MAAa,EACX,EAA4B,MAAM,CAChC,UAAW,kDACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,EAAE,CACT,CAAC"}
|
|
@@ -0,0 +1,2 @@
|
|
|
1
|
+
import{removableItemButtonIcon as e}from"../removable-item/removable-item-button-icon.mjs";const t=e.merge({className:`uploading-files__item__error__button-icon`,jsx:[`UploadingFiles`],base:{"--button-icon-radii":`var(--uploading-files-item-error-button-icon-radii, {radii.900})`,"--button-icon-disabled-opacity":`var(--uploading-files-item-error-button-icon-disabled-opacity, .5)`,"--button-icon-transition":`var(--uploading-files-item-error-button-icon-transition, {animations.base.100})`,"--button-icon-align":`var(--uploading-files-item-error-button-icon-align, center)`,"--button-icon-height":`var(--uploading-files-item-error-button-icon-height, {sizes.400})`,"--button-icon-padding-inline":`var(--uploading-files-item-error-button-icon-padding-inline, 0)`,"--button-icon-background":`var(--uploading-files-item-error-button-icon-background, transparent)`,"--button-icon-background-hover":`var(--uploading-files-item-error-button-icon-background-hover, {colors.neutral.background.alpha.1.enabled})`,"--button-icon-foreground":`var(--uploading-files-item-error-button-icon-foreground, {colors.danger.foreground.1.enabled})`,"--button-icon-foreground-hover":`var(--uploading-files-item-error-button-icon-foreground-hover, {colors.danger.foreground.1.hovered})`,"--button-icon-border-color":`var(--uploading-files-item-error-button-icon-border-color, {colors.neutral.stroke.1.enabled})`,"--button-icon-border-color-hover":`var(--uploading-files-item-error-button-icon-border-color-hover, {colors.neutral.stroke.1.hovered})`,"--button-icon-border-width":`var(--uploading-files-item-error-button-icon-border-width, 0)`,"--button-icon-border-style":`var(--uploading-files-item-error-button-icon-border-style, solid)`,"--button-icon-focus-outline-width":`var(--uploading-files-item-error-button-icon-focus-outline-width, {borders.150})`,"--button-icon-focus-outline-style":`var(--uploading-files-item-error-button-icon-focus-outline-style, solid)`,"--button-icon-focus-outline-offset":`var(--uploading-files-item-error-button-icon-focus-outline-offset, {spacing.50})`,"--button-icon-focus-outline-color":`var(--uploading-files-item-error-button-icon-focus-outline-color, {colors.primary.stroke.1.focused})`,"--button-icon-icon-size":`var(--uploading-files-item-error-button-icon-icon-size, 66%)`}});export{t as uploadingFilesItemErrorButtonIcon};
|
|
2
|
+
//# sourceMappingURL=uploading-files-item-error-button-icon.mjs.map
|
package/dist/recipes/data-display/uploading-files/uploading-files-item-error-button-icon.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"uploading-files-item-error-button-icon.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-error-button-icon.ts"],"sourcesContent":["import type {\n RecipeBuilder,\n RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nimport { removableItemButtonIcon } from '../removable-item/removable-item-button-icon';\n\nexport const uploadingFilesItemErrorButtonIcon = removableItemButtonIcon.merge({\n className: 'uploading-files__item__error__button-icon',\n jsx: ['UploadingFiles'],\n base: {\n '--button-icon-radii':\n 'var(--uploading-files-item-error-button-icon-radii, {radii.900})',\n '--button-icon-disabled-opacity':\n 'var(--uploading-files-item-error-button-icon-disabled-opacity, .5)',\n '--button-icon-transition':\n 'var(--uploading-files-item-error-button-icon-transition, {animations.base.100})',\n '--button-icon-align':\n 'var(--uploading-files-item-error-button-icon-align, center)',\n '--button-icon-height':\n 'var(--uploading-files-item-error-button-icon-height, {sizes.400})',\n '--button-icon-padding-inline':\n 'var(--uploading-files-item-error-button-icon-padding-inline, 0)',\n\n '--button-icon-background':\n 'var(--uploading-files-item-error-button-icon-background, transparent)',\n '--button-icon-background-hover':\n 'var(--uploading-files-item-error-button-icon-background-hover, {colors.neutral.background.alpha.1.enabled})',\n\n '--button-icon-foreground':\n 'var(--uploading-files-item-error-button-icon-foreground, {colors.danger.foreground.1.enabled})',\n '--button-icon-foreground-hover':\n 'var(--uploading-files-item-error-button-icon-foreground-hover, {colors.danger.foreground.1.hovered})',\n\n '--button-icon-border-color':\n 'var(--uploading-files-item-error-button-icon-border-color, {colors.neutral.stroke.1.enabled})',\n '--button-icon-border-color-hover':\n 'var(--uploading-files-item-error-button-icon-border-color-hover, {colors.neutral.stroke.1.hovered})',\n\n '--button-icon-border-width':\n 'var(--uploading-files-item-error-button-icon-border-width, 0)',\n '--button-icon-border-style':\n 'var(--uploading-files-item-error-button-icon-border-style, solid)',\n\n '--button-icon-focus-outline-width':\n 'var(--uploading-files-item-error-button-icon-focus-outline-width, {borders.150})',\n '--button-icon-focus-outline-style':\n 'var(--uploading-files-item-error-button-icon-focus-outline-style, solid)',\n '--button-icon-focus-outline-offset':\n 'var(--uploading-files-item-error-button-icon-focus-outline-offset, {spacing.50})',\n '--button-icon-focus-outline-color':\n 'var(--uploading-files-item-error-button-icon-focus-outline-color, {colors.primary.stroke.1.focused})',\n\n '--button-icon-icon-size':\n 'var(--uploading-files-item-error-button-icon-icon-size, 66%)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"2FAOA,MAAa,EAAoC,EAAwB,MAAM,CAC7E,UAAW,4CACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,sBACE,mEACF,iCACE,qEACF,2BACE,kFACF,sBACE,8DACF,uBACE,oEACF,+BACE,kEAEF,2BACE,wEACF,iCACE,8GAEF,2BACE,iGACF,iCACE,uGAEF,6BACE,gGACF,mCACE,sGAEF,6BACE,gEACF,6BACE,oEAEF,oCACE,mFACF,oCACE,2EACF,qCACE,mFACF,oCACE,uGAEF,0BACE,+DACH,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files__item__error-message`,jsx:[`UploadingFiles`],base:{fontSize:`var(--uploading-files-item-error-message-font-size, {fontSizes.200})`,fontWeight:`var(--uploading-files-item-error-message-font-weight, {fontWeights.regular})`,color:`var(--uploading-files-item-error-message-foreground, {colors.danger.foreground.1.enabled})`,flexShrink:0}});export{t as uploadingFilesItemErrorMessage};
|
|
2
2
|
//# sourceMappingURL=uploading-files-item-error-message.mjs.map
|
package/dist/recipes/data-display/uploading-files/uploading-files-item-error-message.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploading-files-item-error-message.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-error-message.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemErrorMessage = defineRecipe({\n className: 'uploading-
|
|
1
|
+
{"version":3,"file":"uploading-files-item-error-message.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-error-message.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemErrorMessage = defineRecipe({\n className: 'uploading-files__item__error-message',\n jsx: ['UploadingFiles'],\n base: {\n fontSize:\n 'var(--uploading-files-item-error-message-font-size, {fontSizes.200})',\n fontWeight:\n 'var(--uploading-files-item-error-message-font-weight, {fontWeights.regular})',\n color:\n 'var(--uploading-files-item-error-message-foreground, {colors.danger.foreground.1.enabled})',\n flexShrink: 0,\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiC,EAAa,CACzD,UAAW,uCACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,SACE,uEACF,WACE,+EACF,MACE,6FACF,WAAY,EACb,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files__item__name`,jsx:[`UploadingFiles`],base:{fontSize:`var(--uploading-files-item-name-font-size, {fontSizes.300})`,fontWeight:`var(--uploading-files-item-name-font-weight, {fontWeights.regular})`,color:`var(--uploading-files-item-name-foreground, {colors.neutral.foreground.1.enabled})`,overflow:`hidden`,textOverflow:`ellipsis`,whiteSpace:`nowrap`,flexGrow:1}});export{t as uploadingFilesItemName};
|
|
2
2
|
//# sourceMappingURL=uploading-files-item-name.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploading-files-item-name.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-name.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemName = defineRecipe({\n className: 'uploading-
|
|
1
|
+
{"version":3,"file":"uploading-files-item-name.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-name.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemName = defineRecipe({\n className: 'uploading-files__item__name',\n jsx: ['UploadingFiles'],\n base: {\n fontSize: 'var(--uploading-files-item-name-font-size, {fontSizes.300})',\n fontWeight:\n 'var(--uploading-files-item-name-font-weight, {fontWeights.regular})',\n color:\n 'var(--uploading-files-item-name-foreground, {colors.neutral.foreground.1.enabled})',\n overflow: 'hidden',\n textOverflow: 'ellipsis',\n whiteSpace: 'nowrap',\n flexGrow: 1,\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAyB,EAAa,CACjD,UAAW,8BACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,SAAU,8DACV,WACE,sEACF,MACE,qFACF,SAAU,SACV,aAAc,WACd,WAAY,SACZ,SAAU,EACX,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files__item__progress__fill`,jsx:[`UploadingFiles`],base:{fill:`none`,stroke:`var(--uploading-files-item-progress-ring-fill-color, {colors.primary.background.1.enabled})`,strokeWidth:`var(--uploading-files-item-progress-ring-stroke-width, 2)`,strokeLinecap:`round`,transition:`stroke-dashoffset 0.3s ease`}});export{t as uploadingFilesItemProgressFill};
|
|
2
2
|
//# sourceMappingURL=uploading-files-item-progress-fill.mjs.map
|
package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-fill.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploading-files-item-progress-fill.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress-fill.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgressFill = defineRecipe({\n className: 'uploading-
|
|
1
|
+
{"version":3,"file":"uploading-files-item-progress-fill.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress-fill.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgressFill = defineRecipe({\n className: 'uploading-files__item__progress__fill',\n jsx: ['UploadingFiles'],\n base: {\n fill: 'none',\n stroke:\n 'var(--uploading-files-item-progress-ring-fill-color, {colors.primary.background.1.enabled})',\n strokeWidth: 'var(--uploading-files-item-progress-ring-stroke-width, 2)',\n strokeLinecap: 'round',\n transition: 'stroke-dashoffset 0.3s ease',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiC,EAAa,CACzD,UAAW,wCACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,KAAM,OACN,OACE,8FACF,YAAa,4DACb,cAAe,QACf,WAAY,8BACb,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files__item__progress__ring`,jsx:[`UploadingFiles`],base:{width:`var(--uploading-files-item-progress-ring-size, {sizes.400})`,height:`var(--uploading-files-item-progress-ring-size, {sizes.400})`,flexShrink:0,transform:`rotate(-90deg)`,overflow:`visible`}});export{t as uploadingFilesItemProgressRing};
|
|
2
2
|
//# sourceMappingURL=uploading-files-item-progress-ring.mjs.map
|
package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-ring.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploading-files-item-progress-ring.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress-ring.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgressRing = defineRecipe({\n className: 'uploading-
|
|
1
|
+
{"version":3,"file":"uploading-files-item-progress-ring.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress-ring.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgressRing = defineRecipe({\n className: 'uploading-files__item__progress__ring',\n jsx: ['UploadingFiles'],\n base: {\n width: 'var(--uploading-files-item-progress-ring-size, {sizes.400})',\n height: 'var(--uploading-files-item-progress-ring-size, {sizes.400})',\n flexShrink: 0,\n transform: 'rotate(-90deg)',\n overflow: 'visible',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiC,EAAa,CACzD,UAAW,wCACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,MAAO,8DACP,OAAQ,8DACR,WAAY,EACZ,UAAW,iBACX,SAAU,UACX,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files__item__progress__track`,jsx:[`UploadingFiles`],base:{fill:`none`,stroke:`var(--uploading-files-item-progress-ring-track-color, {colors.neutral.background.3.enabled})`,strokeWidth:`var(--uploading-files-item-progress-ring-stroke-width, 2)`}});export{t as uploadingFilesItemProgressTrack};
|
|
2
2
|
//# sourceMappingURL=uploading-files-item-progress-track.mjs.map
|
package/dist/recipes/data-display/uploading-files/uploading-files-item-progress-track.mjs.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploading-files-item-progress-track.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress-track.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgressTrack = defineRecipe({\n className: 'uploading-
|
|
1
|
+
{"version":3,"file":"uploading-files-item-progress-track.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress-track.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgressTrack = defineRecipe({\n className: 'uploading-files__item__progress__track',\n jsx: ['UploadingFiles'],\n base: {\n fill: 'none',\n stroke:\n 'var(--uploading-files-item-progress-ring-track-color, {colors.neutral.background.3.enabled})',\n strokeWidth: 'var(--uploading-files-item-progress-ring-stroke-width, 2)',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAkC,EAAa,CAC1D,UAAW,yCACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,KAAM,OACN,OACE,+FACF,YAAa,4DACd,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files__item__progress`,jsx:[`UploadingFiles`],base:{display:`var(--uploading-files-item-progress-display, flex)`,alignItems:`var(--uploading-files-item-progress-align-items, center)`,gap:`var(--uploading-files-item-progress-gap, {spacing.100})`,fontSize:`var(--uploading-files-item-progress-font-size, {fontSizes.200})`,fontWeight:`var(--uploading-files-item-progress-font-weight, {fontWeights.regular})`,color:`var(--uploading-files-item-progress-foreground, {colors.neutral.foreground.3.enabled})`,flexShrink:0}});export{t as uploadingFilesItemProgress};
|
|
2
2
|
//# sourceMappingURL=uploading-files-item-progress.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploading-files-item-progress.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgress = defineRecipe({\n className: 'uploading-
|
|
1
|
+
{"version":3,"file":"uploading-files-item-progress.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files-item-progress.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFilesItemProgress = defineRecipe({\n className: 'uploading-files__item__progress',\n jsx: ['UploadingFiles'],\n base: {\n display: 'var(--uploading-files-item-progress-display, flex)',\n alignItems: 'var(--uploading-files-item-progress-align-items, center)',\n gap: 'var(--uploading-files-item-progress-gap, {spacing.100})',\n fontSize: 'var(--uploading-files-item-progress-font-size, {fontSizes.200})',\n fontWeight:\n 'var(--uploading-files-item-progress-font-weight, {fontWeights.regular})',\n color:\n 'var(--uploading-files-item-progress-foreground, {colors.neutral.foreground.3.enabled})',\n flexShrink: 0,\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAA6B,EAAa,CACrD,UAAW,kCACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CACJ,QAAS,qDACT,WAAY,2DACZ,IAAK,0DACL,SAAU,kEACV,WACE,0EACF,MACE,yFACF,WAAY,EACb,CACF,CAAC"}
|
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files`,jsx:[`UploadingFiles`],base:{"--uploading-files-background-color":`transparent`,"--uploading-files-border-color":`transparent`,"--uploading-files-border-style":`none`,"--uploading-files-border-width":`{borders.0}`,"--uploading-files-border-radius":`{radii.0}`,"--uploading-files-display":`flex`,"--uploading-files-flex-direction":`column`,"--uploading-files-align-items":`flex-start`,"--uploading-files-justify-content":`flex-start`,"--uploading-files-gap":`{spacing.200}`,"--uploading-files-list-style":`none`,"--uploading-files-margin":`0`,"--uploading-files-padding":`0`,"--uploading-files-box-shadow":`none`,"--uploading-files-item-display":`flex`,"--uploading-files-item-flex-direction":`row`,"--uploading-files-item-align-items":`center`,"--uploading-files-item-justify-content":`space-between`,"--uploading-files-item-gap":`{spacing.200}`,"--uploading-files-item-margin":`{spacing.0}`,"--uploading-files-item-padding-inline":`{spacing.300}`,"--uploading-files-item-padding-block":`{spacing.100}`,"--uploading-files-item-border-radii":`{radii.900}`,"--uploading-files-item-border-width":`{borders.0}`,"--uploading-files-item-width":`100%`,"--uploading-files-item-min-height":`{sizes.500}`,"--uploading-files-item-background-color":`{colors.neutral.background.alpha.1.enabled}`,"--uploading-files-item-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploading-files-item-border-color":`transparent`,"--uploading-files-item-box-shadow":`none`,"--uploading-files-item-error-background-color":`{colors.danger.background.alpha.1.enabled}`,"--uploading-files-item-error-foreground":`{colors.danger.foreground.1.enabled}`,"--uploading-files-item-error-border-color":`transparent`,"--uploading-files-item-error-box-shadow":`none`,"--uploading-files-item-name-font-family":`{fonts.base}`,"--uploading-files-item-name-font-size":`{fontSizes.300}`,"--uploading-files-item-name-font-weight":`{fontWeights.medium}`,"--uploading-files-item-name-line-height":`inherit`,"--uploading-files-item-name-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploading-files-item-name-text-transform":`none`,"--uploading-files-item-progress-display":`flex`,"--uploading-files-item-progress-align-items":`center`,"--uploading-files-item-progress-gap":`{spacing.100}`,"--uploading-files-item-progress-font-family":`{fonts.base}`,"--uploading-files-item-progress-font-size":`{fontSizes.200}`,"--uploading-files-item-progress-font-weight":`{fontWeights.regular}`,"--uploading-files-item-progress-line-height":`inherit`,"--uploading-files-item-progress-foreground":`{colors.neutral.foreground.3.enabled}`,"--uploading-files-item-progress-text-transform":`none`,"--uploading-files-item-progress-ring-size":`{sizes.400}`,"--uploading-files-item-progress-ring-stroke-width":`2`,"--uploading-files-item-progress-ring-track-color":`{colors.neutral.background.3.enabled}`,"--uploading-files-item-progress-ring-fill-color":`{colors.primary.background.1.enabled}`,"--uploading-files-item-error-message-font-family":`{fonts.base}`,"--uploading-files-item-error-message-font-size":`{fontSizes.200}`,"--uploading-files-item-error-message-font-weight":`{fontWeights.regular}`,"--uploading-files-item-error-message-line-height":`inherit`,"--uploading-files-item-error-message-foreground":`{colors.danger.foreground.1.enabled}`,"--uploading-files-item-error-message-text-transform":`none
|
|
1
|
+
import{defineRecipe as e}from"@pandabox/define-recipe";const t=e({className:`uploading-files`,jsx:[`UploadingFiles`],base:{"--uploading-files-background-color":`transparent`,"--uploading-files-border-color":`transparent`,"--uploading-files-border-style":`none`,"--uploading-files-border-width":`{borders.0}`,"--uploading-files-border-radius":`{radii.0}`,"--uploading-files-display":`flex`,"--uploading-files-flex-direction":`column`,"--uploading-files-align-items":`flex-start`,"--uploading-files-justify-content":`flex-start`,"--uploading-files-gap":`{spacing.200}`,"--uploading-files-list-style":`none`,"--uploading-files-margin":`0`,"--uploading-files-padding":`0`,"--uploading-files-box-shadow":`none`,"--uploading-files-item-display":`flex`,"--uploading-files-item-flex-direction":`row`,"--uploading-files-item-align-items":`center`,"--uploading-files-item-justify-content":`space-between`,"--uploading-files-item-gap":`{spacing.200}`,"--uploading-files-item-margin":`{spacing.0}`,"--uploading-files-item-padding-inline":`{spacing.300}`,"--uploading-files-item-padding-block":`{spacing.100}`,"--uploading-files-item-border-radii":`{radii.900}`,"--uploading-files-item-border-width":`{borders.0}`,"--uploading-files-item-width":`100%`,"--uploading-files-item-min-height":`{sizes.500}`,"--uploading-files-item-background-color":`{colors.neutral.background.alpha.1.enabled}`,"--uploading-files-item-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploading-files-item-border-color":`transparent`,"--uploading-files-item-box-shadow":`none`,"--uploading-files-item-error-background-color":`{colors.danger.background.alpha.1.enabled}`,"--uploading-files-item-error-foreground":`{colors.danger.foreground.1.enabled}`,"--uploading-files-item-error-border-color":`transparent`,"--uploading-files-item-error-box-shadow":`none`,"--uploading-files-item-name-font-family":`{fonts.base}`,"--uploading-files-item-name-font-size":`{fontSizes.300}`,"--uploading-files-item-name-font-weight":`{fontWeights.medium}`,"--uploading-files-item-name-line-height":`inherit`,"--uploading-files-item-name-foreground":`{colors.neutral.foreground.1.enabled}`,"--uploading-files-item-name-text-transform":`none`,"--uploading-files-item-progress-display":`flex`,"--uploading-files-item-progress-align-items":`center`,"--uploading-files-item-progress-gap":`{spacing.100}`,"--uploading-files-item-progress-font-family":`{fonts.base}`,"--uploading-files-item-progress-font-size":`{fontSizes.200}`,"--uploading-files-item-progress-font-weight":`{fontWeights.regular}`,"--uploading-files-item-progress-line-height":`inherit`,"--uploading-files-item-progress-foreground":`{colors.neutral.foreground.3.enabled}`,"--uploading-files-item-progress-text-transform":`none`,"--uploading-files-item-progress-ring-size":`{sizes.400}`,"--uploading-files-item-progress-ring-stroke-width":`2`,"--uploading-files-item-progress-ring-track-color":`{colors.neutral.background.3.enabled}`,"--uploading-files-item-progress-ring-fill-color":`{colors.primary.background.1.enabled}`,"--uploading-files-item-error-message-font-family":`{fonts.base}`,"--uploading-files-item-error-message-font-size":`{fontSizes.200}`,"--uploading-files-item-error-message-font-weight":`{fontWeights.regular}`,"--uploading-files-item-error-message-line-height":`inherit`,"--uploading-files-item-error-message-foreground":`{colors.danger.foreground.1.enabled}`,"--uploading-files-item-error-message-text-transform":`none`,"--uploading-files-item-error-button-icon-radii":`{radii.900}`,"--uploading-files-item-error-button-icon-disabled-opacity":`.5`,"--uploading-files-item-error-button-icon-transition":`{animations.base.100}`,"--uploading-files-item-error-button-icon-align":`center`,"--uploading-files-item-error-button-icon-height":`{sizes.400}`,"--uploading-files-item-error-button-icon-padding-inline":`0`,"--uploading-files-item-error-button-icon-background":`transparent`,"--uploading-files-item-error-button-icon-background-hover":`{colors.neutral.background.alpha.1.enabled}`,"--uploading-files-item-error-button-icon-foreground":`{colors.danger.foreground.1.enabled}`,"--uploading-files-item-error-button-icon-foreground-hover":`{colors.danger.foreground.1.hovered}`,"--uploading-files-item-error-button-icon-border-color":`{colors.neutral.stroke.1.enabled}`,"--uploading-files-item-error-button-icon-border-color-hover":`{colors.neutral.stroke.1.hovered}`,"--uploading-files-item-error-button-icon-border-width":`0`,"--uploading-files-item-error-button-icon-border-style":`solid`,"--uploading-files-item-error-button-icon-focus-outline-width":`{borders.150}`,"--uploading-files-item-error-button-icon-focus-outline-style":`solid`,"--uploading-files-item-error-button-icon-focus-outline-offset":`{spacing.50}`,"--uploading-files-item-error-button-icon-focus-outline-color":`{colors.primary.stroke.1.focused}`,"--uploading-files-item-error-button-icon-icon-size":`66%`,"--uploading-files-item-error-button-icon-icon-raw-size":`100%`}});export{t as uploadingFiles};
|
|
2
2
|
//# sourceMappingURL=uploading-files.mjs.map
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"uploading-files.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFiles = defineRecipe({\n className: 'uploading-files',\n jsx: ['UploadingFiles'],\n base: {\n /* root */\n '--uploading-files-background-color': 'transparent',\n '--uploading-files-border-color': 'transparent',\n '--uploading-files-border-style': 'none',\n '--uploading-files-border-width': '{borders.0}',\n '--uploading-files-border-radius': '{radii.0}',\n '--uploading-files-display': 'flex',\n '--uploading-files-flex-direction': 'column',\n '--uploading-files-align-items': 'flex-start',\n '--uploading-files-justify-content': 'flex-start',\n '--uploading-files-gap': '{spacing.200}',\n '--uploading-files-list-style': 'none',\n '--uploading-files-margin': '0',\n '--uploading-files-padding': '0',\n '--uploading-files-box-shadow': 'none',\n\n /* item */\n '--uploading-files-item-display': 'flex',\n '--uploading-files-item-flex-direction': 'row',\n '--uploading-files-item-align-items': 'center',\n '--uploading-files-item-justify-content': 'space-between',\n '--uploading-files-item-gap': '{spacing.200}',\n '--uploading-files-item-margin': '{spacing.0}',\n '--uploading-files-item-padding-inline': '{spacing.300}',\n '--uploading-files-item-padding-block': '{spacing.100}',\n '--uploading-files-item-border-radii': '{radii.900}',\n '--uploading-files-item-border-width': '{borders.0}',\n '--uploading-files-item-width': '100%',\n '--uploading-files-item-min-height': '{sizes.500}',\n\n '--uploading-files-item-background-color':\n '{colors.neutral.background.alpha.1.enabled}',\n '--uploading-files-item-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--uploading-files-item-border-color': 'transparent',\n '--uploading-files-item-box-shadow': 'none',\n\n /* item error */\n '--uploading-files-item-error-background-color':\n '{colors.danger.background.alpha.1.enabled}',\n '--uploading-files-item-error-foreground':\n '{colors.danger.foreground.1.enabled}',\n '--uploading-files-item-error-border-color': 'transparent',\n '--uploading-files-item-error-box-shadow': 'none',\n\n /* item name */\n '--uploading-files-item-name-font-family': '{fonts.base}',\n '--uploading-files-item-name-font-size': '{fontSizes.300}',\n '--uploading-files-item-name-font-weight': '{fontWeights.medium}',\n '--uploading-files-item-name-line-height': 'inherit',\n '--uploading-files-item-name-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--uploading-files-item-name-text-transform': 'none',\n\n /* item progress */\n '--uploading-files-item-progress-display': 'flex',\n '--uploading-files-item-progress-align-items': 'center',\n '--uploading-files-item-progress-gap': '{spacing.100}',\n '--uploading-files-item-progress-font-family': '{fonts.base}',\n '--uploading-files-item-progress-font-size': '{fontSizes.200}',\n '--uploading-files-item-progress-font-weight': '{fontWeights.regular}',\n '--uploading-files-item-progress-line-height': 'inherit',\n '--uploading-files-item-progress-foreground':\n '{colors.neutral.foreground.3.enabled}',\n '--uploading-files-item-progress-text-transform': 'none',\n\n /* item progress ring */\n '--uploading-files-item-progress-ring-size': '{sizes.400}',\n '--uploading-files-item-progress-ring-stroke-width': '2',\n '--uploading-files-item-progress-ring-track-color':\n '{colors.neutral.background.3.enabled}',\n '--uploading-files-item-progress-ring-fill-color':\n '{colors.primary.background.1.enabled}',\n\n /* item error message */\n '--uploading-files-item-error-message-font-family': '{fonts.base}',\n '--uploading-files-item-error-message-font-size': '{fontSizes.200}',\n '--uploading-files-item-error-message-font-weight': '{fontWeights.regular}',\n '--uploading-files-item-error-message-line-height': 'inherit',\n '--uploading-files-item-error-message-foreground':\n '{colors.danger.foreground.1.enabled}',\n '--uploading-files-item-error-message-text-transform': 'none',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,kBACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CAEJ,qCAAsC,cACtC,iCAAkC,cAClC,iCAAkC,OAClC,iCAAkC,cAClC,kCAAmC,YACnC,4BAA6B,OAC7B,mCAAoC,SACpC,gCAAiC,aACjC,oCAAqC,aACrC,wBAAyB,gBACzB,+BAAgC,OAChC,2BAA4B,IAC5B,4BAA6B,IAC7B,+BAAgC,OAGhC,iCAAkC,OAClC,wCAAyC,MACzC,qCAAsC,SACtC,yCAA0C,gBAC1C,6BAA8B,gBAC9B,gCAAiC,cACjC,wCAAyC,gBACzC,uCAAwC,gBACxC,sCAAuC,cACvC,sCAAuC,cACvC,+BAAgC,OAChC,oCAAqC,cAErC,0CACE,8CACF,oCACE,wCACF,sCAAuC,cACvC,oCAAqC,OAGrC,gDACE,6CACF,0CACE,uCACF,4CAA6C,cAC7C,0CAA2C,OAG3C,0CAA2C,eAC3C,wCAAyC,kBACzC,0CAA2C,uBAC3C,0CAA2C,UAC3C,yCACE,wCACF,6CAA8C,OAG9C,0CAA2C,OAC3C,8CAA+C,SAC/C,sCAAuC,gBACvC,8CAA+C,eAC/C,4CAA6C,kBAC7C,8CAA+C,wBAC/C,8CAA+C,UAC/C,6CACE,wCACF,iDAAkD,OAGlD,4CAA6C,cAC7C,oDAAqD,IACrD,mDACE,wCACF,kDACE,wCAGF,mDAAoD,eACpD,iDAAkD,kBAClD,mDAAoD,wBACpD,mDAAoD,UACpD,kDACE,uCACF,sDAAuD,
|
|
1
|
+
{"version":3,"file":"uploading-files.mjs","names":[],"sources":["../../../../src/recipes/data-display/uploading-files/uploading-files.ts"],"sourcesContent":["import {\n defineRecipe,\n type RecipeBuilder,\n type RecipeVariantRecord,\n} from '@pandabox/define-recipe';\n\nexport const uploadingFiles = defineRecipe({\n className: 'uploading-files',\n jsx: ['UploadingFiles'],\n base: {\n /* root */\n '--uploading-files-background-color': 'transparent',\n '--uploading-files-border-color': 'transparent',\n '--uploading-files-border-style': 'none',\n '--uploading-files-border-width': '{borders.0}',\n '--uploading-files-border-radius': '{radii.0}',\n '--uploading-files-display': 'flex',\n '--uploading-files-flex-direction': 'column',\n '--uploading-files-align-items': 'flex-start',\n '--uploading-files-justify-content': 'flex-start',\n '--uploading-files-gap': '{spacing.200}',\n '--uploading-files-list-style': 'none',\n '--uploading-files-margin': '0',\n '--uploading-files-padding': '0',\n '--uploading-files-box-shadow': 'none',\n\n /* item */\n '--uploading-files-item-display': 'flex',\n '--uploading-files-item-flex-direction': 'row',\n '--uploading-files-item-align-items': 'center',\n '--uploading-files-item-justify-content': 'space-between',\n '--uploading-files-item-gap': '{spacing.200}',\n '--uploading-files-item-margin': '{spacing.0}',\n '--uploading-files-item-padding-inline': '{spacing.300}',\n '--uploading-files-item-padding-block': '{spacing.100}',\n '--uploading-files-item-border-radii': '{radii.900}',\n '--uploading-files-item-border-width': '{borders.0}',\n '--uploading-files-item-width': '100%',\n '--uploading-files-item-min-height': '{sizes.500}',\n\n '--uploading-files-item-background-color':\n '{colors.neutral.background.alpha.1.enabled}',\n '--uploading-files-item-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--uploading-files-item-border-color': 'transparent',\n '--uploading-files-item-box-shadow': 'none',\n\n /* item error */\n '--uploading-files-item-error-background-color':\n '{colors.danger.background.alpha.1.enabled}',\n '--uploading-files-item-error-foreground':\n '{colors.danger.foreground.1.enabled}',\n '--uploading-files-item-error-border-color': 'transparent',\n '--uploading-files-item-error-box-shadow': 'none',\n\n /* item name */\n '--uploading-files-item-name-font-family': '{fonts.base}',\n '--uploading-files-item-name-font-size': '{fontSizes.300}',\n '--uploading-files-item-name-font-weight': '{fontWeights.medium}',\n '--uploading-files-item-name-line-height': 'inherit',\n '--uploading-files-item-name-foreground':\n '{colors.neutral.foreground.1.enabled}',\n '--uploading-files-item-name-text-transform': 'none',\n\n /* item progress */\n '--uploading-files-item-progress-display': 'flex',\n '--uploading-files-item-progress-align-items': 'center',\n '--uploading-files-item-progress-gap': '{spacing.100}',\n '--uploading-files-item-progress-font-family': '{fonts.base}',\n '--uploading-files-item-progress-font-size': '{fontSizes.200}',\n '--uploading-files-item-progress-font-weight': '{fontWeights.regular}',\n '--uploading-files-item-progress-line-height': 'inherit',\n '--uploading-files-item-progress-foreground':\n '{colors.neutral.foreground.3.enabled}',\n '--uploading-files-item-progress-text-transform': 'none',\n\n /* item progress ring */\n '--uploading-files-item-progress-ring-size': '{sizes.400}',\n '--uploading-files-item-progress-ring-stroke-width': '2',\n '--uploading-files-item-progress-ring-track-color':\n '{colors.neutral.background.3.enabled}',\n '--uploading-files-item-progress-ring-fill-color':\n '{colors.primary.background.1.enabled}',\n\n /* item error message */\n '--uploading-files-item-error-message-font-family': '{fonts.base}',\n '--uploading-files-item-error-message-font-size': '{fontSizes.200}',\n '--uploading-files-item-error-message-font-weight': '{fontWeights.regular}',\n '--uploading-files-item-error-message-line-height': 'inherit',\n '--uploading-files-item-error-message-foreground':\n '{colors.danger.foreground.1.enabled}',\n '--uploading-files-item-error-message-text-transform': 'none',\n\n /* item error remove button */\n '--uploading-files-item-error-button-icon-radii': '{radii.900}',\n '--uploading-files-item-error-button-icon-disabled-opacity': '.5',\n '--uploading-files-item-error-button-icon-transition':\n '{animations.base.100}',\n '--uploading-files-item-error-button-icon-align': 'center',\n '--uploading-files-item-error-button-icon-height': '{sizes.400}',\n '--uploading-files-item-error-button-icon-padding-inline': '0',\n '--uploading-files-item-error-button-icon-background': 'transparent',\n '--uploading-files-item-error-button-icon-background-hover':\n '{colors.neutral.background.alpha.1.enabled}',\n\n '--uploading-files-item-error-button-icon-foreground':\n '{colors.danger.foreground.1.enabled}',\n '--uploading-files-item-error-button-icon-foreground-hover':\n '{colors.danger.foreground.1.hovered}',\n\n '--uploading-files-item-error-button-icon-border-color':\n '{colors.neutral.stroke.1.enabled}',\n '--uploading-files-item-error-button-icon-border-color-hover':\n '{colors.neutral.stroke.1.hovered}',\n\n '--uploading-files-item-error-button-icon-border-width': '0',\n '--uploading-files-item-error-button-icon-border-style': 'solid',\n\n '--uploading-files-item-error-button-icon-focus-outline-width':\n '{borders.150}',\n '--uploading-files-item-error-button-icon-focus-outline-style': 'solid',\n '--uploading-files-item-error-button-icon-focus-outline-offset':\n '{spacing.50}',\n '--uploading-files-item-error-button-icon-focus-outline-color':\n '{colors.primary.stroke.1.focused}',\n\n '--uploading-files-item-error-button-icon-icon-size': '66%',\n\n '--uploading-files-item-error-button-icon-icon-raw-size': '100%',\n },\n}) as RecipeBuilder<RecipeVariantRecord>;\n"],"mappings":"uDAMA,MAAa,EAAiB,EAAa,CACzC,UAAW,kBACX,IAAK,CAAC,iBAAiB,CACvB,KAAM,CAEJ,qCAAsC,cACtC,iCAAkC,cAClC,iCAAkC,OAClC,iCAAkC,cAClC,kCAAmC,YACnC,4BAA6B,OAC7B,mCAAoC,SACpC,gCAAiC,aACjC,oCAAqC,aACrC,wBAAyB,gBACzB,+BAAgC,OAChC,2BAA4B,IAC5B,4BAA6B,IAC7B,+BAAgC,OAGhC,iCAAkC,OAClC,wCAAyC,MACzC,qCAAsC,SACtC,yCAA0C,gBAC1C,6BAA8B,gBAC9B,gCAAiC,cACjC,wCAAyC,gBACzC,uCAAwC,gBACxC,sCAAuC,cACvC,sCAAuC,cACvC,+BAAgC,OAChC,oCAAqC,cAErC,0CACE,8CACF,oCACE,wCACF,sCAAuC,cACvC,oCAAqC,OAGrC,gDACE,6CACF,0CACE,uCACF,4CAA6C,cAC7C,0CAA2C,OAG3C,0CAA2C,eAC3C,wCAAyC,kBACzC,0CAA2C,uBAC3C,0CAA2C,UAC3C,yCACE,wCACF,6CAA8C,OAG9C,0CAA2C,OAC3C,8CAA+C,SAC/C,sCAAuC,gBACvC,8CAA+C,eAC/C,4CAA6C,kBAC7C,8CAA+C,wBAC/C,8CAA+C,UAC/C,6CACE,wCACF,iDAAkD,OAGlD,4CAA6C,cAC7C,oDAAqD,IACrD,mDACE,wCACF,kDACE,wCAGF,mDAAoD,eACpD,iDAAkD,kBAClD,mDAAoD,wBACpD,mDAAoD,UACpD,kDACE,uCACF,sDAAuD,OAGvD,iDAAkD,cAClD,4DAA6D,KAC7D,sDACE,wBACF,iDAAkD,SAClD,kDAAmD,cACnD,0DAA2D,IAC3D,sDAAuD,cACvD,4DACE,8CAEF,sDACE,uCACF,4DACE,uCAEF,wDACE,oCACF,8DACE,oCAEF,wDAAyD,IACzD,wDAAyD,QAEzD,+DACE,gBACF,+DAAgE,QAChE,gEACE,eACF,+DACE,oCAEF,qDAAsD,MAEtD,yDAA0D,OAC3D,CACF,CAAC"}
|