@pzh-ui/css 0.0.104 → 0.0.107

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 DELETED
@@ -1,216 +0,0 @@
1
- module.exports = {
2
- content: ["./src/**/*.{js,jsx,ts,tsx}", "./public/index.html"],
3
- variants: {
4
- pointerEvents: ["responsive", "hover"],
5
- display: ["responsive", "hover", "group-hover"],
6
- textDecoration: ["responsive", "hover", "focus", "group-hover"],
7
- roundedFull: ["responsive", "focus"],
8
- margin: ["responsive", "group-hover"],
9
- textColor: ["responsive", "hover", "focus", "group-hover"],
10
- borderWidth: ["hover"],
11
- borderOpacity: ["hover"],
12
- },
13
- plugins: [
14
- require("@tailwindcss/line-clamp"),
15
- require("@tailwindcss/forms"),
16
- require("@tailwindcss/custom-forms"),
17
- require("@tailwindcss/typography"),
18
- ],
19
- theme: {
20
- screens: {
21
- sm: "640px",
22
- md: "768px",
23
- lg: "1024px",
24
- xl: "1280px",
25
- "2xl": "1440px",
26
- },
27
- fontSize: {
28
- s: ["1rem", "1.5rem"],
29
- m: ["1.25rem", "1.875rem"],
30
- l: ["1.5rem", "1.875rem"],
31
- "heading-xs": ["1.125rem", "125%"],
32
- "heading-s": ["1.25rem", "125%"],
33
- "heading-m": ["1.5rem", "125%"],
34
- "heading-l": ["2rem", "125%"],
35
- "heading-xl": ["2.5rem", "125%"],
36
- "heading-xxl": ["3rem", "125%"],
37
- "heading-xxxl": ["4rem", "110%"],
38
- },
39
- colors: {
40
- black: "#000000",
41
- white: "#FFF",
42
- "pzh-form": "#F4F4F7",
43
- /** Add custom PZH colors */
44
- pzh: {
45
- red: {
46
- 10: "#FFEDF0",
47
- 100: "#EB7085",
48
- 500: "#D11F3D",
49
- 900: "#97162C",
50
- },
51
- yellow: {
52
- 10: "#FFF9E3",
53
- 100: "#F1DB7E",
54
- 500: "#EFCC36",
55
- 900: "#C6A410",
56
- },
57
- blue: {
58
- 10: "#F2F7FC",
59
- 100: "#7BADDE",
60
- 500: "#281F6B",
61
- 900: "#16113B",
62
- },
63
- pink: {
64
- 100: "#D76AAC",
65
- 500: "#AA0067",
66
- 900: "#750047",
67
- },
68
- orange: {
69
- 100: "#FBA66A",
70
- 500: "#FF6B02",
71
- 900: "#B24A00",
72
- },
73
- "apple-green": {
74
- 100: "#ADD57D",
75
- 500: "#76BC21",
76
- 900: "#629623",
77
- },
78
- purple: {
79
- 100: "#9B99CC",
80
- 500: "#503D90",
81
- 900: "#32265A",
82
- },
83
- "warm-gray": {
84
- 100: "#BEB1A7",
85
- 500: "#847062",
86
- 900: "#584B41",
87
- },
88
- green: {
89
- 10: "#EDFAF0",
90
- 100: "#61B375",
91
- 500: "#00804D",
92
- 900: "#004D2E",
93
- },
94
- gray: {
95
- 100: "#F8F8F8",
96
- 200: "#E6E6E6",
97
- 300: "#D5D5D5",
98
- 400: "#BFBFBF",
99
- 500: "#838383",
100
- 600: "#5C5C5C",
101
- 700: "#464646",
102
- 800: "#222222",
103
- },
104
- positive: "#00804D",
105
- neutral: "#7BADDE",
106
- negative: "#D11F3D",
107
- white: "#FFFFFF",
108
- black: "#000000",
109
- "visited-link": "#5F29A2",
110
- backdrop: "rgba(92,92,92,.5)",
111
- focus: "#2360C5",
112
- },
113
- /** OLD colors */
114
- "pzh-red": {
115
- DEFAULT: "#d11f3d",
116
- light: "#eb7085",
117
- dark: "#97162c",
118
- },
119
- "pzh-yellow": {
120
- DEFAULT: "#efcc36",
121
- light: "#f1db7e",
122
- dark: "#c6a410",
123
- },
124
- "pzh-blue": {
125
- DEFAULT: "#281f6b",
126
- light: "#7badde",
127
- dark: "#16113b",
128
- "super-light": "#ececf3", // Custom
129
- },
130
- "pzh-pink": {
131
- DEFAULT: "#aa0067",
132
- light: "#d76aac",
133
- dark: "#750047",
134
- },
135
- "pzh-orange": {
136
- DEFAULT: "#ff6b02",
137
- light: "#fba66a",
138
- dark: "#b24a00",
139
- },
140
- "pzh-apple-green": {
141
- DEFAULT: "#76bc21",
142
- light: "#add57d",
143
- dark: "#629623",
144
- },
145
- "pzh-green": {
146
- DEFAULT: "#00804d",
147
- light: "#61b375",
148
- dark: "#004d2e",
149
- },
150
- "pzh-purple": {
151
- DEFAULT: "#503d90",
152
- light: "#9b99cc",
153
- dark: "#32265a",
154
- },
155
- "pzh-cool-gray": {
156
- DEFAULT: "#838383",
157
- light: "#bfbfbf",
158
- dark: "#5c5c5c",
159
- },
160
- "pzh-warm-gray": {
161
- DEFAULT: "#847062",
162
- light: "#beb1a7",
163
- dark: "#584b41",
164
- },
165
- "pzh-badge": {
166
- green: "#50A658",
167
- red: "#CB3B36",
168
- orange: "#F9B53C",
169
- },
170
- "pzh-ui": {
171
- white: "#FFFFFF",
172
- "light-blue": "#E5EFF8",
173
- },
174
- },
175
- extend: {
176
- opacity: {
177
- 35: "0.35",
178
- 55: "0.55",
179
- },
180
- boxShadow: {
181
- 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)",
182
- },
183
- keyframes: {
184
- "accordion-down": {
185
- from: { height: "0" },
186
- to: { height: "var(--radix-accordion-content-height)" },
187
- },
188
- "accordion-up": {
189
- from: { height: "var(--radix-accordion-content-height)" },
190
- to: { height: "0" },
191
- },
192
- },
193
- animation: {
194
- "accordion-down": "accordion-down 0.2s ease-out",
195
- "accordion-up": "accordion-up 0.2s ease-out",
196
- },
197
- typography: {
198
- DEFAULT: {
199
- css: {
200
- li: {
201
- p: {
202
- margin: 0,
203
- },
204
- "&>ol": {
205
- margin: 0,
206
- },
207
- "&>ul": {
208
- margin: 0,
209
- },
210
- },
211
- },
212
- },
213
- },
214
- },
215
- },
216
- };