@atlaskit/datetime-picker 18.1.2 → 18.1.3

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/datetime-picker
2
2
 
3
+ ## 18.1.3
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 18.1.2
4
10
 
5
11
  ### Patch Changes
package/compass.yml CHANGED
@@ -1,7 +1,7 @@
1
1
  configVersion: 1
2
2
  id: ari:cloud:compass:a436116f-02ce-4520-8fbb-7301462a1674:component/c5751cc6-3513-4070-9deb-af31e86aed34/2a66e786-e8e6-4a43-8b8d-ad3d3a1efb07
3
3
  name: '@atlaskit/datetime-picker'
4
- ownerId: ari:cloud:identity::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
4
+ ownerId: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
5
5
  labels:
6
6
  - platform-code
7
7
  - platform-afm
@@ -27,6 +27,9 @@ customFields:
27
27
  - name: Technical Owner
28
28
  type: user
29
29
  value: ari:cloud:identity::user/557058:86a9b692-7997-49cb-9984-080801b1de91 # Jared Crowe
30
+ - name: Reviewer Team
31
+ type: text
32
+ value: ari:cloud:teams::team/be19136e-6275-419f-be0c-fcee844b8684 # Design System Engineers
30
33
  - name: Required Reviewers Opt In
31
34
  type: boolean
32
35
  value: true
@@ -36,3 +39,9 @@ customFields:
36
39
  - name: Required Reviewer Approvals
37
40
  type: number
38
41
  value: 1
