@atlaskit/calendar 17.2.18 → 17.2.20
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 +12 -0
- package/dist/cjs/calendar.js +1 -1
- package/dist/es2019/calendar.js +1 -1
- package/dist/esm/calendar.js +1 -1
- package/package.json +7 -7
- package/offerings.json +0 -34
package/CHANGELOG.md
CHANGED
package/dist/cjs/calendar.js
CHANGED
|
@@ -36,7 +36,7 @@ var styles = {
|
|
|
36
36
|
var analyticsAttributes = {
|
|
37
37
|
componentName: 'calendar',
|
|
38
38
|
packageName: "@atlaskit/calendar",
|
|
39
|
-
packageVersion: "
|
|
39
|
+
packageVersion: "17.2.19"
|
|
40
40
|
};
|
|
41
41
|
var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
|
|
42
42
|
var day = _ref.day,
|
package/dist/es2019/calendar.js
CHANGED
|
@@ -23,7 +23,7 @@ const styles = {
|
|
|
23
23
|
const analyticsAttributes = {
|
|
24
24
|
componentName: 'calendar',
|
|
25
25
|
packageName: "@atlaskit/calendar",
|
|
26
|
-
packageVersion: "
|
|
26
|
+
packageVersion: "17.2.19"
|
|
27
27
|
};
|
|
28
28
|
const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
|
|
29
29
|
day,
|
package/dist/esm/calendar.js
CHANGED
|
@@ -27,7 +27,7 @@ var styles = {
|
|
|
27
27
|
var analyticsAttributes = {
|
|
28
28
|
componentName: 'calendar',
|
|
29
29
|
packageName: "@atlaskit/calendar",
|
|
30
|
-
packageVersion: "
|
|
30
|
+
packageVersion: "17.2.19"
|
|
31
31
|
};
|
|
32
32
|
var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
|
|
33
33
|
var day = _ref.day,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/calendar",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.20",
|
|
4
4
|
"description": "An interactive calendar for date selection experiences.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -36,11 +36,11 @@
|
|
|
36
36
|
"@atlaskit/css": "^0.19.0",
|
|
37
37
|
"@atlaskit/ds-lib": "^7.0.0",
|
|
38
38
|
"@atlaskit/heading": "^5.4.0",
|
|
39
|
-
"@atlaskit/icon": "^
|
|
40
|
-
"@atlaskit/locale": "^
|
|
39
|
+
"@atlaskit/icon": "^35.0.0",
|
|
40
|
+
"@atlaskit/locale": "^4.1.0",
|
|
41
41
|
"@atlaskit/platform-feature-flags": "^1.1.0",
|
|
42
|
-
"@atlaskit/primitives": "^
|
|
43
|
-
"@atlaskit/tokens": "^
|
|
42
|
+
"@atlaskit/primitives": "^19.0.0",
|
|
43
|
+
"@atlaskit/tokens": "^13.0.0",
|
|
44
44
|
"@babel/runtime": "^7.0.0",
|
|
45
45
|
"@compiled/react": "^0.20.0",
|
|
46
46
|
"date-fns": "^2.17.0"
|
|
@@ -52,11 +52,11 @@
|
|
|
52
52
|
"@af/accessibility-testing": "workspace:^",
|
|
53
53
|
"@af/integration-testing": "workspace:^",
|
|
54
54
|
"@af/visual-regression": "workspace:^",
|
|
55
|
-
"@atlaskit/docs": "^11.
|
|
55
|
+
"@atlaskit/docs": "^11.8.0",
|
|
56
56
|
"@atlaskit/form": "^15.5.0",
|
|
57
57
|
"@atlaskit/link": "^3.4.0",
|
|
58
58
|
"@atlaskit/section-message": "^8.12.0",
|
|
59
|
-
"@atlaskit/select": "^21.
|
|
59
|
+
"@atlaskit/select": "^21.12.0",
|
|
60
60
|
"@atlassian/react-compiler-gating": "workspace:^",
|
|
61
61
|
"@atlassian/ssr-tests": "workspace:^",
|
|
62
62
|
"@atlassian/structured-docs-types": "workspace:^",
|
package/offerings.json
DELETED
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
[
|
|
2
|
-
{
|
|
3
|
-
"name": "Calendar",
|
|
4
|
-
"package": "@atlaskit/calendar",
|
|
5
|
-
"import": {
|
|
6
|
-
"name": "Calendar",
|
|
7
|
-
"package": "@atlaskit/calendar",
|
|
8
|
-
"type": "default"
|
|
9
|
-
},
|
|
10
|
-
"keywords": ["calendar", "date", "picker", "selection", "month", "year", "beta"],
|
|
11
|
-
"categories": ["form"],
|
|
12
|
-
"shortDescription": "A calendar component for date selection and display. This component is in Beta phase, meaning it's stable at version 1.0+ but may receive improvements based on customer feedback.",
|
|
13
|
-
"status": "general-availability",
|
|
14
|
-
"accessibilityGuidelines": [
|
|
15
|
-
"Provide clear date selection feedback",
|
|
16
|
-
"Ensure keyboard navigation between dates",
|
|
17
|
-
"Use appropriate ARIA labels for dates",
|
|
18
|
-
"Support screen reader announcements for date changes"
|
|
19
|
-
],
|
|
20
|
-
"usageGuidelines": [
|
|
21
|
-
"Use for date selection interfaces",
|
|
22
|
-
"Consider date range limitations",
|
|
23
|
-
"Provide clear visual feedback for selected dates",
|
|
24
|
-
"Handle disabled dates appropriately"
|
|
25
|
-
],
|
|
26
|
-
"contentGuidelines": [
|
|
27
|
-
"Use clear date formatting",
|
|
28
|
-
"Provide helpful date labels",
|
|
29
|
-
"Consider localization for date display",
|
|
30
|
-
"Use consistent date terminology"
|
|
31
|
-
],
|
|
32
|
-
"examples": ["./examples/ai/calendar.tsx"]
|
|
33
|
-
}
|
|
34
|
-
]
|