periplo-ui 4.1.0 → 4.1.1
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/dist/fonts/Onest.woff2 +0 -0
- package/dist/theme.css +260 -0
- package/package.json +1 -2
|
Binary file
|
package/dist/theme.css
ADDED
|
@@ -0,0 +1,260 @@
|
|
|
1
|
+
@theme {
|
|
2
|
+
--font-family-sans: var(--font-onest), sans-serif;
|
|
3
|
+
--font-family-onest: var(--font-onest), sans-serif;
|
|
4
|
+
|
|
5
|
+
--color-foreground: #1d1d1b;
|
|
6
|
+
--color-white: #ffffff;
|
|
7
|
+
--color-card: #f7f7f6;
|
|
8
|
+
--color-card-foreground: #1d1d1b;
|
|
9
|
+
--color-popover: #f7f7f6;
|
|
10
|
+
--color-popover-foreground: #1d1d1b;
|
|
11
|
+
|
|
12
|
+
--color-neutral-50: #f7f7f6;
|
|
13
|
+
--color-neutral-100: #e4e4e3;
|
|
14
|
+
--color-neutral-200: #c9c9c6;
|
|
15
|
+
--color-neutral-300: #a7a6a1;
|
|
16
|
+
--color-neutral-400: #84837d;
|
|
17
|
+
--color-neutral-500: #696963;
|
|
18
|
+
--color-neutral-600: #53534e;
|
|
19
|
+
--color-neutral-700: #454440;
|
|
20
|
+
--color-neutral-800: #393936;
|
|
21
|
+
--color-neutral-900: #32322f;
|
|
22
|
+
--color-neutral-950: #1d1d1b;
|
|
23
|
+
--color-neutral: #696963;
|
|
24
|
+
--color-neutral-foreground: #f7f7f6;
|
|
25
|
+
|
|
26
|
+
--color-primary-50: #fff0de;
|
|
27
|
+
--color-primary-100: #ffe182;
|
|
28
|
+
--color-primary-200: #ffd685;
|
|
29
|
+
--color-primary-300: #ffce59;
|
|
30
|
+
--color-primary-400: #ffc92f;
|
|
31
|
+
--color-primary-500: #fbba00;
|
|
32
|
+
--color-primary-600: #f1a100;
|
|
33
|
+
--color-primary-700: #f8a800;
|
|
34
|
+
--color-primary-800: #faa100;
|
|
35
|
+
--color-primary-900: #f19700;
|
|
36
|
+
--color-primary-950: #ed8c00;
|
|
37
|
+
--color-primary: #fbba00;
|
|
38
|
+
--color-primary-foreground: #1d1d1b;
|
|
39
|
+
|
|
40
|
+
--color-accent-50: #ffd5a8;
|
|
41
|
+
--color-accent-100: #ffcc93;
|
|
42
|
+
--color-accent-200: #ffb86a;
|
|
43
|
+
--color-accent-300: #ffa542;
|
|
44
|
+
--color-accent-400: #ff9119;
|
|
45
|
+
--color-accent-500: #f77d00;
|
|
46
|
+
--color-accent-600: #d57000;
|
|
47
|
+
--color-accent-700: #bc6200;
|
|
48
|
+
--color-accent-800: #a35500;
|
|
49
|
+
--color-accent-900: #894800;
|
|
50
|
+
--color-accent-950: #7c4100;
|
|
51
|
+
--color-accent: #f77d00;
|
|
52
|
+
--color-accent-foreground: #1d1d1b;
|
|
53
|
+
|
|
54
|
+
--color-success-50: #f2fbf2;
|
|
55
|
+
--color-success-100: #e1f8e0;
|
|
56
|
+
--color-success-200: #c5efc3;
|
|
57
|
+
--color-success-300: #90e194;
|
|
58
|
+
--color-success-400: #5fcb5d;
|
|
59
|
+
--color-success-500: #2ec03c;
|
|
60
|
+
--color-success-600: #299128;
|
|
61
|
+
--color-success-700: #247223;
|
|
62
|
+
--color-success-800: #215b20;
|
|
63
|
+
--color-success-900: #1c4b1d;
|
|
64
|
+
--color-success-950: #0a290b;
|
|
65
|
+
--color-success: #247223;
|
|
66
|
+
--color-success-foreground: #ffffff;
|
|
67
|
+
|
|
68
|
+
--color-warning-50: #fcf5ee;
|
|
69
|
+
--color-warning-100: #f7e4ce;
|
|
70
|
+
--color-warning-200: #eec799;
|
|
71
|
+
--color-warning-300: #e6a563;
|
|
72
|
+
--color-warning-400: #de8334;
|
|
73
|
+
--color-warning-500: #d76929;
|
|
74
|
+
--color-warning-600: #be4d21;
|
|
75
|
+
--color-warning-700: #9e331f;
|
|
76
|
+
--color-warning-800: #812b1f;
|
|
77
|
+
--color-warning-900: #6b251c;
|
|
78
|
+
--color-warning-950: #3d100b;
|
|
79
|
+
--color-warning: #d76929;
|
|
80
|
+
--color-warning-foreground: #ffffff;
|
|
81
|
+
|
|
82
|
+
--color-error-50: #fef2f2;
|
|
83
|
+
--color-error-100: #fee2e2;
|
|
84
|
+
--color-error-200: #ffc9c9;
|
|
85
|
+
--color-error-300: #fda4a4;
|
|
86
|
+
--color-error-400: #fa6f70;
|
|
87
|
+
--color-error-500: #f13637;
|
|
88
|
+
--color-error-600: #df2324;
|
|
89
|
+
--color-error-700: #bc191a;
|
|
90
|
+
--color-error-800: #9b191a;
|
|
91
|
+
--color-error-900: #811b1c;
|
|
92
|
+
--color-error-950: #460909;
|
|
93
|
+
--color-error: #bc191a;
|
|
94
|
+
--color-error-foreground: #ffffff;
|
|
95
|
+
|
|
96
|
+
--color-background-50: #ffffff;
|
|
97
|
+
--color-background-100: #fbfbfb;
|
|
98
|
+
--color-background-200: #fef0d6;
|
|
99
|
+
--color-background-300: #fde1ae;
|
|
100
|
+
--color-background-400: #fcd386;
|
|
101
|
+
--color-background-500: #fbc45f;
|
|
102
|
+
--color-background-600: #fab637;
|
|
103
|
+
--color-background-700: #f9a70f;
|
|
104
|
+
--color-background-800: #da8f05;
|
|
105
|
+
--color-background-900: #b27504;
|
|
106
|
+
--color-background-950: #9e6804;
|
|
107
|
+
--color-background: #fbc45f;
|
|
108
|
+
--color-background-foreground: #1d1d1b;
|
|
109
|
+
|
|
110
|
+
--color-information-50: #ecf7ff;
|
|
111
|
+
--color-information-100: #d4ecff;
|
|
112
|
+
--color-information-200: #b2e0ff;
|
|
113
|
+
--color-information-300: #7dceff;
|
|
114
|
+
--color-information-400: #40b1ff;
|
|
115
|
+
--color-information-500: #148bff;
|
|
116
|
+
--color-information-600: #0068ff;
|
|
117
|
+
--color-information-700: #0050ff;
|
|
118
|
+
--color-information-800: #0041d1;
|
|
119
|
+
--color-information-900: #083ba0;
|
|
120
|
+
--color-information-950: #0a2561;
|
|
121
|
+
|
|
122
|
+
--color-sidebar: #ffffff;
|
|
123
|
+
--color-sidebar-foreground: #1d1d1b;
|
|
124
|
+
--color-sidebar-primary: #f7f7f6;
|
|
125
|
+
--color-sidebar-primary-foreground: #1d1d1b;
|
|
126
|
+
--color-sidebar-accent: #f7f7f6;
|
|
127
|
+
--color-sidebar-accent-foreground: #1d1d1b;
|
|
128
|
+
--color-sidebar-border: #e4e4e3;
|
|
129
|
+
--color-sidebar-ring: #fab700;
|
|
130
|
+
|
|
131
|
+
--color-border: #e4e4e3;
|
|
132
|
+
--color-input: #f7f7f6;
|
|
133
|
+
--color-ring: #fab700;
|
|
134
|
+
|
|
135
|
+
--shadow-tooltip: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
|
|
136
|
+
--shadow-toast: 0 4px 12px #0000001a;
|
|
137
|
+
|
|
138
|
+
--border-width-1_5: 1.5px;
|
|
139
|
+
|
|
140
|
+
--animate-marquee: marquee 60s infinite linear;
|
|
141
|
+
--animate-marquee-vertical: marquee-vertical 60s linear infinite;
|
|
142
|
+
--animate-accordion-down: accordion-down 0.2s ease-out;
|
|
143
|
+
--animate-accordion-up: accordion-up 0.2s ease-out;
|
|
144
|
+
--animate-shine: shine 1s ease;
|
|
145
|
+
--animate-shine-infinite: shine-infinite 10s ease infinite;
|
|
146
|
+
--animate-icon-down-up: icon-down-up 0.2s ease-out;
|
|
147
|
+
--animate-indeterminate: indeterminate 2s infinite linear;
|
|
148
|
+
|
|
149
|
+
@keyframes marquee {
|
|
150
|
+
from {
|
|
151
|
+
transform: translateX(0);
|
|
152
|
+
}
|
|
153
|
+
to {
|
|
154
|
+
transform: translateX(calc(-100% - var(--gap)));
|
|
155
|
+
}
|
|
156
|
+
}
|
|
157
|
+
|
|
158
|
+
@keyframes marquee-vertical {
|
|
159
|
+
from {
|
|
160
|
+
transform: translateY(0);
|
|
161
|
+
}
|
|
162
|
+
to {
|
|
163
|
+
transform: translateY(calc(-100% - var(--gap)));
|
|
164
|
+
}
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
@keyframes accordion-down {
|
|
168
|
+
from {
|
|
169
|
+
height: 0;
|
|
170
|
+
}
|
|
171
|
+
to {
|
|
172
|
+
height: var(--radix-accordion-content-height);
|
|
173
|
+
}
|
|
174
|
+
}
|
|
175
|
+
|
|
176
|
+
@keyframes accordion-up {
|
|
177
|
+
from {
|
|
178
|
+
height: var(--radix-accordion-content-height);
|
|
179
|
+
}
|
|
180
|
+
to {
|
|
181
|
+
height: 0;
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
@keyframes shine {
|
|
186
|
+
0% {
|
|
187
|
+
background-position: 200% 0;
|
|
188
|
+
}
|
|
189
|
+
100% {
|
|
190
|
+
background-position: -100% 0;
|
|
191
|
+
}
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
@keyframes shine-infinite {
|
|
195
|
+
0% {
|
|
196
|
+
background-position: 200% 0;
|
|
197
|
+
}
|
|
198
|
+
10% {
|
|
199
|
+
background-position: -100% 0;
|
|
200
|
+
}
|
|
201
|
+
100% {
|
|
202
|
+
background-position: -100% 0;
|
|
203
|
+
}
|
|
204
|
+
}
|
|
205
|
+
|
|
206
|
+
@keyframes icon-down-up {
|
|
207
|
+
0% {
|
|
208
|
+
transform: translateY(0%);
|
|
209
|
+
}
|
|
210
|
+
50% {
|
|
211
|
+
transform: translateY(100%);
|
|
212
|
+
}
|
|
213
|
+
50.01% {
|
|
214
|
+
transform: translateY(-100%);
|
|
215
|
+
}
|
|
216
|
+
100% {
|
|
217
|
+
transform: translateY(0%);
|
|
218
|
+
}
|
|
219
|
+
}
|
|
220
|
+
|
|
221
|
+
@keyframes indeterminate {
|
|
222
|
+
0% {
|
|
223
|
+
transform: translateX(-100%);
|
|
224
|
+
}
|
|
225
|
+
50% {
|
|
226
|
+
transform: translateX(0);
|
|
227
|
+
}
|
|
228
|
+
100% {
|
|
229
|
+
transform: translateX(100%);
|
|
230
|
+
}
|
|
231
|
+
}
|
|
232
|
+
}
|
|
233
|
+
|
|
234
|
+
@font-face {
|
|
235
|
+
font-family: 'Onest';
|
|
236
|
+
src: url('./fonts/Onest.woff2');
|
|
237
|
+
font-display: swap;
|
|
238
|
+
}
|
|
239
|
+
|
|
240
|
+
@layer base {
|
|
241
|
+
input[type='number']::-webkit-inner-spin-button,
|
|
242
|
+
input[type='number']::-webkit-outer-spin-button {
|
|
243
|
+
-webkit-appearance: none;
|
|
244
|
+
margin: 0;
|
|
245
|
+
}
|
|
246
|
+
|
|
247
|
+
* {
|
|
248
|
+
@apply border-border outline-ring/50;
|
|
249
|
+
}
|
|
250
|
+
}
|
|
251
|
+
|
|
252
|
+
@layer utilities {
|
|
253
|
+
.scrollbar-none::-webkit-scrollbar {
|
|
254
|
+
width: 0px;
|
|
255
|
+
}
|
|
256
|
+
}
|
|
257
|
+
|
|
258
|
+
:root {
|
|
259
|
+
--font-onest: 'Onest';
|
|
260
|
+
}
|
package/package.json
CHANGED
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"name": "periplo-ui",
|
|
3
3
|
"description": "IATI UI library",
|
|
4
4
|
"private": false,
|
|
5
|
-
"version": "4.1.
|
|
5
|
+
"version": "4.1.1",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "dist/index.js",
|
|
8
8
|
"types": "dist/index.d.ts",
|
|
@@ -420,7 +420,6 @@
|
|
|
420
420
|
"typescript-eslint": "8.35.1",
|
|
421
421
|
"vite": "6.4.2",
|
|
422
422
|
"vite-plugin-dts": "4.5.4",
|
|
423
|
-
"vite-plugin-static-copy": "^3.1.0",
|
|
424
423
|
"vitest": "4.1.5",
|
|
425
424
|
"zod": "3.25.67"
|
|
426
425
|
},
|