@strapi/plugin-color-picker 0.0.0-next.dff425769af4d4d006725a10c395f59637403653 → 0.0.0-next.e9bb5ccdc459f4c6b6717a2d5d86359b7a47d47d

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.
@@ -10,6 +10,19 @@ exports[`<ColorPickerInput /> renders and matches the snapshot 1`] = `
10
10
  cursor: pointer;
11
11
  }
12
12
 
13
+ .c1 {
14
+ font-size: 0.75rem;
15
+ line-height: 1.33;
16
+ font-weight: 600;
17
+ color: #32324d;
18
+ }
19
+
20
+ .c8 {
21
+ font-size: 0.875rem;
22
+ line-height: 1.43;
23
+ color: #666687;
24
+ }
25
+
13
26
  .c0 {
14
27
  -webkit-align-items: stretch;
15
28
  -webkit-box-align: stretch;
@@ -39,31 +52,18 @@ exports[`<ColorPickerInput /> renders and matches the snapshot 1`] = `
39
52
  flex-direction: row;
40
53
  }
41
54
 
42
- .c1 {
43
- font-size: 0.75rem;
44
- line-height: 1.33;
45
- font-weight: 600;
46
- color: #32324d;
47
- }
48
-
49
- .c8 {
50
- font-size: 0.875rem;
51
- line-height: 1.43;
52
- color: #666687;
53
- }
54
-
55
55
  .c5 {
56
56
  position: relative;
57
57
  outline: none;
58
58
  }
59
59
 
60
- .c5 svg {
60
+ .c5 > svg {
61
61
  height: 12px;
62
62
  width: 12px;
63
63
  }
64
64
 
65
- .c5 svg > g,
66
- .c5 svg path {
65
+ .c5 > svg > g,
66
+ .c5 > svg path {
67
67
  fill: #ffffff;
68
68
  }
69
69
 
@@ -2,4 +2,5 @@
2
2
 
3
3
  module.exports = {
4
4
  preset: '../../../jest-preset.front.js',
5
+ displayName: 'Color picker plugin',
5
6
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@strapi/plugin-color-picker",
3
- "version": "0.0.0-next.dff425769af4d4d006725a10c395f59637403653",
3
+ "version": "0.0.0-next.e9bb5ccdc459f4c6b6717a2d5d86359b7a47d47d",
4
4
  "description": "Strapi maintained Custom Fields",
5
5
  "strapi": {
6
6
  "name": "color-picker",
@@ -9,12 +9,12 @@
9
9
  "displayName": "Color Picker"
10
10
  },
11
11
  "dependencies": {
12
- "@strapi/design-system": "1.6.6",
13
- "@strapi/helper-plugin": "0.0.0-next.dff425769af4d4d006725a10c395f59637403653",
14
- "@strapi/icons": "1.6.6",
12
+ "@strapi/design-system": "1.7.5",
13
+ "@strapi/helper-plugin": "0.0.0-next.e9bb5ccdc459f4c6b6717a2d5d86359b7a47d47d",
14
+ "@strapi/icons": "1.7.5",
15
15
  "prop-types": "^15.7.2",
16
16
  "react-colorful": "5.6.1",
17
- "react-intl": "6.3.2"
17
+ "react-intl": "6.4.1"
18
18
  },
19
19
  "devDependencies": {
20
20
  "@testing-library/react": "12.1.4",
@@ -59,5 +59,5 @@
59
59
  "node": ">=14.19.1 <=18.x.x",
60
60
  "npm": ">=6.0.0"
61
61
  },
62
- "gitHead": "dff425769af4d4d006725a10c395f59637403653"
62
+ "gitHead": "e9bb5ccdc459f4c6b6717a2d5d86359b7a47d47d"
63
63
  }