@atlaskit/ds-explorations 3.0.5 → 3.1.0
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/CHANGELOG.md +16 -0
- package/README.md +1 -2
- package/afm-cc/tsconfig.json +24 -0
- package/dist/cjs/components/text.partial.js +2 -2
- package/dist/es2019/components/text.partial.js +2 -2
- package/dist/esm/components/text.partial.js +2 -2
- package/dist/types/components/text.partial.d.ts +2 -2
- package/dist/types-ts4.5/components/text.partial.d.ts +2 -2
- package/examples/02-text.tsx +7 -5
- package/examples/99-interactions.tsx +8 -9
- package/package.json +3 -3
- package/scripts/codegen-styles.tsx +1 -1
- package/src/components/__tests__/unit/text.test.tsx +11 -11
- package/src/components/__tests__/vr-tests/__snapshots__/text-snapshot-test/text--default.png +0 -0
- package/src/components/text.partial.tsx +2 -2
- package/tsconfig.app.json +2 -1
- package/tmp/api-report-tmp.d.ts +0 -216
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,21 @@
|
|
|
1
1
|
# @atlaskit/ds-explorations
|
|
2
2
|
|
|
3
|
+
## 3.1.0
|
|
4
|
+
|
|
5
|
+
### Minor Changes
|
|
6
|
+
|
|
7
|
+
- [#59752](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/pull-requests/59752) [`df0bbb7c4cc1`](https://stash.atlassian.com/projects/CONFCLOUD/repos/confluence-frontend/commits/df0bbb7c4cc1) - Removed minor-second typography theme: `typography`. ADG3 and Minor third themes remain as the two typography themes.
|
|
8
|
+
|
|
9
|
+
### Patch Changes
|
|
10
|
+
|
|
11
|
+
- Updated dependencies
|
|
12
|
+
|
|
13
|
+
## 3.0.6
|
|
14
|
+
|
|
15
|
+
### Patch Changes
|
|
16
|
+
|
|
17
|
+
- [#56371](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/56371) [`8714b4418a12`](https://bitbucket.org/atlassian/atlassian-frontend/commits/8714b4418a12) - Testing new publish workflow
|
|
18
|
+
|
|
3
19
|
## 3.0.5
|
|
4
20
|
|
|
5
21
|
### Patch Changes
|
package/README.md
CHANGED
|
@@ -5,5 +5,4 @@ An experimental private package for exploration and validation of the foundation
|
|
|
5
5
|
**WARNING!**
|
|
6
6
|
|
|
7
7
|
This is an internal package with common functionality used in the Atlassian Design System Team.
|
|
8
|
-
This package comes with no support and semver guarantees,
|
|
9
|
-
your app will break if you use this directly!
|
|
8
|
+
This package comes with no support and semver guarantees, your app will break if you use this directly!
|
|
@@ -0,0 +1,24 @@
|
|
|
1
|
+
{
|
|
2
|
+
"extends": "../../../../tsconfig.entry-points.confluence.json",
|
|
3
|
+
"compilerOptions": {
|
|
4
|
+
"target": "es5",
|
|
5
|
+
"composite": true,
|
|
6
|
+
"outDir": "../dist",
|
|
7
|
+
"rootDir": "../",
|
|
8
|
+
"baseUrl": "../"
|
|
9
|
+
},
|
|
10
|
+
"include": [
|
|
11
|
+
"../src/**/*.tsx"
|
|
12
|
+
],
|
|
13
|
+
"exclude": [
|
|
14
|
+
"../src/**/__tests__/*",
|
|
15
|
+
"../src/**/*.test.*",
|
|
16
|
+
"../src/**/test.*",
|
|
17
|
+
"../src/**/examples.*"
|
|
18
|
+
],
|
|
19
|
+
"references": [
|
|
20
|
+
{
|
|
21
|
+
"path": "../../tokens/afm-cc/tsconfig.json"
|
|
22
|
+
}
|
|
23
|
+
]
|
|
24
|
+
}
|
|
@@ -129,11 +129,11 @@ var Text = function Text(_ref) {
|
|
|
129
129
|
var _default = exports.default = Text;
|
|
130
130
|
/**
|
|
131
131
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
132
|
-
* @codegen <<SignedSource::
|
|
132
|
+
* @codegen <<SignedSource::a349b205967d6b291b0d50d64d39b588>>
|
|
133
133
|
* @codegenId typography
|
|
134
134
|
* @codegenCommand yarn codegen-styles
|
|
135
135
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
|
136
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography.tsx <<SignedSource::
|
|
136
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography-adg3.tsx <<SignedSource::3b28b4736fbbce65b95576fe33627b8c>>
|
|
137
137
|
*/
|
|
138
138
|
var fontSizeMap = {
|
|
139
139
|
'size.050': (0, _react2.css)({
|
|
@@ -120,11 +120,11 @@ export default Text;
|
|
|
120
120
|
|
|
121
121
|
/**
|
|
122
122
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
123
|
-
* @codegen <<SignedSource::
|
|
123
|
+
* @codegen <<SignedSource::a349b205967d6b291b0d50d64d39b588>>
|
|
124
124
|
* @codegenId typography
|
|
125
125
|
* @codegenCommand yarn codegen-styles
|
|
126
126
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
|
127
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography.tsx <<SignedSource::
|
|
127
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography-adg3.tsx <<SignedSource::3b28b4736fbbce65b95576fe33627b8c>>
|
|
128
128
|
*/
|
|
129
129
|
const fontSizeMap = {
|
|
130
130
|
'size.050': css({
|
|
@@ -123,11 +123,11 @@ export default Text;
|
|
|
123
123
|
|
|
124
124
|
/**
|
|
125
125
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
126
|
-
* @codegen <<SignedSource::
|
|
126
|
+
* @codegen <<SignedSource::a349b205967d6b291b0d50d64d39b588>>
|
|
127
127
|
* @codegenId typography
|
|
128
128
|
* @codegenCommand yarn codegen-styles
|
|
129
129
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
|
130
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography.tsx <<SignedSource::
|
|
130
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography-adg3.tsx <<SignedSource::3b28b4736fbbce65b95576fe33627b8c>>
|
|
131
131
|
*/
|
|
132
132
|
var fontSizeMap = {
|
|
133
133
|
'size.050': css({
|
|
@@ -81,11 +81,11 @@ declare const Text: FC<TextProps>;
|
|
|
81
81
|
export default Text;
|
|
82
82
|
/**
|
|
83
83
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
84
|
-
* @codegen <<SignedSource::
|
|
84
|
+
* @codegen <<SignedSource::a349b205967d6b291b0d50d64d39b588>>
|
|
85
85
|
* @codegenId typography
|
|
86
86
|
* @codegenCommand yarn codegen-styles
|
|
87
87
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
|
88
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography.tsx <<SignedSource::
|
|
88
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography-adg3.tsx <<SignedSource::3b28b4736fbbce65b95576fe33627b8c>>
|
|
89
89
|
*/
|
|
90
90
|
declare const fontSizeMap: {
|
|
91
91
|
'size.050': import("@emotion/react").SerializedStyles;
|
|
@@ -86,11 +86,11 @@ declare const Text: FC<TextProps>;
|
|
|
86
86
|
export default Text;
|
|
87
87
|
/**
|
|
88
88
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
89
|
-
* @codegen <<SignedSource::
|
|
89
|
+
* @codegen <<SignedSource::a349b205967d6b291b0d50d64d39b588>>
|
|
90
90
|
* @codegenId typography
|
|
91
91
|
* @codegenCommand yarn codegen-styles
|
|
92
92
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
|
93
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography.tsx <<SignedSource::
|
|
93
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography-adg3.tsx <<SignedSource::3b28b4736fbbce65b95576fe33627b8c>>
|
|
94
94
|
*/
|
|
95
95
|
declare const fontSizeMap: {
|
|
96
96
|
'size.050': import("@emotion/react").SerializedStyles;
|
package/examples/02-text.tsx
CHANGED
|
@@ -14,12 +14,14 @@ const lineHeightContainerStyles = xcss({
|
|
|
14
14
|
export default () => {
|
|
15
15
|
return (
|
|
16
16
|
<Stack space="space.300">
|
|
17
|
-
<Heading level="h400" as="
|
|
17
|
+
<Heading level="h400" as="h2">
|
|
18
18
|
Text examples
|
|
19
19
|
</Heading>
|
|
20
20
|
<Stack space="space.200">
|
|
21
21
|
<Box>
|
|
22
|
-
<Heading level="h300"
|
|
22
|
+
<Heading level="h300" as="h3">
|
|
23
|
+
Font size
|
|
24
|
+
</Heading>
|
|
23
25
|
<Inline space="space.200" testId="font-sizes">
|
|
24
26
|
{(
|
|
25
27
|
[
|
|
@@ -40,7 +42,7 @@ export default () => {
|
|
|
40
42
|
</Inline>
|
|
41
43
|
</Box>
|
|
42
44
|
<Box>
|
|
43
|
-
<Heading level="h300" as="
|
|
45
|
+
<Heading level="h300" as="h3">
|
|
44
46
|
Font weight
|
|
45
47
|
</Heading>
|
|
46
48
|
<Inline space="space.200" testId="font-weights">
|
|
@@ -54,7 +56,7 @@ export default () => {
|
|
|
54
56
|
</Inline>
|
|
55
57
|
</Box>
|
|
56
58
|
<Box>
|
|
57
|
-
<Heading level="h300" as="
|
|
59
|
+
<Heading level="h300" as="h3">
|
|
58
60
|
Line height
|
|
59
61
|
</Heading>
|
|
60
62
|
<Inline space="space.200" testId="line-heights" alignBlock="center">
|
|
@@ -79,7 +81,7 @@ export default () => {
|
|
|
79
81
|
</Inline>
|
|
80
82
|
</Box>
|
|
81
83
|
<Box>
|
|
82
|
-
<Heading level="h300" as="
|
|
84
|
+
<Heading level="h300" as="h3">
|
|
83
85
|
Testing
|
|
84
86
|
</Heading>
|
|
85
87
|
<Stack space="space.050" testId="testing">
|
|
@@ -17,10 +17,6 @@ import {
|
|
|
17
17
|
UNSAFE_Text as Text,
|
|
18
18
|
} from '../src';
|
|
19
19
|
|
|
20
|
-
const containerStyles = xcss({
|
|
21
|
-
width: 'size.500',
|
|
22
|
-
});
|
|
23
|
-
|
|
24
20
|
const fieldsetStyles = xcss({
|
|
25
21
|
flex: '1 1 100%',
|
|
26
22
|
borderStyle: 'solid',
|
|
@@ -49,7 +45,7 @@ const focusRingBoxStyles = xcss({
|
|
|
49
45
|
|
|
50
46
|
export default () => {
|
|
51
47
|
return (
|
|
52
|
-
<Box
|
|
48
|
+
<Box padding="space.100" testId="all">
|
|
53
49
|
<Stack space="space.200">
|
|
54
50
|
<Heading level="h400">Current ADS Buttons</Heading>
|
|
55
51
|
<Inline space="space.200">
|
|
@@ -161,6 +157,7 @@ export default () => {
|
|
|
161
157
|
onClick={() => console.log('hello')}
|
|
162
158
|
xcss={focusRingBoxStyles}
|
|
163
159
|
padding="space.050"
|
|
160
|
+
aria-label="progress indicator"
|
|
164
161
|
>
|
|
165
162
|
<InteractionSurface>
|
|
166
163
|
<Fragment />
|
|
@@ -170,8 +167,10 @@ export default () => {
|
|
|
170
167
|
))}
|
|
171
168
|
</Inline>
|
|
172
169
|
<Heading level="h400">Textfield / input spikes</Heading>
|
|
173
|
-
<
|
|
174
|
-
<Textfield
|
|
170
|
+
<Stack space="space.200">
|
|
171
|
+
<label htmlFor="textfield">Textfield</label>
|
|
172
|
+
<Textfield id="textfield" />
|
|
173
|
+
<label htmlFor="input">Input</label>
|
|
175
174
|
<Box
|
|
176
175
|
as="fieldset"
|
|
177
176
|
padding="space.100"
|
|
@@ -180,7 +179,7 @@ export default () => {
|
|
|
180
179
|
xcss={fieldsetStyles}
|
|
181
180
|
>
|
|
182
181
|
<input
|
|
183
|
-
id="
|
|
182
|
+
id="input"
|
|
184
183
|
pattern="\d+"
|
|
185
184
|
style={{
|
|
186
185
|
padding: 0,
|
|
@@ -192,7 +191,7 @@ export default () => {
|
|
|
192
191
|
}}
|
|
193
192
|
/>
|
|
194
193
|
</Box>
|
|
195
|
-
</
|
|
194
|
+
</Stack>
|
|
196
195
|
</Stack>
|
|
197
196
|
</Box>
|
|
198
197
|
);
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/ds-explorations",
|
|
3
|
-
"version": "3.0
|
|
3
|
+
"version": "3.1.0",
|
|
4
4
|
"description": "An experimental package for exploration and validation of spacing / typography foundations.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -25,7 +25,7 @@
|
|
|
25
25
|
"prepare": "yarn ak-postbuild"
|
|
26
26
|
},
|
|
27
27
|
"dependencies": {
|
|
28
|
-
"@atlaskit/tokens": "^1.
|
|
28
|
+
"@atlaskit/tokens": "^1.30.0",
|
|
29
29
|
"@babel/runtime": "^7.0.0",
|
|
30
30
|
"@emotion/react": "^11.7.1",
|
|
31
31
|
"tiny-invariant": "^1.2.0"
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"devDependencies": {
|
|
37
37
|
"@atlaskit/ds-lib": "*",
|
|
38
|
-
"@atlaskit/primitives": "^1.
|
|
38
|
+
"@atlaskit/primitives": "^1.15.0",
|
|
39
39
|
"@atlaskit/visual-regression": "*",
|
|
40
40
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
41
41
|
"@atlassian/codegen": "^0.1.0",
|
|
@@ -19,7 +19,7 @@ const colorTokensDependencyPath = require.resolve(
|
|
|
19
19
|
);
|
|
20
20
|
|
|
21
21
|
const typographyTokensDependencyPath = require.resolve(
|
|
22
|
-
'../../tokens/src/artifacts/tokens-raw/atlassian-typography',
|
|
22
|
+
'../../tokens/src/artifacts/tokens-raw/atlassian-typography-adg3',
|
|
23
23
|
);
|
|
24
24
|
|
|
25
25
|
writeFile(
|
|
@@ -1,22 +1,22 @@
|
|
|
1
1
|
import React from 'react';
|
|
2
2
|
|
|
3
|
-
import { queryByAttribute, render } from '@testing-library/react';
|
|
3
|
+
import { queryByAttribute, render, screen } from '@testing-library/react';
|
|
4
4
|
|
|
5
5
|
import { UNSAFE_Text as Text } from '../../../index';
|
|
6
6
|
|
|
7
7
|
describe('Text component', () => {
|
|
8
8
|
it('should render given text', () => {
|
|
9
|
-
|
|
10
|
-
expect(getByText('Text')).toBeInTheDocument();
|
|
9
|
+
render(<Text>Text</Text>);
|
|
10
|
+
expect(screen.getByText('Text')).toBeInTheDocument();
|
|
11
11
|
});
|
|
12
12
|
|
|
13
13
|
it('should not render redundant DOM nodes', () => {
|
|
14
|
-
|
|
14
|
+
render(
|
|
15
15
|
<Text testId="test">
|
|
16
16
|
<Text>Text</Text>
|
|
17
17
|
</Text>,
|
|
18
18
|
);
|
|
19
|
-
expect(getByTestId('test')).toMatchInlineSnapshot(`
|
|
19
|
+
expect(screen.getByTestId('test')).toMatchInlineSnapshot(`
|
|
20
20
|
.emotion-0 {
|
|
21
21
|
box-sizing: border-box;
|
|
22
22
|
margin: var(--ds-space-0, 0px);
|
|
@@ -34,8 +34,8 @@ describe('Text component', () => {
|
|
|
34
34
|
});
|
|
35
35
|
|
|
36
36
|
it('should render with given test id', () => {
|
|
37
|
-
|
|
38
|
-
expect(getByTestId('test')).toBeInTheDocument();
|
|
37
|
+
render(<Text testId="test">Text</Text>);
|
|
38
|
+
expect(screen.getByTestId('test')).toBeInTheDocument();
|
|
39
39
|
});
|
|
40
40
|
|
|
41
41
|
it('should render with id attribute', () => {
|
|
@@ -48,15 +48,15 @@ describe('Text component', () => {
|
|
|
48
48
|
|
|
49
49
|
describe('"as" prop behaviour', () => {
|
|
50
50
|
it('renders without errors when a valid "as" value is given', () => {
|
|
51
|
-
|
|
52
|
-
expect(getByText('Text')).toBeInTheDocument();
|
|
51
|
+
render(<Text as="div">Text</Text>);
|
|
52
|
+
expect(screen.getByText('Text')).toBeInTheDocument();
|
|
53
53
|
});
|
|
54
54
|
|
|
55
55
|
it('throws when an invalid "as" value is given', () => {
|
|
56
56
|
// @ts-ignore purposefully providing an invalid value to test invariant behaviour
|
|
57
|
-
expect(() => render(<Text as="
|
|
57
|
+
expect(() => render(<Text as="address">Text</Text>)).toThrow(
|
|
58
58
|
new Error(
|
|
59
|
-
'Invariant failed: @atlaskit/ds-explorations: Text received an invalid "as" value of "
|
|
59
|
+
'Invariant failed: @atlaskit/ds-explorations: Text received an invalid "as" value of "address"',
|
|
60
60
|
),
|
|
61
61
|
);
|
|
62
62
|
});
|
|
Binary file
|
|
@@ -189,11 +189,11 @@ export default Text;
|
|
|
189
189
|
|
|
190
190
|
/**
|
|
191
191
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
192
|
-
* @codegen <<SignedSource::
|
|
192
|
+
* @codegen <<SignedSource::a349b205967d6b291b0d50d64d39b588>>
|
|
193
193
|
* @codegenId typography
|
|
194
194
|
* @codegenCommand yarn codegen-styles
|
|
195
195
|
* @codegenParams ["fontSize", "fontWeight", "fontFamily", "lineHeight"]
|
|
196
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography.tsx <<SignedSource::
|
|
196
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-typography-adg3.tsx <<SignedSource::3b28b4736fbbce65b95576fe33627b8c>>
|
|
197
197
|
*/
|
|
198
198
|
const fontSizeMap = {
|
|
199
199
|
'size.050': css({
|
package/tsconfig.app.json
CHANGED
package/tmp/api-report-tmp.d.ts
DELETED
|
@@ -1,216 +0,0 @@
|
|
|
1
|
-
## API Report File for "@atlaskit/ds-explorations"
|
|
2
|
-
|
|
3
|
-
> Do not edit this file. It is a report generated by [API Extractor](https://api-extractor.com/).
|
|
4
|
-
|
|
5
|
-
```ts
|
|
6
|
-
|
|
7
|
-
import type { CSSProperties } from 'react';
|
|
8
|
-
import { FC } from 'react';
|
|
9
|
-
import { jsx } from '@emotion/react';
|
|
10
|
-
import { ReactNode } from 'react';
|
|
11
|
-
import { SerializedStyles } from '@emotion/react';
|
|
12
|
-
|
|
13
|
-
// @public (undocumented)
|
|
14
|
-
const asAllowlist: readonly ["span", "div", "p", "strong"];
|
|
15
|
-
|
|
16
|
-
// @public (undocumented)
|
|
17
|
-
type AsElement = (typeof asAllowlist)[number];
|
|
18
|
-
|
|
19
|
-
// @public (undocumented)
|
|
20
|
-
const backgroundHoverColorMap: {
|
|
21
|
-
'accent.lime.subtlest': SerializedStyles;
|
|
22
|
-
'accent.lime.subtler': SerializedStyles;
|
|
23
|
-
'accent.lime.subtle': SerializedStyles;
|
|
24
|
-
'accent.lime.bolder': SerializedStyles;
|
|
25
|
-
'accent.red.subtlest': SerializedStyles;
|
|
26
|
-
'accent.red.subtler': SerializedStyles;
|
|
27
|
-
'accent.red.subtle': SerializedStyles;
|
|
28
|
-
'accent.red.bolder': SerializedStyles;
|
|
29
|
-
'accent.orange.subtlest': SerializedStyles;
|
|
30
|
-
'accent.orange.subtler': SerializedStyles;
|
|
31
|
-
'accent.orange.subtle': SerializedStyles;
|
|
32
|
-
'accent.orange.bolder': SerializedStyles;
|
|
33
|
-
'accent.yellow.subtlest': SerializedStyles;
|
|
34
|
-
'accent.yellow.subtler': SerializedStyles;
|
|
35
|
-
'accent.yellow.subtle': SerializedStyles;
|
|
36
|
-
'accent.yellow.bolder': SerializedStyles;
|
|
37
|
-
'accent.green.subtlest': SerializedStyles;
|
|
38
|
-
'accent.green.subtler': SerializedStyles;
|
|
39
|
-
'accent.green.subtle': SerializedStyles;
|
|
40
|
-
'accent.green.bolder': SerializedStyles;
|
|
41
|
-
'accent.teal.subtlest': SerializedStyles;
|
|
42
|
-
'accent.teal.subtler': SerializedStyles;
|
|
43
|
-
'accent.teal.subtle': SerializedStyles;
|
|
44
|
-
'accent.teal.bolder': SerializedStyles;
|
|
45
|
-
'accent.blue.subtlest': SerializedStyles;
|
|
46
|
-
'accent.blue.subtler': SerializedStyles;
|
|
47
|
-
'accent.blue.subtle': SerializedStyles;
|
|
48
|
-
'accent.blue.bolder': SerializedStyles;
|
|
49
|
-
'accent.purple.subtlest': SerializedStyles;
|
|
50
|
-
'accent.purple.subtler': SerializedStyles;
|
|
51
|
-
'accent.purple.subtle': SerializedStyles;
|
|
52
|
-
'accent.purple.bolder': SerializedStyles;
|
|
53
|
-
'accent.magenta.subtlest': SerializedStyles;
|
|
54
|
-
'accent.magenta.subtler': SerializedStyles;
|
|
55
|
-
'accent.magenta.subtle': SerializedStyles;
|
|
56
|
-
'accent.magenta.bolder': SerializedStyles;
|
|
57
|
-
'accent.gray.subtlest': SerializedStyles;
|
|
58
|
-
'accent.gray.subtler': SerializedStyles;
|
|
59
|
-
'accent.gray.subtle': SerializedStyles;
|
|
60
|
-
'accent.gray.bolder': SerializedStyles;
|
|
61
|
-
input: SerializedStyles;
|
|
62
|
-
'inverse.subtle': SerializedStyles;
|
|
63
|
-
neutral: SerializedStyles;
|
|
64
|
-
'neutral.subtle': SerializedStyles;
|
|
65
|
-
'neutral.bold': SerializedStyles;
|
|
66
|
-
selected: SerializedStyles;
|
|
67
|
-
'selected.bold': SerializedStyles;
|
|
68
|
-
'brand.subtlest': SerializedStyles;
|
|
69
|
-
'brand.bold': SerializedStyles;
|
|
70
|
-
'brand.boldest': SerializedStyles;
|
|
71
|
-
danger: SerializedStyles;
|
|
72
|
-
'danger.bold': SerializedStyles;
|
|
73
|
-
warning: SerializedStyles;
|
|
74
|
-
'warning.bold': SerializedStyles;
|
|
75
|
-
success: SerializedStyles;
|
|
76
|
-
'success.bold': SerializedStyles;
|
|
77
|
-
discovery: SerializedStyles;
|
|
78
|
-
'discovery.bold': SerializedStyles;
|
|
79
|
-
information: SerializedStyles;
|
|
80
|
-
'information.bold': SerializedStyles;
|
|
81
|
-
'elevation.surface': SerializedStyles;
|
|
82
|
-
'elevation.surface.overlay': SerializedStyles;
|
|
83
|
-
'elevation.surface.raised': SerializedStyles;
|
|
84
|
-
};
|
|
85
|
-
|
|
86
|
-
// @public (undocumented)
|
|
87
|
-
interface BasePrimitiveProps {
|
|
88
|
-
testId?: string;
|
|
89
|
-
UNSAFE_style?: CSSProperties;
|
|
90
|
-
}
|
|
91
|
-
|
|
92
|
-
// @public (undocumented)
|
|
93
|
-
type FontSize = keyof typeof fontSizeMap;
|
|
94
|
-
|
|
95
|
-
// @public
|
|
96
|
-
const fontSizeMap: {
|
|
97
|
-
'size.050': SerializedStyles;
|
|
98
|
-
'size.075': SerializedStyles;
|
|
99
|
-
'size.100': SerializedStyles;
|
|
100
|
-
'size.200': SerializedStyles;
|
|
101
|
-
'size.300': SerializedStyles;
|
|
102
|
-
'size.400': SerializedStyles;
|
|
103
|
-
'size.500': SerializedStyles;
|
|
104
|
-
'size.600': SerializedStyles;
|
|
105
|
-
};
|
|
106
|
-
|
|
107
|
-
// @public (undocumented)
|
|
108
|
-
type FontWeight = keyof typeof fontWeightMap;
|
|
109
|
-
|
|
110
|
-
// @public (undocumented)
|
|
111
|
-
const fontWeightMap: {
|
|
112
|
-
bold: SerializedStyles;
|
|
113
|
-
medium: SerializedStyles;
|
|
114
|
-
regular: SerializedStyles;
|
|
115
|
-
semibold: SerializedStyles;
|
|
116
|
-
};
|
|
117
|
-
|
|
118
|
-
// @public (undocumented)
|
|
119
|
-
type InteractionBackgroundColor = keyof typeof backgroundHoverColorMap;
|
|
120
|
-
|
|
121
|
-
// @public (undocumented)
|
|
122
|
-
interface InteractionSurfaceProps extends BasePrimitiveProps {
|
|
123
|
-
// (undocumented)
|
|
124
|
-
appearance?: InteractionBackgroundColor;
|
|
125
|
-
// (undocumented)
|
|
126
|
-
children: ReactNode;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
// @public (undocumented)
|
|
130
|
-
type LineHeight = keyof typeof lineHeightMap;
|
|
131
|
-
|
|
132
|
-
// @public (undocumented)
|
|
133
|
-
const lineHeightMap: {
|
|
134
|
-
'lineHeight.1': SerializedStyles;
|
|
135
|
-
'lineHeight.100': SerializedStyles;
|
|
136
|
-
'lineHeight.200': SerializedStyles;
|
|
137
|
-
'lineHeight.300': SerializedStyles;
|
|
138
|
-
'lineHeight.400': SerializedStyles;
|
|
139
|
-
'lineHeight.500': SerializedStyles;
|
|
140
|
-
'lineHeight.600': SerializedStyles;
|
|
141
|
-
};
|
|
142
|
-
|
|
143
|
-
// @public (undocumented)
|
|
144
|
-
type TextAlign = keyof typeof textAlignMap;
|
|
145
|
-
|
|
146
|
-
// @public (undocumented)
|
|
147
|
-
const textAlignMap: {
|
|
148
|
-
center: SerializedStyles;
|
|
149
|
-
end: SerializedStyles;
|
|
150
|
-
start: SerializedStyles;
|
|
151
|
-
};
|
|
152
|
-
|
|
153
|
-
// @public (undocumented)
|
|
154
|
-
type TextColor = keyof typeof textColorMap;
|
|
155
|
-
|
|
156
|
-
// @public
|
|
157
|
-
const textColorMap: {
|
|
158
|
-
readonly 'color.text': SerializedStyles;
|
|
159
|
-
readonly disabled: SerializedStyles;
|
|
160
|
-
readonly inverse: SerializedStyles;
|
|
161
|
-
readonly selected: SerializedStyles;
|
|
162
|
-
readonly brand: SerializedStyles;
|
|
163
|
-
readonly danger: SerializedStyles;
|
|
164
|
-
readonly warning: SerializedStyles;
|
|
165
|
-
readonly 'warning.inverse': SerializedStyles;
|
|
166
|
-
readonly success: SerializedStyles;
|
|
167
|
-
readonly discovery: SerializedStyles;
|
|
168
|
-
readonly information: SerializedStyles;
|
|
169
|
-
readonly subtlest: SerializedStyles;
|
|
170
|
-
readonly subtle: SerializedStyles;
|
|
171
|
-
};
|
|
172
|
-
|
|
173
|
-
// @public (undocumented)
|
|
174
|
-
type TextTransform = keyof typeof textTransformMap;
|
|
175
|
-
|
|
176
|
-
// @public (undocumented)
|
|
177
|
-
const textTransformMap: {
|
|
178
|
-
none: SerializedStyles;
|
|
179
|
-
lowercase: SerializedStyles;
|
|
180
|
-
uppercase: SerializedStyles;
|
|
181
|
-
};
|
|
182
|
-
|
|
183
|
-
// @public (undocumented)
|
|
184
|
-
export const UNSAFE_InteractionSurface: ({ appearance, children, testId, }: InteractionSurfaceProps) => jsx.JSX.Element;
|
|
185
|
-
|
|
186
|
-
// @internal
|
|
187
|
-
export const UNSAFE_Text: FC<UNSAFE_TextProps>;
|
|
188
|
-
|
|
189
|
-
// @public (undocumented)
|
|
190
|
-
export interface UNSAFE_TextProps extends BasePrimitiveProps {
|
|
191
|
-
as?: AsElement;
|
|
192
|
-
children: ReactNode;
|
|
193
|
-
color?: TextColor;
|
|
194
|
-
fontSize?: FontSize;
|
|
195
|
-
fontWeight?: FontWeight;
|
|
196
|
-
id?: string;
|
|
197
|
-
lineHeight?: LineHeight;
|
|
198
|
-
shouldTruncate?: boolean;
|
|
199
|
-
textAlign?: TextAlign;
|
|
200
|
-
textTransform?: TextTransform;
|
|
201
|
-
verticalAlign?: VerticalAlign;
|
|
202
|
-
}
|
|
203
|
-
|
|
204
|
-
// @public (undocumented)
|
|
205
|
-
type VerticalAlign = keyof typeof verticalAlignMap;
|
|
206
|
-
|
|
207
|
-
// @public (undocumented)
|
|
208
|
-
const verticalAlignMap: {
|
|
209
|
-
top: SerializedStyles;
|
|
210
|
-
middle: SerializedStyles;
|
|
211
|
-
bottom: SerializedStyles;
|
|
212
|
-
};
|
|
213
|
-
|
|
214
|
-
// (No @packageDocumentation comment for this package)
|
|
215
|
-
|
|
216
|
-
```
|