@sanity/ui 2.0.12 → 2.0.13-alpha.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/_chunks-cjs/getScopedTheme.js +547 -0
- package/dist/_chunks-cjs/getScopedTheme.js.map +1 -0
- package/dist/_chunks-es/getScopedTheme.mjs +548 -0
- package/dist/_chunks-es/getScopedTheme.mjs.map +1 -0
- package/dist/_legacy/getScopedTheme.esm.js +548 -0
- package/dist/_legacy/getScopedTheme.esm.js.map +1 -0
- package/dist/index.d.mts +2 -2
- package/dist/index.d.ts +2 -2
- package/dist/index.esm.js +74 -74
- package/dist/index.esm.js.map +1 -1
- package/dist/index.js +202 -202
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +74 -74
- package/dist/index.mjs.map +1 -1
- package/dist/theme.d.mts +1 -1
- package/dist/theme.d.ts +1 -1
- package/dist/theme.esm.js +51 -587
- package/dist/theme.esm.js.map +1 -1
- package/dist/theme.js +22 -560
- package/dist/theme.js.map +1 -1
- package/dist/theme.mjs +51 -587
- package/dist/theme.mjs.map +1 -1
- package/package.json +1 -1
- package/src/core/components/autocomplete/autocomplete.styles.tsx +1 -1
- package/src/core/components/breadcrumbs/breadcrumbs.styles.ts +1 -1
- package/src/core/components/dialog/__workshop__/panes.tsx +1 -1
- package/src/core/components/dialog/dialog.tsx +1 -1
- package/src/core/components/dialog/styles.ts +3 -3
- package/src/core/components/hotkeys/hotkeys.tsx +1 -1
- package/src/core/components/menu/menu.tsx +1 -1
- package/src/core/components/menu/menuDivider.ts +1 -1
- package/src/core/components/skeleton/skeleton.tsx +1 -1
- package/src/core/components/skeleton/textSkeleton.tsx +3 -3
- package/src/core/components/tab/tab.tsx +1 -1
- package/src/core/components/tab/tabList.tsx +1 -1
- package/src/core/components/toast/toast.tsx +1 -1
- package/src/core/components/toast/toastProvider.tsx +1 -1
- package/src/core/components/tree/style.ts +2 -3
- package/src/core/components/tree/treeItem.tsx +1 -1
- package/src/core/hooks/useMediaIndex/useMediaIndex.test.tsx +1 -1
- package/src/core/primitives/_selectable/selectable.tsx +1 -1
- package/src/core/primitives/_selectable/style.ts +1 -2
- package/src/core/primitives/avatar/avatar.tsx +1 -1
- package/src/core/primitives/avatar/avatarCounter.tsx +3 -4
- package/src/core/primitives/avatar/avatarStack.tsx +2 -3
- package/src/core/primitives/avatar/styles.ts +3 -3
- package/src/core/primitives/badge/badge.tsx +1 -1
- package/src/core/primitives/box/box.tsx +1 -1
- package/src/core/primitives/button/__workshop__/sanityUploadButton.tsx +1 -1
- package/src/core/primitives/button/__workshop__/styled1.tsx +1 -1
- package/src/core/primitives/button/__workshop__/styled2.tsx +1 -1
- package/src/core/primitives/button/button.tsx +1 -1
- package/src/core/primitives/button/styles.ts +3 -3
- package/src/core/primitives/card/__workshop__/selected.tsx +3 -3
- package/src/core/primitives/card/__workshop__/styled.tsx +1 -1
- package/src/core/primitives/card/card.tsx +1 -1
- package/src/core/primitives/card/styles.ts +2 -3
- package/src/core/primitives/checkbox/checkbox.tsx +1 -1
- package/src/core/primitives/checkbox/styles.ts +1 -2
- package/src/core/primitives/code/code.tsx +1 -1
- package/src/core/primitives/code/styles.ts +1 -4
- package/src/core/primitives/container/container.tsx +1 -1
- package/src/core/primitives/container/styles.ts +2 -2
- package/src/core/primitives/flex/__workshop__/example.tsx +1 -1
- package/src/core/primitives/flex/flex.tsx +1 -1
- package/src/core/primitives/grid/grid.tsx +1 -1
- package/src/core/primitives/heading/heading.tsx +1 -1
- package/src/core/primitives/heading/styles.ts +1 -2
- package/src/core/primitives/inline/inline.tsx +1 -1
- package/src/core/primitives/inline/styles.ts +2 -2
- package/src/core/primitives/kbd/kbd.tsx +1 -1
- package/src/core/primitives/label/label.tsx +1 -1
- package/src/core/primitives/label/styles.ts +1 -2
- package/src/core/primitives/popover/popoverCard.tsx +1 -1
- package/src/core/primitives/radio/radio.tsx +1 -1
- package/src/core/primitives/radio/styles.ts +1 -2
- package/src/core/primitives/select/select.tsx +1 -1
- package/src/core/primitives/select/styles.ts +5 -5
- package/src/core/primitives/spinner/spinner.tsx +1 -1
- package/src/core/primitives/stack/stack.tsx +1 -1
- package/src/core/primitives/stack/styles.ts +2 -2
- package/src/core/primitives/switch/styles.ts +3 -4
- package/src/core/primitives/switch/switch.tsx +1 -1
- package/src/core/primitives/text/__workshop__/colored.tsx +3 -3
- package/src/core/primitives/text/styles.ts +1 -2
- package/src/core/primitives/text/text.tsx +1 -1
- package/src/core/primitives/textArea/textArea.tsx +1 -1
- package/src/core/primitives/textInput/textInput.tsx +1 -1
- package/src/core/primitives/tooltip/tooltip.tsx +1 -1
- package/src/core/primitives/tooltip/tooltipCard.tsx +1 -1
- package/src/core/styles/border/borderStyle.ts +6 -6
- package/src/core/styles/box/boxStyle.ts +5 -5
- package/src/core/styles/flex/flexItemStyle.ts +2 -2
- package/src/core/styles/flex/flexStyle.ts +6 -6
- package/src/core/styles/font/responsiveFont.ts +2 -2
- package/src/core/styles/font/textAlignStyle.ts +2 -2
- package/src/core/styles/grid/gridItemStyle.ts +7 -7
- package/src/core/styles/grid/gridStyle.ts +9 -9
- package/src/core/styles/helpers.ts +2 -2
- package/src/core/styles/input/responsiveInputPaddingStyle.ts +2 -2
- package/src/core/styles/input/textInputStyle.ts +4 -4
- package/src/core/styles/margin/marginsStyle.test.ts +1 -1
- package/src/core/styles/padding/paddingStyle.test.ts +1 -1
- package/src/core/styles/radius/radiusStyle.ts +2 -2
- package/src/core/styles/shadow/shadowStyle.ts +2 -2
- package/src/core/theme/__workshop__/build/Root.tsx +1 -2
- package/src/core/theme/theme.test.tsx +1 -1
- package/src/core/theme/themeProvider.tsx +6 -7
- package/src/core/theme/useTheme.ts +2 -1
- package/src/core/utils/arrow/arrow.tsx +1 -1
- package/src/core/utils/elementQuery/__workshop__/customMedia.tsx +1 -1
- package/src/core/utils/layer/layer.tsx +1 -1
- package/src/core/utils/srOnly/srOnly.tsx +1 -1
- package/src/core/utils/virtualList/virtualList.tsx +1 -1
- package/src/theme/system/theme.ts +1 -1
package/package.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {useCallback, useState} from 'react'
|
|
2
|
-
import
|
|
2
|
+
import styled from 'styled-components'
|
|
3
3
|
import {Box, Button, Card, Flex} from '../../../primitives'
|
|
4
4
|
import {BoundaryElementProvider, PortalProvider} from '../../../utils'
|
|
5
5
|
import {Menu, MenuButton, MenuItem} from '../../menu'
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {CloseIcon} from '@sanity/icons'
|
|
2
2
|
import {ThemeColorSchemeKey} from '@sanity/ui/theme'
|
|
3
3
|
import {forwardRef, useCallback, useEffect, useRef, useState} from 'react'
|
|
4
|
-
import
|
|
4
|
+
import styled from 'styled-components'
|
|
5
5
|
import {
|
|
6
6
|
containsOrEqualsElement,
|
|
7
7
|
focusFirstDescendant,
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {CSSObject
|
|
1
|
+
import {CSSObject} from '@sanity/ui/theme'
|
|
2
2
|
import {css} from 'styled-components'
|
|
3
3
|
import {_responsive, ThemeProps} from '../../styles'
|
|
4
4
|
import {DialogPosition} from '../../types'
|
|
@@ -11,7 +11,7 @@ export interface ResponsiveDialogPositionStyleProps {
|
|
|
11
11
|
}
|
|
12
12
|
|
|
13
13
|
export function dialogStyle({theme}: ThemeProps): CSSObject {
|
|
14
|
-
const {color} =
|
|
14
|
+
const {color} = theme.sanity.v2
|
|
15
15
|
|
|
16
16
|
return {
|
|
17
17
|
'&:not([hidden])': {
|
|
@@ -32,7 +32,7 @@ export function dialogStyle({theme}: ThemeProps): CSSObject {
|
|
|
32
32
|
export function responsiveDialogPositionStyle(
|
|
33
33
|
props: ResponsiveDialogPositionStyleProps & ThemeProps,
|
|
34
34
|
): CSSObject[] {
|
|
35
|
-
const {media} =
|
|
35
|
+
const {media} = props.theme.sanity.v2
|
|
36
36
|
|
|
37
37
|
return _responsive(media, props.$position, (position) => ({'&&': {position}}))
|
|
38
38
|
}
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {forwardRef, useCallback, useEffect, useMemo} from 'react'
|
|
2
|
-
import
|
|
2
|
+
import styled from 'styled-components'
|
|
3
3
|
import {useClickOutside, useForwardedRef, useGlobalKeyDown} from '../../hooks'
|
|
4
4
|
import {Box, Stack} from '../../primitives'
|
|
5
5
|
import {ResponsivePaddingProps} from '../../primitives/types'
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {forwardRef, useEffect, useState} from 'react'
|
|
2
|
-
import
|
|
2
|
+
import styled from 'styled-components'
|
|
3
3
|
import {useArrayProp} from '../../hooks'
|
|
4
4
|
import {Box} from '../../primitives'
|
|
5
5
|
import {BoxProps, ResponsiveRadiusProps} from '../../primitives'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import {ThemeFontKey
|
|
1
|
+
import {ThemeFontKey} from '@sanity/ui/theme'
|
|
2
2
|
import {forwardRef} from 'react'
|
|
3
|
-
import
|
|
3
|
+
import styled from 'styled-components'
|
|
4
4
|
import {useArrayProp} from '../../hooks'
|
|
5
5
|
import {ThemeProps, _responsive} from '../../styles'
|
|
6
6
|
import {Skeleton, SkeletonProps} from './skeleton'
|
|
@@ -12,7 +12,7 @@ const Root = styled(Skeleton)<{$size: number[]; $style: ThemeFontKey}>((
|
|
|
12
12
|
} & ThemeProps,
|
|
13
13
|
) => {
|
|
14
14
|
const {$size, $style} = props
|
|
15
|
-
const {font, media} =
|
|
15
|
+
const {font, media} = props.theme.sanity.v2
|
|
16
16
|
const fontStyle = font[$style]
|
|
17
17
|
|
|
18
18
|
const styles = _responsive(media, $size, (sizeIndex) => {
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {forwardRef, useCallback, useEffect, useRef} from 'react'
|
|
2
|
-
import
|
|
2
|
+
import styled from 'styled-components'
|
|
3
3
|
import {useForwardedRef} from '../../hooks'
|
|
4
4
|
import {Button} from '../../primitives'
|
|
5
5
|
import {ButtonTone} from '../../types'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {CloseIcon} from '@sanity/icons'
|
|
2
2
|
import {ThemeColorToneKey} from '@sanity/ui/theme'
|
|
3
|
-
import
|
|
3
|
+
import styled from 'styled-components'
|
|
4
4
|
import {POPOVER_MOTION_CONTENT_OPACITY_PROPERTY} from '../../constants'
|
|
5
5
|
import {Box, Button, Card, Flex, Stack, Text} from '../../primitives'
|
|
6
6
|
import type {ButtonTone} from '../../types'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {AnimatePresence, motion, type Variants} from 'framer-motion'
|
|
2
2
|
import {useMemo, useRef, useState, startTransition, useEffect} from 'react'
|
|
3
|
-
import
|
|
3
|
+
import styled from 'styled-components'
|
|
4
4
|
import {POPOVER_MOTION_CONTENT_OPACITY_PROPERTY} from '../../constants'
|
|
5
5
|
import {useMounted} from '../../hooks/useMounted'
|
|
6
6
|
import {usePrefersReducedMotion} from '../../hooks/usePrefersReducedMotion'
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {css} from 'styled-components'
|
|
3
2
|
import {rem, ThemeProps} from '../../styles'
|
|
4
3
|
import {_cardColorStyle} from '../../styles/card'
|
|
@@ -38,7 +37,7 @@ export function treeItemRootStyle(): ReturnType<typeof css> {
|
|
|
38
37
|
|
|
39
38
|
export function treeItemRootColorStyle(props: ThemeProps): ReturnType<typeof css> {
|
|
40
39
|
const $tone = 'default'
|
|
41
|
-
const {color} =
|
|
40
|
+
const {color} = props.theme.sanity.v2
|
|
42
41
|
const tone = color.selectable[$tone]
|
|
43
42
|
|
|
44
43
|
return css`
|
|
@@ -92,7 +91,7 @@ export function treeItemBoxStyle(
|
|
|
92
91
|
props: TreeItemBoxStyleProps & ThemeProps,
|
|
93
92
|
): ReturnType<typeof css> {
|
|
94
93
|
const {$level} = props
|
|
95
|
-
const {space} =
|
|
94
|
+
const {space} = props.theme.sanity.v2
|
|
96
95
|
|
|
97
96
|
return css`
|
|
98
97
|
padding-left: ${rem(space[2] * $level)};
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {ToggleArrowRightIcon} from '@sanity/icons'
|
|
2
2
|
import {ThemeFontWeightKey} from '@sanity/ui/theme'
|
|
3
3
|
import {createElement, memo, useCallback, useEffect, useId, useMemo, useRef} from 'react'
|
|
4
|
-
import
|
|
4
|
+
import styled from 'styled-components'
|
|
5
5
|
import {Box, BoxProps, Flex, Text} from '../../primitives'
|
|
6
6
|
import {
|
|
7
7
|
treeItemRootStyle,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/** @jest-environment node */
|
|
2
2
|
|
|
3
|
-
import {buildTheme} from '@sanity/ui/theme'
|
|
4
3
|
import {renderToString, renderToStaticMarkup} from 'react-dom/server'
|
|
4
|
+
import {buildTheme} from '../../../theme'
|
|
5
5
|
import {ThemeProvider} from '../../theme'
|
|
6
6
|
import {useMediaIndex} from './useMediaIndex'
|
|
7
7
|
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import
|
|
1
|
+
import styled from 'styled-components'
|
|
2
2
|
import {responsiveRadiusStyle, ResponsiveRadiusStyleProps} from '../../styles/radius'
|
|
3
3
|
import {Box} from '../box'
|
|
4
4
|
import {selectableBaseStyle, selectableColorStyle, SelectableStyleProps} from './style'
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {css} from 'styled-components'
|
|
3
2
|
import {ThemeProps} from '../../styles'
|
|
4
3
|
import {_cardColorStyle} from '../../styles/card'
|
|
@@ -39,7 +38,7 @@ export function selectableColorStyle(
|
|
|
39
38
|
props: SelectableStyleProps & ThemeProps,
|
|
40
39
|
): ReturnType<typeof css> {
|
|
41
40
|
const {$tone} = props
|
|
42
|
-
const {color, style} =
|
|
41
|
+
const {color, style} = props.theme.sanity.v2
|
|
43
42
|
const tone = color.selectable[$tone]
|
|
44
43
|
|
|
45
44
|
return css`
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {ThemeColorAvatarColorKey} from '@sanity/ui/theme'
|
|
2
2
|
import {forwardRef, useCallback, useEffect, useId, useMemo, useState} from 'react'
|
|
3
3
|
import ReactIs from 'react-is'
|
|
4
|
-
import
|
|
4
|
+
import styled from 'styled-components'
|
|
5
5
|
import {useArrayProp} from '../../hooks'
|
|
6
6
|
import {useTheme_v2} from '../../theme'
|
|
7
7
|
import {AvatarPosition, AvatarSize, AvatarStatus} from '../../types'
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {forwardRef, useMemo} from 'react'
|
|
3
|
-
import
|
|
2
|
+
import styled, {css} from 'styled-components'
|
|
4
3
|
import {EMPTY_RECORD} from '../../constants'
|
|
5
4
|
import {useArrayProp} from '../../hooks'
|
|
6
5
|
import {rem, _responsive, ThemeProps} from '../../styles'
|
|
@@ -8,7 +7,7 @@ import {AvatarSize} from '../../types'
|
|
|
8
7
|
import {Label} from '../label'
|
|
9
8
|
|
|
10
9
|
function _responsiveAvatarCounterSizeStyle(props: {$size: AvatarSize[]} & ThemeProps) {
|
|
11
|
-
const {avatar, media} =
|
|
10
|
+
const {avatar, media} = props.theme.sanity.v2
|
|
12
11
|
|
|
13
12
|
return _responsive(media, props.$size, (size) => {
|
|
14
13
|
const avatarSize = avatar.sizes[size]
|
|
@@ -24,7 +23,7 @@ function _responsiveAvatarCounterSizeStyle(props: {$size: AvatarSize[]} & ThemeP
|
|
|
24
23
|
}
|
|
25
24
|
|
|
26
25
|
function _avatarCounterBaseStyle(props: ThemeProps) {
|
|
27
|
-
const {space} =
|
|
26
|
+
const {space} = props.theme.sanity.v2
|
|
28
27
|
|
|
29
28
|
return css`
|
|
30
29
|
align-items: center;
|
|
@@ -1,6 +1,5 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {cloneElement, forwardRef} from 'react'
|
|
3
|
-
import
|
|
2
|
+
import styled, {css} from 'styled-components'
|
|
4
3
|
import {EMPTY_RECORD} from '../../constants'
|
|
5
4
|
import {useArrayProp} from '../../hooks'
|
|
6
5
|
import {rem, _responsive, ThemeProps} from '../../styles'
|
|
@@ -25,7 +24,7 @@ function avatarStackStyle() {
|
|
|
25
24
|
}
|
|
26
25
|
|
|
27
26
|
function responsiveAvatarStackSizeStyle(props: {$size: AvatarSize[]} & ThemeProps) {
|
|
28
|
-
const {avatar, media} =
|
|
27
|
+
const {avatar, media} = props.theme.sanity.v2
|
|
29
28
|
|
|
30
29
|
return _responsive(media, props.$size, (size) => {
|
|
31
30
|
const avatarSize = avatar.sizes[size]
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {CSSObject
|
|
1
|
+
import {CSSObject} from '@sanity/ui/theme'
|
|
2
2
|
import {rem, _responsive, ThemeProps} from '../../styles'
|
|
3
3
|
import {focusRingStyle} from '../../styles/internal'
|
|
4
4
|
import {AvatarRootStyleProps, ResponsiveAvatarSizeStyleProps} from './types'
|
|
@@ -57,7 +57,7 @@ function avatarArrowStyle(): CSSObject {
|
|
|
57
57
|
|
|
58
58
|
export function avatarRootStyle(props: AvatarRootStyleProps & ThemeProps): CSSObject {
|
|
59
59
|
const {$color} = props
|
|
60
|
-
const {avatar} =
|
|
60
|
+
const {avatar} = props.theme.sanity.v2
|
|
61
61
|
|
|
62
62
|
return {
|
|
63
63
|
'--avatar-bg-color': `var(--card-avatar-${$color}-bg-color)`,
|
|
@@ -104,7 +104,7 @@ export function avatarRootStyle(props: AvatarRootStyleProps & ThemeProps): CSSOb
|
|
|
104
104
|
export function responsiveAvatarSizeStyle(
|
|
105
105
|
props: ResponsiveAvatarSizeStyleProps & ThemeProps,
|
|
106
106
|
): CSSObject[] {
|
|
107
|
-
const {avatar, media} =
|
|
107
|
+
const {avatar, media} = props.theme.sanity.v2
|
|
108
108
|
|
|
109
109
|
return _responsive(media, props.$size, (size) => {
|
|
110
110
|
const avatarSize = avatar.sizes[size] || avatar.sizes[0]
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {forwardRef} from 'react'
|
|
2
|
-
import
|
|
2
|
+
import styled from 'styled-components'
|
|
3
3
|
import {useArrayProp} from '../../hooks'
|
|
4
4
|
import {responsiveRadiusStyle, ResponsiveRadiusStyleProps} from '../../styles/internal'
|
|
5
5
|
import {BadgeMode, BadgeTone} from '../../types'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {createElement, forwardRef, isValidElement, useMemo} from 'react'
|
|
2
2
|
import {isValidElementType} from 'react-is'
|
|
3
|
-
import
|
|
3
|
+
import styled from 'styled-components'
|
|
4
4
|
import {useArrayProp} from '../../hooks'
|
|
5
5
|
import {ThemeProps} from '../../styles'
|
|
6
6
|
import {responsiveRadiusStyle, ResponsiveRadiusStyleProps} from '../../styles/internal'
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {CSSObject
|
|
1
|
+
import {CSSObject} from '@sanity/ui/theme'
|
|
2
2
|
import {css} from 'styled-components'
|
|
3
3
|
import {ThemeProps} from '../../styles'
|
|
4
4
|
import {_cardColorStyle} from '../../styles/card'
|
|
@@ -12,7 +12,7 @@ export function buttonBaseStyles(
|
|
|
12
12
|
props: {$width?: ButtonWidth} & ThemeProps,
|
|
13
13
|
): ReturnType<typeof css> {
|
|
14
14
|
const {$width} = props
|
|
15
|
-
const {style} =
|
|
15
|
+
const {style} = props.theme.sanity.v2
|
|
16
16
|
|
|
17
17
|
return css`
|
|
18
18
|
${style?.button};
|
|
@@ -67,7 +67,7 @@ export function buttonColorStyles(
|
|
|
67
67
|
props: {$mode: ButtonMode; $tone: ButtonTone} & ThemeProps,
|
|
68
68
|
): CSSObject[] {
|
|
69
69
|
const {$mode} = props
|
|
70
|
-
const {button, color: baseColor, style} =
|
|
70
|
+
const {button, color: baseColor, style} = props.theme.sanity.v2
|
|
71
71
|
const shadow = props.$mode === 'ghost'
|
|
72
72
|
const mode = baseColor.button[$mode] || baseColor.button.default
|
|
73
73
|
const color = mode[props.$tone] || mode.default
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
import {EditIcon, PublishIcon} from '@sanity/icons'
|
|
2
2
|
import {Box, Card, Container, Flex, Inline, Stack, Text, ThemeProps, useRootTheme} from '@sanity/ui'
|
|
3
|
-
import {ThemeColorStateToneKey
|
|
3
|
+
import {ThemeColorStateToneKey} from '@sanity/ui/theme'
|
|
4
4
|
import {useBoolean} from '@sanity/ui-workshop'
|
|
5
|
-
import
|
|
5
|
+
import styled, {css} from 'styled-components'
|
|
6
6
|
|
|
7
7
|
const TextWithTone = styled(Text)<{$tone: ThemeColorStateToneKey}>((
|
|
8
8
|
props: {
|
|
@@ -10,7 +10,7 @@ const TextWithTone = styled(Text)<{$tone: ThemeColorStateToneKey}>((
|
|
|
10
10
|
} & ThemeProps,
|
|
11
11
|
) => {
|
|
12
12
|
const {$tone} = props
|
|
13
|
-
const {color} =
|
|
13
|
+
const {color} = props.theme.sanity.v2
|
|
14
14
|
const tone = color.button.default[$tone]
|
|
15
15
|
|
|
16
16
|
return css`
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import {ThemeColorSchemeKey} from '@sanity/ui/theme'
|
|
2
2
|
import {forwardRef} from 'react'
|
|
3
3
|
import {isValidElementType} from 'react-is'
|
|
4
|
-
import
|
|
4
|
+
import styled from 'styled-components'
|
|
5
5
|
import {useArrayProp} from '../../hooks'
|
|
6
6
|
import {
|
|
7
7
|
responsiveBorderStyle,
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {css} from 'styled-components'
|
|
3
2
|
import {ThemeProps} from '../../styles'
|
|
4
3
|
import {_cardColorStyle} from '../../styles/card'
|
|
@@ -13,7 +12,7 @@ export function cardStyle(
|
|
|
13
12
|
|
|
14
13
|
export function cardBaseStyle(props: CardStyleProps & ThemeProps): ReturnType<typeof css> {
|
|
15
14
|
const {$checkered} = props
|
|
16
|
-
const {space} =
|
|
15
|
+
const {space} = props.theme.sanity.v2
|
|
17
16
|
|
|
18
17
|
return css`
|
|
19
18
|
${$checkered &&
|
|
@@ -50,7 +49,7 @@ export function cardBaseStyle(props: CardStyleProps & ThemeProps): ReturnType<ty
|
|
|
50
49
|
|
|
51
50
|
export function cardColorStyle(props: CardStyleProps & ThemeProps): ReturnType<typeof css> {
|
|
52
51
|
const {$checkered, $focusRing} = props
|
|
53
|
-
const {card, color, style} =
|
|
52
|
+
const {card, color, style} = props.theme.sanity.v2
|
|
54
53
|
const border = {width: card.border.width, color: 'var(--card-border-color)'}
|
|
55
54
|
|
|
56
55
|
return css`
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {CheckmarkIcon, RemoveIcon} from '@sanity/icons'
|
|
2
2
|
import {forwardRef, useEffect} from 'react'
|
|
3
|
-
import
|
|
3
|
+
import styled from 'styled-components'
|
|
4
4
|
import {useForwardedRef, useCustomValidity} from '../../hooks'
|
|
5
5
|
import {checkboxBaseStyles, inputElementStyles} from './styles'
|
|
6
6
|
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {css} from 'styled-components'
|
|
3
2
|
import {rem, ThemeProps} from '../../styles'
|
|
4
3
|
import {focusRingBorderStyle, focusRingStyle} from '../../styles/internal'
|
|
@@ -11,7 +10,7 @@ export function checkboxBaseStyles(): ReturnType<typeof css> {
|
|
|
11
10
|
}
|
|
12
11
|
|
|
13
12
|
export function inputElementStyles(props: ThemeProps): ReturnType<typeof css> {
|
|
14
|
-
const {color, input, radius} =
|
|
13
|
+
const {color, input, radius} = props.theme.sanity.v2
|
|
15
14
|
const {focusRing} = input.checkbox
|
|
16
15
|
|
|
17
16
|
return css`
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
/* eslint-disable @typescript-eslint/no-explicit-any */
|
|
2
2
|
import {forwardRef} from 'react'
|
|
3
3
|
import Refractor from 'react-refractor'
|
|
4
|
-
import
|
|
4
|
+
import styled from 'styled-components'
|
|
5
5
|
import {useArrayProp} from '../../hooks'
|
|
6
6
|
import {responsiveCodeFontStyle, ResponsiveFontStyleProps} from '../../styles/internal'
|
|
7
7
|
import {codeBaseStyle} from './styles'
|
|
@@ -1,10 +1,7 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {css, ExecutionContext} from 'styled-components'
|
|
3
2
|
|
|
4
3
|
function codeSyntaxHighlightingStyle({theme}: ExecutionContext) {
|
|
5
|
-
const
|
|
6
|
-
color: {syntax: color},
|
|
7
|
-
} = getTheme_v2(theme)
|
|
4
|
+
const color = theme.sanity.v2.color.syntax
|
|
8
5
|
|
|
9
6
|
return {
|
|
10
7
|
'&.atrule': {color: color.atrule},
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {CSSObject
|
|
1
|
+
import {CSSObject} from '@sanity/ui/theme'
|
|
2
2
|
import {rem, _responsive, ThemeProps} from '../../styles'
|
|
3
3
|
import {ResponsiveWidthStyleProps} from './types'
|
|
4
4
|
|
|
@@ -14,7 +14,7 @@ export function containerBaseStyle(): CSSObject {
|
|
|
14
14
|
export function responsiveContainerWidthStyle(
|
|
15
15
|
props: ResponsiveWidthStyleProps & ThemeProps,
|
|
16
16
|
): CSSObject[] {
|
|
17
|
-
const {container, media} =
|
|
17
|
+
const {container, media} = props.theme.sanity.v2
|
|
18
18
|
|
|
19
19
|
return _responsive(media, props.$width, (val) => ({
|
|
20
20
|
maxWidth: val === 'auto' ? 'none' : rem(container[val]),
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {Card, Code, Flex} from '@sanity/ui'
|
|
2
2
|
import {useSelect} from '@sanity/ui-workshop'
|
|
3
|
-
import
|
|
3
|
+
import styled from 'styled-components'
|
|
4
4
|
import {WORKSHOP_FLEX_DIRECTION_OPTIONS} from '../../../__workshop__/constants'
|
|
5
5
|
|
|
6
6
|
const DebugCard = styled(Card)`
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {forwardRef} from 'react'
|
|
2
|
-
import
|
|
2
|
+
import styled from 'styled-components'
|
|
3
3
|
import {useArrayProp} from '../../hooks'
|
|
4
4
|
import {responsiveGridStyle, ResponsiveGridStyleProps} from '../../styles/internal'
|
|
5
5
|
import {Box, BoxProps} from '../box'
|
|
@@ -1,11 +1,10 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {css} from 'styled-components'
|
|
3
2
|
import {ThemeProps} from '../../styles'
|
|
4
3
|
import {HeadingStyleProps} from './types'
|
|
5
4
|
|
|
6
5
|
export function headingBaseStyle(props: HeadingStyleProps & ThemeProps): ReturnType<typeof css> {
|
|
7
6
|
const {$accent, $muted} = props
|
|
8
|
-
const {font} =
|
|
7
|
+
const {font} = props.theme.sanity.v2
|
|
9
8
|
|
|
10
9
|
return css`
|
|
11
10
|
${$accent &&
|
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import {CSSObject
|
|
1
|
+
import {CSSObject} from '@sanity/ui/theme'
|
|
2
2
|
import {rem, _responsive, ThemeProps} from '../../styles'
|
|
3
3
|
import {ResponsiveInlineSpaceStyleProps} from './types'
|
|
4
4
|
|
|
@@ -18,7 +18,7 @@ export function inlineBaseStyle(): CSSObject {
|
|
|
18
18
|
}
|
|
19
19
|
|
|
20
20
|
export function inlineSpaceStyle(props: ResponsiveInlineSpaceStyleProps & ThemeProps): CSSObject[] {
|
|
21
|
-
const {media, space} =
|
|
21
|
+
const {media, space} = props.theme.sanity.v2
|
|
22
22
|
|
|
23
23
|
return _responsive(media, props.$space, (spaceIndex) => {
|
|
24
24
|
const _space = rem(spaceIndex === 0.5 ? space[1] / 2 : space[spaceIndex])
|
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import {forwardRef} from 'react'
|
|
2
|
-
import
|
|
2
|
+
import styled, {css} from 'styled-components'
|
|
3
3
|
import {useArrayProp} from '../../hooks'
|
|
4
4
|
import {responsiveRadiusStyle, ResponsiveRadiusStyleProps} from '../../styles/internal'
|
|
5
5
|
import {Radius} from '../../types'
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
import {ThemeFontWeightKey} from '@sanity/ui/theme'
|
|
2
2
|
import {forwardRef} from 'react'
|
|
3
|
-
import
|
|
3
|
+
import styled from 'styled-components'
|
|
4
4
|
import {useArrayProp} from '../../hooks'
|
|
5
5
|
import {responsiveLabelFont, responsiveTextAlignStyle} from '../../styles/internal'
|
|
6
6
|
import {TextAlign} from '../../types'
|
|
@@ -1,4 +1,3 @@
|
|
|
1
|
-
import {getTheme_v2} from '@sanity/ui/theme'
|
|
2
1
|
import {css} from 'styled-components'
|
|
3
2
|
import {ThemeProps} from '../../styles'
|
|
4
3
|
|
|
@@ -6,7 +5,7 @@ export function labelBaseStyle(
|
|
|
6
5
|
props: {$accent?: boolean; $muted: boolean} & ThemeProps,
|
|
7
6
|
): ReturnType<typeof css> {
|
|
8
7
|
const {$accent, $muted} = props
|
|
9
|
-
const {font} =
|
|
8
|
+
const {font} = props.theme.sanity.v2
|
|
10
9
|
|
|
11
10
|
return css`
|
|
12
11
|
text-transform: uppercase;
|
|
@@ -2,7 +2,7 @@ import {Strategy} from '@floating-ui/react-dom'
|
|
|
2
2
|
import {ThemeColorSchemeKey} from '@sanity/ui/theme'
|
|
3
3
|
import {MotionProps, motion} from 'framer-motion'
|
|
4
4
|
import React, {CSSProperties, forwardRef, memo, useMemo} from 'react'
|
|
5
|
-
import
|
|
5
|
+
import styled from 'styled-components'
|
|
6
6
|
import {POPOVER_MOTION_CONTENT_OPACITY_PROPERTY, POPOVER_MOTION_PROPS} from '../../constants'
|
|
7
7
|
import {BoxOverflow, CardTone, Placement, PopoverMargins, Radius} from '../../types'
|
|
8
8
|
import {Arrow, useLayer} from '../../utils'
|