@atlaskit/primitives 1.6.6 → 1.6.7
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 +7 -0
- package/dist/cjs/xcss/style-maps.partial.js +4 -4
- package/dist/es2019/xcss/style-maps.partial.js +4 -4
- package/dist/esm/xcss/style-maps.partial.js +4 -4
- package/dist/types/xcss/style-maps.partial.d.ts +4 -4
- package/dist/types-ts4.5/xcss/style-maps.partial.d.ts +4 -4
- package/package.json +2 -2
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,12 @@
|
|
|
1
1
|
# @atlaskit/primitives
|
|
2
2
|
|
|
3
|
+
## 1.6.7
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [#41516](https://bitbucket.org/atlassian/atlassian-frontend/pull-requests/41516) [`350e4081d89`](https://bitbucket.org/atlassian/atlassian-frontend/commits/350e4081d89) - [ux] Regenerates codegen artifacts as a result of changes to color palettes and token values
|
|
8
|
+
- Updated dependencies
|
|
9
|
+
|
|
3
10
|
## 1.6.6
|
|
4
11
|
|
|
5
12
|
### Patch Changes
|
|
@@ -70,10 +70,10 @@ var negativeSpaceMap = exports.negativeSpaceMap = {
|
|
|
70
70
|
|
|
71
71
|
/**
|
|
72
72
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
73
|
-
* @codegen <<SignedSource::
|
|
73
|
+
* @codegen <<SignedSource::fcf1cfc01cda3c278e69b0b564c7746d>>
|
|
74
74
|
* @codegenId inverse-colors
|
|
75
75
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
76
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
76
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
77
77
|
*/
|
|
78
78
|
var inverseColorMap = exports.inverseColorMap = {
|
|
79
79
|
'color.background.neutral.bold': 'color.text.inverse',
|
|
@@ -111,11 +111,11 @@ var inverseColorMap = exports.inverseColorMap = {
|
|
|
111
111
|
|
|
112
112
|
/**
|
|
113
113
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
114
|
-
* @codegen <<SignedSource::
|
|
114
|
+
* @codegen <<SignedSource::4f49a5a763f3c327f1d7ce5f2d030194>>
|
|
115
115
|
* @codegenId colors
|
|
116
116
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
117
117
|
* @codegenParams ["border", "background", "shadow", "text", "fill", "surface"]
|
|
118
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
118
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
119
119
|
*/
|
|
120
120
|
var borderColorMap = exports.borderColorMap = {
|
|
121
121
|
'color.border': "var(--ds-border, #091e4221)",
|
|
@@ -61,10 +61,10 @@ export const negativeSpaceMap = {
|
|
|
61
61
|
*/
|
|
62
62
|
/**
|
|
63
63
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
64
|
-
* @codegen <<SignedSource::
|
|
64
|
+
* @codegen <<SignedSource::fcf1cfc01cda3c278e69b0b564c7746d>>
|
|
65
65
|
* @codegenId inverse-colors
|
|
66
66
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
67
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
67
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
68
68
|
*/
|
|
69
69
|
export const inverseColorMap = {
|
|
70
70
|
'color.background.neutral.bold': 'color.text.inverse',
|
|
@@ -102,11 +102,11 @@ export const inverseColorMap = {
|
|
|
102
102
|
|
|
103
103
|
/**
|
|
104
104
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
105
|
-
* @codegen <<SignedSource::
|
|
105
|
+
* @codegen <<SignedSource::4f49a5a763f3c327f1d7ce5f2d030194>>
|
|
106
106
|
* @codegenId colors
|
|
107
107
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
108
108
|
* @codegenParams ["border", "background", "shadow", "text", "fill", "surface"]
|
|
109
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
109
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
110
110
|
*/
|
|
111
111
|
export const borderColorMap = {
|
|
112
112
|
'color.border': "var(--ds-border, #091e4221)",
|
|
@@ -62,10 +62,10 @@ export var negativeSpaceMap = {
|
|
|
62
62
|
*/
|
|
63
63
|
/**
|
|
64
64
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
65
|
-
* @codegen <<SignedSource::
|
|
65
|
+
* @codegen <<SignedSource::fcf1cfc01cda3c278e69b0b564c7746d>>
|
|
66
66
|
* @codegenId inverse-colors
|
|
67
67
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
68
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
68
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
69
69
|
*/
|
|
70
70
|
export var inverseColorMap = {
|
|
71
71
|
'color.background.neutral.bold': 'color.text.inverse',
|
|
@@ -103,11 +103,11 @@ export var inverseColorMap = {
|
|
|
103
103
|
|
|
104
104
|
/**
|
|
105
105
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
106
|
-
* @codegen <<SignedSource::
|
|
106
|
+
* @codegen <<SignedSource::4f49a5a763f3c327f1d7ce5f2d030194>>
|
|
107
107
|
* @codegenId colors
|
|
108
108
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
109
109
|
* @codegenParams ["border", "background", "shadow", "text", "fill", "surface"]
|
|
110
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
110
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
111
111
|
*/
|
|
112
112
|
export var borderColorMap = {
|
|
113
113
|
'color.border': "var(--ds-border, #091e4221)",
|
|
@@ -62,10 +62,10 @@ export type NegativeSpace = keyof typeof negativeSpaceMap;
|
|
|
62
62
|
*/
|
|
63
63
|
/**
|
|
64
64
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
65
|
-
* @codegen <<SignedSource::
|
|
65
|
+
* @codegen <<SignedSource::fcf1cfc01cda3c278e69b0b564c7746d>>
|
|
66
66
|
* @codegenId inverse-colors
|
|
67
67
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
68
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
68
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
69
69
|
*/
|
|
70
70
|
export declare const inverseColorMap: {
|
|
71
71
|
readonly 'color.background.neutral.bold': "color.text.inverse";
|
|
@@ -101,11 +101,11 @@ export declare const inverseColorMap: {
|
|
|
101
101
|
*/
|
|
102
102
|
/**
|
|
103
103
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
104
|
-
* @codegen <<SignedSource::
|
|
104
|
+
* @codegen <<SignedSource::4f49a5a763f3c327f1d7ce5f2d030194>>
|
|
105
105
|
* @codegenId colors
|
|
106
106
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
107
107
|
* @codegenParams ["border", "background", "shadow", "text", "fill", "surface"]
|
|
108
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
108
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
109
109
|
*/
|
|
110
110
|
export declare const borderColorMap: {
|
|
111
111
|
readonly 'color.border': "var(--ds-border)";
|
|
@@ -62,10 +62,10 @@ export type NegativeSpace = keyof typeof negativeSpaceMap;
|
|
|
62
62
|
*/
|
|
63
63
|
/**
|
|
64
64
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
65
|
-
* @codegen <<SignedSource::
|
|
65
|
+
* @codegen <<SignedSource::fcf1cfc01cda3c278e69b0b564c7746d>>
|
|
66
66
|
* @codegenId inverse-colors
|
|
67
67
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
68
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
68
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
69
69
|
*/
|
|
70
70
|
export declare const inverseColorMap: {
|
|
71
71
|
readonly 'color.background.neutral.bold': "color.text.inverse";
|
|
@@ -101,11 +101,11 @@ export declare const inverseColorMap: {
|
|
|
101
101
|
*/
|
|
102
102
|
/**
|
|
103
103
|
* THIS SECTION WAS CREATED VIA CODEGEN DO NOT MODIFY {@see http://go/af-codegen}
|
|
104
|
-
* @codegen <<SignedSource::
|
|
104
|
+
* @codegen <<SignedSource::4f49a5a763f3c327f1d7ce5f2d030194>>
|
|
105
105
|
* @codegenId colors
|
|
106
106
|
* @codegenCommand yarn workspace @atlaskit/primitives codegen-styles
|
|
107
107
|
* @codegenParams ["border", "background", "shadow", "text", "fill", "surface"]
|
|
108
|
-
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::
|
|
108
|
+
* @codegenDependency ../../../tokens/src/artifacts/tokens-raw/atlassian-light.tsx <<SignedSource::f1021f8d47ab63374e371ce18db72a1c>>
|
|
109
109
|
*/
|
|
110
110
|
export declare const borderColorMap: {
|
|
111
111
|
readonly 'color.border': "var(--ds-border)";
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/primitives",
|
|
3
|
-
"version": "1.6.
|
|
3
|
+
"version": "1.6.7",
|
|
4
4
|
"description": "Primitives are token-backed low-level building blocks.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -125,7 +125,7 @@
|
|
|
125
125
|
"codegen-styles": "ts-node -r tsconfig-paths/register ./scripts/codegen-styles.tsx"
|
|
126
126
|
},
|
|
127
127
|
"dependencies": {
|
|
128
|
-
"@atlaskit/tokens": "^1.
|
|
128
|
+
"@atlaskit/tokens": "^1.27.0",
|
|
129
129
|
"@babel/runtime": "^7.0.0",
|
|
130
130
|
"@emotion/react": "^11.7.1",
|
|
131
131
|
"@emotion/serialize": "^1.1.0",
|