@atlaskit/form 8.4.7 → 8.4.8

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/form
2
2
 
3
+ ## 8.4.8
4
+
5
+ ### Patch Changes
6
+
7
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Updates usage of deprecated token names so they're aligned with the latest naming conventions. No UI or visual changes
8
+ - [`19d72473dfb`](https://bitbucket.org/atlassian/atlassian-frontend/commits/19d72473dfb) - Bump dependency tiny-invariant to latest"
9
+ - Updated dependencies
10
+
3
11
  ## 8.4.7
4
12
 
5
13
  ### Patch Changes
@@ -44,7 +44,7 @@ var messageErrorColorStyles = (0, _core.css)({
44
44
  color: "var(--ds-text-danger, ".concat(_colors.R400, ")")
45
45
  });
46
46
  var messageNeutralColorStyles = (0, _core.css)({
47
- color: "var(--ds-text-lowEmphasis, ".concat(_colors.N200, ")")
47
+ color: "var(--ds-text-subtlest, ".concat(_colors.N200, ")")
48
48
  });
49
49
  var messageValidColorStyles = (0, _core.css)({
50
50
  color: "var(--ds-text-success, ".concat(_colors.G400, ")")
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.4.7",
3
+ "version": "8.4.8",
4
4
  "sideEffects": false
5
5
  }
@@ -26,7 +26,7 @@ const messageErrorColorStyles = css({
26
26
  color: `var(--ds-text-danger, ${R400})`
27
27
  });
28
28
  const messageNeutralColorStyles = css({
29
- color: `var(--ds-text-lowEmphasis, ${N200})`
29
+ color: `var(--ds-text-subtlest, ${N200})`
30
30
  });
31
31
  const messageValidColorStyles = css({
32
32
  color: `var(--ds-text-success, ${G400})`
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.4.7",
3
+ "version": "8.4.8",
4
4
  "sideEffects": false
5
5
  }
@@ -26,7 +26,7 @@ var messageErrorColorStyles = css({
26
26
  color: "var(--ds-text-danger, ".concat(R400, ")")
27
27
  });
28
28
  var messageNeutralColorStyles = css({
29
- color: "var(--ds-text-lowEmphasis, ".concat(N200, ")")
29
+ color: "var(--ds-text-subtlest, ".concat(N200, ")")
30
30
  });
31
31
  var messageValidColorStyles = css({
32
32
  color: "var(--ds-text-success, ".concat(G400, ")")
@@ -1,5 +1,5 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.4.7",
3
+ "version": "8.4.8",
4
4
  "sideEffects": false
5
5
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/form",
3
- "version": "8.4.7",
3
+ "version": "8.4.8",
4
4
  "description": "A form allows users to input information.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,14 +38,14 @@
38
38
  "dependencies": {
39
39
  "@atlaskit/icon": "^21.10.0",
40
40
  "@atlaskit/theme": "^12.1.0",
41
- "@atlaskit/tokens": "^0.5.0",
41
+ "@atlaskit/tokens": "^0.6.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@emotion/core": "^10.0.9",
44
44
  "final-form": "^4.20.1",
45
45
  "final-form-focus": "^1.1.2",
46
46
  "lodash": "^4.17.21",
47
47
  "react-uid": "^2.2.0",
48
- "tiny-invariant": "^0.0.3"
48
+ "tiny-invariant": "^1.2.0"
49
49
  },
50
50
  "peerDependencies": {
51
51
  "react": "^16.8.0"