@atlaskit/primitives 16.1.1 → 16.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 CHANGED
@@ -1,5 +1,16 @@
1
1
  # @atlaskit/primitives
2
2
 
3
+ ## 16.2.0
4
+
5
+ ### Minor Changes
6
+
7
+ - [`d50ecf8e02d28`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/d50ecf8e02d28) -
8
+ Added `radius.xxlarge` token available for borderRadius in `xcss`.
9
+
10
+ ### Patch Changes
11
+
12
+ - Updated dependencies
13
+
3
14
  ## 16.1.1
4
15
 
5
16
  ### Patch Changes
@@ -474,11 +474,11 @@ var layerMap = exports.layerMap = {
474
474
 
475
475
  /**
476
476
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
477
- * @codegen <<SignedSource::a9118f8ed93d943746fd7e932ce5a639>>
477
+ * @codegen <<SignedSource::042e960cffbaf7b7d1022ee02c3c6cbb>>
478
478
  * @codegenId border
479
479
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
480
480
  * @codegenParams ["width", "radius"]
481
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::45e4ecb92a72445f508219ea6a5f056a>>
481
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::a98e95106b856526c36bec8851e84348>>
482
482
  */
483
483
  var borderWidthMap = exports.borderWidthMap = {
484
484
  'border.width': "var(--ds-border-width, 1px)",
@@ -491,6 +491,7 @@ var borderRadiusMap = exports.borderRadiusMap = {
491
491
  'radius.medium': "var(--ds-radius-medium, 6px)",
492
492
  'radius.large': "var(--ds-radius-large, 8px)",
493
493
  'radius.xlarge': "var(--ds-radius-xlarge, 12px)",
494
+ 'radius.xxlarge': "var(--ds-radius-xxlarge, 16px)",
494
495
  'radius.full': "var(--ds-radius-full, 9999px)",
495
496
  'radius.tile': "var(--ds-radius-tile, 25%)"
496
497
  };
@@ -469,11 +469,11 @@ export const layerMap = {
469
469
 
470
470
  /**
471
471
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
472
- * @codegen <<SignedSource::a9118f8ed93d943746fd7e932ce5a639>>
472
+ * @codegen <<SignedSource::042e960cffbaf7b7d1022ee02c3c6cbb>>
473
473
  * @codegenId border
474
474
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
475
475
  * @codegenParams ["width", "radius"]
476
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::45e4ecb92a72445f508219ea6a5f056a>>
476
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::a98e95106b856526c36bec8851e84348>>
477
477
  */
478
478
  export const borderWidthMap = {
479
479
  'border.width': "var(--ds-border-width, 1px)",
@@ -486,6 +486,7 @@ export const borderRadiusMap = {
486
486
  'radius.medium': "var(--ds-radius-medium, 6px)",
487
487
  'radius.large': "var(--ds-radius-large, 8px)",
488
488
  'radius.xlarge': "var(--ds-radius-xlarge, 12px)",
489
+ 'radius.xxlarge': "var(--ds-radius-xxlarge, 16px)",
489
490
  'radius.full': "var(--ds-radius-full, 9999px)",
490
491
  'radius.tile': "var(--ds-radius-tile, 25%)"
491
492
  };
@@ -469,11 +469,11 @@ export var layerMap = {
469
469
 
470
470
  /**
471
471
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
472
- * @codegen <<SignedSource::a9118f8ed93d943746fd7e932ce5a639>>
472
+ * @codegen <<SignedSource::042e960cffbaf7b7d1022ee02c3c6cbb>>
473
473
  * @codegenId border
474
474
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
475
475
  * @codegenParams ["width", "radius"]
476
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::45e4ecb92a72445f508219ea6a5f056a>>
476
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::a98e95106b856526c36bec8851e84348>>
477
477
  */
478
478
  export var borderWidthMap = {
479
479
  'border.width': "var(--ds-border-width, 1px)",
@@ -486,6 +486,7 @@ export var borderRadiusMap = {
486
486
  'radius.medium': "var(--ds-radius-medium, 6px)",
487
487
  'radius.large': "var(--ds-radius-large, 8px)",
488
488
  'radius.xlarge': "var(--ds-radius-xlarge, 12px)",
489
+ 'radius.xxlarge': "var(--ds-radius-xxlarge, 16px)",
489
490
  'radius.full': "var(--ds-radius-full, 9999px)",
490
491
  'radius.tile': "var(--ds-radius-tile, 25%)"
491
492
  };
@@ -493,11 +493,11 @@ export type Layer = keyof typeof layerMap;
493
493
  */
494
494
  /**
495
495
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
496
- * @codegen <<SignedSource::a9118f8ed93d943746fd7e932ce5a639>>
496
+ * @codegen <<SignedSource::042e960cffbaf7b7d1022ee02c3c6cbb>>
497
497
  * @codegenId border
498
498
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
499
499
  * @codegenParams ["width", "radius"]
500
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::45e4ecb92a72445f508219ea6a5f056a>>
500
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::a98e95106b856526c36bec8851e84348>>
501
501
  */
502
502
  export declare const borderWidthMap: {
503
503
  'border.width': 'var(--ds-border-width)';
@@ -511,6 +511,7 @@ export declare const borderRadiusMap: {
511
511
  'radius.medium': 'var(--ds-radius-medium)';
512
512
  'radius.large': 'var(--ds-radius-large)';
513
513
  'radius.xlarge': 'var(--ds-radius-xlarge)';
514
+ 'radius.xxlarge': 'var(--ds-radius-xxlarge)';
514
515
  'radius.full': 'var(--ds-radius-full)';
515
516
  'radius.tile': 'var(--ds-radius-tile)';
516
517
  };
@@ -493,11 +493,11 @@ export type Layer = keyof typeof layerMap;
493
493
  */
494
494
  /**
495
495
  * THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
496
- * @codegen <<SignedSource::a9118f8ed93d943746fd7e932ce5a639>>
496
+ * @codegen <<SignedSource::042e960cffbaf7b7d1022ee02c3c6cbb>>
497
497
  * @codegenId border
498
498
  * @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
499
499
  * @codegenParams ["width", "radius"]
500
- * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::45e4ecb92a72445f508219ea6a5f056a>>
500
+ * @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-shape.tsx <<SignedSource::a98e95106b856526c36bec8851e84348>>
501
501
  */
502
502
  export declare const borderWidthMap: {
503
503
  'border.width': 'var(--ds-border-width)';
@@ -511,6 +511,7 @@ export declare const borderRadiusMap: {
511
511
  'radius.medium': 'var(--ds-radius-medium)';
512
512
  'radius.large': 'var(--ds-radius-large)';
513
513
  'radius.xlarge': 'var(--ds-radius-xlarge)';
514
+ 'radius.xxlarge': 'var(--ds-radius-xxlarge)';
514
515
  'radius.full': 'var(--ds-radius-full)';
515
516
  'radius.tile': 'var(--ds-radius-tile)';
516
517
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "16.1.1",
3
+ "version": "16.2.0",
4
4
  "description": "Primitives are token-backed low-level building blocks.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -134,11 +134,11 @@
134
134
  "dependencies": {
135
135
  "@atlaskit/analytics-next": "^11.1.0",
136
136
  "@atlaskit/app-provider": "^3.2.0",
137
- "@atlaskit/css": "^0.15.0",
137
+ "@atlaskit/css": "^0.16.0",
138
138
  "@atlaskit/ds-lib": "^5.2.0",
139
139
  "@atlaskit/interaction-context": "^3.1.0",
140
140
  "@atlaskit/platform-feature-flags": "^1.1.0",
141
- "@atlaskit/tokens": "^8.0.0",
141
+ "@atlaskit/tokens": "^8.1.0",
142
142
  "@atlaskit/visually-hidden": "^3.0.0",
143
143
  "@babel/runtime": "^7.0.0",
144
144
  "@compiled/react": "^0.18.6",
@@ -164,7 +164,7 @@
164
164
  "@atlaskit/flag": "^17.5.0",
165
165
  "@atlaskit/form": "^14.2.0",
166
166
  "@atlaskit/heading": "^5.2.0",
167
- "@atlaskit/icon": "^28.5.0",
167
+ "@atlaskit/icon": "^29.0.0",
168
168
  "@atlaskit/icon-object": "^7.3.0",
169
169
  "@atlaskit/image": "^3.0.0",
170
170
  "@atlaskit/link": "^3.2.0",
@@ -173,9 +173,9 @@
173
173
  "@atlaskit/motion": "^5.3.0",
174
174
  "@atlaskit/range": "^9.2.0",
175
175
  "@atlaskit/section-message": "^8.9.0",
176
- "@atlaskit/textfield": "^8.0.0",
176
+ "@atlaskit/textfield": "^8.1.0",
177
177
  "@atlaskit/toggle": "^15.1.0",
178
- "@atlaskit/tooltip": "^20.8.0",
178
+ "@atlaskit/tooltip": "^20.10.0",
179
179
  "@atlassian/analytics-bridge": "^0.7.0",
180
180
  "@atlassian/codegen": "^0.1.0",
181
181
  "@atlassian/feature-flags-test-utils": "^1.0.0",