@atlaskit/calendar 17.1.20 → 17.1.21

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/calendar
2
2
 
3
+ ## 17.1.21
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 17.1.20
4
10
 
5
11
  ### Patch Changes
@@ -37,7 +37,7 @@ var styles = {
37
37
  var analyticsAttributes = {
38
38
  componentName: 'calendar',
39
39
  packageName: "@atlaskit/calendar",
40
- packageVersion: "17.1.19"
40
+ packageVersion: "0.0.0-development"
41
41
  };
42
42
  var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
43
43
  var day = _ref.day,
@@ -205,7 +205,7 @@ var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref,
205
205
  var headerId = (0, _useId.useId)();
206
206
  return (
207
207
  /*#__PURE__*/
208
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
208
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
209
209
  React.createElement("div", {
210
210
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
211
211
  className: className
@@ -24,7 +24,7 @@ const styles = {
24
24
  const analyticsAttributes = {
25
25
  componentName: 'calendar',
26
26
  packageName: "@atlaskit/calendar",
27
- packageVersion: "17.1.19"
27
+ packageVersion: "0.0.0-development"
28
28
  };
29
29
  const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
30
30
  day,
@@ -173,7 +173,7 @@ const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
173
173
  const headerId = useId();
174
174
  return (
175
175
  /*#__PURE__*/
176
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
176
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
177
177
  React.createElement("div", {
178
178
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
179
179
  className: className
@@ -28,7 +28,7 @@ var styles = {
28
28
  var analyticsAttributes = {
29
29
  componentName: 'calendar',
30
30
  packageName: "@atlaskit/calendar",
31
- packageVersion: "17.1.19"
31
+ packageVersion: "0.0.0-development"
32
32
  };
33
33
  var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
34
34
  var day = _ref.day,
@@ -196,7 +196,7 @@ var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
196
196
  var headerId = useId();
197
197
  return (
198
198
  /*#__PURE__*/
199
- // eslint-disable-next-line jsx-a11y/no-static-element-interactions
199
+ // eslint-disable-next-line @atlassian/a11y/no-static-element-interactions
200
200
  React.createElement("div", {
201
201
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-classname-prop -- Ignored via go/DSP-18766
202
202
  className: className
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/calendar",
3
- "version": "17.1.20",
3
+ "version": "17.1.21",
4
4
  "description": "An interactive calendar for date selection experiences.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -25,15 +25,15 @@
25
25
  },
26
26
  "dependencies": {
27
27
  "@atlaskit/analytics-next": "^11.1.0",
28
- "@atlaskit/button": "^23.4.0",
29
- "@atlaskit/css": "^0.14.0",
28
+ "@atlaskit/button": "^23.5.0",
29
+ "@atlaskit/css": "^0.15.0",
30
30
  "@atlaskit/ds-lib": "^5.1.0",
31
31
  "@atlaskit/heading": "^5.2.0",
32
- "@atlaskit/icon": "^28.3.0",
32
+ "@atlaskit/icon": "^28.5.0",
33
33
  "@atlaskit/locale": "^3.0.0",
34
- "@atlaskit/primitives": "^14.15.0",
34
+ "@atlaskit/primitives": "^15.0.0",
35
35
  "@atlaskit/theme": "^21.0.0",
36
- "@atlaskit/tokens": "^6.4.0",
36
+ "@atlaskit/tokens": "^6.5.0",
37
37
  "@babel/runtime": "^7.0.0",
38
38
  "@compiled/react": "^0.18.3",
39
39
  "date-fns": "^2.17.0"