@pisell/materials 6.11.49 → 6.11.50
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/build/lowcode/assets-daily.json +11 -11
- package/build/lowcode/assets-dev.json +2 -2
- package/build/lowcode/assets-prod.json +11 -11
- package/build/lowcode/meta.js +1 -1
- package/build/lowcode/render/default/view.css +1 -1
- package/build/lowcode/render/default/view.js +6 -6
- package/build/lowcode/view.css +1 -1
- package/build/lowcode/view.js +5 -5
- package/es/components/Pagination/index.d.ts +2 -1
- package/es/components/Pagination/index.js +58 -24
- package/es/components/PisellLayouts/index.d.ts +38 -0
- package/es/components/pisellCardList/index.d.ts +107 -0
- package/es/components/pisellDataSourceContainer/components/{Table → Pagination}/index.d.ts +1 -4
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -1
- package/es/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/es/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +60 -0
- package/es/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.d.ts +57 -0
- package/es/components/pisellFloorMapLayout/components/ItemLayer.js +9 -4
- package/es/components/pisellFloorMapLayout/components/ItemLayer.less +9 -2
- package/es/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/es/components/pisellFloorMapLayout/components/ViewControls.d.ts +55 -0
- package/es/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +25 -0
- package/es/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/es/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +71 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +89 -0
- package/es/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +74 -23
- package/es/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/es/components/pisellFloorMapLayout/index.d.ts +26 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/es/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/types.d.ts +646 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
- package/es/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/es/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/es/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/es/components/pisellGoodPassCard/index.d.ts +50 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/es/components/pisellRecordBoard/PisellRecordBoard.js +14 -6
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.js +193 -9
- package/es/components/pisellRecordBoard/layouts/GridLayout/Grid.less +31 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +6 -3
- package/es/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
- package/es/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
- package/es/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
- package/es/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/es/components/pisellRecordBoard/shellFrame/index.js +4 -1
- package/es/components/pisellRecordBoard/types.d.ts +798 -0
- package/es/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
- package/es/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/es/components/pisellTimeNavigator/PisellTimeNavigator.js +13 -1
- package/es/components/pisellWalletPassCard/index.d.ts +146 -0
- package/es/components/productCard/index.d.ts +7 -0
- package/es/locales/en-US.d.ts +560 -0
- package/es/locales/en-US.js +5 -2
- package/es/locales/ja.d.ts +529 -0
- package/es/locales/ja.js +3 -0
- package/es/locales/pt.d.ts +529 -0
- package/es/locales/pt.js +3 -0
- package/es/locales/zh-CN.d.ts +555 -0
- package/es/locales/zh-CN.js +5 -2
- package/es/locales/zh-TW.d.ts +555 -0
- package/es/locales/zh-TW.js +5 -2
- package/es/pisell-materials.tw.css +1 -1
- package/lib/components/Pagination/index.d.ts +2 -1
- package/lib/components/Pagination/index.js +50 -7
- package/lib/components/PisellLayouts/index.d.ts +38 -0
- package/lib/components/pisellCardList/index.d.ts +107 -0
- package/lib/components/pisellDataSourceContainer/components/{Table → Pagination}/index.d.ts +1 -4
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.d.ts +13 -0
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.js +3 -1
- package/lib/components/pisellFloorMapLayout/PisellFloorMapLayout.stories.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/CanvasTabs.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/components/EditableItemLayer.d.ts +46 -0
- package/lib/components/pisellFloorMapLayout/components/FigmaTableCard.d.ts +39 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapDataForm.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditPanel.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapEditTopBar.d.ts +60 -0
- package/lib/components/pisellFloorMapLayout/components/FloorMapToolbar.d.ts +35 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.d.ts +57 -0
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.js +8 -3
- package/lib/components/pisellFloorMapLayout/components/ItemLayer.less +9 -2
- package/lib/components/pisellFloorMapLayout/components/MapLayer.d.ts +27 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControls.d.ts +55 -0
- package/lib/components/pisellFloorMapLayout/components/ViewControlsWithZoom.d.ts +25 -0
- package/lib/components/pisellFloorMapLayout/components/index.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/context/FloorMapLayoutContext.d.ts +16 -0
- package/lib/components/pisellFloorMapLayout/context/mergeFloorMapLayoutContext.d.ts +5 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapEditState.d.ts +71 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.d.ts +89 -0
- package/lib/components/pisellFloorMapLayout/hooks/useFloorMapTransformMetrics.js +53 -18
- package/lib/components/pisellFloorMapLayout/hooks/useShopFloorPlanSubscription.d.ts +19 -0
- package/lib/components/pisellFloorMapLayout/index.d.ts +26 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanClient.d.ts +10 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanMapping.d.ts +18 -0
- package/lib/components/pisellFloorMapLayout/shopFloorPlan/shopFloorPlanPure.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/types.d.ts +646 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapCanvasDisplay.d.ts +20 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapConfigMerge.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapDataBindingUtils.d.ts +21 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapElementKindUtils.d.ts +22 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapFallbackRender.d.ts +11 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapRemotePersist.d.ts +17 -0
- package/lib/components/pisellFloorMapLayout/utils/floorMapViewConfigDiff.d.ts +8 -0
- package/lib/components/pisellFloorMapLayout/utils/layoutMeasurements.d.ts +30 -0
- package/lib/components/pisellFloorMapLayout/utils/mergeCanvasesForTabs.d.ts +7 -0
- package/lib/components/pisellGoodPassCard/index.d.ts +50 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.d.ts +9 -0
- package/lib/components/pisellRecordBoard/PisellRecordBoard.js +16 -6
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.d.ts +14 -0
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.js +189 -32
- package/lib/components/pisellRecordBoard/layouts/GridLayout/Grid.less +31 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/RecordBoardCalendar.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/utils/BookingCalendarStyle.d.ts +1 -1
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/BookingCalendarMonthView.js +99 -96
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/view/bookingCalendarDayViewContext.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ColumnSetting/index.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/FloorMap.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/Pagination/index.d.ts +14 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/PisellRecordBoardResourceWallView.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/RecordBoardResourceWall.d.ts +8 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanel.d.ts +50 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/ResourceWallControlPanelColorTab.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/VenueWallCard.d.ts +22 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallCardPresentation.d.ts +58 -0
- package/lib/components/pisellRecordBoard/shellFrame/ResourceWall/venueWallUtils.d.ts +64 -0
- package/lib/components/pisellRecordBoard/shellFrame/ShellBodyMetaContext.d.ts +24 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/index.d.ts +12 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBar/recordBoardToolBarI18n.d.ts +13 -0
- package/lib/components/pisellRecordBoard/shellFrame/ToolBarQuickFilter/index.d.ts +17 -0
- package/lib/components/pisellRecordBoard/shellFrame/index.js +2 -1
- package/lib/components/pisellRecordBoard/types.d.ts +798 -0
- package/lib/components/pisellRecordBoard/utils/partitionShellFrameChildren.d.ts +23 -0
- package/lib/components/pisellRecordBoard/utils/recordBoardColumns.d.ts +52 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.d.ts +10 -0
- package/lib/components/pisellTimeNavigator/PisellTimeNavigator.js +9 -1
- package/lib/components/pisellWalletPassCard/index.d.ts +146 -0
- package/lib/components/productCard/index.d.ts +7 -0
- package/lib/locales/en-US.d.ts +560 -0
- package/lib/locales/en-US.js +4 -1
- package/lib/locales/ja.d.ts +529 -0
- package/lib/locales/ja.js +3 -0
- package/lib/locales/pt.d.ts +529 -0
- package/lib/locales/pt.js +3 -0
- package/lib/locales/zh-CN.d.ts +555 -0
- package/lib/locales/zh-CN.js +4 -1
- package/lib/locales/zh-TW.d.ts +555 -0
- package/lib/locales/zh-TW.js +4 -1
- package/lib/pisell-materials.tw.css +1 -1
- package/lowcode/pisell-record-board-calendar-view/meta.ts +1 -1
- package/package.json +1 -1
- package/es/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
- package/es/components/PisellBasicGrid/hooks/index.d.ts +0 -1
- package/es/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
- package/es/components/PisellBasicGrid/index.d.ts +0 -6
- package/es/components/PisellBasicGrid/types.d.ts +0 -221
- package/es/components/PisellBasicGrid/utils/index.d.ts +0 -63
- package/es/components/PisellCards/PisellCards.d.ts +0 -8
- package/es/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -8
- package/es/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +0 -24
- package/es/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- package/es/components/PisellCards/components/GraphicTextCard/components/index.d.ts +0 -6
- package/es/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
- package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
- package/es/components/PisellCards/components/GraphicTextCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/es/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
- package/es/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
- package/es/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
- package/es/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
- package/es/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
- package/es/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
- package/es/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
- package/es/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
- package/es/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
- package/es/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -8
- package/es/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/es/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
- package/es/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
- package/es/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
- package/es/components/PisellCards/components/PisellImageCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
- package/es/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
- package/es/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
- package/es/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
- package/es/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
- package/es/components/PisellCards/components/TabCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/TabCard/types.d.ts +0 -70
- package/es/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
- package/es/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/es/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
- package/es/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/es/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
- package/es/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/components/TextCard/index.d.ts +0 -5
- package/es/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/es/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/es/components/PisellCards/components/index.d.ts +0 -10
- package/es/components/PisellCards/hooks/index.d.ts +0 -0
- package/es/components/PisellCards/index.d.ts +0 -14
- package/es/components/PisellCards/types.d.ts +0 -48
- package/es/components/PisellCards/utils/index.d.ts +0 -0
- package/es/components/PisellFields/index.d.ts +0 -36
- package/es/components/PisellMetrics/index.d.ts +0 -23
- package/es/components/PisellProcedure/PisellProcedure.d.ts +0 -22
- package/es/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
- package/es/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/es/components/PisellProcedure/components/ProcedureBody.d.ts +0 -41
- package/es/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/es/components/PisellProcedure/components/ProcedureFooter.d.ts +0 -38
- package/es/components/PisellProcedure/components/ProcedureHeader.d.ts +0 -34
- package/es/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- package/es/components/PisellProcedure/components/index.d.ts +0 -12
- package/es/components/PisellProcedure/hooks/index.d.ts +0 -8
- package/es/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
- package/es/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
- package/es/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
- package/es/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
- package/es/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
- package/es/components/PisellProcedure/index.d.ts +0 -5
- package/es/components/PisellProcedure/types.d.ts +0 -363
- package/es/components/PisellProcedure/utils/classNames.d.ts +0 -33
- package/es/components/PisellProcedure/utils/extractText.d.ts +0 -20
- package/es/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
- package/es/components/PisellProcedure/utils/index.d.ts +0 -8
- package/es/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
- package/es/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
- package/es/components/PisellScrollView/PisellScrollView.d.ts +0 -5
- package/es/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/es/components/PisellScrollView/components/Actions/index.d.ts +0 -12
- package/es/components/PisellScrollView/hooks/index.d.ts +0 -3
- package/es/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
- package/es/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/es/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
- package/es/components/PisellScrollView/index.d.ts +0 -3
- package/es/components/PisellScrollView/types.d.ts +0 -203
- package/es/components/PisellScrollView/utils/index.d.ts +0 -0
- package/es/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
- package/es/components/PisellSteps/hooks/index.d.ts +0 -4
- package/es/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
- package/es/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
- package/es/components/PisellSteps/hooks/useStepClick.d.ts +0 -11
- package/es/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
- package/es/components/PisellSteps/index.d.ts +0 -3
- package/es/components/PisellSteps/types.d.ts +0 -257
- package/es/components/PisellSteps/utils/index.d.ts +0 -54
- package/es/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/es/components/PisellSuperTabs/hooks/index.d.ts +0 -1
- package/es/components/PisellSuperTabs/index.d.ts +0 -3
- package/es/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/es/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/es/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/es/components/PisellTabbar/index.d.ts +0 -9
- package/es/components/PisellTabbar/locales.d.ts +0 -23
- package/es/components/PisellTabbar/mock.d.ts +0 -47
- package/es/components/PisellTabbar/template/Template1/index.d.ts +0 -6
- package/es/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/es/components/PisellTabbar/template/index.d.ts +0 -0
- package/es/components/PisellTabbar2/PisellTabbar.d.ts +0 -23
- package/es/components/PisellTabbar2/components/TabbarLevel.d.ts +0 -8
- package/es/components/PisellTabbar2/components/index.d.ts +0 -1
- package/es/components/PisellTabbar2/constants.d.ts +0 -46
- package/es/components/PisellTabbar2/hooks/index.d.ts +0 -2
- package/es/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
- package/es/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
- package/es/components/PisellTabbar2/index.d.ts +0 -6
- package/es/components/PisellTabbar2/locales.d.ts +0 -23
- package/es/components/PisellTabbar2/mock.d.ts +0 -205
- package/es/components/PisellTabbar2/types.d.ts +0 -117
- package/es/components/PisellTabbar2/utils/index.d.ts +0 -35
- package/es/components/PisellTabbar3/PisellTabbar.d.ts +0 -20
- package/es/components/PisellTabbar3/index.d.ts +0 -6
- package/es/components/PisellTabbar3/locales.d.ts +0 -23
- package/es/components/PisellTabbar3/mock.d.ts +0 -47
- package/es/components/PisellTabbar3/types.d.ts +0 -111
- package/es/components/Template/PisellSteps.d.ts +0 -0
- package/es/components/Template/components/index.d.ts +0 -0
- package/es/components/Template/hooks/index.d.ts +0 -0
- package/es/components/Template/index.d.ts +0 -0
- package/es/components/Template/types.d.ts +0 -0
- package/es/components/Template/utils/index.d.ts +0 -0
- package/es/components/cardMetricItem/index.d.ts +0 -15
- package/es/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
- package/es/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/es/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -57
- package/es/components/dataSourceComponents/dataSourceSubForm/index.d.ts +0 -13
- package/es/components/dataSourceComponents/dataSourceSubForm/types.d.ts +0 -117
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
- package/es/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
- package/es/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +0 -9
- package/es/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +0 -4
- package/es/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +0 -11
- package/es/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +0 -87
- package/es/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +0 -9
- package/es/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +0 -23
- package/es/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +0 -6
- package/es/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -12
- package/es/components/dataSourceComponents/fields/Tabs/type.d.ts +0 -38
- package/es/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/es/components/dataSourceComponents/fields/Translation/type.d.ts +0 -21
- package/es/components/dataSourceComponents/fields/index.d.ts +0 -141
- package/es/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/es/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/es/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/es/components/filter/components/Dropdown/index.d.ts +0 -9
- package/es/components/filter/components/Dropdown/types.d.ts +0 -13
- package/es/components/filter/components/FilterButton/index.d.ts +0 -4
- package/es/components/filter/components/FilterButton/types.d.ts +0 -24
- package/es/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +0 -21
- package/es/components/filter/types.d.ts +0 -48
- package/es/components/keyboard/index.d.ts +0 -22
- package/es/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +0 -31
- package/es/components/pisellBatchActionBar/index.d.ts +0 -6
- package/es/components/pisellBatchActionBar/types.d.ts +0 -237
- package/es/components/pisellCurrency/PisellCurrency.d.ts +0 -39
- package/es/components/pisellCurrency/PisellCurrency.stories.d.ts +0 -56
- package/es/components/pisellCurrency/components/DisabledView.d.ts +0 -11
- package/es/components/pisellCurrency/components/EditView.d.ts +0 -18
- package/es/components/pisellCurrency/components/ReadOnlyView.d.ts +0 -17
- package/es/components/pisellCurrency/components/index.d.ts +0 -6
- package/es/components/pisellCurrency/index.d.ts +0 -7
- package/es/components/pisellCurrency/types.d.ts +0 -56
- package/es/components/pisellCurrency/utils/currencyFormatter.d.ts +0 -31
- package/es/components/pisellCurrency/utils/index.d.ts +0 -5
- package/es/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +0 -3
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +0 -28
- package/es/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +0 -28
- package/es/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +0 -7
- package/es/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +0 -10
- package/es/components/pisellDataSourceContainer/components/Filter/index.d.ts +0 -14
- package/es/components/pisellDataSourceContainer/components/Sort/index.d.ts +0 -9
- package/es/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +0 -14
- package/es/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +0 -3
- package/es/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -5
- package/es/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +0 -32
- package/es/components/pisellDataSourceContainer/index.d.ts +0 -28
- package/es/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +0 -13
- package/es/components/pisellDataSourceContainer/provider/HandleActions.d.ts +0 -5
- package/es/components/pisellDataSourceContainer/provider/RefManager.d.ts +0 -9
- package/es/components/pisellDataSourceContainer/type.d.ts +0 -84
- package/es/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/es/components/pisellDataSourceContainer/utils/withContainer.d.ts +0 -9
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +0 -35
- package/es/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +0 -195
- package/es/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +0 -48
- package/es/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +0 -42
- package/es/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +0 -57
- package/es/components/pisellDateTimeDisplay/components/index.d.ts +0 -6
- package/es/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/es/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/es/components/pisellDateTimeDisplay/hooks/index.d.ts +0 -2
- package/es/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +0 -46
- package/es/components/pisellDateTimeDisplay/index.d.ts +0 -3
- package/es/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/es/components/pisellDateTimeDisplay/utils/formatDate.d.ts +0 -21
- package/es/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +0 -17
- package/es/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/es/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +0 -30
- package/es/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/es/components/pisellDateTimeDisplay/utils/index.d.ts +0 -7
- package/es/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +0 -22
- package/es/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +0 -24
- package/es/components/pisellEmail/PisellEmail.d.ts +0 -37
- package/es/components/pisellEmail/PisellEmail.stories.d.ts +0 -116
- package/es/components/pisellEmail/components/DisabledView.d.ts +0 -14
- package/es/components/pisellEmail/components/EditView.d.ts +0 -15
- package/es/components/pisellEmail/components/ReadOnlyView.d.ts +0 -15
- package/es/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/es/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/es/components/pisellEmail/index.d.ts +0 -7
- package/es/components/pisellEmail/types.d.ts +0 -176
- package/es/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/es/components/pisellEmail/utils/emailHelper.d.ts +0 -66
- package/es/components/pisellEmail/utils/emailValidator.d.ts +0 -45
- package/es/components/pisellEmail/utils/index.d.ts +0 -6
- package/es/components/pisellFind/PisellFind.stories.d.ts +0 -45
- package/es/components/pisellFind/index.d.ts +0 -40
- package/es/components/pisellGridPro/GridPro.d.ts +0 -9
- package/es/components/pisellGridPro/GridView/index.d.ts +0 -5
- package/es/components/pisellGridPro/GridView/type.d.ts +0 -3
- package/es/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/es/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/es/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
- package/es/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/es/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/es/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/es/components/pisellGridPro/index.d.ts +0 -4
- package/es/components/pisellLayout/index.d.ts +0 -14
- package/es/components/pisellLongText/PisellLongText.d.ts +0 -39
- package/es/components/pisellLongText/PisellLongText.stories.d.ts +0 -123
- package/es/components/pisellLongText/components/DisabledView.d.ts +0 -16
- package/es/components/pisellLongText/components/EditView.d.ts +0 -19
- package/es/components/pisellLongText/components/ReadOnlyView.d.ts +0 -18
- package/es/components/pisellLongText/index.d.ts +0 -7
- package/es/components/pisellLongText/types.d.ts +0 -147
- package/es/components/pisellLookup/PisellLookup.d.ts +0 -4
- package/es/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
- package/es/components/pisellLookup/components/HotWords.d.ts +0 -7
- package/es/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
- package/es/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
- package/es/components/pisellLookup/components/SearchHistory.d.ts +0 -7
- package/es/components/pisellLookup/components/SuggestWords.d.ts +0 -7
- package/es/components/pisellLookup/components/index.d.ts +0 -9
- package/es/components/pisellLookup/hooks/index.d.ts +0 -6
- package/es/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
- package/es/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
- package/es/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
- package/es/components/pisellLookup/index.d.ts +0 -6
- package/es/components/pisellLookup/types.d.ts +0 -667
- package/es/components/pisellLookup/utils/index.d.ts +0 -5
- package/es/components/pisellLookup/utils/storage.d.ts +0 -42
- package/es/components/pisellLookup/utils/trigger.d.ts +0 -42
- package/es/components/pisellMetricCard/PisellMetricCard.d.ts +0 -35
- package/es/components/pisellMetricCard/PisellMetricCard.stories.d.ts +0 -17
- package/es/components/pisellMetricCard/components/MetricComparison.d.ts +0 -14
- package/es/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
- package/es/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
- package/es/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
- package/es/components/pisellMetricCard/components/index.d.ts +0 -7
- package/es/components/pisellMetricCard/index.d.ts +0 -6
- package/es/components/pisellMetricCard/types.d.ts +0 -201
- package/es/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/es/components/pisellMetricCard/utils/formatMetricValue.d.ts +0 -34
- package/es/components/pisellMetricCard/utils/index.d.ts +0 -5
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
- package/es/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +0 -70
- package/es/components/pisellMultipleSelect/components/DisabledView.d.ts +0 -8
- package/es/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
- package/es/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +0 -8
- package/es/components/pisellMultipleSelect/index.d.ts +0 -7
- package/es/components/pisellMultipleSelect/types.d.ts +0 -160
- package/es/components/pisellNumber/PisellNumber.d.ts +0 -42
- package/es/components/pisellNumber/PisellNumber.stories.d.ts +0 -66
- package/es/components/pisellNumber/components/DisabledView.d.ts +0 -11
- package/es/components/pisellNumber/components/EditView.d.ts +0 -18
- package/es/components/pisellNumber/components/ReadOnlyView.d.ts +0 -16
- package/es/components/pisellNumber/components/index.d.ts +0 -6
- package/es/components/pisellNumber/index.d.ts +0 -7
- package/es/components/pisellNumber/types.d.ts +0 -168
- package/es/components/pisellPercent/PisellPercent.d.ts +0 -38
- package/es/components/pisellPercent/PisellPercent.stories.d.ts +0 -52
- package/es/components/pisellPercent/components/DisabledView.d.ts +0 -11
- package/es/components/pisellPercent/components/EditView.d.ts +0 -17
- package/es/components/pisellPercent/components/ReadOnlyView.d.ts +0 -14
- package/es/components/pisellPercent/components/index.d.ts +0 -6
- package/es/components/pisellPercent/index.d.ts +0 -7
- package/es/components/pisellPercent/types.d.ts +0 -68
- package/es/components/pisellPercent/utils/index.d.ts +0 -6
- package/es/components/pisellPercent/utils/percentFormatter.d.ts +0 -27
- package/es/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/es/components/pisellPhone/PisellPhone.d.ts +0 -36
- package/es/components/pisellPhone/PisellPhone.stories.d.ts +0 -80
- package/es/components/pisellPhone/components/DisabledView.d.ts +0 -16
- package/es/components/pisellPhone/components/EditView.d.ts +0 -19
- package/es/components/pisellPhone/components/ReadOnlyView.d.ts +0 -17
- package/es/components/pisellPhone/constants/countryCodes.d.ts +0 -20
- package/es/components/pisellPhone/index.d.ts +0 -8
- package/es/components/pisellPhone/types.d.ts +0 -209
- package/es/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
- package/es/components/pisellPhone/utils/index.d.ts +0 -6
- package/es/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/es/components/pisellPhone/utils/phoneValidator.d.ts +0 -11
- package/es/components/pisellQuickFilter/index.d.ts +0 -11
- package/es/components/pisellQuickFilter/type.d.ts +0 -12
- package/es/components/pisellRating/PisellRating.d.ts +0 -31
- package/es/components/pisellRating/PisellRating.stories.d.ts +0 -53
- package/es/components/pisellRating/index.d.ts +0 -7
- package/es/components/pisellRating/types.d.ts +0 -124
- package/es/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -38
- package/es/components/pisellRow/index.d.ts +0 -22
- package/es/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/es/components/pisellShellFrame/index.d.ts +0 -2
- package/es/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
- package/es/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +0 -102
- package/es/components/pisellSingleLineText/components/DisabledView.d.ts +0 -16
- package/es/components/pisellSingleLineText/components/EditView.d.ts +0 -19
- package/es/components/pisellSingleLineText/components/ReadOnlyView.d.ts +0 -20
- package/es/components/pisellSingleLineText/index.d.ts +0 -7
- package/es/components/pisellSingleLineText/types.d.ts +0 -139
- package/es/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
- package/es/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +0 -66
- package/es/components/pisellSingleSelect/components/DisabledView.d.ts +0 -8
- package/es/components/pisellSingleSelect/components/EditView.d.ts +0 -8
- package/es/components/pisellSingleSelect/components/ReadOnlyView.d.ts +0 -8
- package/es/components/pisellSingleSelect/index.d.ts +0 -7
- package/es/components/pisellSingleSelect/types.d.ts +0 -92
- package/es/components/pisellSort/index.d.ts +0 -3
- package/es/components/pisellSort/type.d.ts +0 -7
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +0 -32
- package/es/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +0 -61
- package/es/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +0 -20
- package/es/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +0 -19
- package/es/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +0 -30
- package/es/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +0 -18
- package/es/components/pisellTimeRangeDisplay/components/index.d.ts +0 -8
- package/es/components/pisellTimeRangeDisplay/index.d.ts +0 -3
- package/es/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/es/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/es/components/pisellTimeRangeDisplay/utils/index.d.ts +0 -4
- package/es/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/es/components/pisellUrl/PisellUrl.d.ts +0 -37
- package/es/components/pisellUrl/PisellUrl.stories.d.ts +0 -108
- package/es/components/pisellUrl/components/DisabledView.d.ts +0 -14
- package/es/components/pisellUrl/components/EditView.d.ts +0 -15
- package/es/components/pisellUrl/components/ReadOnlyView.d.ts +0 -15
- package/es/components/pisellUrl/index.d.ts +0 -7
- package/es/components/pisellUrl/types.d.ts +0 -160
- package/es/components/pisellUrl/utils/index.d.ts +0 -6
- package/es/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
- package/es/components/pisellUrl/utils/urlHelper.d.ts +0 -63
- package/es/components/pisellUrl/utils/urlValidator.d.ts +0 -46
- package/es/components/select/index.d.ts +0 -9
- package/es/components/sort/types.d.ts +0 -39
- package/es/components/table/Actions/component/GallerySetting/index.d.ts +0 -8
- package/es/components/table/Actions/component/ViewMode/index.d.ts +0 -8
- package/es/components/table/Table/fields/select/Edit/index.d.ts +0 -4
- package/es/components/table/Table/fields/types/index.d.ts +0 -33
- package/es/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/es/components/virtualInput/index.d.ts +0 -29
- package/es/hooks/useMobile.d.ts +0 -8
- package/es/hooks/useThemeTokens.d.ts +0 -7
- package/es/theme/tokens.d.ts +0 -22
- package/es/utils/tagColor.d.ts +0 -7
- package/lib/components/PisellBasicGrid/PisellBasicGrid.d.ts +0 -9
- package/lib/components/PisellBasicGrid/hooks/index.d.ts +0 -1
- package/lib/components/PisellBasicGrid/hooks/useGridStyle.d.ts +0 -37
- package/lib/components/PisellBasicGrid/index.d.ts +0 -6
- package/lib/components/PisellBasicGrid/types.d.ts +0 -221
- package/lib/components/PisellBasicGrid/utils/index.d.ts +0 -63
- package/lib/components/PisellCards/PisellCards.d.ts +0 -8
- package/lib/components/PisellCards/components/GraphicTextCard/GraphicTextCard.d.ts +0 -8
- package/lib/components/PisellCards/components/GraphicTextCard/components/BadgeWrapper.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/components/GraphicArea.d.ts +0 -24
- package/lib/components/PisellCards/components/GraphicTextCard/components/TextContent.d.ts +0 -27
- package/lib/components/PisellCards/components/GraphicTextCard/components/index.d.ts +0 -6
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/index.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts +0 -15
- package/lib/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardStyle.d.ts +0 -18
- package/lib/components/PisellCards/components/GraphicTextCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/GraphicTextCard/types.d.ts +0 -290
- package/lib/components/PisellCards/components/GraphicTextCard/utils/index.d.ts +0 -19
- package/lib/components/PisellCards/components/MultilevelCard/MultilevelCard.d.ts +0 -19
- package/lib/components/PisellCards/components/MultilevelCard/components/CardWrapper.d.ts +0 -7
- package/lib/components/PisellCards/components/MultilevelCard/components/index.d.ts +0 -2
- package/lib/components/PisellCards/components/MultilevelCard/hooks/index.d.ts +0 -2
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardExpand.d.ts +0 -31
- package/lib/components/PisellCards/components/MultilevelCard/hooks/useMultilevelCardHover.d.ts +0 -28
- package/lib/components/PisellCards/components/MultilevelCard/index.d.ts +0 -2
- package/lib/components/PisellCards/components/MultilevelCard/types.d.ts +0 -202
- package/lib/components/PisellCards/components/MultilevelCard/utils/index.d.ts +0 -6
- package/lib/components/PisellCards/components/PisellImageCard/PisellImageCard.d.ts +0 -8
- package/lib/components/PisellCards/components/PisellImageCard/components/index.d.ts +0 -0
- package/lib/components/PisellCards/components/PisellImageCard/hooks/index.d.ts +0 -5
- package/lib/components/PisellCards/components/PisellImageCard/hooks/useImageLoad.d.ts +0 -11
- package/lib/components/PisellCards/components/PisellImageCard/hooks/usePisellImageCardStyle.d.ts +0 -10
- package/lib/components/PisellCards/components/PisellImageCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/PisellImageCard/types.d.ts +0 -74
- package/lib/components/PisellCards/components/PisellImageCard/utils/getImageObjectFit.d.ts +0 -7
- package/lib/components/PisellCards/components/PisellImageCard/utils/getTruncatedText.d.ts +0 -7
- package/lib/components/PisellCards/components/PisellImageCard/utils/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TabCard/TabCard.d.ts +0 -3
- package/lib/components/PisellCards/components/TabCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TabCard/types.d.ts +0 -70
- package/lib/components/PisellCards/components/TextCard/TextCard.d.ts +0 -7
- package/lib/components/PisellCards/components/TextCard/components/BadgeWrapper.d.ts +0 -26
- package/lib/components/PisellCards/components/TextCard/components/IconWrapper.d.ts +0 -17
- package/lib/components/PisellCards/components/TextCard/components/TextContent.d.ts +0 -21
- package/lib/components/PisellCards/components/TextCard/components/index.d.ts +0 -6
- package/lib/components/PisellCards/components/TextCard/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/components/TextCard/index.d.ts +0 -5
- package/lib/components/PisellCards/components/TextCard/types.d.ts +0 -270
- package/lib/components/PisellCards/components/TextCard/utils/index.d.ts +0 -0
- package/lib/components/PisellCards/components/index.d.ts +0 -10
- package/lib/components/PisellCards/hooks/index.d.ts +0 -0
- package/lib/components/PisellCards/index.d.ts +0 -14
- package/lib/components/PisellCards/types.d.ts +0 -48
- package/lib/components/PisellCards/utils/index.d.ts +0 -0
- package/lib/components/PisellFields/index.d.ts +0 -36
- package/lib/components/PisellMetrics/index.d.ts +0 -23
- package/lib/components/PisellProcedure/PisellProcedure.d.ts +0 -22
- package/lib/components/PisellProcedure/PisellProcedure.stories.d.ts +0 -163
- package/lib/components/PisellProcedure/components/FooterActions.d.ts +0 -24
- package/lib/components/PisellProcedure/components/ProcedureBody.d.ts +0 -41
- package/lib/components/PisellProcedure/components/ProcedureContent.d.ts +0 -23
- package/lib/components/PisellProcedure/components/ProcedureFooter.d.ts +0 -38
- package/lib/components/PisellProcedure/components/ProcedureHeader.d.ts +0 -34
- package/lib/components/PisellProcedure/components/ProcedureSidebar.d.ts +0 -38
- package/lib/components/PisellProcedure/components/index.d.ts +0 -12
- package/lib/components/PisellProcedure/hooks/index.d.ts +0 -8
- package/lib/components/PisellProcedure/hooks/useElementSize.d.ts +0 -38
- package/lib/components/PisellProcedure/hooks/useOverflowActions.d.ts +0 -43
- package/lib/components/PisellProcedure/hooks/useResponsiveClass.d.ts +0 -6
- package/lib/components/PisellProcedure/hooks/useSidebarHeight.d.ts +0 -16
- package/lib/components/PisellProcedure/hooks/useStepManager.d.ts +0 -50
- package/lib/components/PisellProcedure/index.d.ts +0 -5
- package/lib/components/PisellProcedure/types.d.ts +0 -363
- package/lib/components/PisellProcedure/utils/classNames.d.ts +0 -33
- package/lib/components/PisellProcedure/utils/extractText.d.ts +0 -20
- package/lib/components/PisellProcedure/utils/footerPosition.d.ts +0 -41
- package/lib/components/PisellProcedure/utils/index.d.ts +0 -8
- package/lib/components/PisellProcedure/utils/layoutRatio.d.ts +0 -42
- package/lib/components/PisellProcedure/utils/slotHelper.d.ts +0 -27
- package/lib/components/PisellScrollView/PisellScrollView.d.ts +0 -5
- package/lib/components/PisellScrollView/PisellScrollView.stories.d.ts +0 -87
- package/lib/components/PisellScrollView/components/Actions/index.d.ts +0 -12
- package/lib/components/PisellScrollView/hooks/index.d.ts +0 -3
- package/lib/components/PisellScrollView/hooks/useIntersection.d.ts +0 -8
- package/lib/components/PisellScrollView/hooks/useScrollEvents.d.ts +0 -20
- package/lib/components/PisellScrollView/hooks/useScrollState.d.ts +0 -13
- package/lib/components/PisellScrollView/index.d.ts +0 -3
- package/lib/components/PisellScrollView/types.d.ts +0 -203
- package/lib/components/PisellScrollView/utils/index.d.ts +0 -0
- package/lib/components/PisellSteps/PisellSteps.stories.d.ts +0 -155
- package/lib/components/PisellSteps/hooks/index.d.ts +0 -4
- package/lib/components/PisellSteps/hooks/useAnchor.d.ts +0 -9
- package/lib/components/PisellSteps/hooks/useResponsive.d.ts +0 -8
- package/lib/components/PisellSteps/hooks/useStepClick.d.ts +0 -11
- package/lib/components/PisellSteps/hooks/useStepsState.d.ts +0 -9
- package/lib/components/PisellSteps/index.d.ts +0 -3
- package/lib/components/PisellSteps/types.d.ts +0 -257
- package/lib/components/PisellSteps/utils/index.d.ts +0 -54
- package/lib/components/PisellSuperTabs/components/index.d.ts +0 -0
- package/lib/components/PisellSuperTabs/hooks/index.d.ts +0 -1
- package/lib/components/PisellSuperTabs/index.d.ts +0 -3
- package/lib/components/PisellSuperTabs/utils/getRowKey.d.ts +0 -8
- package/lib/components/PisellSuperTabs/utils/index.d.ts +0 -1
- package/lib/components/PisellTabbar/hooks/index.d.ts +0 -2
- package/lib/components/PisellTabbar/index.d.ts +0 -9
- package/lib/components/PisellTabbar/locales.d.ts +0 -23
- package/lib/components/PisellTabbar/mock.d.ts +0 -47
- package/lib/components/PisellTabbar/template/Template1/index.d.ts +0 -6
- package/lib/components/PisellTabbar/template/Template1/utils/index.d.ts +0 -35
- package/lib/components/PisellTabbar/template/index.d.ts +0 -0
- package/lib/components/PisellTabbar2/PisellTabbar.d.ts +0 -23
- package/lib/components/PisellTabbar2/components/TabbarLevel.d.ts +0 -8
- package/lib/components/PisellTabbar2/components/index.d.ts +0 -1
- package/lib/components/PisellTabbar2/constants.d.ts +0 -46
- package/lib/components/PisellTabbar2/hooks/index.d.ts +0 -2
- package/lib/components/PisellTabbar2/hooks/useActiveKey.d.ts +0 -50
- package/lib/components/PisellTabbar2/hooks/useExpand.d.ts +0 -41
- package/lib/components/PisellTabbar2/index.d.ts +0 -6
- package/lib/components/PisellTabbar2/locales.d.ts +0 -23
- package/lib/components/PisellTabbar2/mock.d.ts +0 -205
- package/lib/components/PisellTabbar2/types.d.ts +0 -117
- package/lib/components/PisellTabbar2/utils/index.d.ts +0 -35
- package/lib/components/PisellTabbar3/PisellTabbar.d.ts +0 -20
- package/lib/components/PisellTabbar3/index.d.ts +0 -6
- package/lib/components/PisellTabbar3/locales.d.ts +0 -23
- package/lib/components/PisellTabbar3/mock.d.ts +0 -47
- package/lib/components/PisellTabbar3/types.d.ts +0 -111
- package/lib/components/Template/PisellSteps.d.ts +0 -0
- package/lib/components/Template/components/index.d.ts +0 -0
- package/lib/components/Template/hooks/index.d.ts +0 -0
- package/lib/components/Template/index.d.ts +0 -0
- package/lib/components/Template/types.d.ts +0 -0
- package/lib/components/Template/utils/index.d.ts +0 -0
- package/lib/components/cardMetricItem/index.d.ts +0 -15
- package/lib/components/dataSourceComponents/dataSourceForm/serve.d.ts +0 -178
- package/lib/components/dataSourceComponents/dataSourceForm/urlUtils.d.ts +0 -24
- package/lib/components/dataSourceComponents/dataSourceForm/utils.d.ts +0 -57
- package/lib/components/dataSourceComponents/dataSourceSubForm/index.d.ts +0 -13
- package/lib/components/dataSourceComponents/dataSourceSubForm/types.d.ts +0 -117
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useDrawerState.d.ts +0 -5
- package/lib/components/dataSourceComponents/dataSourceTable/hooks/useFormat.d.ts +0 -48
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/ReadPretty.d.ts +0 -9
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/WithMode.d.ts +0 -4
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/index.d.ts +0 -11
- package/lib/components/dataSourceComponents/fields/RecordListWrapper/type.d.ts +0 -87
- package/lib/components/dataSourceComponents/fields/Tabs/ReadPretty.d.ts +0 -9
- package/lib/components/dataSourceComponents/fields/Tabs/Tabs.d.ts +0 -23
- package/lib/components/dataSourceComponents/fields/Tabs/WithMode.d.ts +0 -6
- package/lib/components/dataSourceComponents/fields/Tabs/index.d.ts +0 -12
- package/lib/components/dataSourceComponents/fields/Tabs/type.d.ts +0 -38
- package/lib/components/dataSourceComponents/fields/Translation/BaseTranslation.d.ts +0 -5
- package/lib/components/dataSourceComponents/fields/Translation/type.d.ts +0 -21
- package/lib/components/dataSourceComponents/fields/index.d.ts +0 -141
- package/lib/components/dataSourceComponents/fields/utils.d.ts +0 -3
- package/lib/components/dataSourceComponents/hooks/useActions.d.ts +0 -18
- package/lib/components/dataSourceComponents/hooks/useFormSettingParams.d.ts +0 -7
- package/lib/components/filter/components/Dropdown/index.d.ts +0 -9
- package/lib/components/filter/components/Dropdown/types.d.ts +0 -13
- package/lib/components/filter/components/FilterButton/index.d.ts +0 -4
- package/lib/components/filter/components/FilterButton/types.d.ts +0 -24
- package/lib/components/filter/components/FilterItem/AsyncOptionsSelectWrapper.d.ts +0 -21
- package/lib/components/filter/types.d.ts +0 -48
- package/lib/components/keyboard/index.d.ts +0 -22
- package/lib/components/pisellBatchActionBar/PisellBatchActionBar.d.ts +0 -31
- package/lib/components/pisellBatchActionBar/index.d.ts +0 -6
- package/lib/components/pisellBatchActionBar/types.d.ts +0 -237
- package/lib/components/pisellCurrency/PisellCurrency.d.ts +0 -39
- package/lib/components/pisellCurrency/PisellCurrency.stories.d.ts +0 -56
- package/lib/components/pisellCurrency/components/DisabledView.d.ts +0 -11
- package/lib/components/pisellCurrency/components/EditView.d.ts +0 -18
- package/lib/components/pisellCurrency/components/ReadOnlyView.d.ts +0 -17
- package/lib/components/pisellCurrency/components/index.d.ts +0 -6
- package/lib/components/pisellCurrency/index.d.ts +0 -7
- package/lib/components/pisellCurrency/types.d.ts +0 -56
- package/lib/components/pisellCurrency/utils/currencyFormatter.d.ts +0 -31
- package/lib/components/pisellCurrency/utils/index.d.ts +0 -5
- package/lib/components/pisellDataSourceContainer/PisellDataSourceContainer.d.ts +0 -3
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/index.d.ts +0 -28
- package/lib/components/pisellDataSourceContainer/components/ColumnsSetting/utils.d.ts +0 -28
- package/lib/components/pisellDataSourceContainer/components/Filter/FilterButton.d.ts +0 -7
- package/lib/components/pisellDataSourceContainer/components/Filter/QuickFilter.d.ts +0 -10
- package/lib/components/pisellDataSourceContainer/components/Filter/index.d.ts +0 -14
- package/lib/components/pisellDataSourceContainer/components/Sort/index.d.ts +0 -9
- package/lib/components/pisellDataSourceContainer/components/Table/useColumns.d.ts +0 -14
- package/lib/components/pisellDataSourceContainer/hooks/useContainerContext.d.ts +0 -3
- package/lib/components/pisellDataSourceContainer/hooks/useDataSourceKey.d.ts +0 -5
- package/lib/components/pisellDataSourceContainer/hooks/useHandleAction.d.ts +0 -32
- package/lib/components/pisellDataSourceContainer/index.d.ts +0 -28
- package/lib/components/pisellDataSourceContainer/provider/ChildComponentProps.d.ts +0 -13
- package/lib/components/pisellDataSourceContainer/provider/HandleActions.d.ts +0 -5
- package/lib/components/pisellDataSourceContainer/provider/RefManager.d.ts +0 -9
- package/lib/components/pisellDataSourceContainer/type.d.ts +0 -84
- package/lib/components/pisellDataSourceContainer/utils/formatData.d.ts +0 -9
- package/lib/components/pisellDataSourceContainer/utils/withContainer.d.ts +0 -9
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.d.ts +0 -35
- package/lib/components/pisellDateTimeDisplay/PisellDateTimeDisplay.stories.d.ts +0 -195
- package/lib/components/pisellDateTimeDisplay/components/DateDisplay.d.ts +0 -48
- package/lib/components/pisellDateTimeDisplay/components/TimeDisplay.d.ts +0 -42
- package/lib/components/pisellDateTimeDisplay/components/WeekdayDisplay.d.ts +0 -57
- package/lib/components/pisellDateTimeDisplay/components/index.d.ts +0 -6
- package/lib/components/pisellDateTimeDisplay/formats/dateTimeDisplayFormats.d.ts +0 -7
- package/lib/components/pisellDateTimeDisplay/formats/index.d.ts +0 -1
- package/lib/components/pisellDateTimeDisplay/hooks/index.d.ts +0 -2
- package/lib/components/pisellDateTimeDisplay/hooks/useCurrentTime.d.ts +0 -46
- package/lib/components/pisellDateTimeDisplay/index.d.ts +0 -3
- package/lib/components/pisellDateTimeDisplay/types.d.ts +0 -352
- package/lib/components/pisellDateTimeDisplay/utils/formatDate.d.ts +0 -21
- package/lib/components/pisellDateTimeDisplay/utils/formatDateOrRelative.d.ts +0 -17
- package/lib/components/pisellDateTimeDisplay/utils/formatTime.d.ts +0 -19
- package/lib/components/pisellDateTimeDisplay/utils/formatWeekday.d.ts +0 -30
- package/lib/components/pisellDateTimeDisplay/utils/getRefreshInterval.d.ts +0 -18
- package/lib/components/pisellDateTimeDisplay/utils/index.d.ts +0 -7
- package/lib/components/pisellDateTimeDisplay/utils/localeUtils.d.ts +0 -22
- package/lib/components/pisellDateTimeDisplay/utils/relativeDay.d.ts +0 -24
- package/lib/components/pisellEmail/PisellEmail.d.ts +0 -37
- package/lib/components/pisellEmail/PisellEmail.stories.d.ts +0 -116
- package/lib/components/pisellEmail/components/DisabledView.d.ts +0 -14
- package/lib/components/pisellEmail/components/EditView.d.ts +0 -15
- package/lib/components/pisellEmail/components/ReadOnlyView.d.ts +0 -15
- package/lib/components/pisellEmail/constants/emailDomains.d.ts +0 -5
- package/lib/components/pisellEmail/constants/emailRegex.d.ts +0 -13
- package/lib/components/pisellEmail/index.d.ts +0 -7
- package/lib/components/pisellEmail/types.d.ts +0 -176
- package/lib/components/pisellEmail/utils/domainSuggestions.d.ts +0 -15
- package/lib/components/pisellEmail/utils/emailHelper.d.ts +0 -66
- package/lib/components/pisellEmail/utils/emailValidator.d.ts +0 -45
- package/lib/components/pisellEmail/utils/index.d.ts +0 -6
- package/lib/components/pisellFind/PisellFind.stories.d.ts +0 -45
- package/lib/components/pisellFind/index.d.ts +0 -40
- package/lib/components/pisellGridPro/GridPro.d.ts +0 -9
- package/lib/components/pisellGridPro/GridView/index.d.ts +0 -5
- package/lib/components/pisellGridPro/GridView/type.d.ts +0 -3
- package/lib/components/pisellGridPro/ToolBar/index.d.ts +0 -6
- package/lib/components/pisellGridPro/ToolBar/type.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/components/StatCard/index.d.ts +0 -10
- package/lib/components/pisellGridPro/components/DataCard/index.d.ts +0 -5
- package/lib/components/pisellGridPro/components/DataCard/types.d.ts +0 -70
- package/lib/components/pisellGridPro/components/Footer/index.d.ts +0 -9
- package/lib/components/pisellGridPro/components/Header/index.d.ts +0 -12
- package/lib/components/pisellGridPro/index.d.ts +0 -4
- package/lib/components/pisellLayout/index.d.ts +0 -14
- package/lib/components/pisellLongText/PisellLongText.d.ts +0 -39
- package/lib/components/pisellLongText/PisellLongText.stories.d.ts +0 -123
- package/lib/components/pisellLongText/components/DisabledView.d.ts +0 -16
- package/lib/components/pisellLongText/components/EditView.d.ts +0 -19
- package/lib/components/pisellLongText/components/ReadOnlyView.d.ts +0 -18
- package/lib/components/pisellLongText/index.d.ts +0 -7
- package/lib/components/pisellLongText/types.d.ts +0 -147
- package/lib/components/pisellLookup/PisellLookup.d.ts +0 -4
- package/lib/components/pisellLookup/PisellLookup.stories.d.ts +0 -129
- package/lib/components/pisellLookup/components/HotWords.d.ts +0 -7
- package/lib/components/pisellLookup/components/LookupAuxiliary.d.ts +0 -7
- package/lib/components/pisellLookup/components/LookupResultHost.d.ts +0 -7
- package/lib/components/pisellLookup/components/SearchHistory.d.ts +0 -7
- package/lib/components/pisellLookup/components/SuggestWords.d.ts +0 -7
- package/lib/components/pisellLookup/components/index.d.ts +0 -9
- package/lib/components/pisellLookup/hooks/index.d.ts +0 -6
- package/lib/components/pisellLookup/hooks/useDebounceSearch.d.ts +0 -40
- package/lib/components/pisellLookup/hooks/useSearchHistory.d.ts +0 -48
- package/lib/components/pisellLookup/hooks/useSearchState.d.ts +0 -80
- package/lib/components/pisellLookup/index.d.ts +0 -6
- package/lib/components/pisellLookup/types.d.ts +0 -667
- package/lib/components/pisellLookup/utils/index.d.ts +0 -5
- package/lib/components/pisellLookup/utils/storage.d.ts +0 -42
- package/lib/components/pisellLookup/utils/trigger.d.ts +0 -42
- package/lib/components/pisellMetricCard/PisellMetricCard.d.ts +0 -35
- package/lib/components/pisellMetricCard/PisellMetricCard.stories.d.ts +0 -17
- package/lib/components/pisellMetricCard/components/MetricComparison.d.ts +0 -14
- package/lib/components/pisellMetricCard/components/MetricTitle.d.ts +0 -12
- package/lib/components/pisellMetricCard/components/MetricValue.d.ts +0 -12
- package/lib/components/pisellMetricCard/components/TrendIcon.d.ts +0 -14
- package/lib/components/pisellMetricCard/components/index.d.ts +0 -7
- package/lib/components/pisellMetricCard/index.d.ts +0 -6
- package/lib/components/pisellMetricCard/types.d.ts +0 -201
- package/lib/components/pisellMetricCard/utils/calculateTrend.d.ts +0 -14
- package/lib/components/pisellMetricCard/utils/formatMetricValue.d.ts +0 -34
- package/lib/components/pisellMetricCard/utils/index.d.ts +0 -5
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.d.ts +0 -9
- package/lib/components/pisellMultipleSelect/PisellMultipleSelect.stories.d.ts +0 -70
- package/lib/components/pisellMultipleSelect/components/DisabledView.d.ts +0 -8
- package/lib/components/pisellMultipleSelect/components/EditView.d.ts +0 -8
- package/lib/components/pisellMultipleSelect/components/ReadOnlyView.d.ts +0 -8
- package/lib/components/pisellMultipleSelect/index.d.ts +0 -7
- package/lib/components/pisellMultipleSelect/types.d.ts +0 -160
- package/lib/components/pisellNumber/PisellNumber.d.ts +0 -42
- package/lib/components/pisellNumber/PisellNumber.stories.d.ts +0 -66
- package/lib/components/pisellNumber/components/DisabledView.d.ts +0 -11
- package/lib/components/pisellNumber/components/EditView.d.ts +0 -18
- package/lib/components/pisellNumber/components/ReadOnlyView.d.ts +0 -16
- package/lib/components/pisellNumber/components/index.d.ts +0 -6
- package/lib/components/pisellNumber/index.d.ts +0 -7
- package/lib/components/pisellNumber/types.d.ts +0 -168
- package/lib/components/pisellPercent/PisellPercent.d.ts +0 -38
- package/lib/components/pisellPercent/PisellPercent.stories.d.ts +0 -52
- package/lib/components/pisellPercent/components/DisabledView.d.ts +0 -11
- package/lib/components/pisellPercent/components/EditView.d.ts +0 -17
- package/lib/components/pisellPercent/components/ReadOnlyView.d.ts +0 -14
- package/lib/components/pisellPercent/components/index.d.ts +0 -6
- package/lib/components/pisellPercent/index.d.ts +0 -7
- package/lib/components/pisellPercent/types.d.ts +0 -68
- package/lib/components/pisellPercent/utils/index.d.ts +0 -6
- package/lib/components/pisellPercent/utils/percentFormatter.d.ts +0 -27
- package/lib/components/pisellPercent/utils/rangeConverter.d.ts +0 -36
- package/lib/components/pisellPhone/PisellPhone.d.ts +0 -36
- package/lib/components/pisellPhone/PisellPhone.stories.d.ts +0 -80
- package/lib/components/pisellPhone/components/DisabledView.d.ts +0 -16
- package/lib/components/pisellPhone/components/EditView.d.ts +0 -19
- package/lib/components/pisellPhone/components/ReadOnlyView.d.ts +0 -17
- package/lib/components/pisellPhone/constants/countryCodes.d.ts +0 -20
- package/lib/components/pisellPhone/index.d.ts +0 -8
- package/lib/components/pisellPhone/types.d.ts +0 -209
- package/lib/components/pisellPhone/utils/countryCodeHelper.d.ts +0 -35
- package/lib/components/pisellPhone/utils/index.d.ts +0 -6
- package/lib/components/pisellPhone/utils/phoneFormatter.d.ts +0 -39
- package/lib/components/pisellPhone/utils/phoneValidator.d.ts +0 -11
- package/lib/components/pisellQuickFilter/index.d.ts +0 -11
- package/lib/components/pisellQuickFilter/type.d.ts +0 -12
- package/lib/components/pisellRating/PisellRating.d.ts +0 -31
- package/lib/components/pisellRating/PisellRating.stories.d.ts +0 -53
- package/lib/components/pisellRating/index.d.ts +0 -7
- package/lib/components/pisellRating/types.d.ts +0 -124
- package/lib/components/pisellRecordBoard/shellFrame/Calendar/const/bookingCalendarConstants.d.ts +0 -38
- package/lib/components/pisellRow/index.d.ts +0 -22
- package/lib/components/pisellShellFrame/PisellShellFrame.stories.d.ts +0 -15
- package/lib/components/pisellShellFrame/index.d.ts +0 -2
- package/lib/components/pisellSingleLineText/PisellSingleLineText.d.ts +0 -40
- package/lib/components/pisellSingleLineText/PisellSingleLineText.stories.d.ts +0 -102
- package/lib/components/pisellSingleLineText/components/DisabledView.d.ts +0 -16
- package/lib/components/pisellSingleLineText/components/EditView.d.ts +0 -19
- package/lib/components/pisellSingleLineText/components/ReadOnlyView.d.ts +0 -20
- package/lib/components/pisellSingleLineText/index.d.ts +0 -7
- package/lib/components/pisellSingleLineText/types.d.ts +0 -139
- package/lib/components/pisellSingleSelect/PisellSingleSelect.d.ts +0 -9
- package/lib/components/pisellSingleSelect/PisellSingleSelect.stories.d.ts +0 -66
- package/lib/components/pisellSingleSelect/components/DisabledView.d.ts +0 -8
- package/lib/components/pisellSingleSelect/components/EditView.d.ts +0 -8
- package/lib/components/pisellSingleSelect/components/ReadOnlyView.d.ts +0 -8
- package/lib/components/pisellSingleSelect/index.d.ts +0 -7
- package/lib/components/pisellSingleSelect/types.d.ts +0 -92
- package/lib/components/pisellSort/index.d.ts +0 -3
- package/lib/components/pisellSort/type.d.ts +0 -7
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.d.ts +0 -32
- package/lib/components/pisellTimeRangeDisplay/PisellTimeRangeDisplay.stories.d.ts +0 -61
- package/lib/components/pisellTimeRangeDisplay/components/DateBlock.d.ts +0 -20
- package/lib/components/pisellTimeRangeDisplay/components/DurationBlock.d.ts +0 -19
- package/lib/components/pisellTimeRangeDisplay/components/TimeRangeBlock.d.ts +0 -30
- package/lib/components/pisellTimeRangeDisplay/components/WeekdayBlock.d.ts +0 -18
- package/lib/components/pisellTimeRangeDisplay/components/index.d.ts +0 -8
- package/lib/components/pisellTimeRangeDisplay/index.d.ts +0 -3
- package/lib/components/pisellTimeRangeDisplay/types.d.ts +0 -137
- package/lib/components/pisellTimeRangeDisplay/utils/formatDuration.d.ts +0 -14
- package/lib/components/pisellTimeRangeDisplay/utils/index.d.ts +0 -4
- package/lib/components/pisellTimeRangeDisplay/utils/parseTimeRange.d.ts +0 -23
- package/lib/components/pisellUrl/PisellUrl.d.ts +0 -37
- package/lib/components/pisellUrl/PisellUrl.stories.d.ts +0 -108
- package/lib/components/pisellUrl/components/DisabledView.d.ts +0 -14
- package/lib/components/pisellUrl/components/EditView.d.ts +0 -15
- package/lib/components/pisellUrl/components/ReadOnlyView.d.ts +0 -15
- package/lib/components/pisellUrl/index.d.ts +0 -7
- package/lib/components/pisellUrl/types.d.ts +0 -160
- package/lib/components/pisellUrl/utils/index.d.ts +0 -6
- package/lib/components/pisellUrl/utils/urlFormatter.d.ts +0 -38
- package/lib/components/pisellUrl/utils/urlHelper.d.ts +0 -63
- package/lib/components/pisellUrl/utils/urlValidator.d.ts +0 -46
- package/lib/components/select/index.d.ts +0 -9
- package/lib/components/sort/types.d.ts +0 -39
- package/lib/components/table/Actions/component/GallerySetting/index.d.ts +0 -8
- package/lib/components/table/Actions/component/ViewMode/index.d.ts +0 -8
- package/lib/components/table/Table/fields/select/Edit/index.d.ts +0 -4
- package/lib/components/table/Table/fields/types/index.d.ts +0 -33
- package/lib/components/virtualInput/BaseVirtualInput/index.d.ts +0 -44
- package/lib/components/virtualInput/index.d.ts +0 -29
- package/lib/hooks/useMobile.d.ts +0 -8
- package/lib/hooks/useThemeTokens.d.ts +0 -7
- package/lib/theme/tokens.d.ts +0 -22
- package/lib/utils/tagColor.d.ts +0 -7
|
@@ -1,3 +1,3 @@
|
|
|
1
1
|
*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:rgba(59,130,246,0.5);--tw-ring-offset-shadow:0 0 transparent;--tw-ring-shadow:0 0 transparent;--tw-shadow:0 0 transparent;--tw-shadow-colored:0 0 transparent;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }
|
|
2
2
|
|
|
3
|
-
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none!important}.\!visible,.visible{visibility:visible!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-6{inset:1.5rem!important}.inset-x-0{left:0!important;right:0!important}.inset-y-0{top:0!important;bottom:0!important}.bottom-6{bottom:1.5rem!important}.left-0{left:0!important}.left-1\/2{left:50%!important}.left-3{left:.75rem!important}.right-0{right:0!important}.right-3{right:.75rem!important}.top-0{top:0!important}.top-2{top:.5rem!important}.top-3{top:.75rem!important}.top-\[60px\]{top:60px!important}.isolate{isolation:isolate!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-50{z-index:50!important}.z-\[25\]{z-index:25!important}.z-\[26\]{z-index:26!important}.z-\[60\]{z-index:60!important}.z-\[69\]{z-index:69!important}.z-\[72\]{z-index:72!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-auto{margin-top:auto!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.contents{display:contents!important}.hidden{display:none!important}.h-10{height:2.5rem!important}.h-11{height:2.75rem!important}.h-3{height:.75rem!important}.h-\[52px\]{height:52px!important}.h-full{height:100%!important}.max-h-\[360px\]{max-height:360px!important}.max-h-\[72vh\]{max-height:72vh!important}.max-h-\[78vh\]{max-height:78vh!important}.max-h-\[92vh\]{max-height:92vh!important}.max-h-none{max-height:none!important}.min-h-0{min-height:0!important}.min-h-\[72px\]{min-height:72px!important}.w-11{width:2.75rem!important}.w-14{width:3.5rem!important}.w-3{width:.75rem!important}.w-\[132px\]{width:132px!important}.w-\[2px\]{width:2px!important}.w-\[52px\]{width:52px!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.min-w-0{min-width:0!important}.min-w-\[132px\]{min-width:132px!important}.min-w-\[240px\]{min-width:240px!important}.min-w-\[980px\]{min-width:980px!important}.max-w-\[132px\]{max-width:132px!important}.max-w-\[260px\]{max-width:260px!important}.max-w-\[520px\]{max-width:520px!important}.max-w-\[720px\]{max-width:720px!important}.max-w-\[900px\]{max-width:900px!important}.max-w-\[92vw\]{max-width:92vw!important}.max-w-\[980px\]{max-width:980px!important}.max-w-full{max-width:100%!important}.max-w-none{max-width:none!important}.flex-1{flex:1 1 0%!important}.flex-shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.border-collapse{border-collapse:collapse!important}.-translate-x-1\/2{--tw-translate-x:-50%!important}.-rotate-90,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-90{--tw-rotate:-90deg!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-pointer{cursor:pointer!important}.touch-pan-x{--tw-pan-x:pan-x!important}.touch-pan-x,.touch-pan-y{touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-y{--tw-pan-y:pan-y!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.resize-none{resize:none!important}.resize{resize:both!important}.auto-rows-\[minmax\(72px\2c auto\)\]{grid-auto-rows:minmax(72px,auto)!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-\[0\.8fr_1fr_1\.3fr_0\.9fr_0\.9fr\]{grid-template-columns:.8fr 1fr 1.3fr .9fr .9fr!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.place-items-center{place-items:center!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-stretch{align-items:stretch!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-1\.5{gap:.375rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-y-auto{overflow-y:auto!important}.overscroll-contain{overscroll-behavior:contain!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-\[28px\]{border-radius:28px!important}.rounded-\[30px\]{border-radius:30px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-t-3xl{border-top-left-radius:1.5rem!important;border-top-right-radius:1.5rem!important}.border{border-width:1px!important}.border-b{border-bottom-width:1px!important}.border-b-4{border-bottom-width:4px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-dashed{border-style:dashed!important}.border-\[\#d8d0eb\]{--tw-border-opacity:1!important;border-color:rgb(216 208 235/var(--tw-border-opacity,1))!important}.border-\[var\(--border-strong\)\]{border-color:var(--border-strong)!important}.border-\[var\(--brand-light\)\]{border-color:var(--brand-light)!important}.border-amber-200\/35{border-color:rgba(253,230,138,.35)!important}.border-amber-400\/80{border-color:rgba(251,191,36,.8)!important}.border-amber-400\/95{border-color:rgba(251,191,36,.95)!important}.border-cyan-300\/35{border-color:rgba(103,232,249,.35)!important}.border-emerald-300\/35{border-color:rgba(110,231,183,.35)!important}.border-red-200{--tw-border-opacity:1!important;border-color:rgb(254 202 202/var(--tw-border-opacity,1))!important}.border-red-300\/35{border-color:rgba(252,165,165,.35)!important}.border-red-300\/55{border-color:rgba(252,165,165,.55)!important}.border-red-400{--tw-border-opacity:1!important;border-color:rgb(248 113 113/var(--tw-border-opacity,1))!important}.border-red-400\/75{border-color:rgba(248,113,113,.75)!important}.border-red-500\/70{border-color:rgba(239,68,68,.7)!important}.border-red-700\/50{border-color:rgba(185,28,28,.5)!important}.border-red-800\/40{border-color:rgba(153,27,27,.4)!important}.border-slate-200{--tw-border-opacity:1!important;border-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.border-slate-700{--tw-border-opacity:1!important;border-color:rgb(51 65 85/var(--tw-border-opacity,1))!important}.border-slate-800{--tw-border-opacity:1!important;border-color:rgb(30 41 59/var(--tw-border-opacity,1))!important}.border-violet-300{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.border-violet-300\/30{border-color:rgba(196,181,253,.3)!important}.border-violet-400{--tw-border-opacity:1!important;border-color:rgb(167 139 250/var(--tw-border-opacity,1))!important}.border-violet-400\/20{border-color:rgba(167,139,250,.2)!important}.border-violet-500\/30{border-color:rgba(139,92,246,.3)!important}.border-white\/10{border-color:hsla(0,0%,100%,.1)!important}.border-zinc-300\/30{border-color:rgba(212,212,216,.3)!important}.border-zinc-300\/45{border-color:rgba(212,212,216,.45)!important}.border-zinc-400\/45{border-color:rgba(161,161,170,.45)!important}.border-zinc-500\/70{border-color:rgba(113,113,122,.7)!important}.border-zinc-600{--tw-border-opacity:1!important;border-color:rgb(82 82 91/var(--tw-border-opacity,1))!important}.border-zinc-700{--tw-border-opacity:1!important;border-color:rgb(63 63 70/var(--tw-border-opacity,1))!important}.border-zinc-800{--tw-border-opacity:1!important;border-color:rgb(39 39 42/var(--tw-border-opacity,1))!important}.border-zinc-800\/80{border-color:rgba(39,39,42,.8)!important}.border-b-transparent{border-bottom-color:transparent!important}.border-l-transparent{border-left-color:transparent!important}.bg-\[\#101117\]{--tw-bg-opacity:1!important;background-color:rgb(16 17 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111217\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111218\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 24/var(--tw-bg-opacity,1))!important}.bg-\[\#121217\]{--tw-bg-opacity:1!important;background-color:rgb(18 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#151220\]{--tw-bg-opacity:1!important;background-color:rgb(21 18 32/var(--tw-bg-opacity,1))!important}.bg-\[\#151a2f\]{--tw-bg-opacity:1!important;background-color:rgb(21 26 47/var(--tw-bg-opacity,1))!important}.bg-\[\#171820\]{--tw-bg-opacity:1!important;background-color:rgb(23 24 32/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1a22\]{--tw-bg-opacity:1!important;background-color:rgb(26 26 34/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1b21\]{--tw-bg-opacity:1!important;background-color:rgb(26 27 33/var(--tw-bg-opacity,1))!important}.bg-\[\#1c1630\]{--tw-bg-opacity:1!important;background-color:rgb(28 22 48/var(--tw-bg-opacity,1))!important}.bg-\[\#1e1a32\]{--tw-bg-opacity:1!important;background-color:rgb(30 26 50/var(--tw-bg-opacity,1))!important}.bg-\[\#241d40\]{--tw-bg-opacity:1!important;background-color:rgb(36 29 64/var(--tw-bg-opacity,1))!important}.bg-\[var\(--bg-input\)\]{background-color:var(--bg-input)!important}.bg-\[var\(--brand-surface\)\]{background-color:var(--brand-surface)!important}.bg-amber-500{--tw-bg-opacity:1!important;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))!important}.bg-black\/25{background-color:rgba(0,0,0,.25)!important}.bg-black\/45{background-color:rgba(0,0,0,.45)!important}.bg-black\/55{background-color:rgba(0,0,0,.55)!important}.bg-cyan-500{--tw-bg-opacity:1!important;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))!important}.bg-emerald-400\/95{background-color:rgba(52,211,153,.95)!important}.bg-emerald-500{--tw-bg-opacity:1!important;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))!important}.bg-emerald-600{--tw-bg-opacity:1!important;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))!important}.bg-red-50{background-color:rgb(254 242 242/var(--tw-bg-opacity,1))!important}.bg-red-50,.bg-red-500{--tw-bg-opacity:1!important}.bg-red-500{background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.bg-red-500\/25{background-color:rgba(239,68,68,.25)!important}.bg-red-500\/85{background-color:rgba(239,68,68,.85)!important}.bg-red-600{--tw-bg-opacity:1!important;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))!important}.bg-red-700\/70{background-color:rgba(185,28,28,.7)!important}.bg-red-900\/50{background-color:rgba(127,29,29,.5)!important}.bg-red-950\/30{background-color:rgba(69,10,10,.3)!important}.bg-sky-500{background-color:rgb(14 165 233/var(--tw-bg-opacity,1))!important}.bg-sky-500,.bg-slate-100{--tw-bg-opacity:1!important}.bg-slate-100{background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.bg-slate-50{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))!important}.bg-slate-900{--tw-bg-opacity:1!important;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))!important}.bg-slate-900\/40{background-color:rgba(15,23,42,.4)!important}.bg-slate-950{--tw-bg-opacity:1!important;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))!important}.bg-transparent{background-color:transparent!important}.bg-violet-100{--tw-bg-opacity:1!important;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))!important}.bg-violet-50{--tw-bg-opacity:1!important;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))!important}.bg-violet-500{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.bg-violet-600{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.bg-violet-600\/10{background-color:rgba(124,58,237,.1)!important}.bg-violet-700\/90{background-color:rgba(109,40,217,.9)!important}.bg-violet-900\/20{background-color:rgba(76,29,149,.2)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-white\/10{background-color:hsla(0,0%,100%,.1)!important}.bg-white\/\[0\.06\]{background-color:hsla(0,0%,100%,.06)!important}.bg-zinc-500\/90{background-color:rgba(113,113,122,.9)!important}.bg-zinc-600{--tw-bg-opacity:1!important;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))!important}.bg-zinc-600\/90{background-color:rgba(82,82,91,.9)!important}.bg-zinc-700\/55{background-color:rgba(63,63,70,.55)!important}.bg-zinc-700\/70{background-color:rgba(63,63,70,.7)!important}.bg-zinc-800{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.bg-zinc-800\/80{background-color:rgba(39,39,42,.8)!important}.bg-zinc-800\/90{background-color:rgba(39,39,42,.9)!important}.bg-zinc-900{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.bg-gradient-to-b{background-image:linear-gradient(180deg,var(--tw-gradient-stops))!important}.from-\[\#252038\]{--tw-gradient-from:#252038 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(37,32,56,0) var(--tw-gradient-to-position)!important}.from-\[\#252038\],.from-slate-100{--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-slate-100{--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(241,245,249,0) var(--tw-gradient-to-position)!important}.from-violet-50{--tw-gradient-from:#f5f3ff var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(245,243,255,0) var(--tw-gradient-to-position)!important}.from-violet-50,.from-violet-950\/40{--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-violet-950\/40{--tw-gradient-from:rgba(46,16,101,0.4) var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(46,16,101,0) var(--tw-gradient-to-position)!important}.to-\[\#1a1628\]{--tw-gradient-to:#1a1628 var(--tw-gradient-to-position)!important}.to-\[\#1a1a22\]{--tw-gradient-to:#1a1a22 var(--tw-gradient-to-position)!important}.to-slate-50{--tw-gradient-to:#f8fafc var(--tw-gradient-to-position)!important}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.px-0\.5{padding-left:.125rem!important;padding-right:.125rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.pl-4{padding-left:1rem!important}.pr-11{padding-right:2.75rem!important}.pt-1{padding-top:.25rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.align-top{vertical-align:top!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-\[10px\]{font-size:10px!important}.text-\[11px\]{font-size:11px!important}.text-\[13px\]{font-size:13px!important}.text-\[16px\]{font-size:16px!important}.text-\[20px\]{font-size:20px!important}.text-\[22px\]{font-size:22px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.tabular-nums{--tw-numeric-spacing:tabular-nums!important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-\[1\],.leading-none{line-height:1!important}.leading-snug{line-height:1.375!important}.leading-tight{line-height:1.25!important}.tracking-\[0\.14em\]{letter-spacing:.14em!important}.tracking-\[0\.24em\]{letter-spacing:.24em!important}.tracking-tight{letter-spacing:-.025em!important}.text-\[\#8f86a9\]{--tw-text-opacity:1!important;color:rgb(143 134 169/var(--tw-text-opacity,1))!important}.text-amber-300{--tw-text-opacity:1!important;color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.text-amber-600{--tw-text-opacity:1!important;color:rgb(217 119 6/var(--tw-text-opacity,1))!important}.text-red-100{color:rgb(254 226 226/var(--tw-text-opacity,1))!important}.text-red-100,.text-red-300{--tw-text-opacity:1!important}.text-red-300{color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.text-red-600{--tw-text-opacity:1!important;color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.text-slate-100{--tw-text-opacity:1!important;color:rgb(241 245 249/var(--tw-text-opacity,1))!important}.text-slate-200{--tw-text-opacity:1!important;color:rgb(226 232 240/var(--tw-text-opacity,1))!important}.text-slate-300{--tw-text-opacity:1!important;color:rgb(203 213 225/var(--tw-text-opacity,1))!important}.text-slate-400{--tw-text-opacity:1!important;color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.text-slate-600{--tw-text-opacity:1!important;color:rgb(71 85 105/var(--tw-text-opacity,1))!important}.text-slate-700{--tw-text-opacity:1!important;color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.text-slate-800{--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.text-slate-900{--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.text-violet-100{--tw-text-opacity:1!important;color:rgb(237 233 254/var(--tw-text-opacity,1))!important}.text-violet-200{--tw-text-opacity:1!important;color:rgb(221 214 254/var(--tw-text-opacity,1))!important}.text-violet-300{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.text-violet-50{--tw-text-opacity:1!important;color:rgb(245 243 255/var(--tw-text-opacity,1))!important}.text-violet-800{--tw-text-opacity:1!important;color:rgb(91 33 182/var(--tw-text-opacity,1))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-white\/90{color:hsla(0,0%,100%,.9)!important}.text-zinc-100{--tw-text-opacity:1!important;color:rgb(244 244 245/var(--tw-text-opacity,1))!important}.text-zinc-200{--tw-text-opacity:1!important;color:rgb(228 228 231/var(--tw-text-opacity,1))!important}.text-zinc-200\/90{color:rgba(228,228,231,.9)!important}.text-zinc-300{--tw-text-opacity:1!important;color:rgb(212 212 216/var(--tw-text-opacity,1))!important}.text-zinc-300\/80{color:rgba(212,212,216,.8)!important}.text-zinc-300\/90{color:rgba(212,212,216,.9)!important}.text-zinc-400{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.text-zinc-500{--tw-text-opacity:1!important;color:rgb(113 113 122/var(--tw-text-opacity,1))!important}.text-zinc-600{--tw-text-opacity:1!important;color:rgb(82 82 91/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.opacity-60{opacity:.6!important}.opacity-80{opacity:.8!important}.opacity-85{opacity:.85!important}.opacity-90{opacity:.9!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\]{--tw-shadow:0 0 10px rgba(16,185,129,0.65)!important;--tw-shadow-colored:0 0 10px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\],.shadow-\[0_30px_80px_rgba\(15\2c 23\2c 42\2c 0\.16\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_30px_80px_rgba\(15\2c 23\2c 42\2c 0\.16\)\]{--tw-shadow:0 30px 80px rgba(15,23,42,0.16)!important;--tw-shadow-colored:0 30px 80px var(--tw-shadow-color)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:0 6px 12px rgba(0,0,0,0.08)!important;--tw-shadow-colored:0 6px 12px var(--tw-shadow-color)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\],.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:0 8px 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:0 8px 16px var(--tw-shadow-color)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\],.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.08)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.shadow-black\/40{--tw-shadow-color:rgba(0,0,0,0.4)!important;--tw-shadow:var(--tw-shadow-colored)!important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline{outline-style:solid!important}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-red-400\/60{--tw-ring-color:rgba(248,113,113,0.6)!important}.ring-violet-300\/60{--tw-ring-color:rgba(196,181,253,0.6)!important}.ring-violet-400\/60{--tw-ring-color:rgba(167,139,250,0.6)!important}.ring-violet-400\/70{--tw-ring-color:rgba(167,139,250,0.7)!important}.ring-violet-500\/70{--tw-ring-color:rgba(139,92,246,0.7)!important}.ring-zinc-600\/40{--tw-ring-color:rgba(82,82,91,0.4)!important}.blur{--tw-blur:blur(8px)!important}.blur,.grayscale-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.15\]{--tw-grayscale:grayscale(0.15)!important}.grayscale-\[0\.2\]{--tw-grayscale:grayscale(0.2)!important}.grayscale-\[0\.2\],.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert{--tw-invert:invert(100%)!important}.\!filter,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)!important}.backdrop-blur-\[2px\],.backdrop-blur-sm{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)!important}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)!important}.backdrop-blur-xl,.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[padding-right\]{transition-property:padding-right!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.\[color-scheme\:dark\]{color-scheme:dark!important}.\[color-scheme\:light\]{color-scheme:light!important}.last\:border-b-0:last-child{border-bottom-width:0!important}.hover\:border-violet-300:hover{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.hover\:border-violet-500:hover{--tw-border-opacity:1!important;border-color:rgb(139 92 246/var(--tw-border-opacity,1))!important}.hover\:bg-\[\#241c3f\]:hover{--tw-bg-opacity:1!important;background-color:rgb(36 28 63/var(--tw-bg-opacity,1))!important}.hover\:bg-red-500:hover{--tw-bg-opacity:1!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.hover\:bg-slate-100:hover{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.hover\:bg-slate-50:hover{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))!important}.hover\:bg-slate-800:hover{--tw-bg-opacity:1!important;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-100\/80:hover{background-color:rgba(237,233,254,.8)!important}.hover\:bg-violet-50\/60:hover{background-color:rgba(245,243,255,.6)!important}.hover\:bg-violet-50\/70:hover{background-color:rgba(245,243,255,.7)!important}.hover\:bg-violet-500:hover{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-600:hover{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)!important}.hover\:bg-white\/60:hover{background-color:hsla(0,0%,100%,.6)!important}.hover\:bg-white\/\[0\.04\]:hover{background-color:hsla(0,0%,100%,.04)!important}.hover\:bg-zinc-400:hover{--tw-bg-opacity:1!important;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-500\/90:hover{background-color:rgba(113,113,122,.9)!important}.hover\:bg-zinc-800:hover{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-900:hover{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.hover\:text-violet-300:hover{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.hover\:text-violet-500:hover{--tw-text-opacity:1!important;color:rgb(139 92 246/var(--tw-text-opacity,1))!important}.active\:bg-white\/\[0\.07\]:active{background-color:hsla(0,0%,100%,.07)!important}.disabled\:opacity-50:disabled{opacity:.5!important}@media (min-width:640px){.sm\:flex-row{flex-direction:row!important}.sm\:items-center{align-items:center!important}.sm\:px-2{padding-left:.5rem!important;padding-right:.5rem!important}.sm\:px-4{padding-left:1rem!important;padding-right:1rem!important}.sm\:py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.sm\:text-\[11px\]{font-size:11px!important}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:items-center{align-items:center!important}.md\:rounded-3xl{border-radius:1.5rem!important}.md\:p-3{padding:.75rem!important}.md\:p-4{padding:1rem!important}.md\:p-6{padding:1.5rem!important}.md\:p-8{padding:2rem!important}.md\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}}.\[\&\:\:-webkit-calendar-picker-indicator\]\:ml-auto::-webkit-calendar-picker-indicator{margin-left:auto!important}.\[\&\:\:-webkit-calendar-picker-indicator\]\:mr-1::-webkit-calendar-picker-indicator{margin-right:.25rem!important}
|
|
3
|
+
/*! tailwindcss v3.4.19 | MIT License | https://tailwindcss.com*/*,:after,:before{box-sizing:border-box;border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{line-height:1.5;-webkit-text-size-adjust:100%;-moz-tab-size:4;-o-tab-size:4;tab-size:4;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-feature-settings:normal;font-variation-settings:normal;-webkit-tap-highlight-color:transparent}body{margin:0;line-height:inherit}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-feature-settings:normal;font-variation-settings:normal;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}button,input,optgroup,select,textarea{font-family:inherit;font-feature-settings:inherit;font-variation-settings:inherit;font-size:100%;font-weight:inherit;line-height:inherit;letter-spacing:inherit;color:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:transparent;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:baseline}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::-moz-placeholder, textarea::-moz-placeholder{opacity:1;color:#9ca3af}input::placeholder,textarea::placeholder{opacity:1;color:#9ca3af}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{max-width:100%;height:auto}[hidden]:where(:not([hidden=until-found])){display:none}.\!container{width:100%!important}.container{width:100%}@media (min-width:640px){.\!container{max-width:640px!important}.container{max-width:640px}}@media (min-width:768px){.\!container{max-width:768px!important}.container{max-width:768px}}@media (min-width:1024px){.\!container{max-width:1024px!important}.container{max-width:1024px}}@media (min-width:1280px){.\!container{max-width:1280px!important}.container{max-width:1280px}}@media (min-width:1536px){.\!container{max-width:1536px!important}.container{max-width:1536px}}.pointer-events-none{pointer-events:none!important}.\!visible,.visible{visibility:visible!important}.collapse{visibility:collapse!important}.static{position:static!important}.fixed{position:fixed!important}.absolute{position:absolute!important}.relative{position:relative!important}.sticky{position:sticky!important}.inset-0{inset:0!important}.inset-6{inset:1.5rem!important}.inset-x-0{left:0!important;right:0!important}.inset-y-0{top:0!important;bottom:0!important}.bottom-6{bottom:1.5rem!important}.left-0{left:0!important}.left-1\/2{left:50%!important}.left-3{left:.75rem!important}.right-0{right:0!important}.right-3{right:.75rem!important}.top-0{top:0!important}.top-2{top:.5rem!important}.top-3{top:.75rem!important}.top-\[60px\]{top:60px!important}.isolate{isolation:isolate!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-50{z-index:50!important}.z-\[25\]{z-index:25!important}.z-\[26\]{z-index:26!important}.z-\[60\]{z-index:60!important}.z-\[69\]{z-index:69!important}.z-\[72\]{z-index:72!important}.mx-0{margin-left:0!important;margin-right:0!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mt-0\.5{margin-top:.125rem!important}.mt-1{margin-top:.25rem!important}.mt-10{margin-top:2.5rem!important}.mt-14{margin-top:3.5rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-5{margin-top:1.25rem!important}.mt-6{margin-top:1.5rem!important}.mt-auto{margin-top:auto!important}.block{display:block!important}.inline-block{display:inline-block!important}.inline{display:inline!important}.flex{display:flex!important}.inline-flex{display:inline-flex!important}.table{display:table!important}.grid{display:grid!important}.contents{display:contents!important}.hidden{display:none!important}.h-10{height:2.5rem!important}.h-11{height:2.75rem!important}.h-3{height:.75rem!important}.h-\[52px\]{height:52px!important}.h-full{height:100%!important}.max-h-\[360px\]{max-height:360px!important}.max-h-\[72vh\]{max-height:72vh!important}.max-h-\[78vh\]{max-height:78vh!important}.max-h-\[92vh\]{max-height:92vh!important}.max-h-none{max-height:none!important}.min-h-0{min-height:0!important}.min-h-\[72px\]{min-height:72px!important}.w-11{width:2.75rem!important}.w-14{width:3.5rem!important}.w-3{width:.75rem!important}.w-\[132px\]{width:132px!important}.w-\[2px\]{width:2px!important}.w-\[52px\]{width:52px!important}.w-fit{width:-moz-fit-content!important;width:fit-content!important}.w-full{width:100%!important}.min-w-0{min-width:0!important}.min-w-\[132px\]{min-width:132px!important}.min-w-\[240px\]{min-width:240px!important}.min-w-\[980px\]{min-width:980px!important}.max-w-\[132px\]{max-width:132px!important}.max-w-\[260px\]{max-width:260px!important}.max-w-\[520px\]{max-width:520px!important}.max-w-\[720px\]{max-width:720px!important}.max-w-\[900px\]{max-width:900px!important}.max-w-\[92vw\]{max-width:92vw!important}.max-w-\[980px\]{max-width:980px!important}.max-w-full{max-width:100%!important}.max-w-none{max-width:none!important}.flex-1{flex:1 1 0%!important}.flex-shrink{flex-shrink:1!important}.shrink-0{flex-shrink:0!important}.flex-grow{flex-grow:1!important}.border-collapse{border-collapse:collapse!important}.-translate-x-1\/2{--tw-translate-x:-50%!important}.-rotate-90,.-translate-x-1\/2{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.-rotate-90{--tw-rotate:-90deg!important}.rotate-0{--tw-rotate:0deg!important}.rotate-0,.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))!important}.cursor-grab{cursor:grab!important}.cursor-grabbing{cursor:grabbing!important}.cursor-pointer{cursor:pointer!important}.touch-pan-x{--tw-pan-x:pan-x!important}.touch-pan-x,.touch-pan-y{touch-action:var(--tw-pan-x) var(--tw-pan-y) var(--tw-pinch-zoom)!important}.touch-pan-y{--tw-pan-y:pan-y!important}.select-none{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.select-text{-webkit-user-select:text!important;-moz-user-select:text!important;user-select:text!important}.select-all{-webkit-user-select:all!important;-moz-user-select:all!important;user-select:all!important}.resize-none{resize:none!important}.resize{resize:both!important}.auto-rows-\[minmax\(72px\2c auto\)\]{grid-auto-rows:minmax(72px,auto)!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-7{grid-template-columns:repeat(7,minmax(0,1fr))!important}.grid-cols-\[0\.8fr_1fr_1\.3fr_0\.9fr_0\.9fr\]{grid-template-columns:.8fr 1fr 1.3fr .9fr .9fr!important}.flex-col{flex-direction:column!important}.flex-col-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.place-items-center{place-items:center!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.items-center{align-items:center!important}.items-stretch{align-items:stretch!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.gap-0\.5{gap:.125rem!important}.gap-1{gap:.25rem!important}.gap-1\.5{gap:.375rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.space-y-1>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(0.25rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(0.25rem*var(--tw-space-y-reverse))!important}.space-y-4>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1rem*var(--tw-space-y-reverse))!important}.space-y-6>:not([hidden])~:not([hidden]){--tw-space-y-reverse:0!important;margin-top:calc(1.5rem*(1 - var(--tw-space-y-reverse)))!important;margin-bottom:calc(1.5rem*var(--tw-space-y-reverse))!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.overflow-y-auto{overflow-y:auto!important}.overscroll-contain{overscroll-behavior:contain!important}.truncate{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.rounded{border-radius:.25rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-3xl{border-radius:1.5rem!important}.rounded-\[28px\]{border-radius:28px!important}.rounded-\[30px\]{border-radius:30px!important}.rounded-full{border-radius:9999px!important}.rounded-lg{border-radius:.5rem!important}.rounded-md{border-radius:.375rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-t-3xl{border-top-left-radius:1.5rem!important;border-top-right-radius:1.5rem!important}.border{border-width:1px!important}.border-b{border-bottom-width:1px!important}.border-b-4{border-bottom-width:4px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-dashed{border-style:dashed!important}.border-\[\#d8d0eb\]{--tw-border-opacity:1!important;border-color:rgb(216 208 235/var(--tw-border-opacity,1))!important}.border-\[var\(--border-strong\)\]{border-color:var(--border-strong)!important}.border-\[var\(--brand-light\)\]{border-color:var(--brand-light)!important}.border-amber-200\/35{border-color:rgba(253,230,138,.35)!important}.border-amber-400\/80{border-color:rgba(251,191,36,.8)!important}.border-amber-400\/95{border-color:rgba(251,191,36,.95)!important}.border-cyan-300\/35{border-color:rgba(103,232,249,.35)!important}.border-emerald-300\/35{border-color:rgba(110,231,183,.35)!important}.border-red-200{--tw-border-opacity:1!important;border-color:rgb(254 202 202/var(--tw-border-opacity,1))!important}.border-red-300\/35{border-color:rgba(252,165,165,.35)!important}.border-red-300\/55{border-color:rgba(252,165,165,.55)!important}.border-red-400{--tw-border-opacity:1!important;border-color:rgb(248 113 113/var(--tw-border-opacity,1))!important}.border-red-400\/75{border-color:rgba(248,113,113,.75)!important}.border-red-500\/70{border-color:rgba(239,68,68,.7)!important}.border-red-700\/50{border-color:rgba(185,28,28,.5)!important}.border-red-800\/40{border-color:rgba(153,27,27,.4)!important}.border-slate-200{--tw-border-opacity:1!important;border-color:rgb(226 232 240/var(--tw-border-opacity,1))!important}.border-slate-700{--tw-border-opacity:1!important;border-color:rgb(51 65 85/var(--tw-border-opacity,1))!important}.border-slate-800{--tw-border-opacity:1!important;border-color:rgb(30 41 59/var(--tw-border-opacity,1))!important}.border-violet-300{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.border-violet-300\/30{border-color:rgba(196,181,253,.3)!important}.border-violet-400{--tw-border-opacity:1!important;border-color:rgb(167 139 250/var(--tw-border-opacity,1))!important}.border-violet-400\/20{border-color:rgba(167,139,250,.2)!important}.border-violet-500\/30{border-color:rgba(139,92,246,.3)!important}.border-white\/10{border-color:hsla(0,0%,100%,.1)!important}.border-zinc-300\/30{border-color:rgba(212,212,216,.3)!important}.border-zinc-300\/45{border-color:rgba(212,212,216,.45)!important}.border-zinc-400\/45{border-color:rgba(161,161,170,.45)!important}.border-zinc-500\/70{border-color:rgba(113,113,122,.7)!important}.border-zinc-600{--tw-border-opacity:1!important;border-color:rgb(82 82 91/var(--tw-border-opacity,1))!important}.border-zinc-700{--tw-border-opacity:1!important;border-color:rgb(63 63 70/var(--tw-border-opacity,1))!important}.border-zinc-800{--tw-border-opacity:1!important;border-color:rgb(39 39 42/var(--tw-border-opacity,1))!important}.border-zinc-800\/80{border-color:rgba(39,39,42,.8)!important}.border-b-transparent{border-bottom-color:transparent!important}.border-l-transparent{border-left-color:transparent!important}.bg-\[\#101117\]{--tw-bg-opacity:1!important;background-color:rgb(16 17 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111217\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#111218\]{--tw-bg-opacity:1!important;background-color:rgb(17 18 24/var(--tw-bg-opacity,1))!important}.bg-\[\#121217\]{--tw-bg-opacity:1!important;background-color:rgb(18 18 23/var(--tw-bg-opacity,1))!important}.bg-\[\#151220\]{--tw-bg-opacity:1!important;background-color:rgb(21 18 32/var(--tw-bg-opacity,1))!important}.bg-\[\#151a2f\]{--tw-bg-opacity:1!important;background-color:rgb(21 26 47/var(--tw-bg-opacity,1))!important}.bg-\[\#171820\]{--tw-bg-opacity:1!important;background-color:rgb(23 24 32/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1a22\]{--tw-bg-opacity:1!important;background-color:rgb(26 26 34/var(--tw-bg-opacity,1))!important}.bg-\[\#1a1b21\]{--tw-bg-opacity:1!important;background-color:rgb(26 27 33/var(--tw-bg-opacity,1))!important}.bg-\[\#1c1630\]{--tw-bg-opacity:1!important;background-color:rgb(28 22 48/var(--tw-bg-opacity,1))!important}.bg-\[\#1e1a32\]{--tw-bg-opacity:1!important;background-color:rgb(30 26 50/var(--tw-bg-opacity,1))!important}.bg-\[\#241d40\]{--tw-bg-opacity:1!important;background-color:rgb(36 29 64/var(--tw-bg-opacity,1))!important}.bg-\[var\(--bg-input\)\]{background-color:var(--bg-input)!important}.bg-\[var\(--brand-surface\)\]{background-color:var(--brand-surface)!important}.bg-amber-500{--tw-bg-opacity:1!important;background-color:rgb(245 158 11/var(--tw-bg-opacity,1))!important}.bg-black\/25{background-color:rgba(0,0,0,.25)!important}.bg-black\/45{background-color:rgba(0,0,0,.45)!important}.bg-black\/55{background-color:rgba(0,0,0,.55)!important}.bg-cyan-500{--tw-bg-opacity:1!important;background-color:rgb(6 182 212/var(--tw-bg-opacity,1))!important}.bg-emerald-400\/95{background-color:rgba(52,211,153,.95)!important}.bg-emerald-500{--tw-bg-opacity:1!important;background-color:rgb(16 185 129/var(--tw-bg-opacity,1))!important}.bg-emerald-600{--tw-bg-opacity:1!important;background-color:rgb(5 150 105/var(--tw-bg-opacity,1))!important}.bg-red-50{background-color:rgb(254 242 242/var(--tw-bg-opacity,1))!important}.bg-red-50,.bg-red-500{--tw-bg-opacity:1!important}.bg-red-500{background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.bg-red-500\/25{background-color:rgba(239,68,68,.25)!important}.bg-red-500\/85{background-color:rgba(239,68,68,.85)!important}.bg-red-600{--tw-bg-opacity:1!important;background-color:rgb(220 38 38/var(--tw-bg-opacity,1))!important}.bg-red-700\/70{background-color:rgba(185,28,28,.7)!important}.bg-red-900\/50{background-color:rgba(127,29,29,.5)!important}.bg-red-950\/30{background-color:rgba(69,10,10,.3)!important}.bg-sky-500{background-color:rgb(14 165 233/var(--tw-bg-opacity,1))!important}.bg-sky-500,.bg-slate-100{--tw-bg-opacity:1!important}.bg-slate-100{background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.bg-slate-50{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))!important}.bg-slate-900{--tw-bg-opacity:1!important;background-color:rgb(15 23 42/var(--tw-bg-opacity,1))!important}.bg-slate-900\/40{background-color:rgba(15,23,42,.4)!important}.bg-slate-950{--tw-bg-opacity:1!important;background-color:rgb(2 6 23/var(--tw-bg-opacity,1))!important}.bg-transparent{background-color:transparent!important}.bg-violet-100{--tw-bg-opacity:1!important;background-color:rgb(237 233 254/var(--tw-bg-opacity,1))!important}.bg-violet-50{--tw-bg-opacity:1!important;background-color:rgb(245 243 255/var(--tw-bg-opacity,1))!important}.bg-violet-500{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.bg-violet-600{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.bg-violet-600\/10{background-color:rgba(124,58,237,.1)!important}.bg-violet-700\/90{background-color:rgba(109,40,217,.9)!important}.bg-violet-900\/20{background-color:rgba(76,29,149,.2)!important}.bg-white{--tw-bg-opacity:1!important;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))!important}.bg-white\/10{background-color:hsla(0,0%,100%,.1)!important}.bg-white\/\[0\.06\]{background-color:hsla(0,0%,100%,.06)!important}.bg-zinc-500\/90{background-color:rgba(113,113,122,.9)!important}.bg-zinc-600{--tw-bg-opacity:1!important;background-color:rgb(82 82 91/var(--tw-bg-opacity,1))!important}.bg-zinc-600\/90{background-color:rgba(82,82,91,.9)!important}.bg-zinc-700\/55{background-color:rgba(63,63,70,.55)!important}.bg-zinc-700\/70{background-color:rgba(63,63,70,.7)!important}.bg-zinc-800{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.bg-zinc-800\/80{background-color:rgba(39,39,42,.8)!important}.bg-zinc-800\/90{background-color:rgba(39,39,42,.9)!important}.bg-zinc-900{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.bg-gradient-to-b{background-image:linear-gradient(180deg,var(--tw-gradient-stops))!important}.from-\[\#252038\]{--tw-gradient-from:#252038 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(37,32,56,0) var(--tw-gradient-to-position)!important}.from-\[\#252038\],.from-slate-100{--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-slate-100{--tw-gradient-from:#f1f5f9 var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(241,245,249,0) var(--tw-gradient-to-position)!important}.from-violet-50{--tw-gradient-from:#f5f3ff var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(245,243,255,0) var(--tw-gradient-to-position)!important}.from-violet-50,.from-violet-950\/40{--tw-gradient-stops:var(--tw-gradient-from),var(--tw-gradient-to)!important}.from-violet-950\/40{--tw-gradient-from:rgba(46,16,101,0.4) var(--tw-gradient-from-position)!important;--tw-gradient-to:rgba(46,16,101,0) var(--tw-gradient-to-position)!important}.to-\[\#1a1628\]{--tw-gradient-to:#1a1628 var(--tw-gradient-to-position)!important}.to-\[\#1a1a22\]{--tw-gradient-to:#1a1a22 var(--tw-gradient-to-position)!important}.to-slate-50{--tw-gradient-to:#f8fafc var(--tw-gradient-to-position)!important}.to-white{--tw-gradient-to:#fff var(--tw-gradient-to-position)!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.px-0\.5{padding-left:.125rem!important;padding-right:.125rem!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-1\.5{padding-left:.375rem!important;padding-right:.375rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-2\.5{padding-left:.625rem!important;padding-right:.625rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-5{padding-left:1.25rem!important;padding-right:1.25rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.py-0\.5{padding-top:.125rem!important;padding-bottom:.125rem!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-1\.5{padding-top:.375rem!important;padding-bottom:.375rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-2\.5{padding-top:.625rem!important;padding-bottom:.625rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.pb-2{padding-bottom:.5rem!important}.pl-4{padding-left:1rem!important}.pr-11{padding-right:2.75rem!important}.pt-1{padding-top:.25rem!important}.pt-1\.5{padding-top:.375rem!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.align-top{vertical-align:top!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-\[10px\]{font-size:10px!important}.text-\[11px\]{font-size:11px!important}.text-\[13px\]{font-size:13px!important}.text-\[16px\]{font-size:16px!important}.text-\[20px\]{font-size:20px!important}.text-\[22px\]{font-size:22px!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.tabular-nums{--tw-numeric-spacing:tabular-nums!important;font-variant-numeric:var(--tw-ordinal) var(--tw-slashed-zero) var(--tw-numeric-figure) var(--tw-numeric-spacing) var(--tw-numeric-fraction)!important}.leading-\[1\],.leading-none{line-height:1!important}.leading-snug{line-height:1.375!important}.leading-tight{line-height:1.25!important}.tracking-\[0\.14em\]{letter-spacing:.14em!important}.tracking-\[0\.24em\]{letter-spacing:.24em!important}.tracking-tight{letter-spacing:-.025em!important}.text-\[\#8f86a9\]{--tw-text-opacity:1!important;color:rgb(143 134 169/var(--tw-text-opacity,1))!important}.text-amber-300{--tw-text-opacity:1!important;color:rgb(252 211 77/var(--tw-text-opacity,1))!important}.text-amber-600{--tw-text-opacity:1!important;color:rgb(217 119 6/var(--tw-text-opacity,1))!important}.text-red-100{color:rgb(254 226 226/var(--tw-text-opacity,1))!important}.text-red-100,.text-red-300{--tw-text-opacity:1!important}.text-red-300{color:rgb(252 165 165/var(--tw-text-opacity,1))!important}.text-red-600{--tw-text-opacity:1!important;color:rgb(220 38 38/var(--tw-text-opacity,1))!important}.text-slate-100{--tw-text-opacity:1!important;color:rgb(241 245 249/var(--tw-text-opacity,1))!important}.text-slate-200{--tw-text-opacity:1!important;color:rgb(226 232 240/var(--tw-text-opacity,1))!important}.text-slate-300{--tw-text-opacity:1!important;color:rgb(203 213 225/var(--tw-text-opacity,1))!important}.text-slate-400{--tw-text-opacity:1!important;color:rgb(148 163 184/var(--tw-text-opacity,1))!important}.text-slate-500{--tw-text-opacity:1!important;color:rgb(100 116 139/var(--tw-text-opacity,1))!important}.text-slate-600{--tw-text-opacity:1!important;color:rgb(71 85 105/var(--tw-text-opacity,1))!important}.text-slate-700{--tw-text-opacity:1!important;color:rgb(51 65 85/var(--tw-text-opacity,1))!important}.text-slate-800{--tw-text-opacity:1!important;color:rgb(30 41 59/var(--tw-text-opacity,1))!important}.text-slate-900{--tw-text-opacity:1!important;color:rgb(15 23 42/var(--tw-text-opacity,1))!important}.text-violet-100{--tw-text-opacity:1!important;color:rgb(237 233 254/var(--tw-text-opacity,1))!important}.text-violet-200{--tw-text-opacity:1!important;color:rgb(221 214 254/var(--tw-text-opacity,1))!important}.text-violet-300{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.text-violet-50{--tw-text-opacity:1!important;color:rgb(245 243 255/var(--tw-text-opacity,1))!important}.text-violet-800{--tw-text-opacity:1!important;color:rgb(91 33 182/var(--tw-text-opacity,1))!important}.text-white{--tw-text-opacity:1!important;color:rgb(255 255 255/var(--tw-text-opacity,1))!important}.text-white\/90{color:hsla(0,0%,100%,.9)!important}.text-zinc-100{--tw-text-opacity:1!important;color:rgb(244 244 245/var(--tw-text-opacity,1))!important}.text-zinc-200{--tw-text-opacity:1!important;color:rgb(228 228 231/var(--tw-text-opacity,1))!important}.text-zinc-200\/90{color:rgba(228,228,231,.9)!important}.text-zinc-300{--tw-text-opacity:1!important;color:rgb(212 212 216/var(--tw-text-opacity,1))!important}.text-zinc-300\/80{color:rgba(212,212,216,.8)!important}.text-zinc-300\/90{color:rgba(212,212,216,.9)!important}.text-zinc-400{--tw-text-opacity:1!important;color:rgb(161 161 170/var(--tw-text-opacity,1))!important}.text-zinc-500{--tw-text-opacity:1!important;color:rgb(113 113 122/var(--tw-text-opacity,1))!important}.text-zinc-600{--tw-text-opacity:1!important;color:rgb(82 82 91/var(--tw-text-opacity,1))!important}.underline{text-decoration-line:underline!important}.opacity-60{opacity:.6!important}.opacity-80{opacity:.8!important}.opacity-85{opacity:.85!important}.opacity-90{opacity:.9!important}.shadow{--tw-shadow:0 1px 3px 0 rgba(0,0,0,0.1),0 1px 2px -1px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color),0 1px 2px -1px var(--tw-shadow-color)!important}.shadow,.shadow-2xl{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-2xl{--tw-shadow:0 25px 50px -12px rgba(0,0,0,0.25)!important;--tw-shadow-colored:0 25px 50px -12px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\]{--tw-shadow:0 0 10px rgba(16,185,129,0.65)!important;--tw-shadow-colored:0 0 10px var(--tw-shadow-color)!important}.shadow-\[0_0_10px_rgba\(16\2c 185\2c 129\2c 0\.65\)\],.shadow-\[0_30px_80px_rgba\(15\2c 23\2c 42\2c 0\.16\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_30px_80px_rgba\(15\2c 23\2c 42\2c 0\.16\)\]{--tw-shadow:0 30px 80px rgba(15,23,42,0.16)!important;--tw-shadow-colored:0 30px 80px var(--tw-shadow-color)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:0 6px 12px rgba(0,0,0,0.08)!important;--tw-shadow-colored:0 6px 12px var(--tw-shadow-color)!important}.shadow-\[0_6px_12px_rgba\(0\2c 0\2c 0\2c 0\.08\)\],.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[0_8px_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:0 8px 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:0 8px 16px var(--tw-shadow-color)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.06)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.06\)\],.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-\[8px_0_16px_rgba\(0\2c 0\2c 0\2c 0\.08\)\]{--tw-shadow:8px 0 16px rgba(0,0,0,0.08)!important;--tw-shadow-colored:8px 0 16px var(--tw-shadow-color)!important}.shadow-lg{--tw-shadow:0 10px 15px -3px rgba(0,0,0,0.1),0 4px 6px -4px rgba(0,0,0,0.1)!important;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)!important}.shadow-lg,.shadow-sm{box-shadow:var(--tw-ring-offset-shadow,0 0 transparent),var(--tw-ring-shadow,0 0 transparent),var(--tw-shadow)!important}.shadow-sm{--tw-shadow:0 1px 2px 0 rgba(0,0,0,0.05)!important;--tw-shadow-colored:0 1px 2px 0 var(--tw-shadow-color)!important}.shadow-black\/40{--tw-shadow-color:rgba(0,0,0,0.4)!important;--tw-shadow:var(--tw-shadow-colored)!important}.outline-none{outline:2px solid transparent!important;outline-offset:2px!important}.outline{outline-style:solid!important}.ring-1{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-1,.ring-2{box-shadow:var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow,0 0 transparent)!important}.ring-2{--tw-ring-offset-shadow:var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color)!important;--tw-ring-shadow:var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color)!important}.ring-red-400\/60{--tw-ring-color:rgba(248,113,113,0.6)!important}.ring-violet-300\/60{--tw-ring-color:rgba(196,181,253,0.6)!important}.ring-violet-400\/60{--tw-ring-color:rgba(167,139,250,0.6)!important}.ring-violet-400\/70{--tw-ring-color:rgba(167,139,250,0.7)!important}.ring-violet-500\/70{--tw-ring-color:rgba(139,92,246,0.7)!important}.ring-zinc-600\/40{--tw-ring-color:rgba(82,82,91,0.4)!important}.blur{--tw-blur:blur(8px)!important}.blur,.grayscale-\[0\.15\]{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.grayscale-\[0\.15\]{--tw-grayscale:grayscale(0.15)!important}.grayscale-\[0\.2\]{--tw-grayscale:grayscale(0.2)!important}.grayscale-\[0\.2\],.invert{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.invert{--tw-invert:invert(100%)!important}.\!filter,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)!important}.backdrop-blur-\[2px\]{--tw-backdrop-blur:blur(2px)!important}.backdrop-blur-\[2px\],.backdrop-blur-sm{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.backdrop-blur-sm{--tw-backdrop-blur:blur(4px)!important}.backdrop-blur-xl{--tw-backdrop-blur:blur(24px)!important}.backdrop-blur-xl,.backdrop-filter{backdrop-filter:var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)!important}.transition{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-\[padding-right\]{transition-property:padding-right!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.transition-transform{transition-property:transform!important;transition-timing-function:cubic-bezier(.4,0,.2,1)!important;transition-duration:.15s!important}.duration-200{transition-duration:.2s!important}.ease-in-out{transition-timing-function:cubic-bezier(.4,0,.2,1)!important}.ease-out{transition-timing-function:cubic-bezier(0,0,.2,1)!important}.\[color-scheme\:dark\]{color-scheme:dark!important}.\[color-scheme\:light\]{color-scheme:light!important}.last\:border-b-0:last-child{border-bottom-width:0!important}.hover\:border-violet-300:hover{--tw-border-opacity:1!important;border-color:rgb(196 181 253/var(--tw-border-opacity,1))!important}.hover\:border-violet-500:hover{--tw-border-opacity:1!important;border-color:rgb(139 92 246/var(--tw-border-opacity,1))!important}.hover\:bg-\[\#241c3f\]:hover{--tw-bg-opacity:1!important;background-color:rgb(36 28 63/var(--tw-bg-opacity,1))!important}.hover\:bg-red-500:hover{--tw-bg-opacity:1!important;background-color:rgb(239 68 68/var(--tw-bg-opacity,1))!important}.hover\:bg-slate-100:hover{--tw-bg-opacity:1!important;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))!important}.hover\:bg-slate-50:hover{--tw-bg-opacity:1!important;background-color:rgb(248 250 252/var(--tw-bg-opacity,1))!important}.hover\:bg-slate-800:hover{--tw-bg-opacity:1!important;background-color:rgb(30 41 59/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-100\/80:hover{background-color:rgba(237,233,254,.8)!important}.hover\:bg-violet-50\/60:hover{background-color:rgba(245,243,255,.6)!important}.hover\:bg-violet-50\/70:hover{background-color:rgba(245,243,255,.7)!important}.hover\:bg-violet-500:hover{--tw-bg-opacity:1!important;background-color:rgb(139 92 246/var(--tw-bg-opacity,1))!important}.hover\:bg-violet-600:hover{--tw-bg-opacity:1!important;background-color:rgb(124 58 237/var(--tw-bg-opacity,1))!important}.hover\:bg-white\/20:hover{background-color:hsla(0,0%,100%,.2)!important}.hover\:bg-white\/60:hover{background-color:hsla(0,0%,100%,.6)!important}.hover\:bg-white\/\[0\.04\]:hover{background-color:hsla(0,0%,100%,.04)!important}.hover\:bg-zinc-400:hover{--tw-bg-opacity:1!important;background-color:rgb(161 161 170/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-500\/90:hover{background-color:rgba(113,113,122,.9)!important}.hover\:bg-zinc-800:hover{--tw-bg-opacity:1!important;background-color:rgb(39 39 42/var(--tw-bg-opacity,1))!important}.hover\:bg-zinc-900:hover{--tw-bg-opacity:1!important;background-color:rgb(24 24 27/var(--tw-bg-opacity,1))!important}.hover\:text-violet-300:hover{--tw-text-opacity:1!important;color:rgb(196 181 253/var(--tw-text-opacity,1))!important}.hover\:text-violet-500:hover{--tw-text-opacity:1!important;color:rgb(139 92 246/var(--tw-text-opacity,1))!important}.active\:bg-white\/\[0\.07\]:active{background-color:hsla(0,0%,100%,.07)!important}.disabled\:opacity-50:disabled{opacity:.5!important}@media (min-width:640px){.sm\:flex-row{flex-direction:row!important}.sm\:items-center{align-items:center!important}.sm\:px-2{padding-left:.5rem!important;padding-right:.5rem!important}.sm\:px-4{padding-left:1rem!important;padding-right:1rem!important}.sm\:py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.sm\:text-\[11px\]{font-size:11px!important}}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.md\:items-center{align-items:center!important}.md\:rounded-3xl{border-radius:1.5rem!important}.md\:p-3{padding:.75rem!important}.md\:p-4{padding:1rem!important}.md\:p-6{padding:1.5rem!important}.md\:p-8{padding:2rem!important}.md\:px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}}.\[\&\:\:-webkit-calendar-picker-indicator\]\:ml-auto::-webkit-calendar-picker-indicator{margin-left:auto!important}.\[\&\:\:-webkit-calendar-picker-indicator\]\:mr-1::-webkit-calendar-picker-indicator{margin-right:.25rem!important}
|
|
@@ -9,7 +9,7 @@ const PisellRecordBoardCalendarViewMeta: ComponentMetadata = {
|
|
|
9
9
|
"devMode": "proCode",
|
|
10
10
|
"npm": {
|
|
11
11
|
"package": "@pisell/materials",
|
|
12
|
-
"version": "6.11.
|
|
12
|
+
"version": "6.11.49",
|
|
13
13
|
"exportName": "PisellRecordBoardCalendarView",
|
|
14
14
|
"main": "src/index.tsx",
|
|
15
15
|
"destructuring": true,
|
package/package.json
CHANGED
|
@@ -1,9 +0,0 @@
|
|
|
1
|
-
import type { PisellBasicGridProps } from './types';
|
|
2
|
-
import './PisellBasicGrid.less';
|
|
3
|
-
/**
|
|
4
|
-
* 使用 memo 优化组件性能
|
|
5
|
-
* @description 当 props 没有变化时,避免不必要的重新渲染
|
|
6
|
-
*/
|
|
7
|
-
declare const MemoizedPisellBasicGrid: <T>(props: PisellBasicGridProps<T>) => JSX.Element;
|
|
8
|
-
export { MemoizedPisellBasicGrid as PisellBasicGrid };
|
|
9
|
-
export default MemoizedPisellBasicGrid;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export { useGridStyle, default } from './useGridStyle';
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
import type { DirectionType, WrapType, JustifyType, AlignType, AlignContentType, UseGridStyleReturn } from '../types';
|
|
2
|
-
/**
|
|
3
|
-
* useGridStyle Hook 参数
|
|
4
|
-
*/
|
|
5
|
-
interface UseGridStyleParams {
|
|
6
|
-
/** 排列方向 */
|
|
7
|
-
direction?: DirectionType;
|
|
8
|
-
/** 换行控制 */
|
|
9
|
-
wrap?: WrapType;
|
|
10
|
-
/** 一行显示的元素个数 */
|
|
11
|
-
columns?: number;
|
|
12
|
-
/** 是否等分容器宽度 */
|
|
13
|
-
equalWidth?: boolean;
|
|
14
|
-
/** 统一间距 */
|
|
15
|
-
gap?: number | string;
|
|
16
|
-
/** 行间距 */
|
|
17
|
-
rowGap?: number | string;
|
|
18
|
-
/** 列间距 */
|
|
19
|
-
columnGap?: number | string;
|
|
20
|
-
/** 主轴对齐方式 */
|
|
21
|
-
justify?: JustifyType;
|
|
22
|
-
/** 交叉轴对齐方式 */
|
|
23
|
-
align?: AlignType;
|
|
24
|
-
/** 多行对齐方式 */
|
|
25
|
-
alignContent?: AlignContentType;
|
|
26
|
-
}
|
|
27
|
-
/**
|
|
28
|
-
* 计算 Grid 布局样式的 Hook
|
|
29
|
-
* @param params - 布局参数
|
|
30
|
-
* @returns 容器样式和子元素样式
|
|
31
|
-
* @description
|
|
32
|
-
* - 根据传入的布局参数计算容器的 flex 样式
|
|
33
|
-
* - 根据 columns 和 gap 计算子元素的 flex-basis
|
|
34
|
-
* - 使用 useMemo 缓存计算结果,避免不必要的重复计算
|
|
35
|
-
*/
|
|
36
|
-
export declare const useGridStyle: (params: UseGridStyleParams) => UseGridStyleReturn;
|
|
37
|
-
export default useGridStyle;
|
|
@@ -1,6 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
* PisellBasicGrid 组件导出
|
|
3
|
-
* @description 基于 Flexbox 的基础布局组件
|
|
4
|
-
*/
|
|
5
|
-
export { PisellBasicGrid, default } from './PisellBasicGrid';
|
|
6
|
-
export type { PisellBasicGridProps, DirectionType, WrapType, JustifyType, AlignType, AlignContentType, BreakpointType, ResponsiveConfig, } from './types';
|
|
@@ -1,221 +0,0 @@
|
|
|
1
|
-
import type { CSSProperties, ReactNode } from 'react';
|
|
2
|
-
/**
|
|
3
|
-
* 排列方向类型
|
|
4
|
-
* @description 控制子元素的排列方向
|
|
5
|
-
*/
|
|
6
|
-
export declare type DirectionType = 'horizontal' | 'horizontal-reverse' | 'vertical' | 'vertical-reverse';
|
|
7
|
-
/**
|
|
8
|
-
* 换行类型
|
|
9
|
-
* @description 控制子元素是否换行
|
|
10
|
-
*/
|
|
11
|
-
export declare type WrapType = 'nowrap' | 'wrap' | 'wrap-reverse';
|
|
12
|
-
/**
|
|
13
|
-
* 主轴对齐类型
|
|
14
|
-
* @description 控制子元素在主轴上的对齐方式
|
|
15
|
-
*/
|
|
16
|
-
export declare type JustifyType = 'start' | 'end' | 'center' | 'between' | 'around' | 'evenly';
|
|
17
|
-
/**
|
|
18
|
-
* 交叉轴对齐类型
|
|
19
|
-
* @description 控制子元素在交叉轴上的对齐方式
|
|
20
|
-
*/
|
|
21
|
-
export declare type AlignType = 'start' | 'end' | 'center' | 'stretch' | 'baseline';
|
|
22
|
-
/**
|
|
23
|
-
* 多行对齐类型
|
|
24
|
-
* @description 控制多行时行与行之间的对齐方式
|
|
25
|
-
*/
|
|
26
|
-
export declare type AlignContentType = 'start' | 'end' | 'center' | 'between' | 'around' | 'stretch';
|
|
27
|
-
/**
|
|
28
|
-
* 响应式断点类型
|
|
29
|
-
* @description 响应式配置的断点名称
|
|
30
|
-
*/
|
|
31
|
-
export declare type BreakpointType = 'xs' | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
|
32
|
-
/**
|
|
33
|
-
* 响应式配置类型(预留)
|
|
34
|
-
* @description 用于配置不同断点下的布局属性
|
|
35
|
-
*/
|
|
36
|
-
export interface ResponsiveConfig {
|
|
37
|
-
/** 一行显示的元素个数 */
|
|
38
|
-
columns?: number;
|
|
39
|
-
/** 间距 */
|
|
40
|
-
gap?: number | string;
|
|
41
|
-
/** 排列方向 */
|
|
42
|
-
direction?: DirectionType;
|
|
43
|
-
}
|
|
44
|
-
/**
|
|
45
|
-
* PisellBasicGrid 组件 Props
|
|
46
|
-
* @template T - 数据源项的类型
|
|
47
|
-
* @description 基于 Flexbox 的基础布局组件属性定义
|
|
48
|
-
*/
|
|
49
|
-
export interface PisellBasicGridProps<T = any> {
|
|
50
|
-
/**
|
|
51
|
-
* 子元素
|
|
52
|
-
* @description 当未传入 dataSource 时使用
|
|
53
|
-
*/
|
|
54
|
-
children?: ReactNode;
|
|
55
|
-
/**
|
|
56
|
-
* 自定义类名
|
|
57
|
-
* @description 添加到容器元素的额外类名
|
|
58
|
-
*/
|
|
59
|
-
className?: string;
|
|
60
|
-
/**
|
|
61
|
-
* 自定义样式
|
|
62
|
-
* @description 支持所有 CSS 属性,会与组件计算的样式合并
|
|
63
|
-
*/
|
|
64
|
-
style?: CSSProperties;
|
|
65
|
-
/**
|
|
66
|
-
* 排列方向
|
|
67
|
-
* @default 'horizontal'
|
|
68
|
-
* @description
|
|
69
|
-
* - horizontal: 横向排列
|
|
70
|
-
* - horizontal-reverse: 横向反向排列
|
|
71
|
-
* - vertical: 竖向排列
|
|
72
|
-
* - vertical-reverse: 竖向反向排列
|
|
73
|
-
*/
|
|
74
|
-
direction?: DirectionType;
|
|
75
|
-
/**
|
|
76
|
-
* 换行控制
|
|
77
|
-
* @default 'nowrap'
|
|
78
|
-
* @description
|
|
79
|
-
* - nowrap: 不换行
|
|
80
|
-
* - wrap: 换行
|
|
81
|
-
* - wrap-reverse: 反向换行
|
|
82
|
-
*/
|
|
83
|
-
wrap?: WrapType;
|
|
84
|
-
/**
|
|
85
|
-
* 一行显示的元素个数
|
|
86
|
-
* @description 设置后子元素宽度为 calc((100% - gap * (N-1)) / N)
|
|
87
|
-
* @note 优先级高于 equalWidth
|
|
88
|
-
*/
|
|
89
|
-
columns?: number;
|
|
90
|
-
/**
|
|
91
|
-
* 是否等分容器宽度
|
|
92
|
-
* @default false
|
|
93
|
-
* @description 设置为 true 时,子元素会平均分配容器宽度 (flex: 1)
|
|
94
|
-
* @note 当设置了 columns 时,此属性无效
|
|
95
|
-
*/
|
|
96
|
-
equalWidth?: boolean;
|
|
97
|
-
/**
|
|
98
|
-
* 间距(统一设置行列间距)
|
|
99
|
-
* @description 数字类型默认单位为 px,也可传入带单位的字符串
|
|
100
|
-
* @example gap={16} 或 gap="1rem"
|
|
101
|
-
*/
|
|
102
|
-
gap?: number | string;
|
|
103
|
-
/**
|
|
104
|
-
* 行间距
|
|
105
|
-
* @description 优先级高于 gap
|
|
106
|
-
*/
|
|
107
|
-
rowGap?: number | string;
|
|
108
|
-
/**
|
|
109
|
-
* 列间距
|
|
110
|
-
* @description 优先级高于 gap
|
|
111
|
-
*/
|
|
112
|
-
columnGap?: number | string;
|
|
113
|
-
/**
|
|
114
|
-
* 主轴对齐方式
|
|
115
|
-
* @default 'start'
|
|
116
|
-
* @description
|
|
117
|
-
* - start: 起始对齐
|
|
118
|
-
* - end: 末尾对齐
|
|
119
|
-
* - center: 居中对齐
|
|
120
|
-
* - between: 两端对齐
|
|
121
|
-
* - around: 等间距对齐
|
|
122
|
-
* - evenly: 均匀分布
|
|
123
|
-
*/
|
|
124
|
-
justify?: JustifyType;
|
|
125
|
-
/**
|
|
126
|
-
* 交叉轴对齐方式
|
|
127
|
-
* @default 'stretch'
|
|
128
|
-
* @description
|
|
129
|
-
* - start: 顶部对齐
|
|
130
|
-
* - end: 底部对齐
|
|
131
|
-
* - center: 居中对齐
|
|
132
|
-
* - stretch: 拉伸填充
|
|
133
|
-
* - baseline: 基线对齐
|
|
134
|
-
*/
|
|
135
|
-
align?: AlignType;
|
|
136
|
-
/**
|
|
137
|
-
* 多行对齐方式
|
|
138
|
-
* @default 'stretch'
|
|
139
|
-
* @description 当存在多行时,控制行与行之间的对齐方式
|
|
140
|
-
* - start: 顶部对齐
|
|
141
|
-
* - end: 底部对齐
|
|
142
|
-
* - center: 居中对齐
|
|
143
|
-
* - between: 两端对齐
|
|
144
|
-
* - around: 等间距对齐
|
|
145
|
-
* - stretch: 拉伸填充
|
|
146
|
-
*/
|
|
147
|
-
alignContent?: AlignContentType;
|
|
148
|
-
/**
|
|
149
|
-
* 响应式配置(预留)
|
|
150
|
-
* @description 当前版本暂不实现,后续版本迭代
|
|
151
|
-
*/
|
|
152
|
-
responsive?: Partial<Record<BreakpointType, ResponsiveConfig>>;
|
|
153
|
-
/**
|
|
154
|
-
* 数据源数组
|
|
155
|
-
* @description
|
|
156
|
-
* - 当传入 dataSource 时,组件内部会自动循环渲染
|
|
157
|
-
* - dataSource 为 undefined 时,渲染 children
|
|
158
|
-
* - dataSource 为空数组时,不渲染任何内容
|
|
159
|
-
*/
|
|
160
|
-
dataSource?: T[];
|
|
161
|
-
/**
|
|
162
|
-
* 渲染函数
|
|
163
|
-
* @param item - 当前数据项
|
|
164
|
-
* @param index - 当前索引
|
|
165
|
-
* @returns ReactNode
|
|
166
|
-
* @description 用于自定义每个数据项的渲染内容
|
|
167
|
-
*/
|
|
168
|
-
renderItem?: (item: T, index: number) => ReactNode;
|
|
169
|
-
/**
|
|
170
|
-
* 指定每项的唯一 key
|
|
171
|
-
* @description
|
|
172
|
-
* - 传入 string 时,作为数据项的属性名获取 key
|
|
173
|
-
* - 传入函数时,通过函数返回 key
|
|
174
|
-
* - 不传时,默认使用 index 作为 key
|
|
175
|
-
* @example rowKey="id" 或 rowKey={(item, index) => `item-${item.id}`}
|
|
176
|
-
*/
|
|
177
|
-
rowKey?: string | ((item: T, index: number) => string);
|
|
178
|
-
/**
|
|
179
|
-
* 前置插槽
|
|
180
|
-
* @description 在数据源渲染之前渲染
|
|
181
|
-
*/
|
|
182
|
-
startSlot?: ReactNode;
|
|
183
|
-
/**
|
|
184
|
-
* 后置插槽
|
|
185
|
-
* @description 在数据源渲染之后渲染
|
|
186
|
-
*/
|
|
187
|
-
endSlot?: ReactNode;
|
|
188
|
-
}
|
|
189
|
-
/**
|
|
190
|
-
* 容器样式配置
|
|
191
|
-
* @description useGridStyle Hook 返回的容器样式类型
|
|
192
|
-
*/
|
|
193
|
-
export interface ContainerStyle extends CSSProperties {
|
|
194
|
-
display: 'flex';
|
|
195
|
-
flexDirection: CSSProperties['flexDirection'];
|
|
196
|
-
flexWrap: CSSProperties['flexWrap'];
|
|
197
|
-
justifyContent: CSSProperties['justifyContent'];
|
|
198
|
-
alignItems: CSSProperties['alignItems'];
|
|
199
|
-
alignContent?: CSSProperties['alignContent'];
|
|
200
|
-
gap?: CSSProperties['gap'];
|
|
201
|
-
rowGap?: CSSProperties['rowGap'];
|
|
202
|
-
columnGap?: CSSProperties['columnGap'];
|
|
203
|
-
}
|
|
204
|
-
/**
|
|
205
|
-
* 子元素样式配置
|
|
206
|
-
* @description useGridStyle Hook 返回的子元素样式类型
|
|
207
|
-
*/
|
|
208
|
-
export interface ItemStyle extends CSSProperties {
|
|
209
|
-
flexBasis?: CSSProperties['flexBasis'];
|
|
210
|
-
flexGrow?: CSSProperties['flexGrow'];
|
|
211
|
-
flexShrink?: CSSProperties['flexShrink'];
|
|
212
|
-
}
|
|
213
|
-
/**
|
|
214
|
-
* useGridStyle Hook 返回值类型
|
|
215
|
-
*/
|
|
216
|
-
export interface UseGridStyleReturn {
|
|
217
|
-
/** 容器样式 */
|
|
218
|
-
containerStyle: ContainerStyle;
|
|
219
|
-
/** 子元素样式 */
|
|
220
|
-
itemStyle: ItemStyle;
|
|
221
|
-
}
|
|
@@ -1,63 +0,0 @@
|
|
|
1
|
-
import type { DirectionType, WrapType, JustifyType, AlignType, AlignContentType } from '../types';
|
|
2
|
-
/**
|
|
3
|
-
* 将间距值转换为 CSS 值
|
|
4
|
-
* @param value - 间距值,可以是数字或字符串
|
|
5
|
-
* @returns CSS 间距值字符串
|
|
6
|
-
* @example
|
|
7
|
-
* normalizeGap(16) // '16px'
|
|
8
|
-
* normalizeGap('1rem') // '1rem'
|
|
9
|
-
* normalizeGap(undefined) // undefined
|
|
10
|
-
*/
|
|
11
|
-
export declare const normalizeGap: (value: number | string | undefined) => string | undefined;
|
|
12
|
-
/**
|
|
13
|
-
* 计算 flex-basis 值,考虑 gap 影响
|
|
14
|
-
* @param columns - 一行显示的元素个数
|
|
15
|
-
* @param gap - 间距值
|
|
16
|
-
* @returns flex-basis CSS 值
|
|
17
|
-
* @description 公式:calc((100% - gap * (N-1)) / N)
|
|
18
|
-
* @example
|
|
19
|
-
* calculateFlexBasis(4, 16) // 'calc((100% - 16px * 3) / 4)'
|
|
20
|
-
* calculateFlexBasis(3, '1rem') // 'calc((100% - 1rem * 2) / 3)'
|
|
21
|
-
*/
|
|
22
|
-
export declare const calculateFlexBasis: (columns: number, gap?: number | string) => string;
|
|
23
|
-
/**
|
|
24
|
-
* 获取数据项的唯一 key
|
|
25
|
-
* @param item - 数据项
|
|
26
|
-
* @param index - 索引
|
|
27
|
-
* @param rowKey - rowKey 配置
|
|
28
|
-
* @returns 唯一 key 字符串
|
|
29
|
-
* @example
|
|
30
|
-
* getRowKey({ id: 1 }, 0, 'id') // '1'
|
|
31
|
-
* getRowKey({ id: 1 }, 0, (item, index) => `item-${item.id}`) // 'item-1'
|
|
32
|
-
* getRowKey({ id: 1 }, 0) // '0'
|
|
33
|
-
*/
|
|
34
|
-
export declare const getRowKey: <T>(item: T, index: number, rowKey?: string | ((item: T, index: number) => string) | undefined) => string;
|
|
35
|
-
/**
|
|
36
|
-
* flex-direction 映射表
|
|
37
|
-
* @description 将 direction 属性值映射为 CSS flex-direction 值
|
|
38
|
-
*/
|
|
39
|
-
export declare const DIRECTION_MAP: Record<DirectionType, 'row' | 'row-reverse' | 'column' | 'column-reverse'>;
|
|
40
|
-
/**
|
|
41
|
-
* flex-wrap 映射表
|
|
42
|
-
* @description 将 wrap 属性值映射为 CSS flex-wrap 值
|
|
43
|
-
*/
|
|
44
|
-
export declare const WRAP_MAP: Record<WrapType, 'nowrap' | 'wrap' | 'wrap-reverse'>;
|
|
45
|
-
/**
|
|
46
|
-
* justify-content 映射表
|
|
47
|
-
* @description 将 justify 属性值映射为 CSS justify-content 值
|
|
48
|
-
*/
|
|
49
|
-
export declare const JUSTIFY_MAP: Record<JustifyType, 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'space-evenly'>;
|
|
50
|
-
/**
|
|
51
|
-
* align-items 映射表
|
|
52
|
-
* @description 将 align 属性值映射为 CSS align-items 值
|
|
53
|
-
*/
|
|
54
|
-
export declare const ALIGN_MAP: Record<AlignType, 'flex-start' | 'flex-end' | 'center' | 'stretch' | 'baseline'>;
|
|
55
|
-
/**
|
|
56
|
-
* align-content 映射表
|
|
57
|
-
* @description 将 alignContent 属性值映射为 CSS align-content 值
|
|
58
|
-
*/
|
|
59
|
-
export declare const ALIGN_CONTENT_MAP: Record<AlignContentType, 'flex-start' | 'flex-end' | 'center' | 'space-between' | 'space-around' | 'stretch'>;
|
|
60
|
-
/**
|
|
61
|
-
* 组件样式前缀
|
|
62
|
-
*/
|
|
63
|
-
export declare const COMPONENT_PREFIX = "pisell-basic-grid";
|
|
@@ -1,24 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { GraphicAreaProps } from '../types';
|
|
3
|
-
/**
|
|
4
|
-
* GraphicArea 图形区域组件
|
|
5
|
-
* 负责渲染图片或图标
|
|
6
|
-
*
|
|
7
|
-
* @component
|
|
8
|
-
* @example
|
|
9
|
-
* ```tsx
|
|
10
|
-
* // 渲染图片
|
|
11
|
-
* <GraphicArea
|
|
12
|
-
* image="https://example.com/image.png"
|
|
13
|
-
* config={{ width: 60, height: 60, borderRadius: 8 }}
|
|
14
|
-
* />
|
|
15
|
-
*
|
|
16
|
-
* // 渲染图标
|
|
17
|
-
* <GraphicArea
|
|
18
|
-
* icon={<SmileIcon />}
|
|
19
|
-
* config={{ width: 36, height: 36, iconSize: 24, iconColor: '#7F56D9' }}
|
|
20
|
-
* />
|
|
21
|
-
* ```
|
|
22
|
-
*/
|
|
23
|
-
declare const GraphicArea: React.FC<GraphicAreaProps>;
|
|
24
|
-
export default GraphicArea;
|
|
@@ -1,27 +0,0 @@
|
|
|
1
|
-
import React from 'react';
|
|
2
|
-
import { TextContentProps } from '../types';
|
|
3
|
-
/**
|
|
4
|
-
* TextContent 文本内容组件
|
|
5
|
-
* 负责渲染主文本内容,支持省略和多行显示
|
|
6
|
-
*
|
|
7
|
-
* @component
|
|
8
|
-
* @example
|
|
9
|
-
* ```tsx
|
|
10
|
-
* // 单行文本
|
|
11
|
-
* <TextContent text="Tab title" />
|
|
12
|
-
*
|
|
13
|
-
* // 自定义样式
|
|
14
|
-
* <TextContent
|
|
15
|
-
* text="Tab title"
|
|
16
|
-
* textConfig={{
|
|
17
|
-
* fontSize: 16,
|
|
18
|
-
* fontWeight: 600,
|
|
19
|
-
* color: '#101828',
|
|
20
|
-
* maxLines: 2,
|
|
21
|
-
* textAlign: 'center'
|
|
22
|
-
* }}
|
|
23
|
-
* />
|
|
24
|
-
* ```
|
|
25
|
-
*/
|
|
26
|
-
declare const TextContent: React.FC<TextContentProps>;
|
|
27
|
-
export default TextContent;
|
package/es/components/PisellCards/components/GraphicTextCard/hooks/useGraphicTextCardClick.d.ts
DELETED
|
@@ -1,15 +0,0 @@
|
|
|
1
|
-
import { GraphicTextCardProps } from '../types';
|
|
2
|
-
/**
|
|
3
|
-
* useGraphicTextCardClick Hook
|
|
4
|
-
* 处理组件点击事件的逻辑
|
|
5
|
-
*
|
|
6
|
-
* @param props - GraphicTextCard 组件的 Props
|
|
7
|
-
* @returns 点击事件处理函数
|
|
8
|
-
*
|
|
9
|
-
* @example
|
|
10
|
-
* ```tsx
|
|
11
|
-
* const handleClick = useGraphicTextCardClick(props);
|
|
12
|
-
* <div onClick={handleClick}>...</div>
|
|
13
|
-
* ```
|
|
14
|
-
*/
|
|
15
|
-
export declare const useGraphicTextCardClick: (props: GraphicTextCardProps) => (event: React.MouseEvent<HTMLDivElement>) => void;
|