@atlaskit/primitives 16.0.1 → 16.0.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/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,13 @@
|
|
|
1
1
|
# @atlaskit/primitives
|
|
2
2
|
|
|
3
|
+
## 16.0.2
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`cd77e341e3aa0`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/cd77e341e3aa0) -
|
|
8
|
+
Mark `xcss()` as deprecated. Please use `@atlaskit/css` with `@atlaskit/primitives/compiled`
|
|
9
|
+
instead.
|
|
10
|
+
|
|
3
11
|
## 16.0.1
|
|
4
12
|
|
|
5
13
|
### Patch Changes
|
package/dist/cjs/xcss/xcss.js
CHANGED
|
@@ -229,6 +229,9 @@ var _parseXcss = exports.parseXcss = function parseXcss(args) {
|
|
|
229
229
|
* padding: 'space.100'
|
|
230
230
|
* })
|
|
231
231
|
* ```
|
|
232
|
+
*
|
|
233
|
+
* @deprecated Use `@atlaskit/css` with `@atlaskit/primitives/compiled` instead.
|
|
234
|
+
* {@link https://hello.atlassian.net/wiki/spaces/DST/pages/4992259434/Guidance+Migrating+to+atlaskit+css+from+xcss Internal documentation for migration; no external access}
|
|
232
235
|
*/
|
|
233
236
|
function xcss(style) {
|
|
234
237
|
return baseXcss(style);
|
package/dist/es2019/xcss/xcss.js
CHANGED
|
@@ -206,6 +206,9 @@ export const parseXcss = args => {
|
|
|
206
206
|
* padding: 'space.100'
|
|
207
207
|
* })
|
|
208
208
|
* ```
|
|
209
|
+
*
|
|
210
|
+
* @deprecated Use `@atlaskit/css` with `@atlaskit/primitives/compiled` instead.
|
|
211
|
+
* {@link https://hello.atlassian.net/wiki/spaces/DST/pages/4992259434/Guidance+Migrating+to+atlaskit+css+from+xcss Internal documentation for migration; no external access}
|
|
209
212
|
*/
|
|
210
213
|
export function xcss(style) {
|
|
211
214
|
return baseXcss(style);
|
package/dist/esm/xcss/xcss.js
CHANGED
|
@@ -219,6 +219,9 @@ export { _parseXcss as parseXcss }; // Media queries should not contain nested m
|
|
|
219
219
|
* padding: 'space.100'
|
|
220
220
|
* })
|
|
221
221
|
* ```
|
|
222
|
+
*
|
|
223
|
+
* @deprecated Use `@atlaskit/css` with `@atlaskit/primitives/compiled` instead.
|
|
224
|
+
* {@link https://hello.atlassian.net/wiki/spaces/DST/pages/4992259434/Guidance+Migrating+to+atlaskit+css+from+xcss Internal documentation for migration; no external access}
|
|
222
225
|
*/
|
|
223
226
|
export function xcss(style) {
|
|
224
227
|
return baseXcss(style);
|
|
@@ -133,6 +133,9 @@ export type XCSS = ReturnType<typeof xcss>;
|
|
|
133
133
|
* padding: 'space.100'
|
|
134
134
|
* })
|
|
135
135
|
* ```
|
|
136
|
+
*
|
|
137
|
+
* @deprecated Use `@atlaskit/css` with `@atlaskit/primitives/compiled` instead.
|
|
138
|
+
* {@link https://hello.atlassian.net/wiki/spaces/DST/pages/4992259434/Guidance+Migrating+to+atlaskit+css+from+xcss Internal documentation for migration; no external access}
|
|
136
139
|
*/
|
|
137
140
|
export declare function xcss(style: SafeCSSObject): {
|
|
138
141
|
readonly [uniqueSymbol]: SerializedStyles;
|
|
@@ -133,6 +133,9 @@ export type XCSS = ReturnType<typeof xcss>;
|
|
|
133
133
|
* padding: 'space.100'
|
|
134
134
|
* })
|
|
135
135
|
* ```
|
|
136
|
+
*
|
|
137
|
+
* @deprecated Use `@atlaskit/css` with `@atlaskit/primitives/compiled` instead.
|
|
138
|
+
* {@link https://hello.atlassian.net/wiki/spaces/DST/pages/4992259434/Guidance+Migrating+to+atlaskit+css+from+xcss Internal documentation for migration; no external access}
|
|
136
139
|
*/
|
|
137
140
|
export declare function xcss(style: SafeCSSObject): {
|
|
138
141
|
readonly [uniqueSymbol]: SerializedStyles;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/primitives",
|
|
3
|
-
"version": "16.0.
|
|
3
|
+
"version": "16.0.2",
|
|
4
4
|
"description": "Primitives are token-backed low-level building blocks.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
"@af/formatting": "workspace:^",
|
|
156
156
|
"@af/integration-testing": "workspace:^",
|
|
157
157
|
"@af/visual-regression": "workspace:^",
|
|
158
|
-
"@atlaskit/avatar": "^25.
|
|
158
|
+
"@atlaskit/avatar": "^25.5.0",
|
|
159
159
|
"@atlaskit/button": "^23.5.0",
|
|
160
160
|
"@atlaskit/checkbox": "^17.1.0",
|
|
161
161
|
"@atlaskit/code": "^17.2.0",
|