wini-web-components 0.3.0 → 0.4.0

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 (50) hide show
  1. package/dist/index.js +1 -0
  2. package/package.json +25 -9
  3. package/src/component/calendar/calendar.css +0 -133
  4. package/src/component/calendar/calendar.tsx +0 -448
  5. package/src/component/checkbox/checkbox.css +0 -46
  6. package/src/component/checkbox/checkbox.tsx +0 -59
  7. package/src/component/component-status.tsx +0 -53
  8. package/src/component/date-picker/date-picker.css +0 -114
  9. package/src/component/date-picker/date-picker.tsx +0 -363
  10. package/src/component/dialog/dialog.css +0 -125
  11. package/src/component/dialog/dialog.tsx +0 -91
  12. package/src/component/import-file/import-file.css +0 -86
  13. package/src/component/import-file/import-file.tsx +0 -154
  14. package/src/component/infinite-scroll/infinite-scroll.css +0 -37
  15. package/src/component/infinite-scroll/infinite-scroll.tsx +0 -33
  16. package/src/component/input-multi-select/input-multi-select.css +0 -127
  17. package/src/component/input-multi-select/input-multi-select.tsx +0 -261
  18. package/src/component/pagination/pagination.css +0 -69
  19. package/src/component/pagination/pagination.tsx +0 -65
  20. package/src/component/popup/popup.css +0 -90
  21. package/src/component/popup/popup.tsx +0 -105
  22. package/src/component/progress-bar/progress-bar.css +0 -47
  23. package/src/component/progress-bar/progress-bar.tsx +0 -34
  24. package/src/component/progress-circle/progress-circle.css +0 -47
  25. package/src/component/progress-circle/progress-circle.tsx +0 -24
  26. package/src/component/radio-button/radio-button.css +0 -49
  27. package/src/component/radio-button/radio-button.tsx +0 -59
  28. package/src/component/rating/rating.css +0 -11
  29. package/src/component/rating/rating.tsx +0 -65
  30. package/src/component/select1/select1.css +0 -155
  31. package/src/component/select1/select1.tsx +0 -241
  32. package/src/component/slider/slider.css +0 -16
  33. package/src/component/slider/slider.tsx +0 -87
  34. package/src/component/switch/switch.css +0 -53
  35. package/src/component/switch/switch.tsx +0 -67
  36. package/src/component/table/table.css +0 -74
  37. package/src/component/table/table.tsx +0 -99
  38. package/src/component/text/text.css +0 -16
  39. package/src/component/text/text.tsx +0 -21
  40. package/src/component/text-area/text-area.css +0 -63
  41. package/src/component/text-area/text-area.tsx +0 -55
  42. package/src/component/text-field/text-field.css +0 -64
  43. package/src/component/text-field/text-field.tsx +0 -63
  44. package/src/component/toast-noti/toast-noti.css +0 -0
  45. package/src/component/toast-noti/toast-noti.tsx +0 -21
  46. package/src/index.js +0 -51
  47. package/src/logo.svg +0 -1
  48. package/src/skin/color.css +0 -17
  49. package/src/skin/layout.css +0 -601
  50. package/src/skin/typography.css +0 -378
