@blockscout/ui-toolkit 0.0.1-alpha.1 → 0.0.1-alpha.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +5 -0
- package/dist/chakra/accordion.d.ts +1 -1
- package/dist/chakra/drawer.d.ts +1 -1
- package/dist/chakra/popover.d.ts +1 -2
- package/dist/chakra/select.d.ts +4 -1
- package/dist/components/AdaptiveTabs/index.d.ts +3 -0
- package/dist/components/Hint/Hint.d.ts +11 -0
- package/dist/components/RoutedTabs/index.d.ts +3 -0
- package/dist/components/buttons/BackToButton.d.ts +7 -0
- package/dist/components/buttons/ClearButton.d.ts +6 -0
- package/dist/components/{Filter → filters}/FilterInput.d.ts +2 -3
- package/dist/components/forms/components/FormFieldError.d.ts +7 -0
- package/dist/components/forms/components/index.d.ts +1 -0
- package/dist/components/forms/fields/FormFieldAddress.d.ts +5 -0
- package/dist/components/forms/fields/FormFieldCheckbox.d.ts +9 -0
- package/dist/components/forms/fields/FormFieldColor.d.ts +9 -0
- package/dist/components/forms/fields/FormFieldEmail.d.ts +5 -0
- package/dist/components/forms/fields/FormFieldSelect.d.ts +7 -0
- package/dist/components/forms/fields/FormFieldSelectAsync.d.ts +7 -0
- package/dist/components/forms/fields/FormFieldText.d.ts +8 -0
- package/dist/components/forms/fields/FormFieldUrl.d.ts +4 -0
- package/dist/components/forms/fields/image/FormFieldImagePreview.d.ts +13 -0
- package/dist/components/forms/fields/image/useImageField.d.ts +25 -0
- package/dist/components/forms/fields/index.d.ts +10 -0
- package/dist/components/forms/fields/types.d.ts +19 -0
- package/dist/components/forms/inputs/file/DragAndDropArea.d.ts +11 -0
- package/dist/components/forms/inputs/file/FileInput.d.ts +13 -0
- package/dist/components/forms/inputs/file/FileSnippet.d.ts +11 -0
- package/dist/components/forms/inputs/file/utils.d.ts +2 -0
- package/dist/components/forms/inputs/index.d.ts +3 -0
- package/dist/components/forms/utils/getFormFieldErrorText.d.ts +2 -0
- package/dist/components/forms/utils/index.d.ts +1 -0
- package/dist/components/forms/validators/address.d.ts +3 -0
- package/dist/components/forms/validators/color.d.ts +2 -0
- package/dist/components/forms/validators/email.d.ts +2 -0
- package/dist/components/forms/validators/index.d.ts +7 -0
- package/dist/components/forms/validators/signature.d.ts +1 -0
- package/dist/components/forms/validators/text.d.ts +1 -0
- package/dist/components/forms/validators/transaction.d.ts +2 -0
- package/dist/components/forms/validators/url.d.ts +3 -0
- package/dist/components/truncation/TruncatedTextTooltip.d.ts +8 -0
- package/dist/hooks/useClipboard.d.ts +1 -1
- package/dist/hooks/useFirstMountState.d.ts +1 -0
- package/dist/hooks/useIsSticky.d.ts +2 -0
- package/dist/hooks/useUpdateEffect.d.ts +2 -0
- package/dist/hooks/useViewportSize.d.ts +1 -1
- package/dist/index.d.ts +2 -0
- package/dist/index.js +10479 -0
- package/dist/package/src/index.d.ts +29 -11
- package/dist/theme/recipes/alert.recipe.d.ts +6 -46
- package/dist/theme/recipes/badge.recipe.d.ts +11 -44
- package/dist/theme/recipes/button.recipe.d.ts +17 -20
- package/dist/theme/recipes/close-button.recipe.d.ts +0 -3
- package/dist/theme/recipes/dialog.recipe.d.ts +1 -1
- package/dist/theme/recipes/drawer.recipe.d.ts +1 -1
- package/dist/theme/recipes/index.d.ts +47 -147
- package/dist/theme/recipes/link.recipe.d.ts +1 -9
- package/dist/theme/recipes/list.recipe.d.ts +1 -1
- package/dist/theme/recipes/menu.recipe.d.ts +1 -1
- package/dist/theme/recipes/select.recipe.d.ts +1 -1
- package/dist/theme/recipes/skeleton.recipe.d.ts +5 -6
- package/dist/theme/recipes/table.recipe.d.ts +1 -1
- package/dist/theme/recipes/tag.recipe.d.ts +0 -12
- package/dist/theme/recipes/toast.recipe.d.ts +1 -1
- package/dist/theme/theme.d.ts +1 -0
- package/dist/utils/consts.d.ts +15 -0
- package/dist/utils/guards.d.ts +2 -0
- package/dist/utils/htmlEntities.d.ts +26 -0
- package/dist/utils/isBrowser.d.ts +1 -0
- package/dist/utils/regexp.d.ts +6 -0
- package/dist/utils/url.d.ts +6 -0
- package/package.json +17 -28
- package/dist/_virtual/Button.js +0 -4
- package/dist/_virtual/Element.js +0 -4
- package/dist/_virtual/Link.js +0 -4
- package/dist/_virtual/_commonjsHelpers.js +0 -4
- package/dist/_virtual/animate-scroll.js +0 -4
- package/dist/_virtual/cancel-events.js +0 -4
- package/dist/_virtual/index.js +0 -5
- package/dist/_virtual/index2.js +0 -4
- package/dist/_virtual/index3.js +0 -4
- package/dist/_virtual/index4.js +0 -4
- package/dist/_virtual/jsx-runtime.js +0 -5
- package/dist/_virtual/jsx-runtime2.js +0 -4
- package/dist/_virtual/passive-event-listeners.js +0 -4
- package/dist/_virtual/react-is.development.js +0 -4
- package/dist/_virtual/react-is.production.min.js +0 -4
- package/dist/_virtual/react-jsx-runtime.development.js +0 -4
- package/dist/_virtual/react-jsx-runtime.production.min.js +0 -4
- package/dist/_virtual/scroll-element.js +0 -4
- package/dist/_virtual/scroll-events.js +0 -4
- package/dist/_virtual/scroll-hash.js +0 -4
- package/dist/_virtual/scroll-link.js +0 -4
- package/dist/_virtual/scroll-spy.js +0 -4
- package/dist/_virtual/scroller.js +0 -4
- package/dist/_virtual/smooth.js +0 -4
- package/dist/_virtual/utils.js +0 -4
- package/dist/chakra/accordion.js +0 -61
- package/dist/chakra/alert.js +0 -45
- package/dist/chakra/avatar.js +0 -36
- package/dist/chakra/badge.js +0 -18
- package/dist/chakra/button.js +0 -65
- package/dist/chakra/checkbox.js +0 -33
- package/dist/chakra/close-button.js +0 -13
- package/dist/chakra/collapsible.js +0 -58
- package/dist/chakra/color-mode.js +0 -35
- package/dist/chakra/dialog.js +0 -47
- package/dist/chakra/drawer.js +0 -39
- package/dist/chakra/field.js +0 -65
- package/dist/chakra/heading.js +0 -12
- package/dist/chakra/icon-button.js +0 -44
- package/dist/chakra/image.js +0 -30
- package/dist/chakra/input-group.js +0 -47
- package/dist/chakra/input.js +0 -5
- package/dist/chakra/link.js +0 -68
- package/dist/chakra/menu.js +0 -63
- package/dist/chakra/pin-input.js +0 -15
- package/dist/chakra/popover.js +0 -69
- package/dist/chakra/progress-circle.js +0 -17
- package/dist/chakra/provider.js +0 -10
- package/dist/chakra/radio.js +0 -17
- package/dist/chakra/rating.js +0 -21
- package/dist/chakra/select.js +0 -185
- package/dist/chakra/skeleton.js +0 -40
- package/dist/chakra/slider.js +0 -39
- package/dist/chakra/switch.js +0 -19
- package/dist/chakra/table.js +0 -66
- package/dist/chakra/tabs.js +0 -29
- package/dist/chakra/tag.js +0 -51
- package/dist/chakra/textarea.js +0 -5
- package/dist/chakra/toaster.js +0 -31
- package/dist/chakra/tooltip.js +0 -85
- package/dist/chakra.d.ts +0 -1
- package/dist/chakra.js +0 -155
- package/dist/components/ButtonBackTo.d.ts +0 -8
- package/dist/components/ButtonBackTo.js +0 -22
- package/dist/components/Filter/FilterInput.js +0 -48
- package/dist/components/TruncatedTextTooltip.d.ts +0 -9
- package/dist/components/TruncatedTextTooltip.js +0 -49
- package/dist/components/index.d.ts +0 -1
- package/dist/components.d.ts +0 -2
- package/dist/components.js +0 -1
- package/dist/configs/app/api.js +0 -23
- package/dist/configs/app/app.js +0 -19
- package/dist/configs/app/chain.js +0 -30
- package/dist/configs/app/features/account.js +0 -13
- package/dist/configs/app/features/addressMetadata.js +0 -15
- package/dist/configs/app/features/addressProfileAPI.js +0 -25
- package/dist/configs/app/features/addressVerification.js +0 -17
- package/dist/configs/app/features/adsBanner.js +0 -50
- package/dist/configs/app/features/adsText.js +0 -16
- package/dist/configs/app/features/advancedFilter.js +0 -11
- package/dist/configs/app/features/beaconChain.js +0 -15
- package/dist/configs/app/features/blockchainInteraction.js +0 -15
- package/dist/configs/app/features/bridgedTokens.js +0 -16
- package/dist/configs/app/features/celo.js +0 -13
- package/dist/configs/app/features/csvExport.js +0 -14
- package/dist/configs/app/features/dataAvailability.js +0 -11
- package/dist/configs/app/features/deFiDropdown.js +0 -12
- package/dist/configs/app/features/easterEggBadge.js +0 -12
- package/dist/configs/app/features/externalTxs.js +0 -14
- package/dist/configs/app/features/faultProofSystem.js +0 -12
- package/dist/configs/app/features/gasTracker.js +0 -17
- package/dist/configs/app/features/getGasButton.js +0 -17
- package/dist/configs/app/features/googleAnalytics.js +0 -12
- package/dist/configs/app/features/graphqlApiDocs.js +0 -12
- package/dist/configs/app/features/growthBook.js +0 -12
- package/dist/configs/app/features/index.js +0 -92
- package/dist/configs/app/features/marketplace.js +0 -46
- package/dist/configs/app/features/metasuites.js +0 -11
- package/dist/configs/app/features/mixpanel.js +0 -12
- package/dist/configs/app/features/mudFramework.js +0 -12
- package/dist/configs/app/features/multichainButton.js +0 -18
- package/dist/configs/app/features/nameService.js +0 -15
- package/dist/configs/app/features/pools.js +0 -15
- package/dist/configs/app/features/publicTagsSubmission.js +0 -17
- package/dist/configs/app/features/restApiDocs.js +0 -12
- package/dist/configs/app/features/rewards.js +0 -17
- package/dist/configs/app/features/rollbar.js +0 -20
- package/dist/configs/app/features/rollup.js +0 -37
- package/dist/configs/app/features/safe.js +0 -23
- package/dist/configs/app/features/saveOnGas.js +0 -13
- package/dist/configs/app/features/sol2uml.js +0 -16
- package/dist/configs/app/features/stats.js +0 -16
- package/dist/configs/app/features/suave.js +0 -11
- package/dist/configs/app/features/txInterpretation.js +0 -16
- package/dist/configs/app/features/userOps.js +0 -11
- package/dist/configs/app/features/validators.js +0 -16
- package/dist/configs/app/features/verifiedTokens.js +0 -15
- package/dist/configs/app/features/web3Wallet.js +0 -24
- package/dist/configs/app/features/xStarScore.js +0 -12
- package/dist/configs/app/index.js +0 -19
- package/dist/configs/app/meta.js +0 -16
- package/dist/configs/app/services.js +0 -9
- package/dist/configs/app/ui/views/address.js +0 -36
- package/dist/configs/app/ui/views/block.js +0 -11
- package/dist/configs/app/ui/views/index.js +0 -12
- package/dist/configs/app/ui/views/nft.js +0 -10
- package/dist/configs/app/ui/views/token.js +0 -7
- package/dist/configs/app/ui/views/tx.js +0 -15
- package/dist/configs/app/ui.js +0 -128
- package/dist/configs/app/utils.js +0 -45
- package/dist/hooks/useClipboard.js +0 -27
- package/dist/hooks/useDisclosure.js +0 -17
- package/dist/hooks/useViewportSize.js +0 -17
- package/dist/hooks.d.ts +0 -1
- package/dist/hooks.js +0 -8
- package/dist/icons/arrows/east-mini.svg.js +0 -4
- package/dist/icons/arrows/east.svg.js +0 -4
- package/dist/icons/check.svg.js +0 -4
- package/dist/icons/close.svg.js +0 -4
- package/dist/icons/info_filled.svg.js +0 -4
- package/dist/icons/link_external.svg.js +0 -4
- package/dist/icons/star_filled.svg.js +0 -4
- package/dist/icons/star_outline.svg.js +0 -4
- package/dist/lib/consts.js +0 -10
- package/dist/lib/hooks/useFirstMountState.js +0 -8
- package/dist/lib/hooks/useIsMobile.js +0 -7
- package/dist/lib/hooks/useUpdateEffect.js +0 -12
- package/dist/lib/html-entities.js +0 -5
- package/dist/lib/isBrowser.js +0 -6
- package/dist/lib/regexp.js +0 -4
- package/dist/lib/settings/colorTheme.js +0 -33
- package/dist/lib/stripTrailingSlash.js +0 -4
- package/dist/node_modules/@uidotdev/usehooks/index.js +0 -51
- package/dist/node_modules/bignumber.js/bignumber.js +0 -627
- package/dist/node_modules/es-toolkit/dist/function/debounce.js +0 -30
- package/dist/node_modules/es-toolkit/dist/function/throttle.js +0 -11
- package/dist/node_modules/lodash.throttle/index.js +0 -95
- package/dist/node_modules/object-assign/index.js +0 -54
- package/dist/node_modules/prop-types/checkPropTypes.js +0 -54
- package/dist/node_modules/prop-types/factoryWithThrowingShims.js +0 -52
- package/dist/node_modules/prop-types/factoryWithTypeCheckers.js +0 -329
- package/dist/node_modules/prop-types/index.js +0 -17
- package/dist/node_modules/prop-types/lib/ReactPropTypesSecret.js +0 -10
- package/dist/node_modules/prop-types/lib/has.js +0 -7
- package/dist/node_modules/react-icons/lib/iconBase.js +0 -108
- package/dist/node_modules/react-icons/lib/iconContext.js +0 -12
- package/dist/node_modules/react-icons/lu/index.js +0 -12
- package/dist/node_modules/react-is/cjs/react-is.development.js +0 -95
- package/dist/node_modules/react-is/cjs/react-is.production.min.js +0 -78
- package/dist/node_modules/react-is/index.js +0 -10
- package/dist/node_modules/react-scroll/modules/components/Button.js +0 -58
- package/dist/node_modules/react-scroll/modules/components/Element.js +0 -72
- package/dist/node_modules/react-scroll/modules/components/Link.js +0 -49
- package/dist/node_modules/react-scroll/modules/index.js +0 -26
- package/dist/node_modules/react-scroll/modules/mixins/Helpers.js +0 -192
- package/dist/node_modules/react-scroll/modules/mixins/animate-scroll.js +0 -132
- package/dist/node_modules/react-scroll/modules/mixins/cancel-events.js +0 -20
- package/dist/node_modules/react-scroll/modules/mixins/passive-event-listeners.js +0 -27
- package/dist/node_modules/react-scroll/modules/mixins/scroll-element.js +0 -98
- package/dist/node_modules/react-scroll/modules/mixins/scroll-events.js +0 -23
- package/dist/node_modules/react-scroll/modules/mixins/scroll-hash.js +0 -61
- package/dist/node_modules/react-scroll/modules/mixins/scroll-link.js +0 -171
- package/dist/node_modules/react-scroll/modules/mixins/scroll-spy.js +0 -79
- package/dist/node_modules/react-scroll/modules/mixins/scroller.js +0 -62
- package/dist/node_modules/react-scroll/modules/mixins/smooth.js +0 -72
- package/dist/node_modules/react-scroll/modules/mixins/utils.js +0 -55
- package/dist/package/node_modules/react/cjs/react-jsx-runtime.development.js +0 -604
- package/dist/package/node_modules/react/cjs/react-jsx-runtime.production.min.js +0 -28
- package/dist/package/node_modules/react/jsx-runtime.js +0 -10
- package/dist/theme/foundations/animations.js +0 -15
- package/dist/theme/foundations/animations.ts +0 -12
- package/dist/theme/foundations/borders.js +0 -12
- package/dist/theme/foundations/borders.ts +0 -13
- package/dist/theme/foundations/breakpoints.js +0 -11
- package/dist/theme/foundations/breakpoints.ts +0 -10
- package/dist/theme/foundations/colors.js +0 -163
- package/dist/theme/foundations/colors.ts +0 -162
- package/dist/theme/foundations/durations.js +0 -12
- package/dist/theme/foundations/durations.ts +0 -15
- package/dist/theme/foundations/semanticTokens.js +0 -474
- package/dist/theme/foundations/semanticTokens.ts +0 -475
- package/dist/theme/foundations/shadows.js +0 -16
- package/dist/theme/foundations/shadows.ts +0 -19
- package/dist/theme/foundations/typography.js +0 -92
- package/dist/theme/foundations/typography.ts +0 -93
- package/dist/theme/foundations/zIndex.js +0 -24
- package/dist/theme/foundations/zIndex.ts +0 -20
- package/dist/theme/globalCss.js +0 -51
- package/dist/theme/globalCss.ts +0 -57
- package/dist/theme/globals/address-entity.js +0 -34
- package/dist/theme/globals/address-entity.ts +0 -33
- package/dist/theme/globals/recaptcha.js +0 -21
- package/dist/theme/globals/recaptcha.ts +0 -20
- package/dist/theme/globals/scrollbar.js +0 -33
- package/dist/theme/globals/scrollbar.ts +0 -32
- package/dist/theme/index.d.ts +0 -1
- package/dist/theme/index.ts +0 -1
- package/dist/theme/recipes/accordion.recipe.js +0 -143
- package/dist/theme/recipes/accordion.recipe.ts +0 -145
- package/dist/theme/recipes/alert.recipe.js +0 -134
- package/dist/theme/recipes/alert.recipe.ts +0 -138
- package/dist/theme/recipes/badge.recipe.js +0 -119
- package/dist/theme/recipes/badge.recipe.ts +0 -117
- package/dist/theme/recipes/button.recipe.js +0 -272
- package/dist/theme/recipes/button.recipe.ts +0 -270
- package/dist/theme/recipes/checkbox.recipe.js +0 -53
- package/dist/theme/recipes/checkbox.recipe.ts +0 -56
- package/dist/theme/recipes/checkmark.recipe.js +0 -73
- package/dist/theme/recipes/checkmark.recipe.ts +0 -73
- package/dist/theme/recipes/close-button.recipe.js +0 -39
- package/dist/theme/recipes/close-button.recipe.ts +0 -37
- package/dist/theme/recipes/dialog.recipe.js +0 -210
- package/dist/theme/recipes/dialog.recipe.ts +0 -213
- package/dist/theme/recipes/drawer.recipe.js +0 -168
- package/dist/theme/recipes/drawer.recipe.ts +0 -173
- package/dist/theme/recipes/field.recipe.js +0 -174
- package/dist/theme/recipes/field.recipe.ts +0 -175
- package/dist/theme/recipes/index.js +0 -69
- package/dist/theme/recipes/index.ts +0 -68
- package/dist/theme/recipes/input.recipe.js +0 -116
- package/dist/theme/recipes/input.recipe.ts +0 -119
- package/dist/theme/recipes/link.recipe.js +0 -88
- package/dist/theme/recipes/link.recipe.ts +0 -86
- package/dist/theme/recipes/list.recipe.js +0 -65
- package/dist/theme/recipes/list.recipe.ts +0 -67
- package/dist/theme/recipes/menu.recipe.js +0 -104
- package/dist/theme/recipes/menu.recipe.ts +0 -105
- package/dist/theme/recipes/pin-input.recipe.js +0 -34
- package/dist/theme/recipes/pin-input.recipe.ts +0 -35
- package/dist/theme/recipes/popover.recipe.js +0 -72
- package/dist/theme/recipes/popover.recipe.ts +0 -70
- package/dist/theme/recipes/progress-circle.recipe.js +0 -74
- package/dist/theme/recipes/progress-circle.recipe.ts +0 -74
- package/dist/theme/recipes/radio-group.recipe.js +0 -69
- package/dist/theme/recipes/radio-group.recipe.ts +0 -73
- package/dist/theme/recipes/radiomark.recipe.js +0 -87
- package/dist/theme/recipes/radiomark.recipe.ts +0 -91
- package/dist/theme/recipes/rating-group.recipe.js +0 -84
- package/dist/theme/recipes/rating-group.recipe.ts +0 -93
- package/dist/theme/recipes/select.recipe.js +0 -275
- package/dist/theme/recipes/select.recipe.ts +0 -277
- package/dist/theme/recipes/skeleton.recipe.js +0 -54
- package/dist/theme/recipes/skeleton.recipe.ts +0 -55
- package/dist/theme/recipes/spinner.recipe.js +0 -33
- package/dist/theme/recipes/spinner.recipe.ts +0 -31
- package/dist/theme/recipes/stat.recipe.js +0 -101
- package/dist/theme/recipes/stat.recipe.ts +0 -101
- package/dist/theme/recipes/switch.recipe.js +0 -125
- package/dist/theme/recipes/switch.recipe.ts +0 -130
- package/dist/theme/recipes/table.recipe.js +0 -83
- package/dist/theme/recipes/table.recipe.ts +0 -84
- package/dist/theme/recipes/tabs.recipe.js +0 -216
- package/dist/theme/recipes/tabs.recipe.ts +0 -219
- package/dist/theme/recipes/tag.recipe.js +0 -157
- package/dist/theme/recipes/tag.recipe.ts +0 -158
- package/dist/theme/recipes/textarea.recipe.js +0 -86
- package/dist/theme/recipes/textarea.recipe.ts +0 -86
- package/dist/theme/recipes/toast.recipe.js +0 -98
- package/dist/theme/recipes/toast.recipe.ts +0 -97
- package/dist/theme/recipes/tooltip.recipe.js +0 -87
- package/dist/theme/recipes/tooltip.recipe.ts +0 -85
- package/dist/theme/theme.js +0 -40
- package/dist/theme/theme.ts +0 -41
- package/dist/theme/utils/entries.js +0 -11
- package/dist/theme/utils/entries.ts +0 -12
- package/dist/theme.d.ts +0 -2
- package/dist/theme.js +0 -4
- package/dist/types/client/adProviders.js +0 -12
- package/dist/types/client/contract.js +0 -13
- package/dist/types/client/gasTracker.js +0 -7
- package/dist/types/client/navigation.js +0 -4
- package/dist/types/client/rollup.js +0 -11
- package/dist/types/client/txInterpretation.js +0 -8
- package/dist/types/client/validators.js +0 -8
- package/dist/types/client/wallets.js +0 -8
- package/dist/types/homepage.js +0 -15
- package/dist/types/views/address.js +0 -14
- package/dist/types/views/block.js +0 -12
- package/dist/types/views/tx.js +0 -16
- package/dist/ui/shared/forms/validators/url.js +0 -12
- package/dist/utils/getComponentDisplayName.js +0 -7
- package/dist/utils/index.d.ts +0 -1
- package/dist/utils.d.ts +0 -2
- package/dist/utils.js +0 -4
|
@@ -1,474 +0,0 @@
|
|
|
1
|
-
import J from "../../configs/app/index.js";
|
|
2
|
-
var o;
|
|
3
|
-
const l = (o = J.UI.homepage.heroBanner) == null ? void 0 : o.button;
|
|
4
|
-
var r, a, e, c, s, g, _, h, i, d, t, u, k, v, b, A, p, y, w, f, T, L, U, D, E, F, m, x, O, z, C, I, j, q, G, H;
|
|
5
|
-
const M = {
|
|
6
|
-
colors: {
|
|
7
|
-
button: {
|
|
8
|
-
outline: {
|
|
9
|
-
fg: {
|
|
10
|
-
DEFAULT: { value: { _light: "{colors.blue.600}", _dark: "{colors.blue.600}" } }
|
|
11
|
-
}
|
|
12
|
-
},
|
|
13
|
-
subtle: {
|
|
14
|
-
fg: {
|
|
15
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
16
|
-
},
|
|
17
|
-
bg: {
|
|
18
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.200}", _dark: "{colors.whiteAlpha.200}" } }
|
|
19
|
-
}
|
|
20
|
-
},
|
|
21
|
-
dropdown: {
|
|
22
|
-
fg: {
|
|
23
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } },
|
|
24
|
-
selected: { value: { _light: "{colors.blue.700}", _dark: "{colors.whiteAlpha.800}" } }
|
|
25
|
-
},
|
|
26
|
-
bg: {
|
|
27
|
-
selected: { value: { _light: "{colors.blue.50}", _dark: "{colors.whiteAlpha.100}" } }
|
|
28
|
-
},
|
|
29
|
-
border: {
|
|
30
|
-
DEFAULT: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.600}" } }
|
|
31
|
-
}
|
|
32
|
-
},
|
|
33
|
-
header: {
|
|
34
|
-
fg: {
|
|
35
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.gray.400}" } },
|
|
36
|
-
selected: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } },
|
|
37
|
-
highlighted: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
38
|
-
},
|
|
39
|
-
bg: {
|
|
40
|
-
selected: { value: { _light: "{colors.blackAlpha.50}", _dark: "{colors.whiteAlpha.100}" } },
|
|
41
|
-
highlighted: { value: { _light: "{colors.orange.100}", _dark: "{colors.orange.900}" } }
|
|
42
|
-
},
|
|
43
|
-
border: {
|
|
44
|
-
DEFAULT: { value: { _light: "{colors.gray.300}", _dark: "{colors.gray.600}" } }
|
|
45
|
-
}
|
|
46
|
-
},
|
|
47
|
-
segmented: {
|
|
48
|
-
fg: {
|
|
49
|
-
DEFAULT: { value: { _light: "{colors.blue.600}", _dark: "{colors.blue.300}" } },
|
|
50
|
-
selected: { value: { _light: "{colors.blue.700}", _dark: "{colors.gray.50}" } }
|
|
51
|
-
},
|
|
52
|
-
border: {
|
|
53
|
-
DEFAULT: { value: { _light: "{colors.blue.50}", _dark: "{colors.gray.800}" } }
|
|
54
|
-
}
|
|
55
|
-
},
|
|
56
|
-
icon_secondary: {
|
|
57
|
-
fg: {
|
|
58
|
-
DEFAULT: { value: { _light: "{colors.gray.400}", _dark: "{colors.gray.500}" } },
|
|
59
|
-
selected: { value: { _light: "{colors.blue.700}", _dark: "{colors.whiteAlpha.800}" } }
|
|
60
|
-
},
|
|
61
|
-
bg: {
|
|
62
|
-
selected: { value: { _light: "{colors.blue.50}", _dark: "{colors.whiteAlpha.100}" } }
|
|
63
|
-
}
|
|
64
|
-
},
|
|
65
|
-
hero: {
|
|
66
|
-
bg: {
|
|
67
|
-
DEFAULT: {
|
|
68
|
-
value: {
|
|
69
|
-
_light: ((a = (r = l == null ? void 0 : l._default) == null ? void 0 : r.background) == null ? void 0 : a[0]) || "{colors.blue.600}",
|
|
70
|
-
_dark: ((c = (e = l == null ? void 0 : l._default) == null ? void 0 : e.background) == null ? void 0 : c[1]) || ((g = (s = l == null ? void 0 : l._default) == null ? void 0 : s.background) == null ? void 0 : g[0]) || "{colors.blue.600}"
|
|
71
|
-
}
|
|
72
|
-
},
|
|
73
|
-
hover: {
|
|
74
|
-
value: {
|
|
75
|
-
_light: ((h = (_ = l == null ? void 0 : l._hover) == null ? void 0 : _.background) == null ? void 0 : h[0]) || "{colors.blue.400}",
|
|
76
|
-
_dark: ((d = (i = l == null ? void 0 : l._hover) == null ? void 0 : i.background) == null ? void 0 : d[1]) || ((u = (t = l == null ? void 0 : l._hover) == null ? void 0 : t.background) == null ? void 0 : u[0]) || "{colors.blue.400}"
|
|
77
|
-
}
|
|
78
|
-
},
|
|
79
|
-
selected: {
|
|
80
|
-
value: {
|
|
81
|
-
_light: ((v = (k = l == null ? void 0 : l._selected) == null ? void 0 : k.background) == null ? void 0 : v[0]) || "{colors.blue.50}",
|
|
82
|
-
_dark: ((A = (b = l == null ? void 0 : l._selected) == null ? void 0 : b.background) == null ? void 0 : A[1]) || ((y = (p = l == null ? void 0 : l._selected) == null ? void 0 : p.background) == null ? void 0 : y[0]) || "{colors.blue.50}"
|
|
83
|
-
}
|
|
84
|
-
}
|
|
85
|
-
},
|
|
86
|
-
fg: {
|
|
87
|
-
DEFAULT: {
|
|
88
|
-
value: {
|
|
89
|
-
_light: ((f = (w = l == null ? void 0 : l._default) == null ? void 0 : w.text_color) == null ? void 0 : f[0]) || "{colors.white}",
|
|
90
|
-
_dark: ((L = (T = l == null ? void 0 : l._default) == null ? void 0 : T.text_color) == null ? void 0 : L[1]) || ((D = (U = l == null ? void 0 : l._default) == null ? void 0 : U.text_color) == null ? void 0 : D[0]) || "{colors.white}"
|
|
91
|
-
}
|
|
92
|
-
},
|
|
93
|
-
hover: {
|
|
94
|
-
value: {
|
|
95
|
-
_light: ((F = (E = l == null ? void 0 : l._hover) == null ? void 0 : E.text_color) == null ? void 0 : F[0]) || "{colors.white}",
|
|
96
|
-
_dark: ((x = (m = l == null ? void 0 : l._hover) == null ? void 0 : m.text_color) == null ? void 0 : x[1]) || ((z = (O = l == null ? void 0 : l._hover) == null ? void 0 : O.text_color) == null ? void 0 : z[0]) || "{colors.white}"
|
|
97
|
-
}
|
|
98
|
-
},
|
|
99
|
-
selected: {
|
|
100
|
-
value: {
|
|
101
|
-
_light: ((I = (C = l == null ? void 0 : l._selected) == null ? void 0 : C.text_color) == null ? void 0 : I[0]) || "{colors.blackAlpha.800}",
|
|
102
|
-
_dark: ((q = (j = l == null ? void 0 : l._selected) == null ? void 0 : j.text_color) == null ? void 0 : q[1]) || ((H = (G = l == null ? void 0 : l._selected) == null ? void 0 : G.text_color) == null ? void 0 : H[0]) || "{colors.blackAlpha.800}"
|
|
103
|
-
}
|
|
104
|
-
}
|
|
105
|
-
}
|
|
106
|
-
}
|
|
107
|
-
},
|
|
108
|
-
closeButton: {
|
|
109
|
-
fg: {
|
|
110
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.500}", _dark: "{colors.whiteAlpha.500}" } }
|
|
111
|
-
}
|
|
112
|
-
},
|
|
113
|
-
link: {
|
|
114
|
-
primary: {
|
|
115
|
-
DEFAULT: { value: { _light: "{colors.blue.600}", _dark: "{colors.blue.300}" } },
|
|
116
|
-
hover: { value: { _light: "{colors.blue.400}" } }
|
|
117
|
-
},
|
|
118
|
-
secondary: {
|
|
119
|
-
DEFAULT: { value: { _light: "{colors.gray.500}", _dark: "{colors.gray.400}" } }
|
|
120
|
-
},
|
|
121
|
-
underlaid: {
|
|
122
|
-
bg: { value: { _light: "{colors.gray.100}", _dark: "{colors.gray.800}" } }
|
|
123
|
-
},
|
|
124
|
-
subtle: {
|
|
125
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.gray.400}" } },
|
|
126
|
-
hover: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.gray.400}" } }
|
|
127
|
-
},
|
|
128
|
-
navigation: {
|
|
129
|
-
fg: {
|
|
130
|
-
DEFAULT: { value: { _light: "{colors.gray.600}", _dark: "{colors.gray.400}" } },
|
|
131
|
-
selected: { value: { _light: "{colors.blue.700}", _dark: "{colors.gray.50}" } },
|
|
132
|
-
hover: { value: { _light: "{colors.link.primary.hover}" } },
|
|
133
|
-
active: { value: { _light: "{colors.link.primary.hover}" } }
|
|
134
|
-
},
|
|
135
|
-
bg: {
|
|
136
|
-
DEFAULT: { value: { _light: "{colors.white}", _dark: "{colors.black}" } },
|
|
137
|
-
selected: { value: { _light: "{colors.blue.50}", _dark: "{colors.gray.800}" } }
|
|
138
|
-
},
|
|
139
|
-
border: {
|
|
140
|
-
DEFAULT: { value: "{colors.border.divider}" },
|
|
141
|
-
selected: { value: { _light: "{colors.blue.50}", _dark: "{colors.gray.800}" } }
|
|
142
|
-
}
|
|
143
|
-
},
|
|
144
|
-
menu: {
|
|
145
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
146
|
-
}
|
|
147
|
-
},
|
|
148
|
-
tooltip: {
|
|
149
|
-
DEFAULT: {
|
|
150
|
-
bg: { value: "{colors.gray.900}" },
|
|
151
|
-
fg: { value: "{colors.white}" }
|
|
152
|
-
},
|
|
153
|
-
navigation: {
|
|
154
|
-
bg: { value: { _light: "{colors.blue.50}", _dark: "{colors.gray.800}" } },
|
|
155
|
-
fg: {
|
|
156
|
-
DEFAULT: { value: "{colors.blue.400}" },
|
|
157
|
-
selected: { value: { _light: "{colors.blue.700}", _dark: "{colors.gray.50}" } }
|
|
158
|
-
}
|
|
159
|
-
}
|
|
160
|
-
},
|
|
161
|
-
popover: {
|
|
162
|
-
DEFAULT: {
|
|
163
|
-
bg: { value: { _light: "{colors.white}", _dark: "{colors.gray.900}" } },
|
|
164
|
-
shadow: { value: { _light: "{colors.blackAlpha.200}", _dark: "{colors.whiteAlpha.300}" } }
|
|
165
|
-
}
|
|
166
|
-
},
|
|
167
|
-
progressCircle: {
|
|
168
|
-
trackColor: {
|
|
169
|
-
DEFAULT: { value: { _light: "{colors.gray.100}", _dark: "{colors.whiteAlpha.100}" } }
|
|
170
|
-
}
|
|
171
|
-
},
|
|
172
|
-
skeleton: {
|
|
173
|
-
bg: {
|
|
174
|
-
start: { value: { _light: "{colors.blackAlpha.50}", _dark: "{colors.whiteAlpha.50}" } },
|
|
175
|
-
end: { value: { _light: "{colors.blackAlpha.100}", _dark: "{colors.whiteAlpha.100}" } }
|
|
176
|
-
}
|
|
177
|
-
},
|
|
178
|
-
tabs: {
|
|
179
|
-
solid: {
|
|
180
|
-
fg: {
|
|
181
|
-
DEFAULT: { value: { _light: "{colors.blue.700}", _dark: "{colors.blue.100}" } },
|
|
182
|
-
selected: { value: { _light: "{colors.blue.700}", _dark: "{colors.gray.50}" } }
|
|
183
|
-
},
|
|
184
|
-
bg: {
|
|
185
|
-
selected: { value: { _light: "{colors.blue.50}", _dark: "{colors.whiteAlpha.100}" } }
|
|
186
|
-
}
|
|
187
|
-
},
|
|
188
|
-
secondary: {
|
|
189
|
-
fg: {
|
|
190
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
191
|
-
},
|
|
192
|
-
bg: {
|
|
193
|
-
selected: { value: { _light: "{colors.blue.50}", _dark: "{colors.whiteAlpha.100}" } }
|
|
194
|
-
},
|
|
195
|
-
border: {
|
|
196
|
-
DEFAULT: { value: { _light: "{colors.gray.300}", _dark: "{colors.gray.600}" } }
|
|
197
|
-
}
|
|
198
|
-
},
|
|
199
|
-
segmented: {
|
|
200
|
-
fg: {
|
|
201
|
-
DEFAULT: { value: { _light: "{colors.blue.600}", _dark: "{colors.blue.300}" } },
|
|
202
|
-
selected: { value: { _light: "{colors.blue.700}", _dark: "{colors.gray.50}" } }
|
|
203
|
-
},
|
|
204
|
-
border: {
|
|
205
|
-
DEFAULT: { value: { _light: "{colors.blue.50}", _dark: "{colors.gray.800}" } }
|
|
206
|
-
}
|
|
207
|
-
}
|
|
208
|
-
},
|
|
209
|
-
switch: {
|
|
210
|
-
primary: {
|
|
211
|
-
bg: {
|
|
212
|
-
DEFAULT: { value: { _light: "{colors.gray.300}", _dark: "{colors.whiteAlpha.400}" } },
|
|
213
|
-
checked: { value: { _light: "{colors.blue.500}", _dark: "{colors.blue.300}" } },
|
|
214
|
-
hover: { value: { _light: "{colors.blue.600}", _dark: "{colors.blue.400}" } }
|
|
215
|
-
}
|
|
216
|
-
}
|
|
217
|
-
},
|
|
218
|
-
alert: {
|
|
219
|
-
fg: {
|
|
220
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
221
|
-
},
|
|
222
|
-
bg: {
|
|
223
|
-
info: { value: { _light: "{colors.blackAlpha.50}", _dark: "{colors.whiteAlpha.100}" } },
|
|
224
|
-
warning: { value: { _light: "{colors.orange.100}", _dark: "{colors.orange.800/60}" } },
|
|
225
|
-
warning_table: { value: { _light: "{colors.orange.50}", _dark: "{colors.orange.800/60}" } },
|
|
226
|
-
success: { value: { _light: "{colors.green.100}", _dark: "{colors.green.900}" } },
|
|
227
|
-
error: { value: { _light: "{colors.red.100}", _dark: "{colors.red.900}" } }
|
|
228
|
-
}
|
|
229
|
-
},
|
|
230
|
-
toast: {
|
|
231
|
-
fg: {
|
|
232
|
-
DEFAULT: { value: "{colors.alert.fg}" }
|
|
233
|
-
},
|
|
234
|
-
bg: {
|
|
235
|
-
DEFAULT: { value: "{colors.alert.bg.info}" },
|
|
236
|
-
info: { value: { _light: "{colors.blue.100}", _dark: "{colors.blue.900}" } },
|
|
237
|
-
warning: { value: "{colors.alert.bg.warning}" },
|
|
238
|
-
success: { value: "{colors.alert.bg.success}" },
|
|
239
|
-
error: { value: "{colors.alert.bg.error}" },
|
|
240
|
-
loading: { value: { _light: "{colors.blue.100}", _dark: "{colors.blue.900}" } }
|
|
241
|
-
}
|
|
242
|
-
},
|
|
243
|
-
input: {
|
|
244
|
-
fg: {
|
|
245
|
-
DEFAULT: { value: { _light: "{colors.gray.800}", _dark: "{colors.gray.50}" } },
|
|
246
|
-
error: { value: "{colors.text.error}" }
|
|
247
|
-
},
|
|
248
|
-
bg: {
|
|
249
|
-
DEFAULT: { value: { _light: "{colors.white}", _dark: "{colors.black}" } },
|
|
250
|
-
readOnly: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.800}" } }
|
|
251
|
-
},
|
|
252
|
-
border: {
|
|
253
|
-
DEFAULT: { value: { _light: "{colors.gray.100}", _dark: "{colors.gray.700}" } },
|
|
254
|
-
hover: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.500}" } },
|
|
255
|
-
focus: { value: "{colors.blue.400}" },
|
|
256
|
-
filled: { value: { _light: "{colors.gray.300}", _dark: "{colors.gray.600}" } },
|
|
257
|
-
readOnly: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.800}" } },
|
|
258
|
-
error: { value: "{colors.red.500}" }
|
|
259
|
-
},
|
|
260
|
-
placeholder: {
|
|
261
|
-
DEFAULT: { value: "{colors.gray.500}" },
|
|
262
|
-
error: { value: "{colors.red.500}" }
|
|
263
|
-
}
|
|
264
|
-
},
|
|
265
|
-
field: {
|
|
266
|
-
placeholder: {
|
|
267
|
-
DEFAULT: { value: "{colors.gray.500}" },
|
|
268
|
-
disabled: { value: "{colors.gray.500/20}" },
|
|
269
|
-
error: { value: "{colors.red.500}" }
|
|
270
|
-
}
|
|
271
|
-
},
|
|
272
|
-
dialog: {
|
|
273
|
-
bg: {
|
|
274
|
-
DEFAULT: { value: { _light: "{colors.white}", _dark: "{colors.gray.900}" } }
|
|
275
|
-
},
|
|
276
|
-
fg: {
|
|
277
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
278
|
-
}
|
|
279
|
-
},
|
|
280
|
-
drawer: {
|
|
281
|
-
bg: {
|
|
282
|
-
DEFAULT: { value: { _light: "{colors.white}", _dark: "{colors.gray.900}" } }
|
|
283
|
-
}
|
|
284
|
-
},
|
|
285
|
-
select: {
|
|
286
|
-
trigger: {
|
|
287
|
-
outline: {
|
|
288
|
-
fg: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
289
|
-
}
|
|
290
|
-
},
|
|
291
|
-
item: {
|
|
292
|
-
bg: {
|
|
293
|
-
highlighted: { value: { _light: "{colors.blue.50}", _dark: "{colors.whiteAlpha.100}" } }
|
|
294
|
-
}
|
|
295
|
-
},
|
|
296
|
-
indicator: {
|
|
297
|
-
fg: {
|
|
298
|
-
DEFAULT: { value: "{colors.gray.500}" }
|
|
299
|
-
}
|
|
300
|
-
},
|
|
301
|
-
placeholder: {
|
|
302
|
-
fg: {
|
|
303
|
-
DEFAULT: { value: "{colors.gray.500}" },
|
|
304
|
-
error: { value: "{colors.red.500}" }
|
|
305
|
-
}
|
|
306
|
-
}
|
|
307
|
-
},
|
|
308
|
-
menu: {
|
|
309
|
-
item: {
|
|
310
|
-
bg: {
|
|
311
|
-
highlighted: { value: { _light: "{colors.blue.50}", _dark: "{colors.whiteAlpha.100}" } }
|
|
312
|
-
}
|
|
313
|
-
}
|
|
314
|
-
},
|
|
315
|
-
spinner: {
|
|
316
|
-
track: {
|
|
317
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.200}", _dark: "{colors.whiteAlpha.200}" } }
|
|
318
|
-
}
|
|
319
|
-
},
|
|
320
|
-
badge: {
|
|
321
|
-
gray: {
|
|
322
|
-
bg: { value: { _light: "{colors.blackAlpha.50}", _dark: "{colors.whiteAlpha.100}" } },
|
|
323
|
-
fg: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
324
|
-
},
|
|
325
|
-
green: {
|
|
326
|
-
bg: { value: { _light: "{colors.green.50}", _dark: "{colors.green.800}" } },
|
|
327
|
-
fg: { value: { _light: "{colors.green.500}", _dark: "{colors.green.200}" } }
|
|
328
|
-
},
|
|
329
|
-
red: {
|
|
330
|
-
bg: { value: { _light: "{colors.red.50}", _dark: "{colors.red.800}" } },
|
|
331
|
-
fg: { value: { _light: "{colors.red.500}", _dark: "{colors.red.200}" } }
|
|
332
|
-
},
|
|
333
|
-
purple: {
|
|
334
|
-
bg: { value: { _light: "{colors.purple.50}", _dark: "{colors.purple.800}" } },
|
|
335
|
-
fg: { value: { _light: "{colors.purple.500}", _dark: "{colors.purple.100}" } }
|
|
336
|
-
},
|
|
337
|
-
purple_alt: {
|
|
338
|
-
bg: { value: { _light: "{colors.purple.100}", _dark: "{colors.purple.800}" } },
|
|
339
|
-
fg: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
340
|
-
},
|
|
341
|
-
orange: {
|
|
342
|
-
bg: { value: { _light: "{colors.orange.50}", _dark: "{colors.orange.800}" } },
|
|
343
|
-
fg: { value: { _light: "{colors.orange.500}", _dark: "{colors.orange.100}" } }
|
|
344
|
-
},
|
|
345
|
-
blue: {
|
|
346
|
-
bg: { value: { _light: "{colors.blue.50}", _dark: "{colors.blue.800}" } },
|
|
347
|
-
fg: { value: { _light: "{colors.blue.500}", _dark: "{colors.blue.100}" } }
|
|
348
|
-
},
|
|
349
|
-
blue_alt: {
|
|
350
|
-
bg: { value: { _light: "{colors.blue.50}", _dark: "{colors.blue.800}" } },
|
|
351
|
-
fg: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
352
|
-
},
|
|
353
|
-
yellow: {
|
|
354
|
-
bg: { value: { _light: "{colors.yellow.50}", _dark: "{colors.yellow.800}" } },
|
|
355
|
-
fg: { value: { _light: "{colors.yellow.500}", _dark: "{colors.yellow.100}" } }
|
|
356
|
-
},
|
|
357
|
-
teal: {
|
|
358
|
-
bg: { value: { _light: "{colors.teal.50}", _dark: "{colors.teal.800}" } },
|
|
359
|
-
fg: { value: { _light: "{colors.teal.500}", _dark: "{colors.teal.100}" } }
|
|
360
|
-
},
|
|
361
|
-
cyan: {
|
|
362
|
-
bg: { value: { _light: "{colors.cyan.50}", _dark: "{colors.cyan.800}" } },
|
|
363
|
-
fg: { value: { _light: "{colors.cyan.500}", _dark: "{colors.cyan.100}" } }
|
|
364
|
-
}
|
|
365
|
-
},
|
|
366
|
-
tag: {
|
|
367
|
-
root: {
|
|
368
|
-
subtle: {
|
|
369
|
-
bg: { value: { _light: "{colors.blackAlpha.50}", _dark: "{colors.whiteAlpha.100}" } },
|
|
370
|
-
fg: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
371
|
-
},
|
|
372
|
-
clickable: {
|
|
373
|
-
bg: { value: { _light: "{colors.gray.100}", _dark: "{colors.gray.800}" } },
|
|
374
|
-
fg: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
375
|
-
},
|
|
376
|
-
filter: {
|
|
377
|
-
bg: { value: { _light: "{colors.blue.50}", _dark: "{colors.blue.800}" } }
|
|
378
|
-
},
|
|
379
|
-
select: {
|
|
380
|
-
bg: {
|
|
381
|
-
DEFAULT: { value: { _light: "{colors.gray.100}", _dark: "{colors.gray.800}" } },
|
|
382
|
-
selected: { value: { _light: "{colors.blue.500}", _dark: "{colors.blue.900}" } }
|
|
383
|
-
},
|
|
384
|
-
fg: { value: { _light: "{colors.gray.500}", _dark: "{colors.whiteAlpha.800}" } }
|
|
385
|
-
}
|
|
386
|
-
}
|
|
387
|
-
},
|
|
388
|
-
table: {
|
|
389
|
-
header: {
|
|
390
|
-
bg: { value: { _light: "{colors.blackAlpha.100}", _dark: "{colors.whiteAlpha.200}" } },
|
|
391
|
-
fg: { value: { _light: "{colors.blackAlpha.700}", _dark: "{colors.whiteAlpha.700}" } }
|
|
392
|
-
}
|
|
393
|
-
},
|
|
394
|
-
checkbox: {
|
|
395
|
-
control: {
|
|
396
|
-
border: {
|
|
397
|
-
DEFAULT: { value: { _light: "{colors.gray.100}", _dark: "{colors.gray.700}" } },
|
|
398
|
-
hover: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.500}" } },
|
|
399
|
-
readOnly: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.800}" } }
|
|
400
|
-
}
|
|
401
|
-
}
|
|
402
|
-
},
|
|
403
|
-
radio: {
|
|
404
|
-
control: {
|
|
405
|
-
border: {
|
|
406
|
-
DEFAULT: { value: { _light: "{colors.gray.100}", _dark: "{colors.gray.700}" } },
|
|
407
|
-
hover: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.500}" } },
|
|
408
|
-
readOnly: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.800}" } }
|
|
409
|
-
}
|
|
410
|
-
}
|
|
411
|
-
},
|
|
412
|
-
stat: {
|
|
413
|
-
indicator: {
|
|
414
|
-
up: { value: { _light: "{colors.green.500}", _dark: "{colors.green.400}" } },
|
|
415
|
-
down: { value: { _light: "{colors.red.600}", _dark: "{colors.red.400}" } }
|
|
416
|
-
}
|
|
417
|
-
},
|
|
418
|
-
rating: {
|
|
419
|
-
DEFAULT: { value: { _light: "{colors.gray.200}", _dark: "{colors.gray.700}" } },
|
|
420
|
-
highlighted: { value: "{colors.yellow.400}" }
|
|
421
|
-
},
|
|
422
|
-
heading: {
|
|
423
|
-
DEFAULT: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } }
|
|
424
|
-
},
|
|
425
|
-
text: {
|
|
426
|
-
primary: { value: { _light: "{colors.blackAlpha.800}", _dark: "{colors.whiteAlpha.800}" } },
|
|
427
|
-
secondary: { value: { _light: "{colors.gray.500}", _dark: "{colors.gray.400}" } },
|
|
428
|
-
error: { value: "{colors.red.500}" }
|
|
429
|
-
},
|
|
430
|
-
border: {
|
|
431
|
-
divider: { value: { _light: "{colors.blackAlpha.100}", _dark: "{colors.whiteAlpha.100}" } },
|
|
432
|
-
error: { value: "{colors.red.500}" }
|
|
433
|
-
},
|
|
434
|
-
icon: {
|
|
435
|
-
backTo: { value: "{colors.gray.400}" },
|
|
436
|
-
externalLink: { value: { _light: "{colors.gray.400}", _dark: "{colors.gray.500}" } },
|
|
437
|
-
info: { value: { _light: "{colors.gray.400}", _dark: "{colors.gray.500}" } }
|
|
438
|
-
},
|
|
439
|
-
address: {
|
|
440
|
-
highlighted: {
|
|
441
|
-
bg: { value: { _light: "{colors.blue.50}", _dark: "{colors.blue.900}" } },
|
|
442
|
-
border: { value: { _light: "{colors.blue.200}", _dark: "{colors.blue.600}" } }
|
|
443
|
-
}
|
|
444
|
-
},
|
|
445
|
-
global: {
|
|
446
|
-
body: {
|
|
447
|
-
bg: { value: { _light: "{colors.white}", _dark: "{colors.black}" } },
|
|
448
|
-
fg: { value: "{colors.text.primary}" }
|
|
449
|
-
},
|
|
450
|
-
mark: {
|
|
451
|
-
bg: { value: { _light: "{colors.green.100}", _dark: "{colors.green.800}" } }
|
|
452
|
-
},
|
|
453
|
-
scrollbar: {
|
|
454
|
-
thumb: { value: { _light: "{colors.blackAlpha.300}", _dark: "{colors.whiteAlpha.300}" } }
|
|
455
|
-
}
|
|
456
|
-
}
|
|
457
|
-
},
|
|
458
|
-
shadows: {
|
|
459
|
-
popover: {
|
|
460
|
-
DEFAULT: { value: { _light: "{shadows.size.2xl}", _dark: "{shadows.dark-lg}" } }
|
|
461
|
-
},
|
|
462
|
-
drawer: {
|
|
463
|
-
DEFAULT: { value: { _light: "{shadows.size.lg}", _dark: "{shadows.dark-lg}" } }
|
|
464
|
-
}
|
|
465
|
-
},
|
|
466
|
-
opacity: {
|
|
467
|
-
control: {
|
|
468
|
-
disabled: { value: "0.2" }
|
|
469
|
-
}
|
|
470
|
-
}
|
|
471
|
-
};
|
|
472
|
-
export {
|
|
473
|
-
M as default
|
|
474
|
-
};
|