@pzh-ui/css 0.0.68 → 0.0.70

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
@@ -25,132 +25,14 @@ module.exports = {
25
25
  '2xl': '1440px',
26
26
  },
27
27
  fontSize: {
28
- xs: '0.75rem',
29
- sm: '0.875rem',
30
- base: '1rem',
31
- lg: '1.125rem',
32
- xl: '1.25rem',
33
- '2xl': '1.5rem',
34
- '3xl': '1.875rem',
35
- '4xl': '2.25rem',
36
- '5xl': '3rem',
37
- '6xl': '4rem',
28
+ s: ['1rem', '1.5rem'],
29
+ m: ['1.25rem', '1.875rem'],
30
+ l: ['1.5rem', '1.875rem'],
38
31
  },
39
32
  colors: {
40
33
  black: '#000000',
41
34
  white: '#FFF',
42
35
  'pzh-form': '#F4F4F7',
43
- gray: {
44
- 50: '#f9fafb',
45
- 100: '#f7fafc',
46
- 200: '#edf2f7',
47
- 300: '#e2e8f0',
48
- 400: '#cbd5e0',
49
- 500: '#a0aec0',
50
- 600: '#718096',
51
- 700: '#4a5568',
52
- 800: '#2d3748',
53
- 900: '#1a202c',
54
- },
55
- red: {
56
- 100: '#fff5f5',
57
- 200: '#fed7d7',
58
- 300: '#feb2b2',
59
- 400: '#fc8181',
60
- 500: '#f56565',
61
- 600: '#e53e3e',
62
- 700: '#c53030',
63
- 800: '#9b2c2c',
64
- 900: '#742a2a',
65
- },
66
- orange: {
67
- 100: '#fffaf0',
68
- 200: '#feebc8',
69
- 300: '#fbd38d',
70
- 400: '#f6ad55',
71
- 500: '#ed8936',
72
- 600: '#dd6b20',
73
- 700: '#c05621',
74
- 800: '#9c4221',
75
- 900: '#7b341e',
76
- },
77
- yellow: {
78
- 100: '#fffff0',
79
- 200: '#fefcbf',
80
- 300: '#faf089',
81
- 400: '#f6e05e',
82
- 500: '#ecc94b',
83
- 600: '#d69e2e',
84
- 700: '#b7791f',
85
- 800: '#975a16',
86
- 900: '#744210',
87
- },
88
- green: {
89
- 100: '#f0fff4',
90
- 200: '#c6f6d5',
91
- 300: '#9ae6b4',
92
- 400: '#68d391',
93
- 500: '#48bb78',
94
- 600: '#38a169',
95
- 700: '#2f855a',
96
- 800: '#276749',
97
- 900: '#22543d',
98
- },
99
- teal: {
100
- 100: '#e6fffa',
101
- 200: '#b2f5ea',
102
- 300: '#81e6d9',
103
- 400: '#4fd1c5',
104
- 500: '#38b2ac',
105
- 600: '#319795',
106
- 700: '#2c7a7b',
107
- 800: '#285e61',
108
- 900: '#234e52',
109
- },
110
- blue: {
111
- 100: '#ebf8ff',
112
- 200: '#bee3f8',
113
- 300: '#90cdf4',
114
- 400: '#63b3ed',
115
- 500: '#4299e1',
116
- 600: '#3182ce',
117
- 700: '#2b6cb0',
118
- 800: '#2c5282',
119
- 900: '#2a4365',
120
- },
121
- indigo: {
122
- 100: '#ebf4ff',
123
- 200: '#c3dafe',
124
- 300: '#a3bffa',
125
- 400: '#7f9cf5',
126
- 500: '#667eea',
127
- 600: '#5a67d8',
128
- 700: '#4c51bf',
129
- 800: '#434190',
130
- 900: '#3c366b',
131
- },
132
- purple: {
133
- 100: '#faf5ff',
134
- 200: '#e9d8fd',
135
- 300: '#d6bcfa',
136
- 400: '#b794f4',
137
- 500: '#9f7aea',
138
- 600: '#805ad5',
139
- 700: '#6b46c1',
140
- 800: '#553c9a',
141
- 900: '#44337a',
142
- },
143
- pink: {
144
- 100: '#fff5f7',
145
- 200: '#fed7e2',
146
- 300: '#fbb6ce',
147
- 400: '#f687b3',
148
- 500: '#ed64a6',
149
- 600: '#d53f8c',
150
- 700: '#b83280',
151
- 800: '#97266d',
152
- 900: '#702459',
153
- },
154
36
  /** Add custom PZH colors */
155
37
  'pzh-red': {
156
38
  DEFAULT: '#d11f3d',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pzh-ui/css",
3
- "version": "0.0.68",
3
+ "version": "0.0.70",
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": "2adc87e34605f3bba8170a8aaf6571c7d523baf7",
24
+ "gitHead": "3dc349a730bb3eb48134374f767adc1236c92b7f",
25
25
  "devDependencies": {
26
26
  "tailwindcss": "^3.3.2"
27
27
  }
package/src/tailwind.css CHANGED
@@ -16,7 +16,7 @@
16
16
  /* 2 */
17
17
  border-style: solid;
18
18
  /* 2 */
19
- border-color: #edf2f7;
19
+ border-color: currentColor;
20
20
  /* 2 */
21
21
  }
22
22
 
@@ -357,7 +357,7 @@ textarea {
357
357
  input::-moz-placeholder, textarea::-moz-placeholder {
358
358
  opacity: 1;
359
359
  /* 1 */
360
- color: #cbd5e0;
360
+ color: #9ca3af;
361
361
  /* 2 */
362
362
  }
363
363
 
@@ -365,7 +365,7 @@ input::placeholder,
365
365
  textarea::placeholder {
366
366
  opacity: 1;
367
367
  /* 1 */
368
- color: #cbd5e0;
368
+ color: #9ca3af;
369
369
  /* 2 */
370
370
  }
371
371
 
@@ -427,7 +427,7 @@ video {
427
427
  -moz-appearance: none;
428
428
  appearance: none;
429
429
  background-color: #fff;
430
- border-color: #a0aec0;
430
+ border-color: #6b7280;
431
431
  border-width: 1px;
432
432
  border-radius: 0px;
433
433
  padding-top: 0.5rem;
@@ -445,20 +445,20 @@ video {
445
445
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
446
446
  --tw-ring-offset-width: 0px;
447
447
  --tw-ring-offset-color: #fff;
448
- --tw-ring-color: #3182ce;
448
+ --tw-ring-color: #2563eb;
449
449
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
450
450
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color);
451
451
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
452
- border-color: #3182ce;
452
+ border-color: #2563eb;
453
453
  }
454
454
 
455
455
  input::-moz-placeholder, textarea::-moz-placeholder {
456
- color: #a0aec0;
456
+ color: #6b7280;
457
457
  opacity: 1;
458
458
  }
459
459
 
460
460
  input::placeholder,textarea::placeholder {
461
- color: #a0aec0;
461
+ color: #6b7280;
462
462
  opacity: 1;
463
463
  }
464
464
 
@@ -476,7 +476,7 @@ input::placeholder,textarea::placeholder {
476
476
  }
477
477
 
478
478
  select {
479
- background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%23a0aec0' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
479
+ background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3e%3cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='M6 8l4 4 4-4'/%3e%3c/svg%3e");
480
480
  background-position: right 0.5rem center;
481
481
  background-repeat: no-repeat;
482
482
  background-size: 1.5em 1.5em;
@@ -511,9 +511,9 @@ select {
511
511
  flex-shrink: 0;
512
512
  height: 1rem;
513
513
  width: 1rem;
514
- color: #3182ce;
514
+ color: #2563eb;
515
515
  background-color: #fff;
516
- border-color: #a0aec0;
516
+ border-color: #6b7280;
517
517
  border-width: 1px;
518
518
  --tw-shadow: 0 0 #0000;
519
519
  }
@@ -532,7 +532,7 @@ select {
532
532
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
533
533
  --tw-ring-offset-width: 2px;
534
534
  --tw-ring-offset-color: #fff;
535
- --tw-ring-color: #3182ce;
535
+ --tw-ring-color: #2563eb;
536
536
  --tw-ring-offset-shadow: var(--tw-ring-inset) 0 0 0 var(--tw-ring-offset-width) var(--tw-ring-offset-color);
537
537
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(2px + var(--tw-ring-offset-width)) var(--tw-ring-color);
538
538
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow);
@@ -612,7 +612,7 @@ select {
612
612
  --tw-ring-inset: ;
613
613
  --tw-ring-offset-width: 0px;
614
614
  --tw-ring-offset-color: #fff;
615
- --tw-ring-color: rgb(66 153 225 / 0.5);
615
+ --tw-ring-color: rgb(59 130 246 / 0.5);
616
616
  --tw-ring-offset-shadow: 0 0 #0000;
617
617
  --tw-ring-shadow: 0 0 #0000;
618
618
  --tw-shadow: 0 0 #0000;
@@ -662,7 +662,7 @@ select {
662
662
  --tw-ring-inset: ;
663
663
  --tw-ring-offset-width: 0px;
664
664
  --tw-ring-offset-color: #fff;
665
- --tw-ring-color: rgb(66 153 225 / 0.5);
665
+ --tw-ring-color: rgb(59 130 246 / 0.5);
666
666
  --tw-ring-offset-shadow: 0 0 #0000;
667
667
  --tw-ring-shadow: 0 0 #0000;
668
668
  --tw-shadow: 0 0 #0000;
@@ -2121,6 +2121,11 @@ select {
2121
2121
  white-space: nowrap;
2122
2122
  }
2123
2123
 
2124
+ .hyphens-manual {
2125
+ -webkit-hyphens: manual;
2126
+ hyphens: manual;
2127
+ }
2128
+
2124
2129
  .whitespace-nowrap {
2125
2130
  white-space: nowrap;
2126
2131
  }
@@ -2520,6 +2525,18 @@ select {
2520
2525
  font-size: 0.8rem;
2521
2526
  }
2522
2527
 
2528
+ .text-\[1\.125rem\] {
2529
+ font-size: 1.125rem;
2530
+ }
2531
+
2532
+ .text-\[1\.25rem\] {
2533
+ font-size: 1.25rem;
2534
+ }
2535
+
2536
+ .text-\[1\.5rem\] {
2537
+ font-size: 1.5rem;
2538
+ }
2539
+
2523
2540
  .text-\[16px\] {
2524
2541
  font-size: 16px;
2525
2542
  }
@@ -2528,16 +2545,20 @@ select {
2528
2545
  font-size: 18px;
2529
2546
  }
2530
2547
 
2531
- .text-base {
2532
- font-size: 1rem;
2548
+ .text-\[2\.5rem\] {
2549
+ font-size: 2.5rem;
2550
+ }
2551
+
2552
+ .text-\[2rem\] {
2553
+ font-size: 2rem;
2533
2554
  }
2534
2555
 
2535
- .text-sm {
2536
- font-size: 0.875rem;
2556
+ .text-\[3rem\] {
2557
+ font-size: 3rem;
2537
2558
  }
2538
2559
 
2539
- .text-xs {
2540
- font-size: 0.75rem;
2560
+ .text-\[4rem\] {
2561
+ font-size: 4rem;
2541
2562
  }
2542
2563
 
2543
2564
  .font-bold {
@@ -2568,6 +2589,14 @@ select {
2568
2589
  line-height: 1.5rem;
2569
2590
  }
2570
2591
 
2592
+ .leading-\[110\%\] {
2593
+ line-height: 110%;
2594
+ }
2595
+
2596
+ .leading-\[125\%\] {
2597
+ line-height: 125%;
2598
+ }
2599
+
2571
2600
  .leading-\[28px\] {
2572
2601
  line-height: 28px;
2573
2602
  }
@@ -2817,13 +2846,13 @@ select {
2817
2846
  html {
2818
2847
  height: 100%;
2819
2848
  overflow: auto;
2820
- font-size: 20px;
2821
- line-height: 1.5em;
2822
2849
  }
2823
2850
 
2824
2851
  body {
2825
2852
  margin: 0;
2826
2853
  padding: 0;
2854
+ font-size: 20px;
2855
+ line-height: 1.5em;
2827
2856
  font-family: 'Karbon Regular', sans-serif;
2828
2857
  font-weight: 400;
2829
2858
  -webkit-font-smoothing: antialiased;
@@ -3143,10 +3172,6 @@ b {
3143
3172
  .md\:gap-8 {
3144
3173
  gap: 2rem;
3145
3174
  }
3146
-
3147
- .md\:text-base {
3148
- font-size: 1rem;
3149
- }
3150
3175
  }
3151
3176
 
3152
3177
  @media (min-width: 1024px) {
@@ -19,13 +19,13 @@
19
19
  html {
20
20
  height: 100%;
21
21
  overflow: auto;
22
- font-size: 20px;
23
- line-height: 1.5em;
24
22
  }
25
23
 
26
24
  body {
27
25
  margin: 0;
28
26
  padding: 0;
27
+ font-size: 20px;
28
+ line-height: 1.5em;
29
29
  font-family: 'Karbon Regular', sans-serif;
30
30
  font-weight: 400;
31
31
  -webkit-font-smoothing: antialiased;