@pzh-ui/css 0.0.44 → 0.0.47
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/config/index.js +9 -6
- package/package.json +2 -2
- package/src/tailwind.css +311 -319
- package/src/tailwind.src.css +1 -9
- package/yarn-error.log +1061 -0
package/config/index.js
CHANGED
|
@@ -193,12 +193,12 @@ module.exports = {
|
|
|
193
193
|
dark: '#32265a',
|
|
194
194
|
},
|
|
195
195
|
'pzh-gray': {
|
|
196
|
-
|
|
197
|
-
|
|
198
|
-
|
|
199
|
-
|
|
200
|
-
|
|
201
|
-
|
|
196
|
+
600: '#8A889D',
|
|
197
|
+
500: '#A2A0B1',
|
|
198
|
+
400: '#ADACBA',
|
|
199
|
+
300: '#E8E7EB',
|
|
200
|
+
200: '#EBEBEB',
|
|
201
|
+
100: '#F5F5F5',
|
|
202
202
|
},
|
|
203
203
|
'pzh-cool-gray': {
|
|
204
204
|
DEFAULT: '#838383',
|
|
@@ -224,6 +224,9 @@ module.exports = {
|
|
|
224
224
|
35: '0.35',
|
|
225
225
|
55: '0.55',
|
|
226
226
|
},
|
|
227
|
+
boxShadow: {
|
|
228
|
+
card: '0px 18px 60px rgba(0, 0, 0, 0.07), 0px 4.02054px 13.4018px rgba(0, 0, 0, 0.0417275), 0px 1.19702px 3.99006px rgba(0, 0, 0, 0.0282725)',
|
|
229
|
+
},
|
|
227
230
|
},
|
|
228
231
|
},
|
|
229
232
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.47",
|
|
4
4
|
"description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -19,7 +19,7 @@
|
|
|
19
19
|
"@tailwindcss/line-clamp": "^0.3.1",
|
|
20
20
|
"react-datepicker": "^4.7.0"
|
|
21
21
|
},
|
|
22
|
-
"gitHead": "
|
|
22
|
+
"gitHead": "8b1009c7ef75c9719a1fa736716cea15927e57a0",
|
|
23
23
|
"devDependencies": {
|
|
24
24
|
"tailwindcss": "^3.0.23"
|
|
25
25
|
}
|