@strapi/plugin-color-picker 4.11.0-beta.1 → 4.11.0-exp.9xg4-3qfm-9w8f.1
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.
|
@@ -1,16 +1,13 @@
|
|
|
1
1
|
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
2
2
|
|
|
3
3
|
exports[`<ColorPickerInput /> renders and matches the snapshot 1`] = `
|
|
4
|
-
.
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
8
|
-
|
|
9
|
-
|
|
10
|
-
|
|
11
|
-
padding: 0;
|
|
12
|
-
position: absolute;
|
|
13
|
-
width: 1px;
|
|
4
|
+
.c3 {
|
|
5
|
+
background: #ffffff;
|
|
6
|
+
padding: 8px;
|
|
7
|
+
border-radius: 4px;
|
|
8
|
+
border-color: #dcdce4;
|
|
9
|
+
border: 1px solid #dcdce4;
|
|
10
|
+
cursor: pointer;
|
|
14
11
|
}
|
|
15
12
|
|
|
16
13
|
.c1 {
|
|
@@ -26,15 +23,6 @@ exports[`<ColorPickerInput /> renders and matches the snapshot 1`] = `
|
|
|
26
23
|
color: #666687;
|
|
27
24
|
}
|
|
28
25
|
|
|
29
|
-
.c3 {
|
|
30
|
-
background: #ffffff;
|
|
31
|
-
padding: 8px;
|
|
32
|
-
border-radius: 4px;
|
|
33
|
-
border-color: #dcdce4;
|
|
34
|
-
border: 1px solid #dcdce4;
|
|
35
|
-
cursor: pointer;
|
|
36
|
-
}
|
|
37
|
-
|
|
38
26
|
.c0 {
|
|
39
27
|
-webkit-align-items: stretch;
|
|
40
28
|
-webkit-box-align: stretch;
|
|
@@ -113,6 +101,18 @@ exports[`<ColorPickerInput /> renders and matches the snapshot 1`] = `
|
|
|
113
101
|
border: 2px solid #4945ff;
|
|
114
102
|
}
|
|
115
103
|
|
|
104
|
+
.c9 {
|
|
105
|
+
border: 0;
|
|
106
|
+
-webkit-clip: rect(0 0 0 0);
|
|
107
|
+
clip: rect(0 0 0 0);
|
|
108
|
+
height: 1px;
|
|
109
|
+
margin: -1px;
|
|
110
|
+
overflow: hidden;
|
|
111
|
+
padding: 0;
|
|
112
|
+
position: absolute;
|
|
113
|
+
width: 1px;
|
|
114
|
+
}
|
|
115
|
+
|
|
116
116
|
.c2 {
|
|
117
117
|
display: -webkit-box;
|
|
118
118
|
display: -webkit-flex;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@strapi/plugin-color-picker",
|
|
3
|
-
"version": "4.11.0-
|
|
3
|
+
"version": "4.11.0-exp.9xg4-3qfm-9w8f.1",
|
|
4
4
|
"description": "Strapi maintained Custom Fields",
|
|
5
5
|
"strapi": {
|
|
6
6
|
"name": "color-picker",
|
|
@@ -9,26 +9,26 @@
|
|
|
9
9
|
"displayName": "Color Picker"
|
|
10
10
|
},
|
|
11
11
|
"dependencies": {
|
|
12
|
-
"@strapi/design-system": "
|
|
13
|
-
"@strapi/helper-plugin": "4.11.0-
|
|
14
|
-
"@strapi/icons": "
|
|
12
|
+
"@strapi/design-system": "1.7.10",
|
|
13
|
+
"@strapi/helper-plugin": "4.11.0-exp.9xg4-3qfm-9w8f.1",
|
|
14
|
+
"@strapi/icons": "1.7.10",
|
|
15
15
|
"prop-types": "^15.8.1",
|
|
16
16
|
"react-colorful": "5.6.1",
|
|
17
17
|
"react-intl": "6.4.1"
|
|
18
18
|
},
|
|
19
19
|
"devDependencies": {
|
|
20
|
-
"@testing-library/react": "
|
|
21
|
-
"react": "^
|
|
22
|
-
"react-dom": "^
|
|
20
|
+
"@testing-library/react": "14.0.0",
|
|
21
|
+
"react": "^18.2.0",
|
|
22
|
+
"react-dom": "^18.2.0",
|
|
23
23
|
"react-router-dom": "5.3.4",
|
|
24
24
|
"styled-components": "5.3.3"
|
|
25
25
|
},
|
|
26
26
|
"peerDependencies": {
|
|
27
27
|
"@strapi/strapi": "^4.4.0",
|
|
28
|
-
"react": "^17.0.
|
|
29
|
-
"react-dom": "^17.0.
|
|
30
|
-
"react-router-dom": "
|
|
31
|
-
"styled-components": "
|
|
28
|
+
"react": "^17.0.0 || ^18.0.0",
|
|
29
|
+
"react-dom": "^17.0.0 || ^18.0.0",
|
|
30
|
+
"react-router-dom": "5.3.4",
|
|
31
|
+
"styled-components": "5.3.3"
|
|
32
32
|
},
|
|
33
33
|
"scripts": {
|
|
34
34
|
"test:front": "run -T cross-env IS_EE=true jest --config ./jest.config.front.js",
|
|
@@ -59,5 +59,5 @@
|
|
|
59
59
|
"node": ">=14.19.1 <=18.x.x",
|
|
60
60
|
"npm": ">=6.0.0"
|
|
61
61
|
},
|
|
62
|
-
"gitHead": "
|
|
62
|
+
"gitHead": "54c4fa25b2706612f85aaf103f54c071c281f23b"
|
|
63
63
|
}
|