@atlaskit/calendar 17.2.15 → 17.2.17
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 +17 -0
- package/dist/cjs/calendar.js +1 -1
- package/dist/cjs/internal/components/date.compiled.css +1 -1
- package/dist/cjs/internal/components/date.js +1 -1
- package/dist/es2019/calendar.js +1 -1
- package/dist/es2019/internal/components/date.compiled.css +1 -1
- package/dist/es2019/internal/components/date.js +1 -1
- package/dist/esm/calendar.js +1 -1
- package/dist/esm/internal/components/date.compiled.css +1 -1
- package/dist/esm/internal/components/date.js +1 -1
- package/package.json +9 -1
package/CHANGELOG.md
CHANGED
|
@@ -1,5 +1,22 @@
|
|
|
1
1
|
# @atlaskit/calendar
|
|
2
2
|
|
|
3
|
+
## 17.2.17
|
|
4
|
+
|
|
5
|
+
### Patch Changes
|
|
6
|
+
|
|
7
|
+
- [`02483200273ec`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/02483200273ec) -
|
|
8
|
+
Enrol all Design System UI packages into the React Compiler with platform gating via
|
|
9
|
+
isReactCompilerActivePlatform.
|
|
10
|
+
- Updated dependencies
|
|
11
|
+
|
|
12
|
+
## 17.2.16
|
|
13
|
+
|
|
14
|
+
### Patch Changes
|
|
15
|
+
|
|
16
|
+
- [`22bf79dbdcdca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22bf79dbdcdca) -
|
|
17
|
+
Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
|
|
18
|
+
- Updated dependencies
|
|
19
|
+
|
|
3
20
|
## 17.2.15
|
|
4
21
|
|
|
5
22
|
### Patch Changes
|
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: "0.0.0-development"
|
|
40
40
|
};
|
|
41
41
|
var InnerCalendar = /*#__PURE__*/(0, _react.forwardRef)(function Calendar(_ref, ref) {
|
|
42
42
|
var day = _ref.day,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
._bfhk1j28{background-color:transparent}
|
|
24
24
|
._bozgrdoj{padding-inline-start:9px}
|
|
25
25
|
._g0nfv77o:after{inset-inline-start:var(--ds-space-025,2px)}
|
|
26
|
-
.
|
|
26
|
+
._k48pwu06{font-weight:var(--ds-font-weight-bold,653)}
|
|
27
27
|
._kqswh2mm{position:relative}
|
|
28
28
|
._syaz1gmx{color:var(--ds-text-disabled,#080f214a)}
|
|
29
29
|
._syaz1rpy{color:var(--ds-text-subtlest,#6b6e76)}
|
|
@@ -99,7 +99,7 @@ var Date = /*#__PURE__*/(0, _react.memo)( /*#__PURE__*/(0, _react.forwardRef)(fu
|
|
|
99
99
|
"data-sibling": isSibling || undefined,
|
|
100
100
|
"data-today": isToday || undefined,
|
|
101
101
|
"data-testid": testId && (isSelected ? "".concat(testId, "--selected-day") : "".concat(testId, "--day")),
|
|
102
|
-
className: (0, _runtime.ax)(["_kkk2n7od _2rkofajl _11c8fhey _1h6d1j28 _1dqonqa1 _189e1dm9 _1e0c1ule _kqswh2mm _16jlkb7n _bfhk1j28 _syazi7uo _80omtlke _85i51b66 _1q511b66 _y4tirdoj _bozgrdoj _y3gn1h6o _pojj1v1w _10knnqa1 _1wysdkaa _irr31dpa _30l3i7uo _1di6fcek _9h8hi7uo", (0, _platformFeatureFlags.fg)('platform-dst-shape-theme-default') && "_2rko1qi0", isSibling && "_syaz1rpy _30l31rpy", isToday && "_syaz6x5g
|
|
102
|
+
className: (0, _runtime.ax)(["_kkk2n7od _2rkofajl _11c8fhey _1h6d1j28 _1dqonqa1 _189e1dm9 _1e0c1ule _kqswh2mm _16jlkb7n _bfhk1j28 _syazi7uo _80omtlke _85i51b66 _1q511b66 _y4tirdoj _bozgrdoj _y3gn1h6o _pojj1v1w _10knnqa1 _1wysdkaa _irr31dpa _30l3i7uo _1di6fcek _9h8hi7uo", (0, _platformFeatureFlags.fg)('platform-dst-shape-theme-default') && "_2rko1qi0", isSibling && "_syaz1rpy _30l31rpy", isToday && "_syaz6x5g _k48pwu06 _1ywu1ule _1qdgyh40 _18postnw _1hfk1r31 _aetrb3bt _1gufv77o _1czdv77o _g0nfv77o", isPreviouslySelected && "_bfhk15s3 _syazazsu _30l3azsu", isSelected && "_bfhk15s3 _syaz6x5g _irr3ufnl _30l36x5g", isDisabled && "_syaz1gmx _80om13gf _irr31j28 _30l31gmx"])
|
|
103
103
|
}, day));
|
|
104
104
|
}));
|
|
105
105
|
Date.displayName = 'Date';
|
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: "0.0.0-development"
|
|
27
27
|
};
|
|
28
28
|
const InnerCalendar = /*#__PURE__*/forwardRef(function Calendar({
|
|
29
29
|
day,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
._bfhk1j28{background-color:transparent}
|
|
24
24
|
._bozgrdoj{padding-inline-start:9px}
|
|
25
25
|
._g0nfv77o:after{inset-inline-start:var(--ds-space-025,2px)}
|
|
26
|
-
.
|
|
26
|
+
._k48pwu06{font-weight:var(--ds-font-weight-bold,653)}
|
|
27
27
|
._kqswh2mm{position:relative}
|
|
28
28
|
._syaz1gmx{color:var(--ds-text-disabled,#080f214a)}
|
|
29
29
|
._syaz1rpy{color:var(--ds-text-subtlest,#6b6e76)}
|
|
@@ -85,7 +85,7 @@ const Date = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Date({
|
|
|
85
85
|
"data-sibling": isSibling || undefined,
|
|
86
86
|
"data-today": isToday || undefined,
|
|
87
87
|
"data-testid": testId && (isSelected ? `${testId}--selected-day` : `${testId}--day`),
|
|
88
|
-
className: ax(["_kkk2n7od _2rkofajl _11c8fhey _1h6d1j28 _1dqonqa1 _189e1dm9 _1e0c1ule _kqswh2mm _16jlkb7n _bfhk1j28 _syazi7uo _80omtlke _85i51b66 _1q511b66 _y4tirdoj _bozgrdoj _y3gn1h6o _pojj1v1w _10knnqa1 _1wysdkaa _irr31dpa _30l3i7uo _1di6fcek _9h8hi7uo", fg('platform-dst-shape-theme-default') && "_2rko1qi0", isSibling && "_syaz1rpy _30l31rpy", isToday && "_syaz6x5g
|
|
88
|
+
className: ax(["_kkk2n7od _2rkofajl _11c8fhey _1h6d1j28 _1dqonqa1 _189e1dm9 _1e0c1ule _kqswh2mm _16jlkb7n _bfhk1j28 _syazi7uo _80omtlke _85i51b66 _1q511b66 _y4tirdoj _bozgrdoj _y3gn1h6o _pojj1v1w _10knnqa1 _1wysdkaa _irr31dpa _30l3i7uo _1di6fcek _9h8hi7uo", fg('platform-dst-shape-theme-default') && "_2rko1qi0", isSibling && "_syaz1rpy _30l31rpy", isToday && "_syaz6x5g _k48pwu06 _1ywu1ule _1qdgyh40 _18postnw _1hfk1r31 _aetrb3bt _1gufv77o _1czdv77o _g0nfv77o", isPreviouslySelected && "_bfhk15s3 _syazazsu _30l3azsu", isSelected && "_bfhk15s3 _syaz6x5g _irr3ufnl _30l36x5g", isDisabled && "_syaz1gmx _80om13gf _irr31j28 _30l31gmx"])
|
|
89
89
|
}, day));
|
|
90
90
|
}));
|
|
91
91
|
Date.displayName = 'Date';
|
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: "0.0.0-development"
|
|
31
31
|
};
|
|
32
32
|
var InnerCalendar = /*#__PURE__*/forwardRef(function Calendar(_ref, ref) {
|
|
33
33
|
var day = _ref.day,
|
|
@@ -23,7 +23,7 @@
|
|
|
23
23
|
._bfhk1j28{background-color:transparent}
|
|
24
24
|
._bozgrdoj{padding-inline-start:9px}
|
|
25
25
|
._g0nfv77o:after{inset-inline-start:var(--ds-space-025,2px)}
|
|
26
|
-
.
|
|
26
|
+
._k48pwu06{font-weight:var(--ds-font-weight-bold,653)}
|
|
27
27
|
._kqswh2mm{position:relative}
|
|
28
28
|
._syaz1gmx{color:var(--ds-text-disabled,#080f214a)}
|
|
29
29
|
._syaz1rpy{color:var(--ds-text-subtlest,#6b6e76)}
|
|
@@ -90,7 +90,7 @@ var Date = /*#__PURE__*/memo( /*#__PURE__*/forwardRef(function Date(_ref2, _ref)
|
|
|
90
90
|
"data-sibling": isSibling || undefined,
|
|
91
91
|
"data-today": isToday || undefined,
|
|
92
92
|
"data-testid": testId && (isSelected ? "".concat(testId, "--selected-day") : "".concat(testId, "--day")),
|
|
93
|
-
className: ax(["_kkk2n7od _2rkofajl _11c8fhey _1h6d1j28 _1dqonqa1 _189e1dm9 _1e0c1ule _kqswh2mm _16jlkb7n _bfhk1j28 _syazi7uo _80omtlke _85i51b66 _1q511b66 _y4tirdoj _bozgrdoj _y3gn1h6o _pojj1v1w _10knnqa1 _1wysdkaa _irr31dpa _30l3i7uo _1di6fcek _9h8hi7uo", fg('platform-dst-shape-theme-default') && "_2rko1qi0", isSibling && "_syaz1rpy _30l31rpy", isToday && "_syaz6x5g
|
|
93
|
+
className: ax(["_kkk2n7od _2rkofajl _11c8fhey _1h6d1j28 _1dqonqa1 _189e1dm9 _1e0c1ule _kqswh2mm _16jlkb7n _bfhk1j28 _syazi7uo _80omtlke _85i51b66 _1q511b66 _y4tirdoj _bozgrdoj _y3gn1h6o _pojj1v1w _10knnqa1 _1wysdkaa _irr31dpa _30l3i7uo _1di6fcek _9h8hi7uo", fg('platform-dst-shape-theme-default') && "_2rko1qi0", isSibling && "_syaz1rpy _30l31rpy", isToday && "_syaz6x5g _k48pwu06 _1ywu1ule _1qdgyh40 _18postnw _1hfk1r31 _aetrb3bt _1gufv77o _1czdv77o _g0nfv77o", isPreviouslySelected && "_bfhk15s3 _syazazsu _30l3azsu", isSelected && "_bfhk15s3 _syaz6x5g _irr3ufnl _30l36x5g", isDisabled && "_syaz1gmx _80om13gf _irr31j28 _30l31gmx"])
|
|
94
94
|
}, day));
|
|
95
95
|
}));
|
|
96
96
|
Date.displayName = 'Date';
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/calendar",
|
|
3
|
-
"version": "17.2.
|
|
3
|
+
"version": "17.2.17",
|
|
4
4
|
"description": "An interactive calendar for date selection experiences.",
|
|
5
5
|
"publishConfig": {
|
|
6
6
|
"registry": "https://registry.npmjs.org/"
|
|
@@ -17,6 +17,13 @@
|
|
|
17
17
|
],
|
|
18
18
|
"atlaskit:src": "src/index.tsx",
|
|
19
19
|
"atlassian": {
|
|
20
|
+
"react-compiler": {
|
|
21
|
+
"enabled": true,
|
|
22
|
+
"gating": {
|
|
23
|
+
"source": "@atlassian/react-compiler-gating",
|
|
24
|
+
"importSpecifierName": "isReactCompilerActivePlatform"
|
|
25
|
+
}
|
|
26
|
+
},
|
|
20
27
|
"team": "Design System Team",
|
|
21
28
|
"website": {
|
|
22
29
|
"name": "Calendar",
|
|
@@ -50,6 +57,7 @@
|
|
|
50
57
|
"@atlaskit/link": "^3.3.0",
|
|
51
58
|
"@atlaskit/section-message": "^8.12.0",
|
|
52
59
|
"@atlaskit/select": "^21.10.0",
|
|
60
|
+
"@atlassian/react-compiler-gating": "workspace:^",
|
|
53
61
|
"@atlassian/ssr-tests": "workspace:^",
|
|
54
62
|
"@atlassian/structured-docs-types": "workspace:^",
|
|
55
63
|
"@testing-library/react": "^16.3.0",
|