@pzh-ui/css 0.0.84 → 0.0.95

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.
Files changed (2) hide show
  1. package/package.json +27 -26
  2. package/src/tailwind.css +10 -175
package/package.json CHANGED
@@ -1,28 +1,29 @@
1
1
  {
2
- "name": "@pzh-ui/css",
3
- "version": "0.0.84",
4
- "description": "Contains default styling for projects whitin Provincie Zuid-Holland.",
5
- "license": "ISC",
6
- "publishConfig": {
7
- "access": "public"
8
- },
9
- "scripts": {
10
- "prepare": "npm run-script build-tailwind",
11
- "build-tailwind": "npx tailwindcss -c ./config/custom.js -i src/tailwind.src.css -o src/tailwind.css",
12
- "watch-tailwind": "npx tailwindcss -c ./config/custom.js -i src/tailwind.src.css -o src/tailwind.css --watch",
13
- "build": "npm run-script build-tailwind"
14
- },
15
- "dependencies": {
16
- "@rollup/plugin-typescript": "^8.3.1",
17
- "@tailwindcss/custom-forms": "^0.2.1",
18
- "@tailwindcss/forms": "^0.5.0",
19
- "@tailwindcss/line-clamp": "^0.3.1",
20
- "@tailwindcss/typography": "^0.5.9",
21
- "react-datepicker": "^4.7.0",
22
- "react-toastify": "^9.1.2"
23
- },
24
- "gitHead": "41c9a89b2d83cc8413bbd6022a63050a4f4bcb98",
25
- "devDependencies": {
26
- "tailwindcss": "^3.3.2"
27
- }
2
+ "name": "@pzh-ui/css",
3
+ "version": "0.0.95",
4
+ "description": "Contains default styling for projects within Provincie Zuid-Holland.",
5
+ "license": "ISC",
6
+ "publishConfig": {
7
+ "access": "public"
8
+ },
9
+ "scripts": {
10
+ "prepare": "npm run-script build-tailwind",
11
+ "build-tailwind": "npx tailwindcss -c ./config/custom.js -i src/tailwind.src.css -o src/tailwind.css",
12
+ "watch-tailwind": "npx tailwindcss -c ./config/custom.js -i src/tailwind.src.css -o src/tailwind.css --watch",
13
+ "build": "npm run-script build-tailwind"
14
+ },
15
+ "dependencies": {
16
+ "@rollup/plugin-typescript": "^8.3.1",
17
+ "@tailwindcss/custom-forms": "^0.2.1",
18
+ "@tailwindcss/forms": "^0.5.0",
19
+ "@tailwindcss/line-clamp": "^0.3.1",
20
+ "@tailwindcss/typography": "^0.5.9",
21
+ "react-datepicker": "^4.7.0",
22
+ "react-toastify": "^9.1.2"
23
+ },
24
+ "gitHead": "7e8361c07ed64e45bf99e1badc23c3f88889a526",
25
+ "devDependencies": {
26
+ "@types/react-datepicker": "^6.2.0",
27
+ "tailwindcss": "^3.3.2"
28
+ }
28
29
  }
package/src/tailwind.css CHANGED
@@ -1659,10 +1659,6 @@ select {
1659
1659
  position: relative;
1660
1660
  }
1661
1661
 
