wini-web-components 0.5.0 → 0.5.2

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/component/calendar/calendar.d.ts +46 -0
  2. package/dist/component/calendar/calendar.js +426 -0
  3. package/dist/component/checkbox/checkbox.d.ts +20 -0
  4. package/dist/component/checkbox/checkbox.js +79 -0
  5. package/dist/component/component-status.d.ts +8 -0
  6. package/dist/component/component-status.js +32 -0
  7. package/dist/component/date-picker/date-picker.d.ts +31 -0
  8. package/dist/component/date-picker/date-picker.js +358 -0
  9. package/dist/component/dialog/dialog.d.ts +33 -0
  10. package/dist/component/dialog/dialog.js +96 -0
  11. package/dist/component/import-file/import-file.d.ts +35 -0
  12. package/dist/component/import-file/import-file.js +117 -0
  13. package/dist/component/infinite-scroll/infinite-scroll.d.ts +16 -0
  14. package/dist/component/infinite-scroll/infinite-scroll.js +102 -0
  15. package/dist/component/input-multi-select/input-multi-select.d.ts +39 -0
  16. package/dist/component/input-multi-select/input-multi-select.js +249 -0
  17. package/dist/component/pagination/pagination.d.ts +11 -0
  18. package/dist/component/pagination/pagination.js +46 -0
  19. package/dist/component/popup/popup.d.ts +31 -0
  20. package/dist/component/popup/popup.js +105 -0
  21. package/dist/component/progress-bar/progress-bar.d.ts +16 -0
  22. package/dist/component/progress-bar/progress-bar.js +39 -0
  23. package/dist/component/progress-circle/progress-circle.d.ts +13 -0
  24. package/dist/component/progress-circle/progress-circle.js +31 -0
  25. package/dist/component/radio-button/radio-button.d.ts +20 -0
  26. package/dist/component/radio-button/radio-button.js +64 -0
  27. package/dist/component/rating/rating.d.ts +23 -0
  28. package/dist/component/rating/rating.js +76 -0
  29. package/dist/component/select1/select1.d.ts +38 -0
  30. package/dist/component/select1/select1.js +185 -0
  31. package/dist/component/slider/slider.d.ts +31 -0
  32. package/dist/component/slider/slider.js +83 -0
  33. package/dist/component/switch/switch.d.ts +23 -0
  34. package/dist/component/switch/switch.js +81 -0
  35. package/dist/component/table/table.d.ts +46 -0
  36. package/dist/component/table/table.js +119 -0
  37. package/dist/component/text/text.d.ts +14 -0
  38. package/dist/component/text/text.js +50 -0
  39. package/dist/component/text-area/text-area.d.ts +25 -0
  40. package/dist/component/text-area/text-area.js +47 -0
  41. package/dist/component/text-field/text-field.d.ts +28 -0
  42. package/dist/component/text-field/text-field.js +50 -0
  43. package/dist/component/toast-noti/toast-noti.d.ts +4 -0
  44. package/dist/component/toast-noti/toast-noti.js +27 -0
  45. package/dist/index.d.ts +26 -0
  46. package/dist/index.js +59 -1
  47. package/dist/skin/color.css +17 -0
  48. package/dist/skin/layout.css +601 -0
  49. package/dist/skin/typography.css +378 -0
  50. package/package.json +4 -2
@@ -0,0 +1,378 @@
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
+ }
package/package.json CHANGED
@@ -1,7 +1,8 @@
1
1
  {
2
2
  "name": "wini-web-components",
3
- "version": "0.5.0",
3
+ "version": "0.5.2",
4
4
  "main": "dist/index.js",
5
+ "types": "dist/index.d.ts",
5
6
  "dependencies": {
6
7
  "@fortawesome/free-solid-svg-icons": "^6.5.2",
7
8
  "@fortawesome/react-fontawesome": "^0.2.2",
@@ -16,7 +17,8 @@
16
17
  },
17
18
  "scripts": {
18
19
  "build": "webpack --mode development",
19
- "build:prod": "webpack --mode production"
20
+ "build:prod": "webpack --mode production",
21
+ "build:types": "tsc"
20
22
  },
21
23
  "eslintConfig": {
22
24
  "extends": [