42
+ - name: Trusted Committers
43
+ type: text
44
+ value: ari:cloud:teams::team/814283d6-8695-4329-b2f8-d78b2645722f # Design System Team (ADS)
45
+ - name: Trusted Reviewer Teams
46
+ type: text
47
+ value: ari:cloud:teams::team/42f4416b-e028-4daa-b2a5-afe213ac75e1 # Design System Designers
@@ -8,10 +8,14 @@ const documentation: StructuredContentSource = {
8
8
  name: 'DatePicker',
9
9
  description: 'A component for selecting date values with calendar support.',
10
10
  status: 'general-availability',
11
+ designSource: {
12
+ figmaUrl:
13
+ 'https://www.figma.com/design/BGz5AdkWe3yTIYdKnTSZuY/ADS-Components?node-id=13285-45993',
14
+ },
11
15
  import: {
12
16
  name: 'DatePicker',
13
- package: '@atlaskit/datetime-picker',
14
- type: 'named',
17
+ package: '@atlaskit/datetime-picker/date-picker',
18
+ type: 'default',
15
19
  packagePath: path.resolve(__dirname),
16
20
  packageJson: require('./package.json'),
17
21
  },
@@ -49,8 +53,8 @@ const documentation: StructuredContentSource = {
49
53
  status: 'general-availability',
50
54
  import: {
51
55
  name: 'TimePicker',
52
- package: '@atlaskit/datetime-picker',
53
- type: 'named',
56
+ package: '@atlaskit/datetime-picker/time-picker',
57
+ type: 'default',
54
58
  packagePath: path.resolve(__dirname),
55
59
  packageJson: require('./package.json'),
56
60
  },
@@ -89,8 +93,8 @@ const documentation: StructuredContentSource = {
89
93
  status: 'general-availability',
90
94
  import: {
91
95
  name: 'DateTimePicker',
92
- package: '@atlaskit/datetime-picker',
93
- type: 'named',
96
+ package: '@atlaskit/datetime-picker/date-time-picker',
97
+ type: 'default',
94
98
  packagePath: path.resolve(__dirname),
95
99
  packageJson: require('./package.json'),
96
100
  },
@@ -44,7 +44,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
44
44
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
45
45
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
46
46
  var packageName = "@atlaskit/datetime-picker";
47
- var packageVersion = "18.1.1";
47
+ var packageVersion = "18.1.2";
48
48
  var styles = {
49
49
  pickerContainerStyle: "_kqswh2mm",
50
50
  dropdownIndicatorStyles: "_1ul91k8s _1tke1k8s _1e0c1txw _4cvr1h6o _1bah1h6o",
@@ -33,7 +33,7 @@ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t =
33
33
  // for typing `process`
34
34
  // oxlint-disable-next-line @atlassian/no-restricted-imports
35
35
  var packageName = "@atlaskit/datetime-picker";
36
- var packageVersion = "18.1.1";
36
+ var packageVersion = "18.1.2";
37
37
  var analyticsAttributes = {
38
38
  componentName: 'dateTimePicker',
39
39
  packageName: packageName,
@@ -30,7 +30,7 @@ function _interopRequireWildcard(e, t) { if ("function" == typeof WeakMap) var r
30
30
  function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
31
31
  function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { (0, _defineProperty2.default)(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; } // oxlint-disable-next-line @atlassian/no-restricted-imports
32
32
  var packageName = "@atlaskit/datetime-picker";
33
- var packageVersion = "18.1.1";
33
+ var packageVersion = "18.1.2";
34
34
  var defaultTimeFormat = 'h:mma';
35
35
  var menuStyles = {
36
36
  /* Need to remove default absolute positioning as that causes issues with position fixed */
@@ -31,7 +31,7 @@ import { MenuTopLayer } from '../internal/menu-top-layer';
31
31
  import { parseDate } from '../internal/parse-date';
32
32
  import { makeSingleValue } from '../internal/single-value';
33
33
  const packageName = "@atlaskit/datetime-picker";
34
- const packageVersion = "18.1.1";
34
+ const packageVersion = "18.1.2";
35
35
  const styles = {
36
36
  pickerContainerStyle: "_kqswh2mm",
37
37
  dropdownIndicatorStyles: "_1ul91k8s _1tke1k8s _1e0c1txw _4cvr1h6o _1bah1h6o",
@@ -20,7 +20,7 @@ import { convertTokens } from '../internal/parse-tokens';
20
20
  import DatePicker from './date-picker';
21
21
  import TimePicker from './time-picker';
22
22
  const packageName = "@atlaskit/datetime-picker";
23
- const packageVersion = "18.1.1";
23
+ const packageVersion = "18.1.2";
24
24
  const analyticsAttributes = {
25
25
  componentName: 'dateTimePicker',
26
26
  packageName,
@@ -17,7 +17,7 @@ import { convertTokens } from '../internal/parse-tokens';
17
17
  import { placeholderDatetime } from '../internal/placeholder-date-time';
18
18
  import { makeSingleValue } from '../internal/single-value';
19
19
  const packageName = "@atlaskit/datetime-picker";
20
- const packageVersion = "18.1.1";
20
+ const packageVersion = "18.1.2";
21
21
  const defaultTimeFormat = 'h:mma';
22
22
  const menuStyles = {
23
23
  /* Need to remove default absolute positioning as that causes issues with position fixed */
@@ -37,7 +37,7 @@ import { MenuTopLayer } from '../internal/menu-top-layer';
37
37
  import { parseDate } from '../internal/parse-date';
38
38
  import { makeSingleValue } from '../internal/single-value';
39
39
  var packageName = "@atlaskit/datetime-picker";
40
- var packageVersion = "18.1.1";
40
+ var packageVersion = "18.1.2";
41
41
  var styles = {
42
42
  pickerContainerStyle: "_kqswh2mm",
43
43
  dropdownIndicatorStyles: "_1ul91k8s _1tke1k8s _1e0c1txw _4cvr1h6o _1bah1h6o",
@@ -27,7 +27,7 @@ import { convertTokens } from '../internal/parse-tokens';
27
27
  import DatePicker from './date-picker';
28
28
  import TimePicker from './time-picker';
29
29
  var packageName = "@atlaskit/datetime-picker";
30
- var packageVersion = "18.1.1";
30
+ var packageVersion = "18.1.2";
31
31
  var analyticsAttributes = {
32
32
  componentName: 'dateTimePicker',
33
33
  packageName: packageName,
@@ -23,7 +23,7 @@ import { convertTokens } from '../internal/parse-tokens';
23
23
  import { placeholderDatetime } from '../internal/placeholder-date-time';
24
24
  import { makeSingleValue } from '../internal/single-value';
25
25
  var packageName = "@atlaskit/datetime-picker";
26
- var packageVersion = "18.1.1";
26
+ var packageVersion = "18.1.2";
27
27
  var defaultTimeFormat = 'h:mma';
28
28
  var menuStyles = {
29
29
  /* Need to remove default absolute positioning as that causes issues with position fixed */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/datetime-picker",
3
- "version": "18.1.2",
3
+ "version": "18.1.3",
4
4
  "description": "A date time picker allows the user to select an associated date and time.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -12,7 +12,9 @@
12
12
  "module": "dist/esm/index.js",
13
13
  "module:es2019": "dist/es2019/index.js",
14
14
  "types": "dist/types/index.d.ts",
15
- "sideEffects": ["**/*.compiled.css"],
15
+ "sideEffects": [
16
+ "**/*.compiled.css"
17
+ ],
16
18
  "atlaskit:src": "src/index.tsx",
17
19
  "atlassian": {
18
20
  "react-compiler": {
@@ -31,19 +33,19 @@
31
33
  "dependencies": {
32
34
  "@atlaskit/analytics-next": "^12.2.0",
33
35
  "@atlaskit/button": "^24.3.0",
34
- "@atlaskit/calendar": "^18.1.0",
36
+ "@atlaskit/calendar": "^18.2.0",
35
37
  "@atlaskit/css": "^1.0.0",
36
38
  "@atlaskit/ds-lib": "^8.0.0",
37
- "@atlaskit/icon": "^36.2.0",
39
+ "@atlaskit/icon": "^37.0.0",
38
40
  "@atlaskit/layering": "^4.1.0",
39
41
  "@atlaskit/locale": "^5.0.0",
40
42
  "@atlaskit/platform-feature-flags": "^2.0.0",
41
43
  "@atlaskit/popper": "^8.2.0",
42
44
  "@atlaskit/primitives": "^20.5.0",
43
45
  "@atlaskit/react-compiler-gating": "^0.2.0",
44
- "@atlaskit/select": "^22.4.0",
46
+ "@atlaskit/select": "^22.5.0",
45
47
  "@atlaskit/tokens": "^15.5.0",
46
- "@atlaskit/top-layer": "^1.5.0",
48
+ "@atlaskit/top-layer": "^1.6.0",
47
49
  "@babel/runtime": "^7.0.0",
48
50
  "@compiled/react": "^0.20.0",
49
51
  "date-fns": "^2.17.0"
@@ -86,10 +88,19 @@
86
88
  "@repo/internal": {
87
89
  "dom-events": "use-bind-event-listener",
88
90
  "design-system": "v1",
89
- "styling": ["compiled", "static"],
90
- "ui-components": ["primitives", "lite-mode"],
91
+ "styling": [
92
+ "compiled",
93
+ "static"
94
+ ],
95
+ "ui-components": [
96
+ "primitives",
97
+ "lite-mode"
98
+ ],
91
99
  "analytics": "analytics-next",
92
- "design-tokens": ["color", "spacing"],
100
+ "design-tokens": [
101
+ "color",
102
+ "spacing"
103
+ ],
93
104
  "deprecation": "no-deprecated-imports"
94
105
  }
95
106
  },