@pzh-ui/css 0.0.80 → 0.0.82

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 CHANGED
@@ -100,7 +100,7 @@ module.exports = {
100
100
  white: "#FFFFFF",
101
101
  black: "#000000",
102
102
  "visited-link": "#5F29A2",
103
- backdrop: "#5C5C5C",
103
+ backdrop: "rgba(92,92,92,.5)",
104
104
  focus: "#2360C5",
105
105
  },
106
106
  /** OLD colors */
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.80",
3
+ "version": "0.0.82",
4
4
  "description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
5
5
  "license": "ISC",
6
6
  "publishConfig": {
@@ -21,7 +21,7 @@
21
21
  "react-datepicker": "^4.7.0",
22
22
  "react-toastify": "^9.1.2"
23
23
  },
24
- "gitHead": "64ee56309f3bc321198942a4b795806a25227839",
24
+ "gitHead": "770a5dc19eebd922fb98f7e4347ca88e9c866b8a",
25
25
  "devDependencies": {
26
26
  "tailwindcss": "^3.3.2"
27
27
  }
package/src/tailwind.css CHANGED
@@ -1452,7 +1452,7 @@ select {
1452
1452
  * React Datepicker
1453
1453
  */
1454
1454
 
1455
- .react-datepicker.pzh-datepicker {
1455
+ .pzh-datepicker .react-datepicker {
1456
1456
  font-family: "Karbon Regular", sans-serif;
1457
1457
  font-weight: 400;
1458
1458
  font-size: 0.8rem;
@@ -1572,10 +1572,6 @@ select {
1572
1572
  font-family: "Karbon Medium", sans-serif;
1573
1573
  }
1574
1574
 
1575
- .pzh-select-input input {
1576
- box-shadow: none !important;
1577
- }
1578
-
1579
1575
  .pzh-modal {
1580
1576
  &[data-entering] {
1581
1577
  animation: fade 150ms;
@@ -2138,8 +2134,8 @@ select {
2138
2134
  flex-direction: column;
2139
2135
  }
2140
2136
 
2141
- .\!flex-nowrap {
2142
- flex-wrap: nowrap !important;
2137
+ .flex-wrap {
2138
+ flex-wrap: wrap;
2143
2139
  }
2144
2140
 
2145
2141
  .items-start {
@@ -2178,10 +2174,6 @@ select {
2178
2174
  overflow: hidden;
2179
2175
  }
2180
2176
 
2181
- .\!overflow-x-auto {
2182
- overflow-x: auto !important;
2183
- }
2184
-
2185
2177
  .overflow-y-auto {
2186
2178
  overflow-y: auto;
2187
2179
  }
@@ -2269,9 +2261,9 @@ select {
2269
2261
  border-color: rgb(123 173 222 / var(--tw-border-opacity));
2270
2262
  }
2271
2263
 
2272
- .border-pzh-blue-dark {
2264
+ .border-pzh-blue-500 {
2273
2265
  --tw-border-opacity: 1;
2274
- border-color: rgb(22 17 59 / var(--tw-border-opacity));
2266
+ border-color: rgb(40 31 107 / var(--tw-border-opacity));
2275
2267
  }
2276
2268
 
2277
2269
  .border-pzh-blue-dark\/35 {
@@ -2494,11 +2486,6 @@ select {
2494
2486
  padding: 1.5rem;
2495
2487
  }
2496
2488
 
2497
- .\!py-0 {
2498
- padding-top: 0px !important;
2499
- padding-bottom: 0px !important;
2500
- }
2501
-
2502
2489
  .px-2 {
2503
2490
  padding-left: 0.5rem;
2504
2491
  padding-right: 0.5rem;
@@ -2716,6 +2703,11 @@ select {
2716
2703
  color: rgb(40 31 107 / var(--tw-text-opacity));
2717
2704
  }
2718
2705
 
2706
+ .text-pzh-blue-500 {
2707
+ --tw-text-opacity: 1;
2708
+ color: rgb(40 31 107 / var(--tw-text-opacity));
2709
+ }
2710
+
2719
2711
  .text-pzh-blue-900 {
2720
2712
  --tw-text-opacity: 1;
2721
2713
  color: rgb(22 17 59 / var(--tw-text-opacity));
@@ -2861,12 +2853,6 @@ select {
2861
2853
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2862
2854
  }
2863
2855
 
2864
- .shadow-none {
2865
- --tw-shadow: 0 0 #0000;
2866
- --tw-shadow-colored: 0 0 #0000;
2867
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2868
- }
2869
-
2870
2856
  .shadow-xl {
2871
2857
  --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
2872
2858
  --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
@@ -3153,7 +3139,7 @@ ol li ol li ol li {
3153
3139
  border-color: rgb(40 31 107 / var(--tw-border-opacity));
3154
3140
  }
3155
3141
 
3156
- .hover\:border-pzh-blue-dark:hover {
3142
+ .hover\:border-pzh-blue-900:hover {
3157
3143
  --tw-border-opacity: 1;
3158
3144
  border-color: rgb(22 17 59 / var(--tw-border-opacity));
3159
3145
  }
@@ -3163,6 +3149,11 @@ ol li ol li ol li {
3163
3149
  border-color: rgb(0 77 46 / var(--tw-border-opacity));
3164
3150
  }
3165
3151
 
3152
+ .hover\:bg-pzh-blue-500:hover {
3153
+ --tw-bg-opacity: 1;
3154
+ background-color: rgb(40 31 107 / var(--tw-bg-opacity));
3155
+ }
3156
+
3166
3157
  .hover\:bg-pzh-blue-dark:hover {
3167
3158
  --tw-bg-opacity: 1;
3168
3159
  background-color: rgb(22 17 59 / var(--tw-bg-opacity));
@@ -3216,27 +3207,11 @@ ol li ol li ol li {
3216
3207
  text-decoration-line: underline;
3217
3208
  }
3218
3209
 
3219
- .focus\:bg-pzh-blue:focus {
3220
- --tw-bg-opacity: 1;
3221
- background-color: rgb(40 31 107 / var(--tw-bg-opacity));
3222
- }
3223
-
3224
3210
  .focus\:bg-pzh-gray-100:focus {
3225
3211
  --tw-bg-opacity: 1;
3226
3212
  background-color: rgb(248 248 248 / var(--tw-bg-opacity));
3227
3213
  }
3228
3214
 
3229
- .focus\:text-white:focus {
3230
- --tw-text-opacity: 1;
3231
- color: rgb(255 255 255 / var(--tw-text-opacity));
3232
- }
3233
-
3234
- .focus\:shadow-none:focus {
3235
- --tw-shadow: 0 0 #0000;
3236
- --tw-shadow-colored: 0 0 #0000;
3237
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
3238
- }
3239
-
3240
3215
  .focus\:outline-none:focus {
3241
3216
  outline: 2px solid transparent;
3242
3217
  outline-offset: 2px;
@@ -162,7 +162,7 @@ ol li ol li ol li {
162
162
  * React Datepicker
163
163
  */
164
164
 
165
- .react-datepicker.pzh-datepicker {
165
+ .pzh-datepicker .react-datepicker {
166
166
  font-family: "Karbon Regular", sans-serif;
167
167
  font-weight: 400;
168
168
  font-size: 0.8rem;