@sanity/ui 3.0.0-static.14 → 3.0.0-static.16
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +8 -6
- package/dist/_chunks-cjs/_visual-editing.js +132 -145
- package/dist/_chunks-cjs/_visual-editing.js.map +1 -1
- package/dist/_chunks-cjs/refractor.js.map +1 -1
- package/dist/_chunks-es/_visual-editing.mjs +133 -146
- package/dist/_chunks-es/_visual-editing.mjs.map +1 -1
- package/dist/_chunks-es/refractor.mjs.map +1 -1
- package/dist/_visual-editing.d.mts +5 -15
- package/dist/_visual-editing.d.ts +5 -15
- package/dist/_visual-editing.js +0 -1
- package/dist/_visual-editing.js.map +1 -1
- package/dist/_visual-editing.mjs +1 -2
- package/dist/cli.js +1 -1
- package/dist/cli.js.map +1 -1
- package/dist/css.d.mts +12 -1
- package/dist/css.d.ts +12 -1
- package/dist/css.js +325 -430
- package/dist/css.js.map +1 -1
- package/dist/css.mjs +325 -430
- package/dist/css.mjs.map +1 -1
- package/dist/index.d.mts +10 -20
- package/dist/index.d.ts +10 -20
- package/dist/index.js +7 -41
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +10 -44
- package/dist/index.mjs.map +1 -1
- package/dist/system.css +856 -84
- package/dist/system.min.css +1 -1
- package/exports/_visual-editing.ts +27 -27
- package/exports/index.ts +1 -1
- package/package.json +5 -5
- package/src/cli/index.ts +1 -13
- package/src/{ui → core}/_compat/index.ts +0 -1
- package/src/{ui → core}/_compat/theme/themeProvider.tsx +3 -3
- package/src/{ui → core}/components/tab/tabList.tsx +19 -4
- package/src/{ui → core}/index.ts +0 -1
- package/src/{ui → core}/primitives/box/box.tsx +3 -0
- package/src/{ui → core}/primitives/card/card.tsx +15 -21
- package/src/core/primitives/card/cardProvider.tsx +27 -0
- package/src/{ui → core}/primitives/card/types.ts +5 -4
- package/src/{ui → core}/primitives/popover/popover.tsx +1 -1
- package/src/{ui → core}/primitives/popover/popoverLayer.tsx +9 -20
- package/src/{ui → core}/primitives/tooltip/tooltip.tsx +2 -1
- package/src/{ui → core}/primitives/tooltip/tooltipLayer.tsx +11 -21
- package/src/{ui/utils/portal/portal.ts → core/utils/portal/portal.tsx} +8 -10
- package/src/css/_mergeStyles.ts +0 -7
- package/src/css/_system.style.ts +2 -0
- package/src/css/aspects/font/font.style.ts +0 -21
- package/src/css/aspects/font/font.ts +1 -6
- package/src/css/aspects/font/types.ts +0 -4
- package/src/css/aspects/index.ts +1 -0
- package/src/css/aspects/margin/margin.style.ts +0 -3
- package/src/css/aspects/textAlign/index.ts +2 -0
- package/src/css/aspects/textAlign/textAlign.style.ts +26 -0
- package/src/css/aspects/textAlign/textAlign.ts +8 -0
- package/src/css/aspects/textAlign/types.ts +7 -0
- package/src/css/primitives/_input/_input.style.ts +9 -11
- package/src/css/primitives/box/box.style.ts +5 -1
- package/src/css/primitives/box/box.ts +2 -0
- package/src/css/primitives/box/types.ts +2 -0
- package/src/css/primitives/heading/heading.ts +2 -1
- package/src/css/primitives/heading/types.ts +2 -1
- package/src/css/primitives/label/label.ts +2 -1
- package/src/css/primitives/label/types.ts +2 -1
- package/src/css/primitives/text/text.style.ts +0 -5
- package/src/css/primitives/text/text.ts +2 -1
- package/src/css/primitives/text/types.ts +2 -1
- package/src/css/primitives/textInput/textInput.style.ts +1 -120
- package/src/css/aspects/height/rules.ts +0 -7
- package/src/css/aspects/width/rules.ts +0 -8
- package/src/css/components/menu/rules.ts +0 -15
- package/src/css/primitives/avatar/rules.ts +0 -176
- package/src/css/primitives/button/rules.ts +0 -302
- package/src/css/primitives/checkbox/rules.ts +0 -152
- package/src/css/primitives/code/rules.ts +0 -96
- package/src/css/primitives/container/rules.ts +0 -8
- package/src/css/primitives/heading/rules.ts +0 -155
- package/src/css/primitives/kbd/rules.ts +0 -20
- package/src/css/primitives/label/rules.ts +0 -137
- package/src/css/primitives/radio/rules.ts +0 -121
- package/src/css/primitives/select/rules.ts +0 -22
- package/src/css/primitives/switch/rules.ts +0 -340
- package/src/css/primitives/text/rules.ts +0 -164
- package/src/css/primitives/textArea/rules.ts +0 -7
- package/src/css/primitives/textInput/rules.ts +0 -224
- package/src/css/primitives/tooltip/rules.ts +0 -19
- package/src/ui/RootClassNames.tsx +0 -44
- package/src/ui/_compat/studioTheme.ts +0 -7
- package/src/ui/primitives/card/cardProvider.tsx +0 -21
- /package/src/{ui → core}/StyleTags.tsx +0 -0
- /package/src/{ui → core}/_compat/helpers.ts +0 -0
- /package/src/{ui → core}/_compat/styles/_responsive.ts +0 -0
- /package/src/{ui → core}/_compat/styles/index.ts +0 -0
- /package/src/{ui → core}/_compat/theme/index.ts +0 -0
- /package/src/{ui → core}/_compat/theme/theme.test.tsx +0 -0
- /package/src/{ui → core}/_compat/theme/themeColorProvider.tsx +0 -0
- /package/src/{ui → core}/_compat/theme/themeContext.ts +0 -0
- /package/src/{ui → core}/_compat/theme/types.ts +0 -0
- /package/src/{ui → core}/_compat/theme/useRootTheme.ts +0 -0
- /package/src/{ui → core}/_compat/theme/useTheme.ts +0 -0
- /package/src/{ui → core}/_compat/types.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/__mocks__/apiStore.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/__mocks__/countries.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/async.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/constrainedHeight.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/custom.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/focusAndBlur.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/fullscreen.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/__workshop__/types.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/autocomplete.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/autocompleteOption.tsx +0 -0
- /package/src/{ui → core}/components/autocomplete/autocompleteReducer.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/constants.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/index.ts +0 -0
- /package/src/{ui → core}/components/autocomplete/types.ts +0 -0
- /package/src/{ui → core}/components/breadcrumbs/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/components/breadcrumbs/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/breadcrumbs/breadcrumbs.tsx +0 -0
- /package/src/{ui → core}/components/breadcrumbs/index.ts +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/activate.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/autoFocus.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/layering.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/nested.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/onScroll.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/panes.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/position.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/provider.tsx +0 -0
- /package/src/{ui → core}/components/dialog/__workshop__/wrapped.tsx +0 -0
- /package/src/{ui → core}/components/dialog/dialog.tsx +0 -0
- /package/src/{ui → core}/components/dialog/dialogCard.tsx +0 -0
- /package/src/{ui → core}/components/dialog/dialogContext.ts +0 -0
- /package/src/{ui → core}/components/dialog/dialogProvider.tsx +0 -0
- /package/src/{ui → core}/components/dialog/index.ts +0 -0
- /package/src/{ui → core}/components/dialog/isTargetWithinScope.ts +0 -0
- /package/src/{ui → core}/components/dialog/useDialog.ts +0 -0
- /package/src/{ui → core}/components/hotkeys/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/hotkeys/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/components/hotkeys/hotkeys.tsx +0 -0
- /package/src/{ui → core}/components/hotkeys/index.ts +0 -0
- /package/src/{ui → core}/components/index.ts +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/asComponent.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/avatarMenu.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/closableMenuButton.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/constrainedInBoundary.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/customMenuItem.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/customSelectedState.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/disableFocusOnClose.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/groups.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/menuButton.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/menuGroupRight.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/nestedMenu.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/onCloseMenuButton.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/selectedItem.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/shouldFocus.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/tones.tsx +0 -0
- /package/src/{ui → core}/components/menu/__workshop__/withoutArrow.tsx +0 -0
- /package/src/{ui → core}/components/menu/helpers.ts +0 -0
- /package/src/{ui → core}/components/menu/index.ts +0 -0
- /package/src/{ui → core}/components/menu/menu.test.tsx +0 -0
- /package/src/{ui → core}/components/menu/menu.tsx +0 -0
- /package/src/{ui → core}/components/menu/menuButton.tsx +0 -0
- /package/src/{ui → core}/components/menu/menuContext.ts +0 -0
- /package/src/{ui → core}/components/menu/menuDivider.tsx +0 -0
- /package/src/{ui → core}/components/menu/menuGroup.tsx +0 -0
- /package/src/{ui → core}/components/menu/menuItem.tsx +0 -0
- /package/src/{ui → core}/components/menu/useMenu.ts +0 -0
- /package/src/{ui → core}/components/menu/useMenuController.ts +0 -0
- /package/src/{ui → core}/components/skeleton/__workshop__/delay.tsx +0 -0
- /package/src/{ui → core}/components/skeleton/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/skeleton/__workshop__/skeleton.tsx +0 -0
- /package/src/{ui → core}/components/skeleton/codeSkeleton.tsx +0 -0
- /package/src/{ui → core}/components/skeleton/headingSkeleton.tsx +0 -0
- /package/src/{ui → core}/components/skeleton/index.ts +0 -0
- /package/src/{ui → core}/components/skeleton/labelSkeleton.tsx +0 -0
- /package/src/{ui → core}/components/skeleton/skeleton.tsx +0 -0
- /package/src/{ui → core}/components/skeleton/textSkeleton.tsx +0 -0
- /package/src/{ui → core}/components/tab/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/components/tab/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/tab/index.ts +0 -0
- /package/src/{ui → core}/components/tab/tab.tsx +0 -0
- /package/src/{ui → core}/components/tab/tabPanel.tsx +0 -0
- /package/src/{ui → core}/components/toast/__workshop__/hook.tsx +0 -0
- /package/src/{ui → core}/components/toast/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/toast/__workshop__/toast.tsx +0 -0
- /package/src/{ui → core}/components/toast/index.ts +0 -0
- /package/src/{ui → core}/components/toast/toast.test.tsx +0 -0
- /package/src/{ui → core}/components/toast/toast.tsx +0 -0
- /package/src/{ui → core}/components/toast/toastContext.ts +0 -0
- /package/src/{ui → core}/components/toast/toastLayer.tsx +0 -0
- /package/src/{ui → core}/components/toast/toastProvider.tsx +0 -0
- /package/src/{ui → core}/components/toast/toastState.ts +0 -0
- /package/src/{ui → core}/components/toast/types.ts +0 -0
- /package/src/{ui → core}/components/toast/useToast.ts +0 -0
- /package/src/{ui → core}/components/tree/__workshop__/basic.perf.ts +0 -0
- /package/src/{ui → core}/components/tree/__workshop__/basic.tsx +0 -0
- /package/src/{ui → core}/components/tree/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/components/tree/__workshop__/tabFromElement.tsx +0 -0
- /package/src/{ui → core}/components/tree/helpers.ts +0 -0
- /package/src/{ui → core}/components/tree/index.ts +0 -0
- /package/src/{ui → core}/components/tree/tree.tsx +0 -0
- /package/src/{ui → core}/components/tree/treeContext.ts +0 -0
- /package/src/{ui → core}/components/tree/treeGroup.tsx +0 -0
- /package/src/{ui → core}/components/tree/treeItem.tsx +0 -0
- /package/src/{ui → core}/components/tree/types.ts +0 -0
- /package/src/{ui → core}/components/tree/useTree.ts +0 -0
- /package/src/{ui → core}/constants.ts +0 -0
- /package/src/{ui → core}/global.ts +0 -0
- /package/src/{ui → core}/helpers/animation.ts +0 -0
- /package/src/{ui → core}/helpers/element.ts +0 -0
- /package/src/{ui → core}/helpers/focus.ts +0 -0
- /package/src/{ui → core}/helpers/index.ts +0 -0
- /package/src/{ui → core}/helpers/props.ts +0 -0
- /package/src/{ui → core}/helpers/scroll.ts +0 -0
- /package/src/{ui → core}/hooks/index.ts +0 -0
- /package/src/{ui → core}/hooks/useArrayProp.ts +0 -0
- /package/src/{ui → core}/hooks/useClickOutside.test.tsx +0 -0
- /package/src/{ui → core}/hooks/useClickOutside.ts +0 -0
- /package/src/{ui → core}/hooks/useClickOutsideEvent.test.tsx +0 -0
- /package/src/{ui → core}/hooks/useClickOutsideEvent.ts +0 -0
- /package/src/{ui → core}/hooks/useCustomValidity.ts +0 -0
- /package/src/{ui → core}/hooks/useDelayed.test.ts +0 -0
- /package/src/{ui → core}/hooks/useDelayedState.ts +0 -0
- /package/src/{ui → core}/hooks/useElementRect/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/hooks/useElementRect/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/hooks/useElementRect/index.ts +0 -0
- /package/src/{ui → core}/hooks/useElementRect/useElementRect.ts +0 -0
- /package/src/{ui → core}/hooks/useElementSize.ts +0 -0
- /package/src/{ui → core}/hooks/useForwardedRef.ts +0 -0
- /package/src/{ui → core}/hooks/useGlobalKeyDown.ts +0 -0
- /package/src/{ui → core}/hooks/useIsomorphicEffect.ts +0 -0
- /package/src/{ui → core}/hooks/useMatchMedia.ts +0 -0
- /package/src/{ui → core}/hooks/useMediaIndex/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/hooks/useMediaIndex/__workshop__/test.tsx +0 -0
- /package/src/{ui → core}/hooks/useMediaIndex/index.ts +0 -0
- /package/src/{ui → core}/hooks/useMediaIndex/useMediaIndex.test.tsx +0 -0
- /package/src/{ui → core}/hooks/useMediaIndex/useMediaIndex.ts +0 -0
- /package/src/{ui → core}/hooks/useMounted.ts +0 -0
- /package/src/{ui → core}/hooks/usePrefersDark.hydration.test.tsx +0 -0
- /package/src/{ui → core}/hooks/usePrefersDark.test.tsx +0 -0
- /package/src/{ui → core}/hooks/usePrefersDark.ts +0 -0
- /package/src/{ui → core}/hooks/usePrefersReducedMotion.hydration.test.tsx +0 -0
- /package/src/{ui → core}/hooks/usePrefersReducedMotion.test.tsx +0 -0
- /package/src/{ui → core}/hooks/usePrefersReducedMotion.ts +0 -0
- /package/src/{ui → core}/lib/createGlobalScopedContext.ts +0 -0
- /package/src/{ui → core}/lib/globalScope.ts +0 -0
- /package/src/{ui → core}/lib/isRecord.ts +0 -0
- /package/src/{ui → core}/middleware/origin.ts +0 -0
- /package/src/{ui → core}/observers/elementSizeObserver.ts +0 -0
- /package/src/{ui → core}/observers/index.ts +0 -0
- /package/src/{ui → core}/observers/resizeObserver.ts +0 -0
- /package/src/{ui → core}/primitives/_selectable/index.ts +0 -0
- /package/src/{ui → core}/primitives/_selectable/selectable.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/__workshop__/asButton.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/avatar/__workshop__/stack.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/__workshop__/withinButton.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/__workshop__/withinMenuItem.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/avatar.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/avatarCounter.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/avatarStack.tsx +0 -0
- /package/src/{ui → core}/primitives/avatar/index.ts +0 -0
- /package/src/{ui → core}/primitives/avatar/types.ts +0 -0
- /package/src/{ui → core}/primitives/badge/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/badge/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/badge/__workshop__/tones.tsx +0 -0
- /package/src/{ui → core}/primitives/badge/badge.test.tsx +0 -0
- /package/src/{ui → core}/primitives/badge/badge.tsx +0 -0
- /package/src/{ui → core}/primitives/badge/index.ts +0 -0
- /package/src/{ui → core}/primitives/badge/types.ts +0 -0
- /package/src/{ui → core}/primitives/box/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/box/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/box/__workshop__/responsive.tsx +0 -0
- /package/src/{ui → core}/primitives/box/index.ts +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/custom.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/customIcons.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/disabled.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/mixedChildren.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/sanityUploadButton.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/stacked.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/styled1.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/styled2.tsx +0 -0
- /package/src/{ui → core}/primitives/button/__workshop__/uploadButton.tsx +0 -0
- /package/src/{ui → core}/primitives/button/button.test.tsx +0 -0
- /package/src/{ui → core}/primitives/button/button.tsx +0 -0
- /package/src/{ui → core}/primitives/button/index.ts +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/allTones.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/asButton.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/asComponent.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/checkered.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/interactive.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/listNavigation.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/selected.tsx +0 -0
- /package/src/{ui → core}/primitives/card/__workshop__/styled.tsx +0 -0
- /package/src/{ui → core}/primitives/card/cardContext.ts +0 -0
- /package/src/{ui → core}/primitives/card/index.ts +0 -0
- /package/src/{ui → core}/primitives/card/useCard.ts +0 -0
- /package/src/{ui → core}/primitives/checkbox/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/primitives/checkbox/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/checkbox/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/checkbox/__workshop__/readOnly.tsx +0 -0
- /package/src/{ui → core}/primitives/checkbox/__workshop__/tones.tsx +0 -0
- /package/src/{ui → core}/primitives/checkbox/checkbox.tsx +0 -0
- /package/src/{ui → core}/primitives/checkbox/index.ts +0 -0
- /package/src/{ui → core}/primitives/code/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/code/__workshop__/opticalAlignment.tsx +0 -0
- /package/src/{ui → core}/primitives/code/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/code/code.tsx +0 -0
- /package/src/{ui → core}/primitives/code/index.ts +0 -0
- /package/src/{ui → core}/primitives/code/refractor.tsx +0 -0
- /package/src/{ui → core}/primitives/container/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/primitives/container/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/container/container.tsx +0 -0
- /package/src/{ui → core}/primitives/container/index.ts +0 -0
- /package/src/{ui → core}/primitives/container/types.ts +0 -0
- /package/src/{ui → core}/primitives/flex/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/primitives/flex/__workshop__/gap.tsx +0 -0
- /package/src/{ui → core}/primitives/flex/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/flex/flex.tsx +0 -0
- /package/src/{ui → core}/primitives/flex/index.ts +0 -0
- /package/src/{ui → core}/primitives/grid/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/grid/__workshop__/responsive.tsx +0 -0
- /package/src/{ui → core}/primitives/grid/grid.tsx +0 -0
- /package/src/{ui → core}/primitives/grid/index.ts +0 -0
- /package/src/{ui → core}/primitives/heading/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/heading/__workshop__/opticalAlignment.tsx +0 -0
- /package/src/{ui → core}/primitives/heading/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/heading/heading.tsx +0 -0
- /package/src/{ui → core}/primitives/heading/index.ts +0 -0
- /package/src/{ui → core}/primitives/index.ts +0 -0
- /package/src/{ui → core}/primitives/inline/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/inline/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/inline/index.ts +0 -0
- /package/src/{ui → core}/primitives/inline/inline.tsx +0 -0
- /package/src/{ui → core}/primitives/inline/types.ts +0 -0
- /package/src/{ui → core}/primitives/kbd/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/kbd/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/kbd/index.ts +0 -0
- /package/src/{ui → core}/primitives/kbd/kbd.tsx +0 -0
- /package/src/{ui → core}/primitives/label/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/label/__workshop__/opticalAlignment.tsx +0 -0
- /package/src/{ui → core}/primitives/label/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/label/index.ts +0 -0
- /package/src/{ui → core}/primitives/label/label.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/AlignedStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/MarginsStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/MatchReferenceWidthStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/OpenOnMountStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/PlainStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/RecursiveStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/SidePanelStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/TestStory.tsx +0 -0
- /package/src/{ui → core}/primitives/popover/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/popover/constants.ts +0 -0
- /package/src/{ui → core}/primitives/popover/floating-ui/size.ts +0 -0
- /package/src/{ui → core}/primitives/popover/helpers.ts +0 -0
- /package/src/{ui → core}/primitives/popover/index.ts +0 -0
- /package/src/{ui → core}/primitives/popover/types.ts +0 -0
- /package/src/{ui → core}/primitives/radio/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/primitives/radio/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/radio/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/radio/index.ts +0 -0
- /package/src/{ui → core}/primitives/radio/radio.tsx +0 -0
- /package/src/{ui → core}/primitives/select/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/select/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/select/__workshop__/readOnly.tsx +0 -0
- /package/src/{ui → core}/primitives/select/index.ts +0 -0
- /package/src/{ui → core}/primitives/select/select.tsx +0 -0
- /package/src/{ui → core}/primitives/spinner/__workshop__/Props.tsx +0 -0
- /package/src/{ui → core}/primitives/spinner/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/spinner/animatedSpinnerIcon.tsx +0 -0
- /package/src/{ui → core}/primitives/spinner/index.ts +0 -0
- /package/src/{ui → core}/primitives/spinner/spinner.tsx +0 -0
- /package/src/{ui → core}/primitives/stack/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/stack/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/stack/index.ts +0 -0
- /package/src/{ui → core}/primitives/stack/stack.tsx +0 -0
- /package/src/{ui → core}/primitives/switch/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/primitives/switch/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/switch/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/switch/index.ts +0 -0
- /package/src/{ui → core}/primitives/switch/switch.tsx +0 -0
- /package/src/{ui → core}/primitives/text/__workshop__/colored.tsx +0 -0
- /package/src/{ui → core}/primitives/text/__workshop__/example.tsx +0 -0
- /package/src/{ui → core}/primitives/text/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/text/__workshop__/opticalAlignment.tsx +0 -0
- /package/src/{ui → core}/primitives/text/index.ts +0 -0
- /package/src/{ui → core}/primitives/text/text.tsx +0 -0
- /package/src/{ui → core}/primitives/textArea/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/textArea/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/textArea/index.ts +0 -0
- /package/src/{ui → core}/primitives/textArea/textArea.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/clearButton.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/customValidity.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/readOnly.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/states.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/tones.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/__workshop__/typed.tsx +0 -0
- /package/src/{ui → core}/primitives/textInput/index.ts +0 -0
- /package/src/{ui → core}/primitives/textInput/textInput.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/__workshop__/customPortal.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/primitives/tooltip/__workshop__/overflowingBoundary.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/__workshop__/props.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/__workshop__/resizableBoundary.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/constants.ts +0 -0
- /package/src/{ui → core}/primitives/tooltip/index.ts +0 -0
- /package/src/{ui → core}/primitives/tooltip/tooltip.test.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/tooltipDelayGroup/index.ts +0 -0
- /package/src/{ui → core}/primitives/tooltip/tooltipDelayGroup/tooltipDelayGroupContext.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/tooltipDelayGroup/tooltipDelayGroupProvider.tsx +0 -0
- /package/src/{ui → core}/primitives/tooltip/tooltipDelayGroup/types.ts +0 -0
- /package/src/{ui → core}/primitives/tooltip/tooltipDelayGroup/useTooltipDelayGroup.ts +0 -0
- /package/src/{ui → core}/primitives/types.ts +0 -0
- /package/src/{ui → core}/types/avatar.ts +0 -0
- /package/src/{ui → core}/types/badge.ts +0 -0
- /package/src/{ui → core}/types/box.ts +0 -0
- /package/src/{ui → core}/types/button.ts +0 -0
- /package/src/{ui → core}/types/card.ts +0 -0
- /package/src/{ui → core}/types/dialog.ts +0 -0
- /package/src/{ui → core}/types/flex.ts +0 -0
- /package/src/{ui → core}/types/grid.ts +0 -0
- /package/src/{ui → core}/types/gridItem.ts +0 -0
- /package/src/{ui → core}/types/index.ts +0 -0
- /package/src/{ui → core}/types/placement.ts +0 -0
- /package/src/{ui → core}/types/popover.ts +0 -0
- /package/src/{ui → core}/types/props.ts +0 -0
- /package/src/{ui → core}/types/radius.ts +0 -0
- /package/src/{ui → core}/types/selectable.ts +0 -0
- /package/src/{ui → core}/types/text.ts +0 -0
- /package/src/{ui → core}/utils/arrow/arrow.tsx +0 -0
- /package/src/{ui → core}/utils/arrow/cmds.ts +0 -0
- /package/src/{ui → core}/utils/arrow/index.ts +0 -0
- /package/src/{ui → core}/utils/boundaryElement/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/utils/boundaryElement/__workshop__/plain.tsx +0 -0
- /package/src/{ui → core}/utils/boundaryElement/boundaryElement.test.tsx +0 -0
- /package/src/{ui → core}/utils/boundaryElement/boundaryElementContext.ts +0 -0
- /package/src/{ui → core}/utils/boundaryElement/boundaryElementProvider.tsx +0 -0
- /package/src/{ui → core}/utils/boundaryElement/index.ts +0 -0
- /package/src/{ui → core}/utils/boundaryElement/types.ts +0 -0
- /package/src/{ui → core}/utils/boundaryElement/useBoundaryElement.ts +0 -0
- /package/src/{ui → core}/utils/elementQuery/__workshop__/customMedia.tsx +0 -0
- /package/src/{ui → core}/utils/elementQuery/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/utils/elementQuery/elementQuery.tsx +0 -0
- /package/src/{ui → core}/utils/elementQuery/helpers.ts +0 -0
- /package/src/{ui → core}/utils/elementQuery/index.ts +0 -0
- /package/src/{ui → core}/utils/errorBoundary.tsx +0 -0
- /package/src/{ui → core}/utils/getElementRef.ts +0 -0
- /package/src/{ui → core}/utils/index.ts +0 -0
- /package/src/{ui → core}/utils/layer/__workshop__/_debug.tsx +0 -0
- /package/src/{ui → core}/utils/layer/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/utils/layer/__workshop__/multipleRoots.tsx +0 -0
- /package/src/{ui → core}/utils/layer/__workshop__/nested.tsx +0 -0
- /package/src/{ui → core}/utils/layer/__workshop__/responsiveZOffset.tsx +0 -0
- /package/src/{ui → core}/utils/layer/getLayerContext.test.ts +0 -0
- /package/src/{ui → core}/utils/layer/getLayerContext.ts +0 -0
- /package/src/{ui → core}/utils/layer/index.ts +0 -0
- /package/src/{ui → core}/utils/layer/layer.test.tsx +0 -0
- /package/src/{ui → core}/utils/layer/layer.tsx +0 -0
- /package/src/{ui → core}/utils/layer/layerCard.tsx +0 -0
- /package/src/{ui → core}/utils/layer/layerContext.ts +0 -0
- /package/src/{ui → core}/utils/layer/layerProvider.tsx +0 -0
- /package/src/{ui → core}/utils/layer/types.ts +0 -0
- /package/src/{ui → core}/utils/layer/useLayer.ts +0 -0
- /package/src/{ui → core}/utils/portal/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/utils/portal/__workshop__/named.tsx +0 -0
- /package/src/{ui → core}/utils/portal/index.ts +0 -0
- /package/src/{ui → core}/utils/portal/portal.test.tsx +0 -0
- /package/src/{ui → core}/utils/portal/portalContext.ts +0 -0
- /package/src/{ui → core}/utils/portal/portalProvider.tsx +0 -0
- /package/src/{ui → core}/utils/portal/types.ts +0 -0
- /package/src/{ui → core}/utils/portal/usePortal.ts +0 -0
- /package/src/{ui → core}/utils/spanWithTextOverflow.tsx +0 -0
- /package/src/{ui → core}/utils/srOnly/index.ts +0 -0
- /package/src/{ui → core}/utils/srOnly/srOnly.tsx +0 -0
- /package/src/{ui → core}/utils/virtualList/__workshop__/changingProps.tsx +0 -0
- /package/src/{ui → core}/utils/virtualList/__workshop__/elementScroll.tsx +0 -0
- /package/src/{ui → core}/utils/virtualList/__workshop__/index.ts +0 -0
- /package/src/{ui → core}/utils/virtualList/__workshop__/infiniteList.tsx +0 -0
- /package/src/{ui → core}/utils/virtualList/__workshop__/windowScrolll.tsx +0 -0
- /package/src/{ui → core}/utils/virtualList/index.ts +0 -0
- /package/src/{ui → core}/utils/virtualList/virtualList.tsx +0 -0
package/dist/css.js
CHANGED
|
@@ -31,7 +31,7 @@ function flexItem(props) {
|
|
|
31
31
|
return composeClassNames(_resp("f", props.flex));
|
|
32
32
|
}
|
|
33
33
|
function font(props) {
|
|
34
|
-
return composeClassNames("font", props.weight && `font-${props.weight}
|
|
34
|
+
return composeClassNames("font", props.weight && `font-${props.weight}`);
|
|
35
35
|
}
|
|
36
36
|
function gap(props) {
|
|
37
37
|
return composeClassNames(_resp("g", props.gap), _resp("gx", props.gapX), _resp("gy", props.gapY));
|
|
@@ -75,6 +75,9 @@ function radius(props) {
|
|
|
75
75
|
function shadow(props) {
|
|
76
76
|
return composeClassNames(_resp("shadow", props.shadow));
|
|
77
77
|
}
|
|
78
|
+
function textAlign(props) {
|
|
79
|
+
return composeClassNames(_resp("text-align", props.textAlign));
|
|
80
|
+
}
|
|
78
81
|
const BREAKPOINTS = {
|
|
79
82
|
1: 360,
|
|
80
83
|
2: 600,
|
|
@@ -716,13 +719,12 @@ function compilePaletteProperties() {
|
|
|
716
719
|
}
|
|
717
720
|
function _mergeStyles(styles) {
|
|
718
721
|
const keyframes2 = {}, layers = {}, rules2 = {};
|
|
719
|
-
for (const s of styles)
|
|
720
|
-
|
|
721
|
-
|
|
722
|
-
|
|
723
|
-
|
|
724
|
-
|
|
725
|
-
}
|
|
722
|
+
for (const s of styles) {
|
|
723
|
+
Object.assign(keyframes2, s.keyframes);
|
|
724
|
+
for (const layerName in s.layers)
|
|
725
|
+
layers[layerName] || (layers[layerName] = {}), Object.assign(layers[layerName], s.layers[layerName]);
|
|
726
|
+
Object.assign(rules2, s.rules);
|
|
727
|
+
}
|
|
726
728
|
return {
|
|
727
729
|
keyframes: keyframes2,
|
|
728
730
|
layers,
|
|
@@ -1179,70 +1181,70 @@ function buildColorVariantVars(options) {
|
|
|
1179
1181
|
}
|
|
1180
1182
|
return vars2;
|
|
1181
1183
|
}
|
|
1182
|
-
const util$
|
|
1183
|
-
_responsiveRule(util$
|
|
1184
|
+
const util$u = {};
|
|
1185
|
+
_responsiveRule(util$u, "border", {
|
|
1184
1186
|
border: `1px solid ${vars.color.border}`
|
|
1185
1187
|
});
|
|
1186
|
-
_responsiveRule(util$
|
|
1188
|
+
_responsiveRule(util$u, "border-t", {
|
|
1187
1189
|
borderTop: `1px solid ${vars.color.border}`
|
|
1188
1190
|
});
|
|
1189
|
-
_responsiveRule(util$
|
|
1191
|
+
_responsiveRule(util$u, "border-r", {
|
|
1190
1192
|
borderRight: `1px solid ${vars.color.border}`
|
|
1191
1193
|
});
|
|
1192
|
-
_responsiveRule(util$
|
|
1194
|
+
_responsiveRule(util$u, "border-b", {
|
|
1193
1195
|
borderBottom: `1px solid ${vars.color.border}`
|
|
1194
1196
|
});
|
|
1195
|
-
_responsiveRule(util$
|
|
1197
|
+
_responsiveRule(util$u, "border-l", {
|
|
1196
1198
|
borderLeft: `1px solid ${vars.color.border}`
|
|
1197
1199
|
});
|
|
1198
1200
|
const borderStyle = {
|
|
1199
1201
|
layers: {
|
|
1200
|
-
util: util$
|
|
1202
|
+
util: util$u
|
|
1201
1203
|
}
|
|
1202
|
-
}, util$
|
|
1203
|
-
_responsiveRule(util$
|
|
1204
|
+
}, util$t = {};
|
|
1205
|
+
_responsiveRule(util$t, "block", {
|
|
1204
1206
|
"@nest": {
|
|
1205
1207
|
"&:not([hidden])": {
|
|
1206
1208
|
display: "block"
|
|
1207
1209
|
}
|
|
1208
1210
|
}
|
|
1209
1211
|
});
|
|
1210
|
-
_responsiveRule(util$
|
|
1212
|
+
_responsiveRule(util$t, "flex", {
|
|
1211
1213
|
"@nest": {
|
|
1212
1214
|
"&:not([hidden])": {
|
|
1213
1215
|
display: "flex"
|
|
1214
1216
|
}
|
|
1215
1217
|
}
|
|
1216
1218
|
});
|
|
1217
|
-
_responsiveRule(util$
|
|
1219
|
+
_responsiveRule(util$t, "grid", {
|
|
1218
1220
|
"@nest": {
|
|
1219
1221
|
"&:not([hidden])": {
|
|
1220
1222
|
display: "grid"
|
|
1221
1223
|
}
|
|
1222
1224
|
}
|
|
1223
1225
|
});
|
|
1224
|
-
_responsiveRule(util$
|
|
1226
|
+
_responsiveRule(util$t, "inline-block", {
|
|
1225
1227
|
"@nest": {
|
|
1226
1228
|
"&:not([hidden])": {
|
|
1227
1229
|
display: "inline-block"
|
|
1228
1230
|
}
|
|
1229
1231
|
}
|
|
1230
1232
|
});
|
|
1231
|
-
_responsiveRule(util$
|
|
1233
|
+
_responsiveRule(util$t, "inline-flex", {
|
|
1232
1234
|
"@nest": {
|
|
1233
1235
|
"&:not([hidden])": {
|
|
1234
1236
|
display: "inline-flex"
|
|
1235
1237
|
}
|
|
1236
1238
|
}
|
|
1237
1239
|
});
|
|
1238
|
-
_responsiveRule(util$
|
|
1240
|
+
_responsiveRule(util$t, "inline-grid", {
|
|
1239
1241
|
"@nest": {
|
|
1240
1242
|
"&:not([hidden])": {
|
|
1241
1243
|
display: "inline-grid"
|
|
1242
1244
|
}
|
|
1243
1245
|
}
|
|
1244
1246
|
});
|
|
1245
|
-
_responsiveRule(util$
|
|
1247
|
+
_responsiveRule(util$t, "none", {
|
|
1246
1248
|
"@nest": {
|
|
1247
1249
|
"&:not([hidden])": {
|
|
1248
1250
|
display: "none"
|
|
@@ -1251,125 +1253,125 @@ _responsiveRule(util$s, "none", {
|
|
|
1251
1253
|
});
|
|
1252
1254
|
const displayStyle = {
|
|
1253
1255
|
layers: {
|
|
1254
|
-
util: util$
|
|
1256
|
+
util: util$t
|
|
1255
1257
|
}
|
|
1256
|
-
}, util$
|
|
1257
|
-
_responsiveRule(util$
|
|
1258
|
+
}, util$s = {};
|
|
1259
|
+
_responsiveRule(util$s, "flex-align-flex-start", {
|
|
1258
1260
|
alignItems: "flex-start"
|
|
1259
1261
|
});
|
|
1260
|
-
_responsiveRule(util$
|
|
1262
|
+
_responsiveRule(util$s, "flex-align-flex-end", {
|
|
1261
1263
|
alignItems: "flex-end"
|
|
1262
1264
|
});
|
|
1263
|
-
_responsiveRule(util$
|
|
1265
|
+
_responsiveRule(util$s, "flex-align-center", {
|
|
1264
1266
|
alignItems: "center"
|
|
1265
1267
|
});
|
|
1266
|
-
_responsiveRule(util$
|
|
1268
|
+
_responsiveRule(util$s, "flex-align-stretch", {
|
|
1267
1269
|
alignItems: "stretch"
|
|
1268
1270
|
});
|
|
1269
|
-
_responsiveRule(util$
|
|
1271
|
+
_responsiveRule(util$s, "flex-align-baseline", {
|
|
1270
1272
|
alignItems: "baseline"
|
|
1271
1273
|
});
|
|
1272
1274
|
const flexAlignStyle = {
|
|
1273
1275
|
layers: {
|
|
1274
|
-
util: util$
|
|
1276
|
+
util: util$s
|
|
1275
1277
|
}
|
|
1276
|
-
}, util$
|
|
1277
|
-
_responsiveRule(util$
|
|
1278
|
+
}, util$r = {};
|
|
1279
|
+
_responsiveRule(util$r, "f-row", {
|
|
1278
1280
|
flexDirection: "row"
|
|
1279
1281
|
});
|
|
1280
|
-
_responsiveRule(util$
|
|
1282
|
+
_responsiveRule(util$r, "f-column", {
|
|
1281
1283
|
flexDirection: "column"
|
|
1282
1284
|
});
|
|
1283
1285
|
const flexDirectionStyle = {
|
|
1284
1286
|
layers: {
|
|
1285
|
-
util: util$
|
|
1287
|
+
util: util$r
|
|
1286
1288
|
}
|
|
1287
|
-
}, util$
|
|
1288
|
-
_responsiveRule(util$
|
|
1289
|
+
}, util$q = {};
|
|
1290
|
+
_responsiveRule(util$q, "flex-justify-flex-start", {
|
|
1289
1291
|
justifyContent: "flex-start"
|
|
1290
1292
|
});
|
|
1291
|
-
_responsiveRule(util$
|
|
1293
|
+
_responsiveRule(util$q, "flex-justify-flex-end", {
|
|
1292
1294
|
justifyContent: "flex-end"
|
|
1293
1295
|
});
|
|
1294
|
-
_responsiveRule(util$
|
|
1296
|
+
_responsiveRule(util$q, "flex-justify-center", {
|
|
1295
1297
|
justifyContent: "center"
|
|
1296
1298
|
});
|
|
1297
|
-
_responsiveRule(util$
|
|
1299
|
+
_responsiveRule(util$q, "flex-justify-space-between", {
|
|
1298
1300
|
justifyContent: "space-between"
|
|
1299
1301
|
});
|
|
1300
|
-
_responsiveRule(util$
|
|
1302
|
+
_responsiveRule(util$q, "flex-justify-space-around", {
|
|
1301
1303
|
justifyContent: "space-around"
|
|
1302
1304
|
});
|
|
1303
|
-
_responsiveRule(util$
|
|
1305
|
+
_responsiveRule(util$q, "flex-justify-space-evenly", {
|
|
1304
1306
|
justifyContent: "space-evenly"
|
|
1305
1307
|
});
|
|
1306
1308
|
const flexJustifyStyle = {
|
|
1307
1309
|
layers: {
|
|
1308
|
-
util: util$
|
|
1310
|
+
util: util$q
|
|
1309
1311
|
}
|
|
1310
|
-
}, util$
|
|
1311
|
-
_responsiveRule(util$
|
|
1312
|
+
}, util$p = {};
|
|
1313
|
+
_responsiveRule(util$p, "flex-nowrap", {
|
|
1312
1314
|
flexWrap: "nowrap"
|
|
1313
1315
|
});
|
|
1314
|
-
_responsiveRule(util$
|
|
1316
|
+
_responsiveRule(util$p, "flex-wrap", {
|
|
1315
1317
|
flexWrap: "wrap"
|
|
1316
1318
|
});
|
|
1317
|
-
_responsiveRule(util$
|
|
1319
|
+
_responsiveRule(util$p, "flex-wrap-reverse", {
|
|
1318
1320
|
flexWrap: "wrap-reverse"
|
|
1319
1321
|
});
|
|
1320
1322
|
const flexWrapStyle = {
|
|
1321
1323
|
layers: {
|
|
1322
|
-
util: util$
|
|
1324
|
+
util: util$p
|
|
1323
1325
|
}
|
|
1324
|
-
}, util$
|
|
1325
|
-
_responsiveRule(util$
|
|
1326
|
+
}, util$o = {};
|
|
1327
|
+
_responsiveRule(util$o, "f-none", {
|
|
1326
1328
|
flex: "none"
|
|
1327
1329
|
});
|
|
1328
|
-
_responsiveRule(util$
|
|
1330
|
+
_responsiveRule(util$o, "f-auto", {
|
|
1329
1331
|
flex: "auto"
|
|
1330
1332
|
});
|
|
1331
|
-
_responsiveRule(util$
|
|
1333
|
+
_responsiveRule(util$o, "f-initial", {
|
|
1332
1334
|
flex: "initial"
|
|
1333
1335
|
});
|
|
1334
|
-
_responsiveRule(util$
|
|
1336
|
+
_responsiveRule(util$o, "f-1", {
|
|
1335
1337
|
flex: 1
|
|
1336
1338
|
});
|
|
1337
|
-
_responsiveRule(util$
|
|
1339
|
+
_responsiveRule(util$o, "f-2", {
|
|
1338
1340
|
flex: 2
|
|
1339
1341
|
});
|
|
1340
|
-
_responsiveRule(util$
|
|
1342
|
+
_responsiveRule(util$o, "f-3", {
|
|
1341
1343
|
flex: 3
|
|
1342
1344
|
});
|
|
1343
|
-
_responsiveRule(util$
|
|
1345
|
+
_responsiveRule(util$o, "f-4", {
|
|
1344
1346
|
flex: 4
|
|
1345
1347
|
});
|
|
1346
|
-
_responsiveRule(util$
|
|
1348
|
+
_responsiveRule(util$o, "f-5", {
|
|
1347
1349
|
flex: 5
|
|
1348
1350
|
});
|
|
1349
|
-
_responsiveRule(util$
|
|
1351
|
+
_responsiveRule(util$o, "f-6", {
|
|
1350
1352
|
flex: 6
|
|
1351
1353
|
});
|
|
1352
|
-
_responsiveRule(util$
|
|
1354
|
+
_responsiveRule(util$o, "f-7", {
|
|
1353
1355
|
flex: 7
|
|
1354
1356
|
});
|
|
1355
|
-
_responsiveRule(util$
|
|
1357
|
+
_responsiveRule(util$o, "f-8", {
|
|
1356
1358
|
flex: 8
|
|
1357
1359
|
});
|
|
1358
|
-
_responsiveRule(util$
|
|
1360
|
+
_responsiveRule(util$o, "f-9", {
|
|
1359
1361
|
flex: 9
|
|
1360
1362
|
});
|
|
1361
|
-
_responsiveRule(util$
|
|
1363
|
+
_responsiveRule(util$o, "f-10", {
|
|
1362
1364
|
flex: 10
|
|
1363
1365
|
});
|
|
1364
|
-
_responsiveRule(util$
|
|
1366
|
+
_responsiveRule(util$o, "f-11", {
|
|
1365
1367
|
flex: 11
|
|
1366
1368
|
});
|
|
1367
|
-
_responsiveRule(util$
|
|
1369
|
+
_responsiveRule(util$o, "f-12", {
|
|
1368
1370
|
flex: 12
|
|
1369
1371
|
});
|
|
1370
1372
|
const flexStyle = {
|
|
1371
1373
|
layers: {
|
|
1372
|
-
util: util$
|
|
1374
|
+
util: util$o
|
|
1373
1375
|
}
|
|
1374
1376
|
}, primitive$q = {
|
|
1375
1377
|
".font": {
|
|
@@ -1426,554 +1428,538 @@ const flexStyle = {
|
|
|
1426
1428
|
".font-bold": {
|
|
1427
1429
|
"--font-weight": "var(--font-weight-bold)"
|
|
1428
1430
|
}
|
|
1429
|
-
}
|
|
1430
|
-
_responsiveRule(primitive$q, "text-align-initial", {
|
|
1431
|
-
textAlign: "initial"
|
|
1432
|
-
});
|
|
1433
|
-
_responsiveRule(primitive$q, "text-align-left", {
|
|
1434
|
-
textAlign: "left"
|
|
1435
|
-
});
|
|
1436
|
-
_responsiveRule(primitive$q, "text-align-center", {
|
|
1437
|
-
textAlign: "center"
|
|
1438
|
-
});
|
|
1439
|
-
_responsiveRule(primitive$q, "text-align-right", {
|
|
1440
|
-
textAlign: "right"
|
|
1441
|
-
});
|
|
1442
|
-
_responsiveRule(primitive$q, "text-align-justify", {
|
|
1443
|
-
textAlign: "justify"
|
|
1444
|
-
});
|
|
1445
|
-
const fontStyle = {
|
|
1431
|
+
}, fontStyle = {
|
|
1446
1432
|
layers: {
|
|
1447
1433
|
primitive: primitive$q
|
|
1448
1434
|
}
|
|
1449
|
-
}, util$
|
|
1435
|
+
}, util$n = {};
|
|
1450
1436
|
for (const space of theme.SPACE)
|
|
1451
|
-
_responsiveRule(util$
|
|
1437
|
+
_responsiveRule(util$n, `g-${space}`, {
|
|
1452
1438
|
gap: vars.space[space]
|
|
1453
1439
|
});
|
|
1454
1440
|
for (const space of theme.SPACE)
|
|
1455
|
-
_responsiveRule(util$
|
|
1441
|
+
_responsiveRule(util$n, `gx-${space}`, {
|
|
1456
1442
|
columnGap: vars.space[space]
|
|
1457
1443
|
});
|
|
1458
1444
|
for (const space of theme.SPACE)
|
|
1459
|
-
_responsiveRule(util$
|
|
1445
|
+
_responsiveRule(util$n, `gy-${space}`, {
|
|
1460
1446
|
rowGap: vars.space[space]
|
|
1461
1447
|
});
|
|
1462
1448
|
const gapStyle = {
|
|
1463
1449
|
layers: {
|
|
1464
|
-
util: util$
|
|
1450
|
+
util: util$n
|
|
1465
1451
|
}
|
|
1466
|
-
}, util$
|
|
1467
|
-
_responsiveRule(util$
|
|
1452
|
+
}, util$m = {};
|
|
1453
|
+
_responsiveRule(util$m, "auto-cols-auto", {
|
|
1468
1454
|
gridAutoColumns: "auto"
|
|
1469
1455
|
});
|
|
1470
|
-
_responsiveRule(util$
|
|
1456
|
+
_responsiveRule(util$m, "auto-cols-min", {
|
|
1471
1457
|
gridAutoColumns: "min-content"
|
|
1472
1458
|
});
|
|
1473
|
-
_responsiveRule(util$
|
|
1459
|
+
_responsiveRule(util$m, "auto-cols-max", {
|
|
1474
1460
|
gridAutoColumns: "max-content"
|
|
1475
1461
|
});
|
|
1476
|
-
_responsiveRule(util$
|
|
1462
|
+
_responsiveRule(util$m, "auto-cols-fr", {
|
|
1477
1463
|
gridAutoColumns: "minmax(0, 1fr)"
|
|
1478
1464
|
});
|
|
1479
1465
|
const gridAutoColumnsStyle = {
|
|
1480
1466
|
layers: {
|
|
1481
|
-
util: util$
|
|
1467
|
+
util: util$m
|
|
1482
1468
|
}
|
|
1483
|
-
}, util$
|
|
1484
|
-
_responsiveRule(util$
|
|
1469
|
+
}, util$l = {};
|
|
1470
|
+
_responsiveRule(util$l, "auto-flow-row", {
|
|
1485
1471
|
gridAutoFlow: "row"
|
|
1486
1472
|
});
|
|
1487
|
-
_responsiveRule(util$
|
|
1473
|
+
_responsiveRule(util$l, "auto-flow-column", {
|
|
1488
1474
|
gridAutoFlow: "column"
|
|
1489
1475
|
});
|
|
1490
|
-
_responsiveRule(util$
|
|
1476
|
+
_responsiveRule(util$l, "auto-flow-row-dense", {
|
|
1491
1477
|
gridAutoFlow: "row dense"
|
|
1492
1478
|
});
|
|
1493
|
-
_responsiveRule(util$
|
|
1479
|
+
_responsiveRule(util$l, "auto-flow-column-dense", {
|
|
1494
1480
|
gridAutoFlow: "column dense"
|
|
1495
1481
|
});
|
|
1496
1482
|
const gridAutoFlowStyle = {
|
|
1497
1483
|
layers: {
|
|
1498
|
-
util: util$
|
|
1484
|
+
util: util$l
|
|
1499
1485
|
}
|
|
1500
|
-
}, util$
|
|
1501
|
-
_responsiveRule(util$
|
|
1486
|
+
}, util$k = {};
|
|
1487
|
+
_responsiveRule(util$k, "auto-rows-auto", {
|
|
1502
1488
|
gridAutoRows: "auto"
|
|
1503
1489
|
});
|
|
1504
|
-
_responsiveRule(util$
|
|
1490
|
+
_responsiveRule(util$k, "auto-rows-min", {
|
|
1505
1491
|
gridAutoRows: "min-content"
|
|
1506
1492
|
});
|
|
1507
|
-
_responsiveRule(util$
|
|
1493
|
+
_responsiveRule(util$k, "auto-rows-max", {
|
|
1508
1494
|
gridAutoRows: "max-content"
|
|
1509
1495
|
});
|
|
1510
|
-
_responsiveRule(util$
|
|
1496
|
+
_responsiveRule(util$k, "auto-rows-fr", {
|
|
1511
1497
|
gridAutoRows: "minmax(0, 1fr)"
|
|
1512
1498
|
});
|
|
1513
1499
|
const gridAutoRowsStyle = {
|
|
1514
1500
|
layers: {
|
|
1515
|
-
util: util$
|
|
1501
|
+
util: util$k
|
|
1516
1502
|
}
|
|
1517
|
-
}, util$
|
|
1518
|
-
_responsiveRule(util$
|
|
1503
|
+
}, util$j = {};
|
|
1504
|
+
_responsiveRule(util$j, "cols-1", {
|
|
1519
1505
|
gridTemplateColumns: "repeat(1, 1fr)"
|
|
1520
1506
|
});
|
|
1521
|
-
_responsiveRule(util$
|
|
1507
|
+
_responsiveRule(util$j, "cols-2", {
|
|
1522
1508
|
gridTemplateColumns: "repeat(2, 1fr)"
|
|
1523
1509
|
});
|
|
1524
|
-
_responsiveRule(util$
|
|
1510
|
+
_responsiveRule(util$j, "cols-3", {
|
|
1525
1511
|
gridTemplateColumns: "repeat(3, 1fr)"
|
|
1526
1512
|
});
|
|
1527
|
-
_responsiveRule(util$
|
|
1513
|
+
_responsiveRule(util$j, "cols-4", {
|
|
1528
1514
|
gridTemplateColumns: "repeat(4, 1fr)"
|
|
1529
1515
|
});
|
|
1530
|
-
_responsiveRule(util$
|
|
1516
|
+
_responsiveRule(util$j, "cols-5", {
|
|
1531
1517
|
gridTemplateColumns: "repeat(5, 1fr)"
|
|
1532
1518
|
});
|
|
1533
|
-
_responsiveRule(util$
|
|
1519
|
+
_responsiveRule(util$j, "cols-6", {
|
|
1534
1520
|
gridTemplateColumns: "repeat(6, 1fr)"
|
|
1535
1521
|
});
|
|
1536
|
-
_responsiveRule(util$
|
|
1522
|
+
_responsiveRule(util$j, "cols-7", {
|
|
1537
1523
|
gridTemplateColumns: "repeat(7, 1fr)"
|
|
1538
1524
|
});
|
|
1539
|
-
_responsiveRule(util$
|
|
1525
|
+
_responsiveRule(util$j, "cols-8", {
|
|
1540
1526
|
gridTemplateColumns: "repeat(8, 1fr)"
|
|
1541
1527
|
});
|
|
1542
|
-
_responsiveRule(util$
|
|
1528
|
+
_responsiveRule(util$j, "cols-9", {
|
|
1543
1529
|
gridTemplateColumns: "repeat(9, 1fr)"
|
|
1544
1530
|
});
|
|
1545
|
-
_responsiveRule(util$
|
|
1531
|
+
_responsiveRule(util$j, "cols-10", {
|
|
1546
1532
|
gridTemplateColumns: "repeat(10, 1fr)"
|
|
1547
1533
|
});
|
|
1548
|
-
_responsiveRule(util$
|
|
1534
|
+
_responsiveRule(util$j, "cols-12", {
|
|
1549
1535
|
gridTemplateColumns: "repeat(12, 1fr)"
|
|
1550
1536
|
});
|
|
1551
1537
|
const gridColumnsStyle = {
|
|
1552
1538
|
layers: {
|
|
1553
|
-
util: util$
|
|
1539
|
+
util: util$j
|
|
1554
1540
|
}
|
|
1555
|
-
}, util$
|
|
1556
|
-
_responsiveRule(util$
|
|
1541
|
+
}, util$i = {};
|
|
1542
|
+
_responsiveRule(util$i, "rows-1", {
|
|
1557
1543
|
gridTemplateRows: "repeat(1, 1fr)"
|
|
1558
1544
|
});
|
|
1559
|
-
_responsiveRule(util$
|
|
1545
|
+
_responsiveRule(util$i, "rows-2", {
|
|
1560
1546
|
gridTemplateRows: "repeat(2, 1fr)"
|
|
1561
1547
|
});
|
|
1562
|
-
_responsiveRule(util$
|
|
1548
|
+
_responsiveRule(util$i, "rows-3", {
|
|
1563
1549
|
gridTemplateRows: "repeat(3, 1fr)"
|
|
1564
1550
|
});
|
|
1565
|
-
_responsiveRule(util$
|
|
1551
|
+
_responsiveRule(util$i, "rows-4", {
|
|
1566
1552
|
gridTemplateRows: "repeat(4, 1fr)"
|
|
1567
1553
|
});
|
|
1568
|
-
_responsiveRule(util$
|
|
1554
|
+
_responsiveRule(util$i, "rows-5", {
|
|
1569
1555
|
gridTemplateRows: "repeat(5, 1fr)"
|
|
1570
1556
|
});
|
|
1571
|
-
_responsiveRule(util$
|
|
1557
|
+
_responsiveRule(util$i, "rows-6", {
|
|
1572
1558
|
gridTemplateRows: "repeat(6, 1fr)"
|
|
1573
1559
|
});
|
|
1574
|
-
_responsiveRule(util$
|
|
1560
|
+
_responsiveRule(util$i, "rows-7", {
|
|
1575
1561
|
gridTemplateRows: "repeat(7, 1fr)"
|
|
1576
1562
|
});
|
|
1577
|
-
_responsiveRule(util$
|
|
1563
|
+
_responsiveRule(util$i, "rows-8", {
|
|
1578
1564
|
gridTemplateRows: "repeat(8, 1fr)"
|
|
1579
1565
|
});
|
|
1580
|
-
_responsiveRule(util$
|
|
1566
|
+
_responsiveRule(util$i, "rows-9", {
|
|
1581
1567
|
gridTemplateRows: "repeat(9, 1fr)"
|
|
1582
1568
|
});
|
|
1583
|
-
_responsiveRule(util$
|
|
1569
|
+
_responsiveRule(util$i, "rows-10", {
|
|
1584
1570
|
gridTemplateRows: "repeat(10, 1fr)"
|
|
1585
1571
|
});
|
|
1586
|
-
_responsiveRule(util$
|
|
1572
|
+
_responsiveRule(util$i, "rows-12", {
|
|
1587
1573
|
gridTemplateRows: "repeat(12, 1fr)"
|
|
1588
1574
|
});
|
|
1589
1575
|
const gridRowsStyle = {
|
|
1590
1576
|
layers: {
|
|
1591
|
-
util: util$
|
|
1577
|
+
util: util$i
|
|
1592
1578
|
}
|
|
1593
|
-
}, util$
|
|
1594
|
-
_responsiveRule(util$
|
|
1579
|
+
}, util$h = {};
|
|
1580
|
+
_responsiveRule(util$h, "col-auto", {
|
|
1595
1581
|
gridColumn: "auto"
|
|
1596
1582
|
});
|
|
1597
|
-
_responsiveRule(util$
|
|
1583
|
+
_responsiveRule(util$h, "col-full", {
|
|
1598
1584
|
gridColumn: "1 / -1"
|
|
1599
1585
|
});
|
|
1600
|
-
_responsiveRule(util$
|
|
1586
|
+
_responsiveRule(util$h, "col-1", {
|
|
1601
1587
|
gridColumn: "span 1 / span 1"
|
|
1602
1588
|
});
|
|
1603
|
-
_responsiveRule(util$
|
|
1589
|
+
_responsiveRule(util$h, "col-2", {
|
|
1604
1590
|
gridColumn: "span 2 / span 2"
|
|
1605
1591
|
});
|
|
1606
|
-
_responsiveRule(util$
|
|
1592
|
+
_responsiveRule(util$h, "col-3", {
|
|
1607
1593
|
gridColumn: "span 3 / span 3"
|
|
1608
1594
|
});
|
|
1609
|
-
_responsiveRule(util$
|
|
1595
|
+
_responsiveRule(util$h, "col-4", {
|
|
1610
1596
|
gridColumn: "span 4 / span 4"
|
|
1611
1597
|
});
|
|
1612
|
-
_responsiveRule(util$
|
|
1598
|
+
_responsiveRule(util$h, "col-5", {
|
|
1613
1599
|
gridColumn: "span 5 / span 5"
|
|
1614
1600
|
});
|
|
1615
|
-
_responsiveRule(util$
|
|
1601
|
+
_responsiveRule(util$h, "col-6", {
|
|
1616
1602
|
gridColumn: "span 6 / span 6"
|
|
1617
1603
|
});
|
|
1618
|
-
_responsiveRule(util$
|
|
1604
|
+
_responsiveRule(util$h, "col-7", {
|
|
1619
1605
|
gridColumn: "span 7 / span 7"
|
|
1620
1606
|
});
|
|
1621
|
-
_responsiveRule(util$
|
|
1607
|
+
_responsiveRule(util$h, "col-8", {
|
|
1622
1608
|
gridColumn: "span 8 / span 8"
|
|
1623
1609
|
});
|
|
1624
|
-
_responsiveRule(util$
|
|
1610
|
+
_responsiveRule(util$h, "col-9", {
|
|
1625
1611
|
gridColumn: "span 9 / span 9"
|
|
1626
1612
|
});
|
|
1627
|
-
_responsiveRule(util$
|
|
1613
|
+
_responsiveRule(util$h, "col-10", {
|
|
1628
1614
|
gridColumn: "span 10 / span 10"
|
|
1629
1615
|
});
|
|
1630
|
-
_responsiveRule(util$
|
|
1616
|
+
_responsiveRule(util$h, "col-12", {
|
|
1631
1617
|
gridColumn: "span 12 / span 12"
|
|
1632
1618
|
});
|
|
1633
1619
|
const gridColumnStyle = {
|
|
1634
1620
|
layers: {
|
|
1635
|
-
util: util$
|
|
1621
|
+
util: util$h
|
|
1636
1622
|
}
|
|
1637
|
-
}, util$
|
|
1638
|
-
_responsiveRule(util$
|
|
1623
|
+
}, util$g = {};
|
|
1624
|
+
_responsiveRule(util$g, "col-end-auto", {
|
|
1639
1625
|
gridColumnEnd: "auto"
|
|
1640
1626
|
});
|
|
1641
|
-
_responsiveRule(util$
|
|
1627
|
+
_responsiveRule(util$g, "col-end-1", {
|
|
1642
1628
|
gridColumnEnd: "1"
|
|
1643
1629
|
});
|
|
1644
|
-
_responsiveRule(util$
|
|
1630
|
+
_responsiveRule(util$g, "col-end-2", {
|
|
1645
1631
|
gridColumnEnd: "2"
|
|
1646
1632
|
});
|
|
1647
|
-
_responsiveRule(util$
|
|
1633
|
+
_responsiveRule(util$g, "col-end-3", {
|
|
1648
1634
|
gridColumnEnd: "3"
|
|
1649
1635
|
});
|
|
1650
|
-
_responsiveRule(util$
|
|
1636
|
+
_responsiveRule(util$g, "col-end-4", {
|
|
1651
1637
|
gridColumnEnd: "4"
|
|
1652
1638
|
});
|
|
1653
|
-
_responsiveRule(util$
|
|
1639
|
+
_responsiveRule(util$g, "col-end-5", {
|
|
1654
1640
|
gridColumnEnd: "5"
|
|
1655
1641
|
});
|
|
1656
|
-
_responsiveRule(util$
|
|
1642
|
+
_responsiveRule(util$g, "col-end-6", {
|
|
1657
1643
|
gridColumnEnd: "6"
|
|
1658
1644
|
});
|
|
1659
|
-
_responsiveRule(util$
|
|
1645
|
+
_responsiveRule(util$g, "col-end-7", {
|
|
1660
1646
|
gridColumnEnd: "7"
|
|
1661
1647
|
});
|
|
1662
|
-
_responsiveRule(util$
|
|
1648
|
+
_responsiveRule(util$g, "col-end-8", {
|
|
1663
1649
|
gridColumnEnd: "8"
|
|
1664
1650
|
});
|
|
1665
|
-
_responsiveRule(util$
|
|
1651
|
+
_responsiveRule(util$g, "col-end-9", {
|
|
1666
1652
|
gridColumnEnd: "9"
|
|
1667
1653
|
});
|
|
1668
|
-
_responsiveRule(util$
|
|
1654
|
+
_responsiveRule(util$g, "col-end-10", {
|
|
1669
1655
|
gridColumnEnd: "10"
|
|
1670
1656
|
});
|
|
1671
|
-
_responsiveRule(util$
|
|
1657
|
+
_responsiveRule(util$g, "col-end-11", {
|
|
1672
1658
|
gridColumnEnd: "11"
|
|
1673
1659
|
});
|
|
1674
|
-
_responsiveRule(util$
|
|
1660
|
+
_responsiveRule(util$g, "col-end-12", {
|
|
1675
1661
|
gridColumnEnd: "12"
|
|
1676
1662
|
});
|
|
1677
1663
|
const gridColumnEndStyle = {
|
|
1678
1664
|
layers: {
|
|
1679
|
-
util: util$
|
|
1665
|
+
util: util$g
|
|
1680
1666
|
}
|
|
1681
|
-
}, util$
|
|
1682
|
-
_responsiveRule(util$
|
|
1667
|
+
}, util$f = {};
|
|
1668
|
+
_responsiveRule(util$f, "col-start-auto", {
|
|
1683
1669
|
gridColumnStart: "auto"
|
|
1684
1670
|
});
|
|
1685
|
-
_responsiveRule(util$
|
|
1671
|
+
_responsiveRule(util$f, "col-start-1", {
|
|
1686
1672
|
gridColumnStart: "1"
|
|
1687
1673
|
});
|
|
1688
|
-
_responsiveRule(util$
|
|
1674
|
+
_responsiveRule(util$f, "col-start-2", {
|
|
1689
1675
|
gridColumnStart: "2"
|
|
1690
1676
|
});
|
|
1691
|
-
_responsiveRule(util$
|
|
1677
|
+
_responsiveRule(util$f, "col-start-3", {
|
|
1692
1678
|
gridColumnStart: "3"
|
|
1693
1679
|
});
|
|
1694
|
-
_responsiveRule(util$
|
|
1680
|
+
_responsiveRule(util$f, "col-start-4", {
|
|
1695
1681
|
gridColumnStart: "4"
|
|
1696
1682
|
});
|
|
1697
|
-
_responsiveRule(util$
|
|
1683
|
+
_responsiveRule(util$f, "col-start-5", {
|
|
1698
1684
|
gridColumnStart: "5"
|
|
1699
1685
|
});
|
|
1700
|
-
_responsiveRule(util$
|
|
1686
|
+
_responsiveRule(util$f, "col-start-6", {
|
|
1701
1687
|
gridColumnStart: "6"
|
|
1702
1688
|
});
|
|
1703
|
-
_responsiveRule(util$
|
|
1689
|
+
_responsiveRule(util$f, "col-start-7", {
|
|
1704
1690
|
gridColumnStart: "7"
|
|
1705
1691
|
});
|
|
1706
|
-
_responsiveRule(util$
|
|
1692
|
+
_responsiveRule(util$f, "col-start-8", {
|
|
1707
1693
|
gridColumnStart: "8"
|
|
1708
1694
|
});
|
|
1709
|
-
_responsiveRule(util$
|
|
1695
|
+
_responsiveRule(util$f, "col-start-9", {
|
|
1710
1696
|
gridColumnStart: "9"
|
|
1711
1697
|
});
|
|
1712
|
-
_responsiveRule(util$
|
|
1698
|
+
_responsiveRule(util$f, "col-start-10", {
|
|
1713
1699
|
gridColumnStart: "10"
|
|
1714
1700
|
});
|
|
1715
|
-
_responsiveRule(util$
|
|
1701
|
+
_responsiveRule(util$f, "col-start-11", {
|
|
1716
1702
|
gridColumnStart: "11"
|
|
1717
1703
|
});
|
|
1718
|
-
_responsiveRule(util$
|
|
1704
|
+
_responsiveRule(util$f, "col-start-12", {
|
|
1719
1705
|
gridColumnStart: "12"
|
|
1720
1706
|
});
|
|
1721
1707
|
const gridColumnStartStyle = {
|
|
1722
1708
|
layers: {
|
|
1723
|
-
util: util$
|
|
1709
|
+
util: util$f
|
|
1724
1710
|
}
|
|
1725
|
-
}, util$
|
|
1726
|
-
_responsiveRule(util$
|
|
1711
|
+
}, util$e = {};
|
|
1712
|
+
_responsiveRule(util$e, "row-auto", {
|
|
1727
1713
|
gridRow: "auto"
|
|
1728
1714
|
});
|
|
1729
|
-
_responsiveRule(util$
|
|
1715
|
+
_responsiveRule(util$e, "row-full", {
|
|
1730
1716
|
gridRow: "1 / -1"
|
|
1731
1717
|
});
|
|
1732
|
-
_responsiveRule(util$
|
|
1718
|
+
_responsiveRule(util$e, "row-1", {
|
|
1733
1719
|
gridRow: "span 1 / span 1"
|
|
1734
1720
|
});
|
|
1735
|
-
_responsiveRule(util$
|
|
1721
|
+
_responsiveRule(util$e, "row-2", {
|
|
1736
1722
|
gridRow: "span 2 / span 2"
|
|
1737
1723
|
});
|
|
1738
|
-
_responsiveRule(util$
|
|
1724
|
+
_responsiveRule(util$e, "row-3", {
|
|
1739
1725
|
gridRow: "span 3 / span 3"
|
|
1740
1726
|
});
|
|
1741
|
-
_responsiveRule(util$
|
|
1727
|
+
_responsiveRule(util$e, "row-4", {
|
|
1742
1728
|
gridRow: "span 4 / span 4"
|
|
1743
1729
|
});
|
|
1744
|
-
_responsiveRule(util$
|
|
1730
|
+
_responsiveRule(util$e, "row-5", {
|
|
1745
1731
|
gridRow: "span 5 / span 5"
|
|
1746
1732
|
});
|
|
1747
|
-
_responsiveRule(util$
|
|
1733
|
+
_responsiveRule(util$e, "row-6", {
|
|
1748
1734
|
gridRow: "span 6 / span 6"
|
|
1749
1735
|
});
|
|
1750
|
-
_responsiveRule(util$
|
|
1736
|
+
_responsiveRule(util$e, "row-7", {
|
|
1751
1737
|
gridRow: "span 7 / span 7"
|
|
1752
1738
|
});
|
|
1753
|
-
_responsiveRule(util$
|
|
1739
|
+
_responsiveRule(util$e, "row-8", {
|
|
1754
1740
|
gridRow: "span 8 / span 8"
|
|
1755
1741
|
});
|
|
1756
|
-
_responsiveRule(util$
|
|
1742
|
+
_responsiveRule(util$e, "row-9", {
|
|
1757
1743
|
gridRow: "span 9 / span 9"
|
|
1758
1744
|
});
|
|
1759
|
-
_responsiveRule(util$
|
|
1745
|
+
_responsiveRule(util$e, "row-10", {
|
|
1760
1746
|
gridRow: "span 10 / span 10"
|
|
1761
1747
|
});
|
|
1762
|
-
_responsiveRule(util$
|
|
1748
|
+
_responsiveRule(util$e, "row-12", {
|
|
1763
1749
|
gridRow: "span 12 / span 12"
|
|
1764
1750
|
});
|
|
1765
1751
|
const gridRowStyle = {
|
|
1766
1752
|
layers: {
|
|
1767
|
-
util: util$
|
|
1753
|
+
util: util$e
|
|
1768
1754
|
}
|
|
1769
|
-
}, util$
|
|
1770
|
-
_responsiveRule(util$
|
|
1755
|
+
}, util$d = {};
|
|
1756
|
+
_responsiveRule(util$d, "row-end-auto", {
|
|
1771
1757
|
gridRowEnd: "auto"
|
|
1772
1758
|
});
|
|
1773
|
-
_responsiveRule(util$
|
|
1759
|
+
_responsiveRule(util$d, "row-end-1", {
|
|
1774
1760
|
gridRowEnd: "1"
|
|
1775
1761
|
});
|
|
1776
|
-
_responsiveRule(util$
|
|
1762
|
+
_responsiveRule(util$d, "row-end-2", {
|
|
1777
1763
|
gridRowEnd: "2"
|
|
1778
1764
|
});
|
|
1779
|
-
_responsiveRule(util$
|
|
1765
|
+
_responsiveRule(util$d, "row-end-3", {
|
|
1780
1766
|
gridRowEnd: "3"
|
|
1781
1767
|
});
|
|
1782
|
-
_responsiveRule(util$
|
|
1768
|
+
_responsiveRule(util$d, "row-end-4", {
|
|
1783
1769
|
gridRowEnd: "4"
|
|
1784
1770
|
});
|
|
1785
|
-
_responsiveRule(util$
|
|
1771
|
+
_responsiveRule(util$d, "row-end-5", {
|
|
1786
1772
|
gridRowEnd: "5"
|
|
1787
1773
|
});
|
|
1788
|
-
_responsiveRule(util$
|
|
1774
|
+
_responsiveRule(util$d, "row-end-6", {
|
|
1789
1775
|
gridRowEnd: "6"
|
|
1790
1776
|
});
|
|
1791
|
-
_responsiveRule(util$
|
|
1777
|
+
_responsiveRule(util$d, "row-end-7", {
|
|
1792
1778
|
gridRowEnd: "7"
|
|
1793
1779
|
});
|
|
1794
|
-
_responsiveRule(util$
|
|
1780
|
+
_responsiveRule(util$d, "row-end-8", {
|
|
1795
1781
|
gridRowEnd: "8"
|
|
1796
1782
|
});
|
|
1797
|
-
_responsiveRule(util$
|
|
1783
|
+
_responsiveRule(util$d, "row-end-9", {
|
|
1798
1784
|
gridRowEnd: "9"
|
|
1799
1785
|
});
|
|
1800
|
-
_responsiveRule(util$
|
|
1786
|
+
_responsiveRule(util$d, "row-end-10", {
|
|
1801
1787
|
gridRowEnd: "10"
|
|
1802
1788
|
});
|
|
1803
|
-
_responsiveRule(util$
|
|
1789
|
+
_responsiveRule(util$d, "row-end-11", {
|
|
1804
1790
|
gridRowEnd: "11"
|
|
1805
1791
|
});
|
|
1806
|
-
_responsiveRule(util$
|
|
1792
|
+
_responsiveRule(util$d, "row-end-12", {
|
|
1807
1793
|
gridRowEnd: "12"
|
|
1808
1794
|
});
|
|
1809
1795
|
const gridRowEndStyle = {
|
|
1810
1796
|
layers: {
|
|
1811
|
-
util: util$
|
|
1797
|
+
util: util$d
|
|
1812
1798
|
}
|
|
1813
|
-
}, util$
|
|
1814
|
-
_responsiveRule(util$
|
|
1799
|
+
}, util$c = {};
|
|
1800
|
+
_responsiveRule(util$c, "row-start-auto", {
|
|
1815
1801
|
gridRowStart: "auto"
|
|
1816
1802
|
});
|
|
1817
|
-
_responsiveRule(util$
|
|
1803
|
+
_responsiveRule(util$c, "row-start-1", {
|
|
1818
1804
|
gridRowStart: "1"
|
|
1819
1805
|
});
|
|
1820
|
-
_responsiveRule(util$
|
|
1806
|
+
_responsiveRule(util$c, "row-start-2", {
|
|
1821
1807
|
gridRowStart: "2"
|
|
1822
1808
|
});
|
|
1823
|
-
_responsiveRule(util$
|
|
1809
|
+
_responsiveRule(util$c, "row-start-3", {
|
|
1824
1810
|
gridRowStart: "3"
|
|
1825
1811
|
});
|
|
1826
|
-
_responsiveRule(util$
|
|
1812
|
+
_responsiveRule(util$c, "row-start-4", {
|
|
1827
1813
|
gridRowStart: "4"
|
|
1828
1814
|
});
|
|
1829
|
-
_responsiveRule(util$
|
|
1815
|
+
_responsiveRule(util$c, "row-start-5", {
|
|
1830
1816
|
gridRowStart: "5"
|
|
1831
1817
|
});
|
|
1832
|
-
_responsiveRule(util$
|
|
1818
|
+
_responsiveRule(util$c, "row-start-6", {
|
|
1833
1819
|
gridRowStart: "6"
|
|
1834
1820
|
});
|
|
1835
|
-
_responsiveRule(util$
|
|
1821
|
+
_responsiveRule(util$c, "row-start-7", {
|
|
1836
1822
|
gridRowStart: "7"
|
|
1837
1823
|
});
|
|
1838
|
-
_responsiveRule(util$
|
|
1824
|
+
_responsiveRule(util$c, "row-start-8", {
|
|
1839
1825
|
gridRowStart: "8"
|
|
1840
1826
|
});
|
|
1841
|
-
_responsiveRule(util$
|
|
1827
|
+
_responsiveRule(util$c, "row-start-9", {
|
|
1842
1828
|
gridRowStart: "9"
|
|
1843
1829
|
});
|
|
1844
|
-
_responsiveRule(util$
|
|
1830
|
+
_responsiveRule(util$c, "row-start-10", {
|
|
1845
1831
|
gridRowStart: "10"
|
|
1846
1832
|
});
|
|
1847
|
-
_responsiveRule(util$
|
|
1833
|
+
_responsiveRule(util$c, "row-start-11", {
|
|
1848
1834
|
gridRowStart: "11"
|
|
1849
1835
|
});
|
|
1850
|
-
_responsiveRule(util$
|
|
1836
|
+
_responsiveRule(util$c, "row-start-12", {
|
|
1851
1837
|
gridRowStart: "12"
|
|
1852
1838
|
});
|
|
1853
1839
|
const gridRowStartStyle = {
|
|
1854
1840
|
layers: {
|
|
1855
|
-
util: util$
|
|
1841
|
+
util: util$c
|
|
1856
1842
|
}
|
|
1857
|
-
}, util$
|
|
1858
|
-
_responsiveRule(util$
|
|
1843
|
+
}, util$b = {};
|
|
1844
|
+
_responsiveRule(util$b, "h-fill", {
|
|
1859
1845
|
height: "100%"
|
|
1860
1846
|
});
|
|
1861
|
-
_responsiveRule(util$
|
|
1847
|
+
_responsiveRule(util$b, "h-stretch", {
|
|
1862
1848
|
height: "stretch"
|
|
1863
1849
|
});
|
|
1864
1850
|
const heightStyle = {
|
|
1865
1851
|
layers: {
|
|
1866
|
-
util: util$
|
|
1852
|
+
util: util$b
|
|
1867
1853
|
}
|
|
1868
|
-
}, util$
|
|
1869
|
-
_responsiveRule(util$
|
|
1854
|
+
}, util$a = {};
|
|
1855
|
+
_responsiveRule(util$a, "inset-0", {
|
|
1870
1856
|
top: 0,
|
|
1871
1857
|
left: 0,
|
|
1872
1858
|
right: 0,
|
|
1873
1859
|
bottom: 0
|
|
1874
1860
|
});
|
|
1875
|
-
_responsiveRule(util$
|
|
1861
|
+
_responsiveRule(util$a, "top-0", {
|
|
1876
1862
|
top: 0
|
|
1877
1863
|
});
|
|
1878
|
-
_responsiveRule(util$
|
|
1864
|
+
_responsiveRule(util$a, "right-0", {
|
|
1879
1865
|
right: 0
|
|
1880
1866
|
});
|
|
1881
|
-
_responsiveRule(util$
|
|
1867
|
+
_responsiveRule(util$a, "bottom-0", {
|
|
1882
1868
|
bottom: 0
|
|
1883
1869
|
});
|
|
1884
|
-
_responsiveRule(util$
|
|
1870
|
+
_responsiveRule(util$a, "left-0", {
|
|
1885
1871
|
left: 0
|
|
1886
1872
|
});
|
|
1887
1873
|
const insetStyle = {
|
|
1888
1874
|
layers: {
|
|
1889
|
-
util: util$
|
|
1875
|
+
util: util$a
|
|
1890
1876
|
}
|
|
1891
|
-
}, util$
|
|
1877
|
+
}, util$9 = {};
|
|
1892
1878
|
for (const space of theme.SPACE)
|
|
1893
|
-
_responsiveRule(util$
|
|
1879
|
+
_responsiveRule(util$9, `m-${space}`, {
|
|
1894
1880
|
margin: vars.space[space]
|
|
1895
1881
|
});
|
|
1896
1882
|
for (const space of theme.SPACE)
|
|
1897
|
-
_responsiveRule(util$
|
|
1883
|
+
_responsiveRule(util$9, `mx-${space}`, {
|
|
1898
1884
|
marginLeft: vars.space[space],
|
|
1899
1885
|
marginRight: vars.space[space]
|
|
1900
1886
|
});
|
|
1901
1887
|
for (const space of theme.SPACE)
|
|
1902
|
-
_responsiveRule(util$
|
|
1888
|
+
_responsiveRule(util$9, `my-${space}`, {
|
|
1903
1889
|
marginTop: vars.space[space],
|
|
1904
1890
|
marginBottom: vars.space[space]
|
|
1905
1891
|
});
|
|
1906
1892
|
for (const space of theme.SPACE)
|
|
1907
|
-
_responsiveRule(util$
|
|
1893
|
+
_responsiveRule(util$9, `mt-${space}`, {
|
|
1908
1894
|
marginTop: vars.space[space]
|
|
1909
1895
|
});
|
|
1910
1896
|
for (const space of theme.SPACE)
|
|
1911
|
-
_responsiveRule(util$
|
|
1897
|
+
_responsiveRule(util$9, `mr-${space}`, {
|
|
1912
1898
|
marginRight: vars.space[space]
|
|
1913
1899
|
});
|
|
1914
1900
|
for (const space of theme.SPACE)
|
|
1915
|
-
_responsiveRule(util$
|
|
1901
|
+
_responsiveRule(util$9, `mb-${space}`, {
|
|
1916
1902
|
marginBottom: vars.space[space]
|
|
1917
1903
|
});
|
|
1918
1904
|
for (const space of theme.SPACE)
|
|
1919
|
-
_responsiveRule(util$
|
|
1905
|
+
_responsiveRule(util$9, `ml-${space}`, {
|
|
1920
1906
|
marginLeft: vars.space[space]
|
|
1921
1907
|
});
|
|
1922
1908
|
const marginStyle = {
|
|
1923
1909
|
layers: {
|
|
1924
|
-
util: util$
|
|
1910
|
+
util: util$9
|
|
1925
1911
|
}
|
|
1926
|
-
}, util$
|
|
1927
|
-
_responsiveRule(util$
|
|
1912
|
+
}, util$8 = {};
|
|
1913
|
+
_responsiveRule(util$8, "max-w-0", {
|
|
1928
1914
|
maxWidth: vars.container[0]
|
|
1929
1915
|
});
|
|
1930
|
-
_responsiveRule(util$
|
|
1916
|
+
_responsiveRule(util$8, "max-w-1", {
|
|
1931
1917
|
maxWidth: vars.container[1]
|
|
1932
1918
|
});
|
|
1933
|
-
_responsiveRule(util$
|
|
1919
|
+
_responsiveRule(util$8, "max-w-2", {
|
|
1934
1920
|
maxWidth: vars.container[2]
|
|
1935
1921
|
});
|
|
1936
|
-
_responsiveRule(util$
|
|
1922
|
+
_responsiveRule(util$8, "max-w-3", {
|
|
1937
1923
|
maxWidth: vars.container[3]
|
|
1938
1924
|
});
|
|
1939
|
-
_responsiveRule(util$
|
|
1925
|
+
_responsiveRule(util$8, "max-w-4", {
|
|
1940
1926
|
maxWidth: vars.container[4]
|
|
1941
1927
|
});
|
|
1942
|
-
_responsiveRule(util$
|
|
1928
|
+
_responsiveRule(util$8, "max-w-5", {
|
|
1943
1929
|
maxWidth: vars.container[5]
|
|
1944
1930
|
});
|
|
1945
|
-
_responsiveRule(util$
|
|
1931
|
+
_responsiveRule(util$8, "max-w-auto", {
|
|
1946
1932
|
maxWidth: "none"
|
|
1947
1933
|
});
|
|
1948
|
-
_responsiveRule(util$
|
|
1934
|
+
_responsiveRule(util$8, "max-w-fill", {
|
|
1949
1935
|
maxWidth: "100%"
|
|
1950
1936
|
});
|
|
1951
1937
|
const maxWidthStyle = {
|
|
1952
1938
|
layers: {
|
|
1953
|
-
util: util$
|
|
1939
|
+
util: util$8
|
|
1954
1940
|
}
|
|
1955
|
-
}, util$
|
|
1956
|
-
_responsiveRule(util$
|
|
1941
|
+
}, util$7 = {};
|
|
1942
|
+
_responsiveRule(util$7, "min-w-0", {
|
|
1957
1943
|
minWidth: "0"
|
|
1958
1944
|
});
|
|
1959
|
-
_responsiveRule(util$
|
|
1945
|
+
_responsiveRule(util$7, "min-w-auto", {
|
|
1960
1946
|
minWidth: "auto"
|
|
1961
1947
|
});
|
|
1962
|
-
_responsiveRule(util$
|
|
1948
|
+
_responsiveRule(util$7, "min-w-full", {
|
|
1963
1949
|
minWidth: "100%"
|
|
1964
1950
|
});
|
|
1965
|
-
_responsiveRule(util$
|
|
1951
|
+
_responsiveRule(util$7, "min-w-min", {
|
|
1966
1952
|
minWidth: "min-content"
|
|
1967
1953
|
});
|
|
1968
|
-
_responsiveRule(util$
|
|
1954
|
+
_responsiveRule(util$7, "min-w-max", {
|
|
1969
1955
|
minWidth: "max-content"
|
|
1970
1956
|
});
|
|
1971
|
-
_responsiveRule(util$
|
|
1957
|
+
_responsiveRule(util$7, "min-w-fit", {
|
|
1972
1958
|
minWidth: "fit-content"
|
|
1973
1959
|
});
|
|
1974
1960
|
const minWidthStyle = {
|
|
1975
1961
|
layers: {
|
|
1976
|
-
util: util$
|
|
1962
|
+
util: util$7
|
|
1977
1963
|
}
|
|
1978
1964
|
}, rules$2 = {
|
|
1979
1965
|
".outline-none": {
|
|
@@ -1983,57 +1969,57 @@ const minWidthStyle = {
|
|
|
1983
1969
|
layers: {
|
|
1984
1970
|
util: rules$2
|
|
1985
1971
|
}
|
|
1986
|
-
}, util$
|
|
1987
|
-
_responsiveRule(util$
|
|
1972
|
+
}, util$6 = {};
|
|
1973
|
+
_responsiveRule(util$6, "overflow-visible", {
|
|
1988
1974
|
overflow: "visible"
|
|
1989
1975
|
});
|
|
1990
|
-
_responsiveRule(util$
|
|
1976
|
+
_responsiveRule(util$6, "overflow-hidden", {
|
|
1991
1977
|
overflow: "hidden"
|
|
1992
1978
|
});
|
|
1993
|
-
_responsiveRule(util$
|
|
1979
|
+
_responsiveRule(util$6, "overflow-scroll", {
|
|
1994
1980
|
overflow: "scroll"
|
|
1995
1981
|
});
|
|
1996
|
-
_responsiveRule(util$
|
|
1982
|
+
_responsiveRule(util$6, "overflow-auto", {
|
|
1997
1983
|
overflow: "auto"
|
|
1998
1984
|
});
|
|
1999
1985
|
const overflowStyle = {
|
|
2000
1986
|
layers: {
|
|
2001
|
-
util: util$
|
|
1987
|
+
util: util$6
|
|
2002
1988
|
}
|
|
2003
|
-
}, util$
|
|
1989
|
+
}, util$5 = {};
|
|
2004
1990
|
for (const space of theme.SPACE)
|
|
2005
|
-
_responsiveRule(util$
|
|
1991
|
+
_responsiveRule(util$5, `p-${space}`, {
|
|
2006
1992
|
padding: vars.space[space]
|
|
2007
1993
|
});
|
|
2008
1994
|
for (const space of theme.SPACE)
|
|
2009
|
-
_responsiveRule(util$
|
|
1995
|
+
_responsiveRule(util$5, `px-${space}`, {
|
|
2010
1996
|
paddingLeft: vars.space[space],
|
|
2011
1997
|
paddingRight: vars.space[space]
|
|
2012
1998
|
});
|
|
2013
1999
|
for (const space of theme.SPACE)
|
|
2014
|
-
_responsiveRule(util$
|
|
2000
|
+
_responsiveRule(util$5, `py-${space}`, {
|
|
2015
2001
|
paddingTop: vars.space[space],
|
|
2016
2002
|
paddingBottom: vars.space[space]
|
|
2017
2003
|
});
|
|
2018
2004
|
for (const space of theme.SPACE)
|
|
2019
|
-
_responsiveRule(util$
|
|
2005
|
+
_responsiveRule(util$5, `pt-${space}`, {
|
|
2020
2006
|
paddingTop: vars.space[space]
|
|
2021
2007
|
});
|
|
2022
2008
|
for (const space of theme.SPACE)
|
|
2023
|
-
_responsiveRule(util$
|
|
2009
|
+
_responsiveRule(util$5, `pr-${space}`, {
|
|
2024
2010
|
paddingRight: vars.space[space]
|
|
2025
2011
|
});
|
|
2026
2012
|
for (const space of theme.SPACE)
|
|
2027
|
-
_responsiveRule(util$
|
|
2013
|
+
_responsiveRule(util$5, `pb-${space}`, {
|
|
2028
2014
|
paddingBottom: vars.space[space]
|
|
2029
2015
|
});
|
|
2030
2016
|
for (const space of theme.SPACE)
|
|
2031
|
-
_responsiveRule(util$
|
|
2017
|
+
_responsiveRule(util$5, `pl-${space}`, {
|
|
2032
2018
|
paddingLeft: vars.space[space]
|
|
2033
2019
|
});
|
|
2034
2020
|
const paddingStyle = {
|
|
2035
2021
|
layers: {
|
|
2036
|
-
util: util$
|
|
2022
|
+
util: util$5
|
|
2037
2023
|
}
|
|
2038
2024
|
}, rules$1 = {
|
|
2039
2025
|
".pointer-events-none": {
|
|
@@ -2046,63 +2032,83 @@ const paddingStyle = {
|
|
|
2046
2032
|
layers: {
|
|
2047
2033
|
util: rules$1
|
|
2048
2034
|
}
|
|
2049
|
-
}, util$
|
|
2050
|
-
_responsiveRule(util$
|
|
2035
|
+
}, util$4 = {};
|
|
2036
|
+
_responsiveRule(util$4, "position-absolute", {
|
|
2051
2037
|
position: "absolute"
|
|
2052
2038
|
});
|
|
2053
|
-
_responsiveRule(util$
|
|
2039
|
+
_responsiveRule(util$4, "position-fixed", {
|
|
2054
2040
|
position: "fixed"
|
|
2055
2041
|
});
|
|
2056
|
-
_responsiveRule(util$
|
|
2042
|
+
_responsiveRule(util$4, "position-relative", {
|
|
2057
2043
|
position: "relative"
|
|
2058
2044
|
});
|
|
2059
|
-
_responsiveRule(util$
|
|
2045
|
+
_responsiveRule(util$4, "position-static", {
|
|
2060
2046
|
position: "static"
|
|
2061
2047
|
});
|
|
2062
|
-
_responsiveRule(util$
|
|
2048
|
+
_responsiveRule(util$4, "position-sticky", {
|
|
2063
2049
|
position: "sticky"
|
|
2064
2050
|
});
|
|
2065
2051
|
const positionStyle = {
|
|
2066
2052
|
layers: {
|
|
2067
|
-
util: util$
|
|
2053
|
+
util: util$4
|
|
2068
2054
|
}
|
|
2069
|
-
}, util$
|
|
2070
|
-
_responsiveRule(util$
|
|
2055
|
+
}, util$3 = {};
|
|
2056
|
+
_responsiveRule(util$3, "r-0", {
|
|
2071
2057
|
borderRadius: vars.radius[0]
|
|
2072
2058
|
});
|
|
2073
|
-
_responsiveRule(util$
|
|
2059
|
+
_responsiveRule(util$3, "r-1", {
|
|
2074
2060
|
borderRadius: vars.radius[1]
|
|
2075
2061
|
});
|
|
2076
|
-
_responsiveRule(util$
|
|
2062
|
+
_responsiveRule(util$3, "r-2", {
|
|
2077
2063
|
borderRadius: vars.radius[2]
|
|
2078
2064
|
});
|
|
2079
|
-
_responsiveRule(util$
|
|
2065
|
+
_responsiveRule(util$3, "r-3", {
|
|
2080
2066
|
borderRadius: vars.radius[3]
|
|
2081
2067
|
});
|
|
2082
|
-
_responsiveRule(util$
|
|
2068
|
+
_responsiveRule(util$3, "r-4", {
|
|
2083
2069
|
borderRadius: vars.radius[4]
|
|
2084
2070
|
});
|
|
2085
|
-
_responsiveRule(util$
|
|
2071
|
+
_responsiveRule(util$3, "r-5", {
|
|
2086
2072
|
borderRadius: vars.radius[5]
|
|
2087
2073
|
});
|
|
2088
|
-
_responsiveRule(util$
|
|
2074
|
+
_responsiveRule(util$3, "r-6", {
|
|
2089
2075
|
borderRadius: vars.radius[6]
|
|
2090
2076
|
});
|
|
2091
|
-
_responsiveRule(util$
|
|
2077
|
+
_responsiveRule(util$3, "r-full", {
|
|
2092
2078
|
borderRadius: "9999px"
|
|
2093
2079
|
});
|
|
2094
2080
|
const radiusStyle = {
|
|
2095
2081
|
layers: {
|
|
2096
|
-
util: util$
|
|
2082
|
+
util: util$3
|
|
2097
2083
|
}
|
|
2098
|
-
}, util$
|
|
2084
|
+
}, util$2 = {};
|
|
2099
2085
|
for (const shadow2 of theme.SHADOW)
|
|
2100
|
-
shadow2 === 0 ? _responsiveRule(util$
|
|
2086
|
+
shadow2 === 0 ? _responsiveRule(util$2, "shadow-0", {
|
|
2101
2087
|
boxShadow: "none"
|
|
2102
|
-
}) : _responsiveRule(util$
|
|
2088
|
+
}) : _responsiveRule(util$2, `shadow-${shadow2}`, {
|
|
2103
2089
|
boxShadow: [`0 0 0 ${vars.card.shadow.outline} ${vars.color.shadow.outline}`, `${vars.shadow[shadow2].umbra} ${vars.color.shadow.umbra}`, `${vars.shadow[shadow2].penumbra} ${vars.color.shadow.penumbra}`, `${vars.shadow[shadow2].ambient} ${vars.color.shadow.ambient}`].join(", ")
|
|
2104
2090
|
});
|
|
2105
2091
|
const shadowStyle = {
|
|
2092
|
+
layers: {
|
|
2093
|
+
util: util$2
|
|
2094
|
+
}
|
|
2095
|
+
}, util$1 = {};
|
|
2096
|
+
_responsiveRule(util$1, "text-align-initial", {
|
|
2097
|
+
textAlign: "initial"
|
|
2098
|
+
});
|
|
2099
|
+
_responsiveRule(util$1, "text-align-left", {
|
|
2100
|
+
textAlign: "left"
|
|
2101
|
+
});
|
|
2102
|
+
_responsiveRule(util$1, "text-align-center", {
|
|
2103
|
+
textAlign: "center"
|
|
2104
|
+
});
|
|
2105
|
+
_responsiveRule(util$1, "text-align-right", {
|
|
2106
|
+
textAlign: "right"
|
|
2107
|
+
});
|
|
2108
|
+
_responsiveRule(util$1, "text-align-justify", {
|
|
2109
|
+
textAlign: "justify"
|
|
2110
|
+
});
|
|
2111
|
+
const textAlignStyle = {
|
|
2106
2112
|
layers: {
|
|
2107
2113
|
util: util$1
|
|
2108
2114
|
}
|
|
@@ -2517,24 +2523,24 @@ const skeletonStyle = {
|
|
|
2517
2523
|
}
|
|
2518
2524
|
}
|
|
2519
2525
|
};
|
|
2520
|
-
for (const
|
|
2521
|
-
const source = vars.font.text.sizes[
|
|
2522
|
-
primitive$o
|
|
2526
|
+
for (const size of theme.FONT_TEXT_SIZE) {
|
|
2527
|
+
const source = vars.font.text.sizes[size];
|
|
2528
|
+
_responsiveRule(primitive$o, `input-${size}`, {
|
|
2523
2529
|
[varNames.input.fontSize]: source.fontSize,
|
|
2524
2530
|
[varNames.input.lineHeight]: source.lineHeight,
|
|
2525
2531
|
[varNames.input.letterSpacing]: source.letterSpacing,
|
|
2526
2532
|
[varNames.input.ascenderHeight]: source.ascenderHeight,
|
|
2527
2533
|
[varNames.input.descenderHeight]: source.descenderHeight
|
|
2528
|
-
};
|
|
2534
|
+
});
|
|
2529
2535
|
}
|
|
2530
2536
|
for (const space of theme.SPACE)
|
|
2531
|
-
primitive$o
|
|
2537
|
+
_responsiveRule(primitive$o, `input-p-${space}`, {
|
|
2532
2538
|
[varNames.input.padding]: vars.space[space]
|
|
2533
|
-
};
|
|
2539
|
+
});
|
|
2534
2540
|
for (const space of theme.SPACE)
|
|
2535
|
-
primitive$o
|
|
2541
|
+
_responsiveRule(primitive$o, `input-g-${space}`, {
|
|
2536
2542
|
[varNames.input.gap]: vars.space[space]
|
|
2537
|
-
};
|
|
2543
|
+
});
|
|
2538
2544
|
const _inputStyle = {
|
|
2539
2545
|
layers: {
|
|
2540
2546
|
primitive: primitive$o
|
|
@@ -2804,7 +2810,10 @@ const badgeStyle = {
|
|
|
2804
2810
|
// todo: move to aspects
|
|
2805
2811
|
minHeight: 0,
|
|
2806
2812
|
"@nest": {
|
|
2807
|
-
"
|
|
2813
|
+
"iframe&": {
|
|
2814
|
+
border: "none"
|
|
2815
|
+
},
|
|
2816
|
+
"ul&, ol&": {
|
|
2808
2817
|
listStyle: "none"
|
|
2809
2818
|
},
|
|
2810
2819
|
"&.muted": {
|
|
@@ -3795,12 +3804,8 @@ const labelStyle = {
|
|
|
3795
3804
|
}
|
|
3796
3805
|
}
|
|
3797
3806
|
},
|
|
3798
|
-
// 'text-accent': {
|
|
3799
|
-
// '--color-fg': 'var(--color-accent-fg)',
|
|
3800
|
-
// },
|
|
3801
3807
|
".text-muted": {
|
|
3802
3808
|
color: "var(--color-muted-fg)"
|
|
3803
|
-
// '--color-fg': 'var(--color-tinted-default-fg-4)',
|
|
3804
3809
|
}
|
|
3805
3810
|
};
|
|
3806
3811
|
for (const size of theme.FONT_TEXT_SIZE)
|
|
@@ -3860,126 +3865,7 @@ const textStyle = {
|
|
|
3860
3865
|
}
|
|
3861
3866
|
}
|
|
3862
3867
|
},
|
|
3863
|
-
".text-input-presentation": {
|
|
3864
|
-
// position: 'absolute',
|
|
3865
|
-
// top: 0,
|
|
3866
|
-
// left: 0,
|
|
3867
|
-
// right: 0,
|
|
3868
|
-
// bottom: 0,
|
|
3869
|
-
// display: 'block',
|
|
3870
|
-
// pointerEvents: 'none',
|
|
3871
|
-
// zIndex: 0,
|
|
3872
|
-
// backgroundColor: 'var(--input-bg-color)',
|
|
3873
|
-
// 'boxShadow': 'var(--input-box-shadow)',
|
|
3874
|
-
// '--input-border-color': 'var(--color-input-default-enabled-border)',
|
|
3875
|
-
// '--input-border-color': 'var(--color-tinted-default-border-1)',
|
|
3876
|
-
// '--input-box-shadow': 'inset 0 0 0 1px var(--input-border-color)',
|
|
3877
|
-
// border-top-left-radius: ${$hasPrefix ? 0 : undefined};
|
|
3878
|
-
// border-bottom-left-radius: ${$hasPrefix ? 0 : undefined};
|
|
3879
|
-
// border-top-right-radius: ${$hasSuffix ? 0 : undefined};
|
|
3880
|
-
// border-bottom-right-radius: ${$hasSuffix ? 0 : undefined};
|
|
3881
|
-
// '@nest': {
|
|
3882
|
-
// 'input:hover + &': {
|
|
3883
|
-
// '--input-border-color': 'var(--color-tinted-default-border-2)',
|
|
3884
|
-
// },
|
|
3885
|
-
// 'input:focus + &': {
|
|
3886
|
-
// '--input-border-color': 'var(--color-tinted-default-border-2)',
|
|
3887
|
-
// },
|
|
3888
|
-
// },
|
|
3889
|
-
// &[data-scheme='${$scheme}'][data-tone='${$tone}'] {
|
|
3890
|
-
// --card-bg-color: ${color.input.default.enabled.bg};
|
|
3891
|
-
// --card-fg-color: ${color.input.default.enabled.fg};
|
|
3892
|
-
// /* enabled */
|
|
3893
|
-
// *:not(:disabled) + &[data-border] {
|
|
3894
|
-
// --input-box-shadow: ${focusRingBorderStyle({
|
|
3895
|
-
// color: color.input.default.enabled.border,
|
|
3896
|
-
// width: input.border.width,
|
|
3897
|
-
// })};
|
|
3898
|
-
// }
|
|
3899
|
-
// /* invalid */
|
|
3900
|
-
// *:not(:disabled):invalid + & {
|
|
3901
|
-
// --card-bg-color: ${color.input.invalid.enabled.bg};
|
|
3902
|
-
// --card-fg-color: ${color.input.invalid.enabled.fg};
|
|
3903
|
-
// &[data-border] {
|
|
3904
|
-
// --input-box-shadow: ${focusRingBorderStyle({
|
|
3905
|
-
// color: color.input.invalid.enabled.border,
|
|
3906
|
-
// width: input.border.width,
|
|
3907
|
-
// })};
|
|
3908
|
-
// }
|
|
3909
|
-
// }
|
|
3910
|
-
// /* focused */
|
|
3911
|
-
// *:not(:disabled):focus + & {
|
|
3912
|
-
// &[data-border] {
|
|
3913
|
-
// --input-box-shadow: ${$unstableDisableFocusRing
|
|
3914
|
-
// ? undefined
|
|
3915
|
-
// : focusRingStyle({
|
|
3916
|
-
// border: {color: color.input.default.enabled.border, width: input.border.width},
|
|
3917
|
-
// focusRing: input.text.focusRing,
|
|
3918
|
-
// })};
|
|
3919
|
-
// }
|
|
3920
|
-
// &:not([data-border]) {
|
|
3921
|
-
// --input-box-shadow: ${$unstableDisableFocusRing
|
|
3922
|
-
// ? undefined
|
|
3923
|
-
// : focusRingStyle({focusRing: input.text.focusRing})};
|
|
3924
|
-
// }
|
|
3925
|
-
// }
|
|
3926
|
-
// /* disabled */
|
|
3927
|
-
// *:not(:invalid):disabled + & {
|
|
3928
|
-
// --card-bg-color: ${color.input.default.disabled.bg} !important;
|
|
3929
|
-
// --card-fg-color: ${color.input.default.disabled.fg} !important;
|
|
3930
|
-
// --card-icon-color: ${color.input.default.disabled.fg} !important;
|
|
3931
|
-
// &[data-border] {
|
|
3932
|
-
// --input-box-shadow: ${focusRingBorderStyle({
|
|
3933
|
-
// color: color.input.default.disabled.border,
|
|
3934
|
-
// width: input.border.width,
|
|
3935
|
-
// })};
|
|
3936
|
-
// }
|
|
3937
|
-
// }
|
|
3938
|
-
// *:invalid:disabled + & {
|
|
3939
|
-
// --card-bg-color: ${color.input.invalid.disabled.bg} !important;
|
|
3940
|
-
// --card-fg-color: ${color.input.invalid.disabled.fg} !important;
|
|
3941
|
-
// --card-icon-color: ${color.input.invalid.disabled.fg} !important;
|
|
3942
|
-
// &[data-border] {
|
|
3943
|
-
// --input-box-shadow: ${focusRingBorderStyle({
|
|
3944
|
-
// color: color.input.invalid.disabled.border,
|
|
3945
|
-
// width: input.border.width,
|
|
3946
|
-
// })};
|
|
3947
|
-
// }
|
|
3948
|
-
// }
|
|
3949
|
-
// /* readOnly */
|
|
3950
|
-
// *:not(:invalid):read-only + & {
|
|
3951
|
-
// --card-bg-color: ${color.input.default.readOnly.bg} !important;
|
|
3952
|
-
// --card-fg-color: ${color.input.default.readOnly.fg} !important;
|
|
3953
|
-
// }
|
|
3954
|
-
// *:invalid:read-only + & {
|
|
3955
|
-
// --card-bg-color: ${color.input.invalid.readOnly.bg} !important;
|
|
3956
|
-
// --card-fg-color: ${color.input.invalid.readOnly.fg} !important;
|
|
3957
|
-
// }
|
|
3958
|
-
// /* hovered */
|
|
3959
|
-
// @media (hover: hover) {
|
|
3960
|
-
// *:not(:disabled):not(:read-only):not(:invalid):hover + & {
|
|
3961
|
-
// --card-bg-color: ${color.input.default.hovered.bg};
|
|
3962
|
-
// --card-fg-color: ${color.input.default.hovered.fg};
|
|
3963
|
-
// }
|
|
3964
|
-
// *:invalid:not(:disabled):not(:read-only):hover + & {
|
|
3965
|
-
// --card-bg-color: ${color.input.invalid.hovered.bg};
|
|
3966
|
-
// --card-fg-color: ${color.input.invalid.hovered.fg};
|
|
3967
|
-
// }
|
|
3968
|
-
// *:not(:disabled):not(:read-only):not(:invalid):not(:focus):hover + &[data-border] {
|
|
3969
|
-
// --input-box-shadow: ${focusRingBorderStyle({
|
|
3970
|
-
// color: color.input.default.hovered.border,
|
|
3971
|
-
// width: input.border.width,
|
|
3972
|
-
// })};
|
|
3973
|
-
// }
|
|
3974
|
-
// *:invalid:not(:disabled):not(:read-only):not(:focus):hover + &[data-border] {
|
|
3975
|
-
// --input-box-shadow: ${focusRingBorderStyle({
|
|
3976
|
-
// color: color.input.invalid.hovered.border,
|
|
3977
|
-
// width: input.border.width,
|
|
3978
|
-
// })};
|
|
3979
|
-
// }
|
|
3980
|
-
// }
|
|
3981
|
-
// }
|
|
3982
|
-
}
|
|
3868
|
+
".text-input-presentation": {}
|
|
3983
3869
|
}, textInputStyle = {
|
|
3984
3870
|
layers: {
|
|
3985
3871
|
primitive: primitive$3
|
|
@@ -4180,6 +4066,7 @@ const textStyle = {
|
|
|
4180
4066
|
positionStyle,
|
|
4181
4067
|
radiusStyle,
|
|
4182
4068
|
shadowStyle,
|
|
4069
|
+
textAlignStyle,
|
|
4183
4070
|
textOverflowStyle,
|
|
4184
4071
|
widthStyle,
|
|
4185
4072
|
// utils
|
|
@@ -4671,6 +4558,7 @@ function box(props) {
|
|
|
4671
4558
|
pointerEvents(props),
|
|
4672
4559
|
position(props),
|
|
4673
4560
|
radius(props),
|
|
4561
|
+
textAlign(props),
|
|
4674
4562
|
width(props)
|
|
4675
4563
|
);
|
|
4676
4564
|
}
|
|
@@ -4702,13 +4590,17 @@ function container(props) {
|
|
|
4702
4590
|
}));
|
|
4703
4591
|
}
|
|
4704
4592
|
function heading(props) {
|
|
4705
|
-
return _comp("block", "heading", font(props), props.accent && "heading-accent", props.muted && "heading-muted", _resp("heading", props.size), flexItem(props)
|
|
4593
|
+
return _comp("block", "heading", font(props), props.accent && "heading-accent", props.muted && "heading-muted", _resp("heading", props.size), flexItem(props), textAlign({
|
|
4594
|
+
textAlign: props.align
|
|
4595
|
+
}));
|
|
4706
4596
|
}
|
|
4707
4597
|
function kbd(props) {
|
|
4708
4598
|
return _comp("kbd", radius(props));
|
|
4709
4599
|
}
|
|
4710
4600
|
function label(props) {
|
|
4711
|
-
return _comp("label", "block", font(props), props.accent && "label-accent", props.muted && "label-muted", _resp("label", props.size)
|
|
4601
|
+
return _comp("label", "block", font(props), props.accent && "label-accent", props.muted && "label-muted", _resp("label", props.size), textAlign({
|
|
4602
|
+
textAlign: props.align
|
|
4603
|
+
}));
|
|
4712
4604
|
}
|
|
4713
4605
|
function popover() {
|
|
4714
4606
|
return _comp("popover");
|
|
@@ -4750,7 +4642,9 @@ function _switchTrack() {
|
|
|
4750
4642
|
return _comp("switch-track");
|
|
4751
4643
|
}
|
|
4752
4644
|
function text(props) {
|
|
4753
|
-
return _comp("text", "block", flexItem(props), font(props), props.accent && "text-accent", props.muted && "text-muted", _resp("text", props.size)
|
|
4645
|
+
return _comp("text", "block", flexItem(props), font(props), props.accent && "text-accent", props.muted && "text-muted", _resp("text", props.size), textAlign({
|
|
4646
|
+
textAlign: props.align
|
|
4647
|
+
}));
|
|
4754
4648
|
}
|
|
4755
4649
|
function textArea(props) {
|
|
4756
4650
|
return composeClassNames(_comp("text-area"), _input(props));
|
|
@@ -4853,6 +4747,7 @@ exports.spinner = spinner;
|
|
|
4853
4747
|
exports.srOnly = srOnly;
|
|
4854
4748
|
exports.stack = stack;
|
|
4855
4749
|
exports.text = text;
|
|
4750
|
+
exports.textAlign = textAlign;
|
|
4856
4751
|
exports.textArea = textArea;
|
|
4857
4752
|
exports.textInput = textInput;
|
|
4858
4753
|
exports.textOverflow = textOverflow;
|