@atlaskit/primitives 6.1.1 → 6.2.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 +17 -0
- package/constellation/anchor/examples.mdx +87 -5
- package/constellation/pressable/code.mdx +1 -1
- package/constellation/pressable/examples.mdx +73 -10
- package/constellation/pressable/usage.mdx +1 -1
- package/constellation/text/examples.mdx +50 -18
- package/constellation/text/usage.mdx +11 -1
- package/constellation/xcss/usage.mdx +12 -6
- package/dist/cjs/components/anchor.js +2 -2
- package/dist/cjs/components/pressable.js +2 -4
- package/dist/cjs/responsive/hide.js +6 -2
- package/dist/cjs/responsive/show.js +6 -2
- package/dist/cjs/xcss/style-maps.partial.js +5 -2
- package/dist/es2019/components/anchor.js +2 -2
- package/dist/es2019/components/pressable.js +2 -4
- package/dist/es2019/responsive/hide.js +6 -2
- package/dist/es2019/responsive/show.js +6 -2
- package/dist/es2019/xcss/style-maps.partial.js +5 -2
- package/dist/esm/components/anchor.js +2 -2
- package/dist/esm/components/pressable.js +2 -4
- package/dist/esm/responsive/hide.js +6 -2
- package/dist/esm/responsive/show.js +6 -2
- package/dist/esm/xcss/style-maps.partial.js +5 -2
- package/dist/types/components/anchor.d.ts +2 -2
- package/dist/types/components/pressable.d.ts +9 -15
- package/dist/types/responsive/hide.d.ts +5 -4
- package/dist/types/responsive/show.d.ts +4 -3
- package/dist/types/xcss/style-maps.partial.d.ts +4 -1
- package/dist/types-ts4.5/components/anchor.d.ts +2 -2
- package/dist/types-ts4.5/components/pressable.d.ts +9 -15
- package/dist/types-ts4.5/responsive/hide.d.ts +5 -4
- package/dist/types-ts4.5/responsive/show.d.ts +4 -3
- package/dist/types-ts4.5/xcss/style-maps.partial.d.ts +4 -1
- package/extract-react-types/anchor-props.tsx +34 -8
- package/extract-react-types/pressable-props.tsx +14 -11
- package/package.json +4 -4
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/primitives",
|
|
3
|
-
"version": "6.
|
|
3
|
+
"version": "6.2.0",
|
|
4
4
|
"description": "Primitives are token-backed low-level building blocks.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -94,7 +94,7 @@
|
|
|
94
94
|
"slug": "primitives/text",
|
|
95
95
|
"id": "@atlaskit/primitives/text",
|
|
96
96
|
"status": {
|
|
97
|
-
"type": "
|
|
97
|
+
"type": "beta"
|
|
98
98
|
}
|
|
99
99
|
},
|
|
100
100
|
{
|
|
@@ -128,7 +128,7 @@
|
|
|
128
128
|
"@atlaskit/css": "^0.1.0",
|
|
129
129
|
"@atlaskit/ds-lib": "^2.3.0",
|
|
130
130
|
"@atlaskit/interaction-context": "^2.1.0",
|
|
131
|
-
"@atlaskit/tokens": "^1.
|
|
131
|
+
"@atlaskit/tokens": "^1.48.0",
|
|
132
132
|
"@atlaskit/visually-hidden": "^1.3.0",
|
|
133
133
|
"@babel/runtime": "^7.0.0",
|
|
134
134
|
"@emotion/react": "^11.7.1",
|
|
@@ -144,7 +144,7 @@
|
|
|
144
144
|
"@af/formatting": "*",
|
|
145
145
|
"@atlaskit/ssr": "*",
|
|
146
146
|
"@atlaskit/toggle": "^13.1.0",
|
|
147
|
-
"@atlaskit/tooltip": "^18.
|
|
147
|
+
"@atlaskit/tooltip": "^18.4.0",
|
|
148
148
|
"@atlaskit/visual-regression": "*",
|
|
149
149
|
"@atlassian/atlassian-frontend-prettier-config-1.0.1": "npm:@atlassian/atlassian-frontend-prettier-config@1.0.1",
|
|
150
150
|
"@atlassian/codegen": "^0.1.0",
|