@atlaskit/color-picker 5.3.4 → 5.3.5

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/color-picker
2
2
 
3
+ ## 5.3.5
4
+
5
+ ### Patch Changes
6
+
7
+ - Updated dependencies
8
+
3
9
  ## 5.3.4
4
10
 
5
11
  ### Patch Changes
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "declaration": true,
5
4
  "target": "es5",
6
5
  "outDir": "../../../../../confluence/tsDist/@atlaskit__color-picker",
7
6
  "rootDir": "../",
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "declaration": true,
5
4
  "target": "es5",
6
5
  "outDir": "../../../../../jira/tsDist/@atlaskit__color-picker/app",
7
6
  "rootDir": "../",
@@ -1,7 +1,6 @@
1
1
  {
2
2
  "extends": "../../../../tsconfig.local-consumption.json",
3
3
  "compilerOptions": {
4
- "declaration": true,
5
4
  "target": "es5",
6
5
  "outDir": "../../../../../tsDist/@atlaskit__color-picker/app",
7
6
  "rootDir": "../",
package/docs/0-intro.tsx CHANGED
@@ -21,15 +21,15 @@ const marginTopStyles = xcss({
21
21
  // eslint-disable-next-line @typescript-eslint/no-explicit-any
22
22
  const _default_1: any = md`
23
23
  ${(
24
- <>
25
- <Box xcss={marginBottomStyles}>
26
- <AtlassianInternalWarning />
27
- </Box>
28
- <Box xcss={marginTopStyles}>
29
- <DevPreviewWarning />
30
- </Box>
31
- </>
32
- )}
24
+ <>
25
+ <Box xcss={marginBottomStyles}>
26
+ <AtlassianInternalWarning />
27
+ </Box>
28
+ <Box xcss={marginTopStyles}>
29
+ <DevPreviewWarning />
30
+ </Box>
31
+ </>
32
+ )}
33
33
 
34
34
  This component allows to pick colors from color palette.
35
35
 
@@ -40,31 +40,31 @@ ${code`
40
40
  `}
41
41
 
42
42
  ${(
43
- <Example
44
- packageName="@atlaskit/color-picker"
45
- Component={require('../examples/00-color-picker').default}
46
- source={require('!!raw-loader!../examples/00-color-picker')}
47
- title="Basic Usage"
48
- language="jsx"
49
- />
50
- )}
43
+ <Example
44
+ packageName="@atlaskit/color-picker"
45
+ Component={require('../examples/00-color-picker').default}
46
+ source={require('!!raw-loader!../examples/00-color-picker')}
47
+ title="Basic Usage"
48
+ language="jsx"
49
+ />
50
+ )}
51
51
 
52
52
  ${(
53
- <Example
54
- packageName="@atlaskit/color-picker"
55
- Component={require('../examples/01-multi-columns-color-picker').default}
56
- source={require('!!raw-loader!../examples/01-multi-columns-color-picker')}
57
- title="Color picker with multiple columns palette"
58
- language="jsx"
59
- />
60
- )}
53
+ <Example
54
+ packageName="@atlaskit/color-picker"
55
+ Component={require('../examples/01-multi-columns-color-picker').default}
56
+ source={require('!!raw-loader!../examples/01-multi-columns-color-picker')}
57
+ title="Color picker with multiple columns palette"
58
+ language="jsx"
59
+ />
60
+ )}
61
61
 
62
62
  ${(
63
- <Props
64
- heading="Color picker props"
65
- props={require('!!extract-react-types-loader!../src/components/ColorPicker')}
66
- />
67
- )}
63
+ <Props
64
+ heading="Color picker props"
65
+ props={require('!!extract-react-types-loader!../src/components/ColorPicker')}
66
+ />
67
+ )}
68
68
  `;
69
69
 
70
70
  // eslint-disable-next-line @atlaskit/ui-styling-standard/no-exported-styles -- Ignored via go/DSP-18766
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@atlaskit/color-picker",
3
- "version": "5.3.4",
3
+ "version": "5.3.5",
4
4
  "description": "Jira Color Picker Component",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/"
@@ -30,7 +30,7 @@
30
30
  "dependencies": {
31
31
  "@atlaskit/analytics-next": "^11.1.0",
32
32
  "@atlaskit/css": "^0.19.0",
33
- "@atlaskit/icon": "^31.0.0",
33
+ "@atlaskit/icon": "^32.0.0",
34
34
  "@atlaskit/platform-feature-flags": "^1.1.0",
35
35
  "@atlaskit/select": "^21.7.0",
36
36
  "@atlaskit/theme": "^21.0.0",
package/tsconfig.json CHANGED
@@ -1,6 +1,5 @@
1
1
  {
2
2
  "extends": "../../../tsconfig.json",
3
- "compilerOptions": {},
4
3
  "include": [
5
4
  "./src/**/*.ts",
6
5
  "./src/**/*.tsx",