@atlaskit/inline-dialog 18.0.13 → 18.0.14

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +7 -0
  2. package/package.json +6 -10
package/CHANGELOG.md CHANGED
@@ -1,5 +1,12 @@
1
1
  # @atlaskit/inline-dialog
2
2
 
3
+ ## 18.0.14
4
+
5
+ ### Patch Changes
6
+
7
+ - [`22bf79dbdcdca`](https://bitbucket.org/atlassian/atlassian-frontend-monorepo/commits/22bf79dbdcdca) -
8
+ Internal changes to remove unnecessary token fallbacks and imports from `@atlaskit/theme`
9
+
3
10
  ## 18.0.13
4
11
 
5
12
  ### Patch Changes
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/inline-dialog",
3
- "version": "18.0.13",
3
+ "version": "18.0.14",
4
4
  "description": "An inline dialog is a pop-up container for small amounts of information. It can also contain controls.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -38,7 +38,7 @@
38
38
  "@atlaskit/ds-lib": "^6.0.0",
39
39
  "@atlaskit/layering": "^3.6.0",
40
40
  "@atlaskit/popper": "^7.1.0",
41
- "@atlaskit/tokens": "^11.2.0",
41
+ "@atlaskit/tokens": "^11.4.0",
42
42
  "@babel/runtime": "^7.0.0",
43
43
  "@compiled/react": "^0.20.0",
44
44
  "bind-event-listener": "^3.0.0"
@@ -52,14 +52,14 @@
52
52
  "@af/visual-regression": "workspace:^",
53
53
  "@atlaskit/button": "^23.10.0",
54
54
  "@atlaskit/css": "^0.19.0",
55
- "@atlaskit/datetime-picker": "^17.5.0",
55
+ "@atlaskit/datetime-picker": "^17.6.0",
56
56
  "@atlaskit/docs": "^11.7.0",
57
57
  "@atlaskit/dropdown-menu": "^16.8.0",
58
58
  "@atlaskit/link": "^3.3.0",
59
- "@atlaskit/modal-dialog": "^14.12.0",
59
+ "@atlaskit/modal-dialog": "^14.14.0",
60
60
  "@atlaskit/primitives": "^18.1.0",
61
61
  "@atlaskit/section-message": "^8.12.0",
62
- "@atlaskit/select": "^21.8.0",
62
+ "@atlaskit/select": "^21.10.0",
63
63
  "@atlassian/ssr-tests": "workspace:^",
64
64
  "@atlassian/structured-docs-types": "workspace:^",
65
65
  "@testing-library/react": "^16.3.0",
@@ -101,10 +101,6 @@
101
101
  ]
102
102
  }
103
103
  },
104
- "platform-feature-flags": {
105
- "dst-a11y__replace-anchor-with-link__design-system-": {
106
- "type": "boolean"
107
- }
108
- },
104
+ "platform-feature-flags": {},
109
105
  "homepage": "https://atlassian.design/components/inline-dialog/"
110
106
  }