1662
- .inset-0 {
1663
- inset: 0px;
1664
- }
1665
-
1666
1662
  .inset-y-0 {
1667
1663
  top: 0px;
1668
1664
  bottom: 0px;
@@ -1724,10 +1720,6 @@ select {
1724
1720
  z-index: 10;
1725
1721
  }
1726
1722
 
1727
- .z-50 {
1728
- z-index: 50;
1729
- }
1730
-
1731
1723
  .z-\[100\] {
1732
1724
  z-index: 100;
1733
1725
  }
@@ -1770,10 +1762,6 @@ select {
1770
1762
  margin-bottom: -1px;
1771
1763
  }
1772
1764
 
1773
- .-mr-8 {
1774
- margin-right: -2rem;
1775
- }
1776
-
1777
1765
  .-mt-0 {
1778
1766
  margin-top: -0px;
1779
1767
  }
@@ -1786,10 +1774,6 @@ select {
1786
1774
  margin-top: -0.25rem;
1787
1775
  }
1788
1776
 
1789
- .-mt-8 {
1790
- margin-top: -2rem;
1791
- }
1792
-
1793
1777
  .-mt-\[2px\] {
1794
1778
  margin-top: -2px;
1795
1779
  }
@@ -1942,10 +1926,6 @@ select {
1942
1926
  height: 1px;
1943
1927
  }
1944
1928
 
1945
- .h-screen {
1946
- height: 100vh;
1947
- }
1948
-
1949
1929
  .max-h-\[85vh\] {
1950
1930
  max-height: 85vh;
1951
1931
  }
@@ -1954,10 +1934,6 @@ select {
1954
1934
  min-height: 48px;
1955
1935
  }
1956
1936
 
1957
- .min-h-screen {
1958
- min-height: 100vh;
1959
- }
1960
-
1961
1937
  .\!w-max {
1962
1938
  width: -moz-max-content !important;
1963
1939
  width: max-content !important;
@@ -2008,10 +1984,6 @@ select {
2008
1984
  min-width: 320px;
2009
1985
  }
2010
1986
 
2011
- .max-w-6xl {
2012
- max-width: 72rem;
2013
- }
2014
-
2015
1987
  .max-w-\[1200px\] {
2016
1988
  max-width: 1200px;
2017
1989
  }
@@ -2052,21 +2024,11 @@ select {
2052
2024
  transform-origin: left;
2053
2025
  }
2054
2026
 
2055
- .translate-y-0 {
2056
- --tw-translate-y: 0px;
2057
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2058
- }
2059
-
2060
2027
  .translate-y-2 {
2061
2028
  --tw-translate-y: 0.5rem;
2062
2029
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2063
2030
  }
2064
2031
 
2065
- .translate-y-4 {
2066
- --tw-translate-y: 1rem;
2067
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
2068
- }
2069
-
2070
2032
  .rotate-45 {
2071
2033
  --tw-rotate: 45deg;
2072
2034
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
@@ -2174,14 +2136,6 @@ select {
2174
2136
  overflow: hidden;
2175
2137
  }
2176
2138
 
2177
- .overflow-y-auto {
2178
- overflow-y: auto;
2179
- }
2180
-
2181
- .overflow-y-visible {
2182
- overflow-y: visible;
2183
- }
2184
-
2185
2139
  .truncate {
2186
2140
  overflow: hidden;
2187
2141
  text-overflow: ellipsis;
@@ -2217,10 +2171,6 @@ select {
2217
2171
  border-radius: 0.5rem;
2218
2172
  }
2219
2173
 
2220
- .rounded-md {
2221
- border-radius: 0.375rem;
2222
- }
2223
-
2224
2174
  .rounded-t {
2225
2175
  border-top-left-radius: 0.25rem;
2226
2176
  border-top-right-radius: 0.25rem;
@@ -2458,18 +2408,10 @@ select {
2458
2408
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
2459
2409
  }
2460
2410
 
2461
- .bg-opacity-50 {
2462
- --tw-bg-opacity: 0.5;
2463
- }
2464
-
2465
2411
  .p-1 {
2466
2412
  padding: 0.25rem;
2467
2413
  }
2468
2414
 
2469
- .p-2 {
2470
- padding: 0.5rem;
2471
- }
2472
-
2473
2415
  .p-3 {
2474
2416
  padding: 0.75rem;
2475
2417
  }
@@ -2535,16 +2477,16 @@ select {
2535
2477
  padding-bottom: 0.25rem;
2536
2478
  }
2537
2479
 
2538
- .pb-3 {
2539
- padding-bottom: 0.75rem;
2480
+ .pb-2 {
2481
+ padding-bottom: 0.5rem;
2540
2482
  }
2541
2483
 
2542
- .pb-4 {
2543
- padding-bottom: 1rem;
2484
+ .pb-3 {
2485
+ padding-bottom: 0.75rem;
2544
2486
  }
2545
2487
 
2546
- .pb-\[9px\] {
2547
- padding-bottom: 9px;
2488
+ .pb-\[7px\] {
2489
+ padding-bottom: 7px;
2548
2490
  }
2549
2491
 
2550
2492
  .pl-7 {
@@ -2583,20 +2525,12 @@ select {
2583
2525
  padding-top: 0.5rem;
2584
2526
  }
2585
2527
 
2586
- .pt-4 {
2587
- padding-top: 1rem;
2588
- }
2589
-
2590
- .pt-8 {
2591
- padding-top: 2rem;
2592
- }
2593
-
2594
- .pt-\[10px\] {
2595
- padding-top: 10px;
2528
+ .pt-2\.5 {
2529
+ padding-top: 0.625rem;
2596
2530
  }
2597
2531
 
2598
- .pt-\[15px\] {
2599
- padding-top: 15px;
2532
+ .pt-\[9px\] {
2533
+ padding-top: 9px;
2600
2534
  }
2601
2535
 
2602
2536
  .pt-px {
@@ -2611,10 +2545,6 @@ select {
2611
2545
  text-align: center;
2612
2546
  }
2613
2547
 
2614
- .align-bottom {
2615
- vertical-align: bottom;
2616
- }
2617
-
2618
2548
  .text-heading-l {
2619
2549
  font-size: 2rem;
2620
2550
  line-height: 125%;
@@ -2852,12 +2782,6 @@ select {
2852
2782
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2853
2783
  }
2854
2784
 
2855
- .shadow-xl {
2856
- --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
2857
- --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
2858
- box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
2859
- }
2860
-
2861
2785
  .outline-none {
2862
2786
  outline: 2px solid transparent;
2863
2787
  outline-offset: 2px;
@@ -2907,18 +2831,6 @@ select {
2907
2831
  transition-duration: 150ms;
2908
2832
  }
2909
2833
 
2910
- .transition-all {
2911
- transition-property: all;
2912
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2913
- transition-duration: 150ms;
2914
- }
2915
-
2916
- .transition-opacity {
2917
- transition-property: opacity;
2918
- transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
2919
- transition-duration: 150ms;
2920
- }
2921
-
2922
2834
  .duration-100 {
2923
2835
  transition-duration: 100ms;
2924
2836
  }
@@ -3177,11 +3089,6 @@ ol li ol li ol li {
3177
3089
  --tw-bg-opacity: 0.1;
3178
3090
  }
3179
3091
 
3180
- .hover\:text-pzh-blue:hover {
3181
- --tw-text-opacity: 1;
3182
- color: rgb(40 31 107 / var(--tw-text-opacity));
3183
- }
3184
-
3185
3092
  .hover\:text-pzh-blue-dark:hover {
3186
3093
  --tw-text-opacity: 1;
3187
3094
  color: rgb(22 17 59 / var(--tw-text-opacity));
@@ -3222,25 +3129,11 @@ ol li ol li ol li {
3222
3129
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3223
3130
  }
3224
3131
 
3225
- .focus\:ring-2:focus {
3226
- --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
3227
- --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
3228
- box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
3229
- }
3230
-
3231
3132
  .focus\:ring-pzh-focus:focus {
3232
3133
  --tw-ring-opacity: 1;
3233
3134
  --tw-ring-color: rgb(35 96 197 / var(--tw-ring-opacity));
3234
3135
  }
3235
3136
 
3236
- .focus\:ring-offset-2:focus {
3237
- --tw-ring-offset-width: 2px;
3238
- }
3239
-
3240
- .group:hover .group-hover\:opacity-100 {
3241
- opacity: 1;
3242
- }
3243
-
3244
3137
  .group:hover .group-hover\:opacity-40 {
3245
3138
  opacity: 0.4;
3246
3139
  }
@@ -3261,68 +3154,14 @@ ol li ol li ol li {
3261
3154
  }
3262
3155
 
3263
3156
  @media (min-width: 640px) {
3264
- .sm\:my-8 {
3265
- margin-top: 2rem;
3266
- margin-bottom: 2rem;
3267
- }
3268
-
3269
- .sm\:-mr-2 {
3270
- margin-right: -0.5rem;
3271
- }
3272
-
3273
- .sm\:-mt-2 {
3274
- margin-top: -0.5rem;
3275
- }
3276
-
3277
3157
  .sm\:mt-8 {
3278
3158
  margin-top: 2rem;
3279
3159
  }
3280
3160
 
3281
- .sm\:block {
3282
- display: block;
3283
- }
3284
-
3285
- .sm\:inline-block {
3286
- display: inline-block;
3287
- }
3288
-
3289
- .sm\:h-screen {
3290
- height: 100vh;
3291
- }
3292
-
3293
- .sm\:w-full {
3294
- width: 100%;
3295
- }
3296
-
3297
- .sm\:translate-y-0 {
3298
- --tw-translate-y: 0px;
3299
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3300
- }
3301
-
3302
- .sm\:scale-100 {
3303
- --tw-scale-x: 1;
3304
- --tw-scale-y: 1;
3305
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3306
- }
3307
-
3308
- .sm\:scale-95 {
3309
- --tw-scale-x: .95;
3310
- --tw-scale-y: .95;
3311
- transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
3312
- }
3313
-
3314
3161
  .sm\:items-start {
3315
3162
  align-items: flex-start;
3316
3163
  }
3317
3164
 
3318
- .sm\:p-2 {
3319
- padding: 0.5rem;
3320
- }
3321
-
3322
- .sm\:p-8 {
3323
- padding: 2rem;
3324
- }
3325
-
3326
3165
  .sm\:px-6 {
3327
3166
  padding-left: 1.5rem;
3328
3167
  padding-right: 1.5rem;
@@ -3344,10 +3183,6 @@ ol li ol li ol li {
3344
3183
  .sm\:text-center {
3345
3184
  text-align: center;
3346
3185
  }
3347
-
3348
- .sm\:align-middle {
3349
- vertical-align: middle;
3350
- }
3351
3186
  }
3352
3187
 
3353
3188
  @media (min-width: 768px) {