@@ -1,378 +0,0 @@
1
- .medium11 {
2
- line-height: 1.4rem;
3
- font-size: 1.1rem;
4
- font-weight: 500;
5
- color: #00204D;
6
- }
7
-
8
- .medium1 {
9
- line-height: 1.6rem;
10
- font-size: 1.2rem;
11
- font-weight: 500;
12
- color: #00204D;
13
- }
14
-
15
- .overflow-elipstic {
16
- overflow: hidden;
17
- text-overflow: ellipsis;
18
- }
19
-
20
- .regular0 {
21
- line-height: 1.4rem;
22
- font-size: 1rem;
23
- color: #00204D;
24
- }
25
-
26
- .regular11 {
27
- line-height: 1.4rem;
28
- font-size: 1.1rem;
29
- color: #00204D;
30
- }
31
-
32
- .regular1 {
33
- line-height: 1.6rem;
34
- font-size: 1.2rem;
35
- color: #00204D;
36
- }
37
-
38
- .regular2 {
39
- line-height: 2.2rem;
40
- font-size: 1.4rem;
41
- color: #00204D;
42
- }
43
-
44
- .regular3 {
45
- line-height: 2.8rem;
46
- font-size: 1.6rem;
47
- color: #00204D;
48
- }
49
-
50
- .regular4 {
51
- line-height: 2.8rem;
52
- font-size: 2rem;
53
- color: #00204D;
54
- }
55
-
56
- .regular5 {
57
- line-height: 3.2rem;
58
- font-size: 2.4rem;
59
- color: #00204D;
60
- }
61
-
62
- .regular6 {
63
- line-height: 3.8rem;
64
- font-size: 3rem;
65
- color: #00204D;
66
- }
67
-
68
- .regular7 {
69
- line-height: 4.8rem;
70
- font-size: 3.8rem;
71
- color: #00204D;
72
- }
73
-
74
- .regular8 {
75
- line-height: 5.4rem;
76
- font-size: 4.6rem;
77
- color: #00204D;
78
- }
79
-
80
- .regular9 {
81
- line-height: 6.4rem;
82
- font-size: 5.6rem;
83
- color: #00204D;
84
- }
85
-
86
- .semibold0 {
87
- line-height: 1.4rem;
88
- font-size: 1rem;
89
- color: #00204D;
90
- font-weight: 600;
91
- }
92
-
93
- .semibold11 {
94
- line-height: 1.4rem;
95
- font-size: 1.1rem;
96
- color: #00204D;
97
- font-weight: 600;
98
- }
99
-
100
- .semibold1 {
101
- line-height: 1.6rem;
102
- font-size: 1.2rem;
103
- color: #00204D;
104
- font-weight: 600;
105
- }
106
-
107
- .semibold2 {
108
- line-height: 2.2rem;
109
- font-size: 1.4rem;
110
- color: #00204D;
111
- font-weight: 600;
112
- }
113
-
114
- .semibold3 {
115
- line-height: 2.8rem;
116
- font-size: 1.6rem;
117
- color: #00204D;
118
- font-weight: 600;
119
- }
120
-
121
- .semibold4 {
122
- line-height: 2.8rem;
123
- font-size: 2rem;
124
- color: #00204D;
125
- font-weight: 600;
126
- }
127
-
128
- .semibold5 {
129
- line-height: 3.2rem;
130
- font-size: 2.4rem;
131
- color: #00204D;
132
- font-weight: 600;
133
- }
134
-
135
- .semibold6 {
136
- line-height: 4.8rem;
137
- font-size: 3rem;
138
- color: #00204D;
139
- font-weight: 600;
140
- }
141
-
142
- .semibold7 {
143
- line-height: 4.8rem;
144
- font-size: 3.8rem;
145
- color: #00204D;
146
- font-weight: 600;
147
- }
148
-
149
- .semibold8 {
150
- line-height: 5.4rem;
151
- font-size: 4.6rem;
152
- color: #00204D;
153
- font-weight: 600;
154
- }
155
-
156
- .semibold9 {
157
- line-height: 6.4rem;
158
- font-size: 5.6rem;
159
- color: #00204D;
160
- font-weight: 600;
161
- }
162
-
163
- .heading-1 {
164
- line-height: 6.8rem;
165
- font-size: 5.6rem;
166
- font-weight: 600;
167
- color: #00204D;
168
- }
169
-
170
- .heading-2 {
171
- line-height: 5.6rem;
172
- font-size: 4.6rem;
173
- font-weight: 600;
174
- color: #00204D;
175
- }
176
-
177
- .heading-3 {
178
- line-height: 4.6rem;
179
- font-size: 3.8rem;
180
- font-weight: 600;
181
- color: #00204D;
182
- }
183
-
184
- .heading-4 {
185
- line-height: 3.8rem;
186
- font-size: 3rem;
187
- font-weight: 600;
188
- color: #00204D;
189
- }
190
-
191
- .heading-5 {
192
- line-height: 3.2rem;
193
- font-size: 2.4rem;
194
- font-weight: 600;
195
- color: #00204D;
196
- }
197
-
198
- .heading-6 {
199
- line-height: 2.8rem;
200
- font-size: 2rem;
201
- font-weight: 600;
202
- color: #00204D;
203
- }
204
-
205
- .heading-7 {
206
- line-height: 2.4rem;
207
- font-size: 1.6rem;
208
- font-weight: 600;
209
- color: #00204D;
210
- }
211
-
212
- .heading-8 {
213
- line-height: 2.2rem;
214
- font-size: 1.4rem;
215
- font-weight: 600;
216
- color: #00204D;
217
- }
218
-
219
- .heading-9 {
220
- line-height: 2rem;
221
- font-size: 1.2rem;
222
- font-weight: 600;
223
- color: #00204D;
224
- }
225
-
226
- .subtitle-1 {
227
- line-height: 2.6rem;
228
- font-size: 1.8rem;
229
- color: #00204D99;
230
- }
231
-
232
- .subtitle-2 {
233
- line-height: 2.4rem;
234
- font-size: 1.6rem;
235
- color: #00204D99;
236
- }
237
-
238
- .subtitle-3 {
239
- line-height: 2.2rem;
240
- font-size: 1.4rem;
241
- color: #00204D99;
242
- }
243
-
244
- .subtitle-4 {
245
- line-height: 1.6rem;
246
- font-size: 1.2rem;
247
- color: #00204D99;
248
- }
249
-
250
- .subtitle-5 {
251
- line-height: 1.4rem;
252
- font-size: 1rem;
253
- color: #00204D99;
254
- }
255
-
256
- .body-1 {
257
- line-height: 2.8rem;
258
- font-size: 1.8rem;
259
- color: #00204D;
260
- }
261
-
262
- .body-2 {
263
- line-height: 2.4rem;
264
- font-size: 1.6rem;
265
- color: #00204D;
266
- }
267
-
268
- .body-3 {
269
- line-height: 2.2rem;
270
- font-size: 1.4rem;
271
- font-weight: 400;
272
- color: #00204D;
273
- }
274
-
275
- .button-text-1 {
276
- line-height: 2.4rem;
277
- font-size: 1.6rem;
278
- font-weight: 600;
279
- color: #00204D;
280
- }
281
-
282
- .button-text-2 {
283
- line-height: 2.4rem;
284
- font-size: 1.6rem;
285
- font-weight: 500;
286
- color: #00204D;
287
- }
288
-
289
- .button-text-3 {
290
- line-height: 2.2rem;
291
- font-size: 1.4rem;
292
- font-weight: 500;
293
- color: #00204D;
294
- }
295
-
296
- .button-text-4 {
297
- line-height: 2.2rem;
298
- font-size: 1.4rem;
299
- font-weight: 400;
300
- color: #00204D;
301
- }
302
-
303
- .button-text-5 {
304
- line-height: 1.6rem;
305
- font-size: 1.2rem;
306
- font-weight: 500;
307
- color: #00204D;
308
- }
309
-
310
- .button-text-6 {
311
- line-height: 1.6rem;
312
- font-size: 1.2rem;
313
- font-weight: 400;
314
- color: #00204D;
315
- }
316
-
317
- .label-1 {
318
- line-height: 2.4rem;
319
- font-size: 1.6rem;
320
- font-weight: 500;
321
- color: #00204D;
322
- }
323
-
324
- .label-2 {
325
- line-height: 2.2rem;
326
- font-size: 1.6rem;
327
- font-weight: 400;
328
- color: #00204D;
329
- }
330
-
331
- .label-3 {
332
- line-height: 2.2rem;
333
- font-size: 1.4rem;
334
- font-weight: 500;
335
- color: #00204D;
336
- }
337
-
338
- .label-4 {
339
- line-height: 2.2rem;
340
- font-size: 1.4rem;
341
- font-weight: 400;
342
- color: #00204D;
343
- }
344
-
345
- .label-5 {
346
- line-height: 1.6rem;
347
- font-size: 1.2rem;
348
- font-weight: 400;
349
- color: #00204D;
350
- }
351
-
352
- .placeholder-1 {
353
- line-height: 2.8rem;
354
- font-size: 1.6rem;
355
- font-weight: 400;
356
- color: #00204D99;
357
- }
358
-
359
- .placeholder-2 {
360
- line-height: 2.2rem;
361
- font-size: 1.4rem;
362
- font-weight: 400;
363
- color: #00204D99;
364
- }
365
-
366
- .title-3 {
367
- line-height: 2.4rem;
368
- font-size: 1.6rem;
369
- font-weight: 500;
370
- color: #00204D;
371
- }
372
-
373
- .title-4 {
374
- line-height: 1.6rem;
375
- font-size: 1.2rem;
376
- font-weight: 500;
377
- color: #00204D;
378
- }