@atlaskit/primitives 12.0.0 → 12.0.1

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,11 @@
1
1
  # @atlaskit/primitives
2
2
 
3
+ ## 12.0.1
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 12.0.0
4
10
 
5
11
  ### Major Changes
@@ -105,7 +105,7 @@ var AnchorNoRef = function AnchorNoRef(_ref, ref) {
105
105
  action: 'clicked',
106
106
  componentName: componentName || 'Anchor',
107
107
  packageName: "@atlaskit/primitives",
108
- packageVersion: "12.0.0",
108
+ packageVersion: "12.0.1",
109
109
  analyticsData: analyticsContext,
110
110
  actionSubject: 'link'
111
111
  });
@@ -95,7 +95,7 @@ var Pressable = /*#__PURE__*/(0, _react.forwardRef)(function (_ref, ref) {
95
95
  action: 'clicked',
96
96
  componentName: componentName || 'Pressable',
97
97
  packageName: "@atlaskit/primitives",
98
- packageVersion: "12.0.0",
98
+ packageVersion: "12.0.1",
99
99
  analyticsData: analyticsContext,
100
100
  actionSubject: 'button'
101
101
  });
@@ -95,7 +95,7 @@ const AnchorNoRef = ({
95
95
  action: 'clicked',
96
96
  componentName: componentName || 'Anchor',
97
97
  packageName: "@atlaskit/primitives",
98
- packageVersion: "12.0.0",
98
+ packageVersion: "12.0.1",
99
99
  analyticsData: analyticsContext,
100
100
  actionSubject: 'link'
101
101
  });
@@ -85,7 +85,7 @@ const Pressable = /*#__PURE__*/forwardRef(({
85
85
  action: 'clicked',
86
86
  componentName: componentName || 'Pressable',
87
87
  packageName: "@atlaskit/primitives",
88
- packageVersion: "12.0.0",
88
+ packageVersion: "12.0.1",
89
89
  analyticsData: analyticsContext,
90
90
  actionSubject: 'button'
91
91
  });
@@ -99,7 +99,7 @@ var AnchorNoRef = function AnchorNoRef(_ref, ref) {
99
99
  action: 'clicked',
100
100
  componentName: componentName || 'Anchor',
101
101
  packageName: "@atlaskit/primitives",
102
- packageVersion: "12.0.0",
102
+ packageVersion: "12.0.1",
103
103
  analyticsData: analyticsContext,
104
104
  actionSubject: 'link'
105
105
  });
@@ -89,7 +89,7 @@ var Pressable = /*#__PURE__*/forwardRef(function (_ref, ref) {
89
89
  action: 'clicked',
90
90
  componentName: componentName || 'Pressable',
91
91
  packageName: "@atlaskit/primitives",
92
- packageVersion: "12.0.0",
92
+ packageVersion: "12.0.1",
93
93
  analyticsData: analyticsContext,
94
94
  actionSubject: 'button'
95
95
  });
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/primitives",
3
- "version": "12.0.0",
3
+ "version": "12.0.1",
4
4
  "description": "Primitives are token-backed low-level building blocks.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -117,13 +117,13 @@
117
117
  "codegen-styles": "ts-node -r tsconfig-paths/register ./scripts/codegen-styles.tsx"
118
118
  },
119
119
  "dependencies": {
120
- "@atlaskit/analytics-next": "^10.0.0",
121
- "@atlaskit/app-provider": "^1.3.0",
122
- "@atlaskit/css": "^0.3.0",
123
- "@atlaskit/ds-lib": "^2.3.0",
120
+ "@atlaskit/analytics-next": "^10.1.0",
121
+ "@atlaskit/app-provider": "^1.4.0",
122
+ "@atlaskit/css": "^0.4.0",
123
+ "@atlaskit/ds-lib": "^2.4.0",
124
124
  "@atlaskit/interaction-context": "^2.1.0",
125
- "@atlaskit/tokens": "^1.57.0",
126
- "@atlaskit/visually-hidden": "^1.4.0",
125
+ "@atlaskit/tokens": "^1.58.0",
126
+ "@atlaskit/visually-hidden": "^1.5.0",
127
127
  "@babel/runtime": "^7.0.0",
128
128
  "@emotion/react": "^11.7.1",
129
129
  "@emotion/serialize": "^1.1.0",
@@ -138,8 +138,8 @@
138
138
  "@af/accessibility-testing": "*",
139
139
  "@af/formatting": "*",
140
140
  "@atlaskit/ssr": "*",
141
- "@atlaskit/toggle": "^13.2.0",
142
- "@atlaskit/tooltip": "^18.6.0",
141
+ "@atlaskit/toggle": "^13.3.0",
142
+ "@atlaskit/tooltip": "^18.7.0",
143
143
  "@atlaskit/visual-regression": "*",
144
144
  "@atlassian/codegen": "^0.1.0",
145
145
  "@testing-library/react": "^12.1.5",