@pzh-ui/css 0.0.118 → 0.0.119
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/.yarn/install-state.gz +0 -0
- package/package.json +2 -2
- package/src/tailwind.css +1 -4
- package/src/tailwind.src.css +4 -1
package/.yarn/install-state.gz
CHANGED
|
Binary file
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@pzh-ui/css",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.119",
|
|
4
4
|
"description": "Contains default styling for projects within Provincie Zuid-Holland.",
|
|
5
5
|
"license": "ISC",
|
|
6
6
|
"publishConfig": {
|
|
@@ -17,7 +17,7 @@
|
|
|
17
17
|
"@tailwindcss/typography": "^0.5.16",
|
|
18
18
|
"react-toastify": "^9.1.2"
|
|
19
19
|
},
|
|
20
|
-
"gitHead": "
|
|
20
|
+
"gitHead": "cefc02eca39763001719a8173f0f81747e6098ee",
|
|
21
21
|
"devDependencies": {
|
|
22
22
|
"@tailwindcss/cli": "^4.1.4",
|
|
23
23
|
"tailwindcss": "^4.1.4"
|
package/src/tailwind.css
CHANGED
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
--default-font-family: var(--font-sans);
|
|
17
17
|
--default-mono-font-family: var(--font-mono);
|
|
18
18
|
--text-s: 1rem;
|
|
19
|
-
--text-s--line-height:
|
|
19
|
+
--text-s--line-height: 150%;
|
|
20
20
|
--text-m: 1.25rem;
|
|
21
21
|
--text-m--line-height: 1.875rem;
|
|
22
22
|
--color-pzh-white: #fff;
|
|
@@ -165,9 +165,6 @@
|
|
|
165
165
|
::-webkit-datetime-edit, ::-webkit-datetime-edit-year-field, ::-webkit-datetime-edit-month-field, ::-webkit-datetime-edit-day-field, ::-webkit-datetime-edit-hour-field, ::-webkit-datetime-edit-minute-field, ::-webkit-datetime-edit-second-field, ::-webkit-datetime-edit-millisecond-field, ::-webkit-datetime-edit-meridiem-field {
|
|
166
166
|
padding-block: 0;
|
|
167
167
|
}
|
|
168
|
-
::-webkit-calendar-picker-indicator {
|
|
169
|
-
line-height: 1;
|
|
170
|
-
}
|
|
171
168
|
:-moz-ui-invalid {
|
|
172
169
|
box-shadow: none;
|
|
173
170
|
}
|
package/src/tailwind.src.css
CHANGED
|
@@ -10,8 +10,11 @@
|
|
|
10
10
|
--screen-2xl: 1440px;
|
|
11
11
|
|
|
12
12
|
/* Font sizes */
|
|
13
|
+
--text-xs: 0.875rem;
|
|
14
|
+
--text-xs--line-height: 150%;
|
|
15
|
+
|
|
13
16
|
--text-s: 1rem;
|
|
14
|
-
--text-s--line-height:
|
|
17
|
+
--text-s--line-height: 150%;
|
|
15
18
|
|
|
16
19
|
--text-m: 1.25rem;
|
|
17
20
|
--text-m--line-height: 1.875rem;
|