@atlaskit/editor-palette 2.1.2 → 2.1.4
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/.babelrc +9 -4
- package/CHANGELOG.md +12 -0
- package/docs/0-intro.tsx +1 -0
- package/package.json +3 -3
package/.babelrc
CHANGED
package/CHANGELOG.md
CHANGED
package/docs/0-intro.tsx
CHANGED
|
@@ -51,6 +51,7 @@ ${
|
|
|
51
51
|
<p>
|
|
52
52
|
The exact output of this function is an implementation detail only and should only be used
|
|
53
53
|
when rendering content to the user, on a client with a matching major version of{' '}
|
|
54
|
+
{/* eslint-disable-next-line @atlaskit/design-system/no-html-code */}
|
|
54
55
|
<code>@atlaskit/tokens</code>.
|
|
55
56
|
</p>
|
|
56
57
|
<ul>
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@atlaskit/editor-palette",
|
|
3
|
-
"version": "2.1.
|
|
3
|
+
"version": "2.1.4",
|
|
4
4
|
"description": "The editor palette",
|
|
5
5
|
"author": "Atlassian Pty Ltd",
|
|
6
6
|
"license": "Apache-2.0",
|
|
@@ -33,8 +33,8 @@
|
|
|
33
33
|
".": "./src/index.ts"
|
|
34
34
|
},
|
|
35
35
|
"dependencies": {
|
|
36
|
-
"@atlaskit/tmp-editor-statsig": "^
|
|
37
|
-
"@atlaskit/tokens": "^
|
|
36
|
+
"@atlaskit/tmp-editor-statsig": "^6.0.0",
|
|
37
|
+
"@atlaskit/tokens": "^5.1.0",
|
|
38
38
|
"@babel/runtime": "^7.0.0"
|
|
39
39
|
},
|
|
40
40
|
"devDependencies": {
|