giime 0.0.0-dev.14 → 0.0.0-dev.16
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/index.css +496 -0
- package/es/{giime/component.mjs → component.mjs} +1 -1
- package/es/component.mjs.map +1 -0
- package/es/defaults.mjs.map +1 -0
- package/es/{giime/index.mjs → index.mjs} +6 -6
- package/es/index.mjs.map +1 -0
- package/es/{giime/makeInstaller.mjs → makeInstaller.mjs} +2 -2
- package/es/makeInstaller.mjs.map +1 -0
- package/es/plugin.mjs +7 -0
- package/es/plugin.mjs.map +1 -0
- package/es/version.d.ts +1 -0
- package/es/{giime/version.mjs → version.mjs} +1 -1
- package/es/version.mjs.map +1 -0
- package/lib/{giime/component.js → component.js} +1 -1
- package/lib/component.js.map +1 -0
- package/lib/defaults.js.map +1 -0
- package/lib/{giime/index.js → index.js} +6 -6
- package/lib/index.js.map +1 -0
- package/lib/{giime/makeInstaller.js → makeInstaller.js} +2 -2
- package/lib/makeInstaller.js.map +1 -0
- package/lib/{giime/plugin.js → plugin.js} +2 -2
- package/lib/plugin.js.map +1 -0
- package/lib/version.d.ts +1 -0
- package/lib/{giime/version.js → version.js} +1 -1
- package/lib/version.js.map +1 -0
- package/package.json +11 -11
- package/es/giime/component.mjs.map +0 -1
- package/es/giime/defaults.mjs.map +0 -1
- package/es/giime/index.mjs.map +0 -1
- package/es/giime/makeInstaller.mjs.map +0 -1
- package/es/giime/plugin.mjs +0 -7
- package/es/giime/plugin.mjs.map +0 -1
- package/es/giime/version.d.ts +0 -1
- package/es/giime/version.mjs.map +0 -1
- package/lib/giime/component.js.map +0 -1
- package/lib/giime/defaults.js.map +0 -1
- package/lib/giime/index.js.map +0 -1
- package/lib/giime/makeInstaller.js.map +0 -1
- package/lib/giime/plugin.js.map +0 -1
- package/lib/giime/version.d.ts +0 -1
- package/lib/giime/version.js.map +0 -1
- /package/es/{giime/component.d.ts → component.d.ts} +0 -0
- /package/es/{giime/defaults.d.ts → defaults.d.ts} +0 -0
- /package/es/{giime/defaults.mjs → defaults.mjs} +0 -0
- /package/es/{giime/index.d.ts → index.d.ts} +0 -0
- /package/es/{giime/makeInstaller.d.ts → makeInstaller.d.ts} +0 -0
- /package/es/{giime/plugin.d.ts → plugin.d.ts} +0 -0
- /package/es/{giime/tailwind.css.mjs → tailwind.css.mjs} +0 -0
- /package/es/{giime/tailwind.css.mjs.map → tailwind.css.mjs.map} +0 -0
- /package/lib/{giime/component.d.ts → component.d.ts} +0 -0
- /package/lib/{giime/defaults.d.ts → defaults.d.ts} +0 -0
- /package/lib/{giime/defaults.js → defaults.js} +0 -0
- /package/lib/{giime/index.d.ts → index.d.ts} +0 -0
- /package/lib/{giime/makeInstaller.d.ts → makeInstaller.d.ts} +0 -0
- /package/lib/{giime/plugin.d.ts → plugin.d.ts} +0 -0
- /package/lib/{giime/tailwind.css.js → tailwind.css.js} +0 -0
- /package/lib/{giime/tailwind.css.js.map → tailwind.css.js.map} +0 -0
package/dist/index.css
ADDED
|
@@ -0,0 +1,496 @@
|
|
|
1
|
+
/*
|
|
2
|
+
! tailwindcss v3.4.1 | MIT License | https://tailwindcss.com
|
|
3
|
+
*//*
|
|
4
|
+
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
|
|
5
|
+
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
|
|
6
|
+
*/
|
|
7
|
+
|
|
8
|
+
*,
|
|
9
|
+
::before,
|
|
10
|
+
::after {
|
|
11
|
+
box-sizing: border-box; /* 1 */
|
|
12
|
+
border-width: 0; /* 2 */
|
|
13
|
+
border-style: solid; /* 2 */
|
|
14
|
+
border-color: #e5e7eb; /* 2 */
|
|
15
|
+
}
|
|
16
|
+
|
|
17
|
+
::before,
|
|
18
|
+
::after {
|
|
19
|
+
--tw-content: '';
|
|
20
|
+
}
|
|
21
|
+
|
|
22
|
+
/*
|
|
23
|
+
1. Use a consistent sensible line-height in all browsers.
|
|
24
|
+
2. Prevent adjustments of font size after orientation changes in iOS.
|
|
25
|
+
3. Use a more readable tab size.
|
|
26
|
+
4. Use the user's configured `sans` font-family by default.
|
|
27
|
+
5. Use the user's configured `sans` font-feature-settings by default.
|
|
28
|
+
6. Use the user's configured `sans` font-variation-settings by default.
|
|
29
|
+
7. Disable tap highlights on iOS
|
|
30
|
+
*/
|
|
31
|
+
|
|
32
|
+
html,
|
|
33
|
+
:host {
|
|
34
|
+
line-height: 1.5; /* 1 */
|
|
35
|
+
-webkit-text-size-adjust: 100%; /* 2 */ /* 3 */
|
|
36
|
+
tab-size: 4; /* 3 */
|
|
37
|
+
font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
|
|
38
|
+
font-feature-settings: normal; /* 5 */
|
|
39
|
+
font-variation-settings: normal; /* 6 */
|
|
40
|
+
-webkit-tap-highlight-color: transparent; /* 7 */
|
|
41
|
+
}
|
|
42
|
+
|
|
43
|
+
/*
|
|
44
|
+
1. Remove the margin in all browsers.
|
|
45
|
+
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
|
|
46
|
+
*/
|
|
47
|
+
|
|
48
|
+
body {
|
|
49
|
+
margin: 0; /* 1 */
|
|
50
|
+
line-height: inherit; /* 2 */
|
|
51
|
+
}
|
|
52
|
+
|
|
53
|
+
/*
|
|
54
|
+
1. Add the correct height in Firefox.
|
|
55
|
+
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
|
|
56
|
+
3. Ensure horizontal rules are visible by default.
|
|
57
|
+
*/
|
|
58
|
+
|
|
59
|
+
hr {
|
|
60
|
+
height: 0; /* 1 */
|
|
61
|
+
color: inherit; /* 2 */
|
|
62
|
+
border-top-width: 1px; /* 3 */
|
|
63
|
+
}
|
|
64
|
+
|
|
65
|
+
/*
|
|
66
|
+
Add the correct text decoration in Chrome, Edge, and Safari.
|
|
67
|
+
*/
|
|
68
|
+
|
|
69
|
+
abbr:where([title]) {
|
|
70
|
+
-webkit-text-decoration: underline dotted;
|
|
71
|
+
text-decoration: underline dotted;
|
|
72
|
+
}
|
|
73
|
+
|
|
74
|
+
/*
|
|
75
|
+
Remove the default font size and weight for headings.
|
|
76
|
+
*/
|
|
77
|
+
|
|
78
|
+
h1,
|
|
79
|
+
h2,
|
|
80
|
+
h3,
|
|
81
|
+
h4,
|
|
82
|
+
h5,
|
|
83
|
+
h6 {
|
|
84
|
+
font-size: inherit;
|
|
85
|
+
font-weight: inherit;
|
|
86
|
+
}
|
|
87
|
+
|
|
88
|
+
/*
|
|
89
|
+
Reset links to optimize for opt-in styling instead of opt-out.
|
|
90
|
+
*/
|
|
91
|
+
|
|
92
|
+
a {
|
|
93
|
+
color: inherit;
|
|
94
|
+
text-decoration: inherit;
|
|
95
|
+
}
|
|
96
|
+
|
|
97
|
+
/*
|
|
98
|
+
Add the correct font weight in Edge and Safari.
|
|
99
|
+
*/
|
|
100
|
+
|
|
101
|
+
b,
|
|
102
|
+
strong {
|
|
103
|
+
font-weight: bolder;
|
|
104
|
+
}
|
|
105
|
+
|
|
106
|
+
/*
|
|
107
|
+
1. Use the user's configured `mono` font-family by default.
|
|
108
|
+
2. Use the user's configured `mono` font-feature-settings by default.
|
|
109
|
+
3. Use the user's configured `mono` font-variation-settings by default.
|
|
110
|
+
4. Correct the odd `em` font sizing in all browsers.
|
|
111
|
+
*/
|
|
112
|
+
|
|
113
|
+
code,
|
|
114
|
+
kbd,
|
|
115
|
+
samp,
|
|
116
|
+
pre {
|
|
117
|
+
font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
|
|
118
|
+
font-feature-settings: normal; /* 2 */
|
|
119
|
+
font-variation-settings: normal; /* 3 */
|
|
120
|
+
font-size: 1em; /* 4 */
|
|
121
|
+
}
|
|
122
|
+
|
|
123
|
+
/*
|
|
124
|
+
Add the correct font size in all browsers.
|
|
125
|
+
*/
|
|
126
|
+
|
|
127
|
+
small {
|
|
128
|
+
font-size: 80%;
|
|
129
|
+
}
|
|
130
|
+
|
|
131
|
+
/*
|
|
132
|
+
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
|
|
133
|
+
*/
|
|
134
|
+
|
|
135
|
+
sub,
|
|
136
|
+
sup {
|
|
137
|
+
font-size: 75%;
|
|
138
|
+
line-height: 0;
|
|
139
|
+
position: relative;
|
|
140
|
+
vertical-align: baseline;
|
|
141
|
+
}
|
|
142
|
+
|
|
143
|
+
sub {
|
|
144
|
+
bottom: -0.25em;
|
|
145
|
+
}
|
|
146
|
+
|
|
147
|
+
sup {
|
|
148
|
+
top: -0.5em;
|
|
149
|
+
}
|
|
150
|
+
|
|
151
|
+
/*
|
|
152
|
+
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
|
|
153
|
+
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
|
|
154
|
+
3. Remove gaps between table borders by default.
|
|
155
|
+
*/
|
|
156
|
+
|
|
157
|
+
table {
|
|
158
|
+
text-indent: 0; /* 1 */
|
|
159
|
+
border-color: inherit; /* 2 */
|
|
160
|
+
border-collapse: collapse; /* 3 */
|
|
161
|
+
}
|
|
162
|
+
|
|
163
|
+
/*
|
|
164
|
+
1. Change the font styles in all browsers.
|
|
165
|
+
2. Remove the margin in Firefox and Safari.
|
|
166
|
+
3. Remove default padding in all browsers.
|
|
167
|
+
*/
|
|
168
|
+
|
|
169
|
+
button,
|
|
170
|
+
input,
|
|
171
|
+
optgroup,
|
|
172
|
+
select,
|
|
173
|
+
textarea {
|
|
174
|
+
font-family: inherit; /* 1 */
|
|
175
|
+
font-feature-settings: inherit; /* 1 */
|
|
176
|
+
font-variation-settings: inherit; /* 1 */
|
|
177
|
+
font-size: 100%; /* 1 */
|
|
178
|
+
font-weight: inherit; /* 1 */
|
|
179
|
+
line-height: inherit; /* 1 */
|
|
180
|
+
color: inherit; /* 1 */
|
|
181
|
+
margin: 0; /* 2 */
|
|
182
|
+
padding: 0; /* 3 */
|
|
183
|
+
}
|
|
184
|
+
|
|
185
|
+
/*
|
|
186
|
+
Remove the inheritance of text transform in Edge and Firefox.
|
|
187
|
+
*/
|
|
188
|
+
|
|
189
|
+
button,
|
|
190
|
+
select {
|
|
191
|
+
text-transform: none;
|
|
192
|
+
}
|
|
193
|
+
|
|
194
|
+
/*
|
|
195
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
196
|
+
2. Remove default button styles.
|
|
197
|
+
*/
|
|
198
|
+
|
|
199
|
+
button,
|
|
200
|
+
[type='button'],
|
|
201
|
+
[type='reset'],
|
|
202
|
+
[type='submit'] {
|
|
203
|
+
-webkit-appearance: button; /* 1 */
|
|
204
|
+
background-color: transparent; /* 2 */
|
|
205
|
+
background-image: none; /* 2 */
|
|
206
|
+
}
|
|
207
|
+
|
|
208
|
+
/*
|
|
209
|
+
Use the modern Firefox focus style for all focusable elements.
|
|
210
|
+
*/
|
|
211
|
+
|
|
212
|
+
:-moz-focusring {
|
|
213
|
+
outline: auto;
|
|
214
|
+
}
|
|
215
|
+
|
|
216
|
+
/*
|
|
217
|
+
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
|
|
218
|
+
*/
|
|
219
|
+
|
|
220
|
+
:-moz-ui-invalid {
|
|
221
|
+
box-shadow: none;
|
|
222
|
+
}
|
|
223
|
+
|
|
224
|
+
/*
|
|
225
|
+
Add the correct vertical alignment in Chrome and Firefox.
|
|
226
|
+
*/
|
|
227
|
+
|
|
228
|
+
progress {
|
|
229
|
+
vertical-align: baseline;
|
|
230
|
+
}
|
|
231
|
+
|
|
232
|
+
/*
|
|
233
|
+
Correct the cursor style of increment and decrement buttons in Safari.
|
|
234
|
+
*/
|
|
235
|
+
|
|
236
|
+
::-webkit-inner-spin-button,
|
|
237
|
+
::-webkit-outer-spin-button {
|
|
238
|
+
height: auto;
|
|
239
|
+
}
|
|
240
|
+
|
|
241
|
+
/*
|
|
242
|
+
1. Correct the odd appearance in Chrome and Safari.
|
|
243
|
+
2. Correct the outline style in Safari.
|
|
244
|
+
*/
|
|
245
|
+
|
|
246
|
+
[type='search'] {
|
|
247
|
+
-webkit-appearance: textfield; /* 1 */
|
|
248
|
+
outline-offset: -2px; /* 2 */
|
|
249
|
+
}
|
|
250
|
+
|
|
251
|
+
/*
|
|
252
|
+
Remove the inner padding in Chrome and Safari on macOS.
|
|
253
|
+
*/
|
|
254
|
+
|
|
255
|
+
::-webkit-search-decoration {
|
|
256
|
+
-webkit-appearance: none;
|
|
257
|
+
}
|
|
258
|
+
|
|
259
|
+
/*
|
|
260
|
+
1. Correct the inability to style clickable types in iOS and Safari.
|
|
261
|
+
2. Change font properties to `inherit` in Safari.
|
|
262
|
+
*/
|
|
263
|
+
|
|
264
|
+
::-webkit-file-upload-button {
|
|
265
|
+
-webkit-appearance: button; /* 1 */
|
|
266
|
+
font: inherit; /* 2 */
|
|
267
|
+
}
|
|
268
|
+
|
|
269
|
+
/*
|
|
270
|
+
Add the correct display in Chrome and Safari.
|
|
271
|
+
*/
|
|
272
|
+
|
|
273
|
+
summary {
|
|
274
|
+
display: list-item;
|
|
275
|
+
}
|
|
276
|
+
|
|
277
|
+
/*
|
|
278
|
+
Removes the default spacing and border for appropriate elements.
|
|
279
|
+
*/
|
|
280
|
+
|
|
281
|
+
blockquote,
|
|
282
|
+
dl,
|
|
283
|
+
dd,
|
|
284
|
+
h1,
|
|
285
|
+
h2,
|
|
286
|
+
h3,
|
|
287
|
+
h4,
|
|
288
|
+
h5,
|
|
289
|
+
h6,
|
|
290
|
+
hr,
|
|
291
|
+
figure,
|
|
292
|
+
p,
|
|
293
|
+
pre {
|
|
294
|
+
margin: 0;
|
|
295
|
+
}
|
|
296
|
+
|
|
297
|
+
fieldset {
|
|
298
|
+
margin: 0;
|
|
299
|
+
padding: 0;
|
|
300
|
+
}
|
|
301
|
+
|
|
302
|
+
legend {
|
|
303
|
+
padding: 0;
|
|
304
|
+
}
|
|
305
|
+
|
|
306
|
+
ol,
|
|
307
|
+
ul,
|
|
308
|
+
menu {
|
|
309
|
+
list-style: none;
|
|
310
|
+
margin: 0;
|
|
311
|
+
padding: 0;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
/*
|
|
315
|
+
Reset default styling for dialogs.
|
|
316
|
+
*/
|
|
317
|
+
dialog {
|
|
318
|
+
padding: 0;
|
|
319
|
+
}
|
|
320
|
+
|
|
321
|
+
/*
|
|
322
|
+
Prevent resizing textareas horizontally by default.
|
|
323
|
+
*/
|
|
324
|
+
|
|
325
|
+
textarea {
|
|
326
|
+
resize: vertical;
|
|
327
|
+
}
|
|
328
|
+
|
|
329
|
+
/*
|
|
330
|
+
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
|
|
331
|
+
2. Set the default placeholder color to the user's configured gray 400 color.
|
|
332
|
+
*/
|
|
333
|
+
|
|
334
|
+
input::placeholder,
|
|
335
|
+
textarea::placeholder {
|
|
336
|
+
opacity: 1; /* 1 */
|
|
337
|
+
color: #9ca3af; /* 2 */
|
|
338
|
+
}
|
|
339
|
+
|
|
340
|
+
/*
|
|
341
|
+
Set the default cursor for buttons.
|
|
342
|
+
*/
|
|
343
|
+
|
|
344
|
+
button,
|
|
345
|
+
[role="button"] {
|
|
346
|
+
cursor: pointer;
|
|
347
|
+
}
|
|
348
|
+
|
|
349
|
+
/*
|
|
350
|
+
Make sure disabled buttons don't get the pointer cursor.
|
|
351
|
+
*/
|
|
352
|
+
:disabled {
|
|
353
|
+
cursor: default;
|
|
354
|
+
}
|
|
355
|
+
|
|
356
|
+
/*
|
|
357
|
+
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
358
|
+
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
|
|
359
|
+
This can trigger a poorly considered lint error in some tools but is included by design.
|
|
360
|
+
*/
|
|
361
|
+
|
|
362
|
+
img,
|
|
363
|
+
svg,
|
|
364
|
+
video,
|
|
365
|
+
canvas,
|
|
366
|
+
audio,
|
|
367
|
+
iframe,
|
|
368
|
+
embed,
|
|
369
|
+
object {
|
|
370
|
+
display: block; /* 1 */
|
|
371
|
+
vertical-align: middle; /* 2 */
|
|
372
|
+
}
|
|
373
|
+
|
|
374
|
+
/*
|
|
375
|
+
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
|
|
376
|
+
*/
|
|
377
|
+
|
|
378
|
+
img,
|
|
379
|
+
video {
|
|
380
|
+
max-width: 100%;
|
|
381
|
+
height: auto;
|
|
382
|
+
}
|
|
383
|
+
|
|
384
|
+
/* Make elements with the HTML hidden attribute stay hidden by default */
|
|
385
|
+
[hidden] {
|
|
386
|
+
display: none;
|
|
387
|
+
}
|
|
388
|
+
|
|
389
|
+
*, ::before, ::after {
|
|
390
|
+
--tw-border-spacing-x: 0;
|
|
391
|
+
--tw-border-spacing-y: 0;
|
|
392
|
+
--tw-translate-x: 0;
|
|
393
|
+
--tw-translate-y: 0;
|
|
394
|
+
--tw-rotate: 0;
|
|
395
|
+
--tw-skew-x: 0;
|
|
396
|
+
--tw-skew-y: 0;
|
|
397
|
+
--tw-scale-x: 1;
|
|
398
|
+
--tw-scale-y: 1;
|
|
399
|
+
--tw-pan-x: ;
|
|
400
|
+
--tw-pan-y: ;
|
|
401
|
+
--tw-pinch-zoom: ;
|
|
402
|
+
--tw-scroll-snap-strictness: proximity;
|
|
403
|
+
--tw-gradient-from-position: ;
|
|
404
|
+
--tw-gradient-via-position: ;
|
|
405
|
+
--tw-gradient-to-position: ;
|
|
406
|
+
--tw-ordinal: ;
|
|
407
|
+
--tw-slashed-zero: ;
|
|
408
|
+
--tw-numeric-figure: ;
|
|
409
|
+
--tw-numeric-spacing: ;
|
|
410
|
+
--tw-numeric-fraction: ;
|
|
411
|
+
--tw-ring-inset: ;
|
|
412
|
+
--tw-ring-offset-width: 0px;
|
|
413
|
+
--tw-ring-offset-color: #fff;
|
|
414
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
415
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
416
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
417
|
+
--tw-shadow: 0 0 #0000;
|
|
418
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
419
|
+
--tw-blur: ;
|
|
420
|
+
--tw-brightness: ;
|
|
421
|
+
--tw-contrast: ;
|
|
422
|
+
--tw-grayscale: ;
|
|
423
|
+
--tw-hue-rotate: ;
|
|
424
|
+
--tw-invert: ;
|
|
425
|
+
--tw-saturate: ;
|
|
426
|
+
--tw-sepia: ;
|
|
427
|
+
--tw-drop-shadow: ;
|
|
428
|
+
--tw-backdrop-blur: ;
|
|
429
|
+
--tw-backdrop-brightness: ;
|
|
430
|
+
--tw-backdrop-contrast: ;
|
|
431
|
+
--tw-backdrop-grayscale: ;
|
|
432
|
+
--tw-backdrop-hue-rotate: ;
|
|
433
|
+
--tw-backdrop-invert: ;
|
|
434
|
+
--tw-backdrop-opacity: ;
|
|
435
|
+
--tw-backdrop-saturate: ;
|
|
436
|
+
--tw-backdrop-sepia: ;
|
|
437
|
+
}
|
|
438
|
+
|
|
439
|
+
::backdrop {
|
|
440
|
+
--tw-border-spacing-x: 0;
|
|
441
|
+
--tw-border-spacing-y: 0;
|
|
442
|
+
--tw-translate-x: 0;
|
|
443
|
+
--tw-translate-y: 0;
|
|
444
|
+
--tw-rotate: 0;
|
|
445
|
+
--tw-skew-x: 0;
|
|
446
|
+
--tw-skew-y: 0;
|
|
447
|
+
--tw-scale-x: 1;
|
|
448
|
+
--tw-scale-y: 1;
|
|
449
|
+
--tw-pan-x: ;
|
|
450
|
+
--tw-pan-y: ;
|
|
451
|
+
--tw-pinch-zoom: ;
|
|
452
|
+
--tw-scroll-snap-strictness: proximity;
|
|
453
|
+
--tw-gradient-from-position: ;
|
|
454
|
+
--tw-gradient-via-position: ;
|
|
455
|
+
--tw-gradient-to-position: ;
|
|
456
|
+
--tw-ordinal: ;
|
|
457
|
+
--tw-slashed-zero: ;
|
|
458
|
+
--tw-numeric-figure: ;
|
|
459
|
+
--tw-numeric-spacing: ;
|
|
460
|
+
--tw-numeric-fraction: ;
|
|
461
|
+
--tw-ring-inset: ;
|
|
462
|
+
--tw-ring-offset-width: 0px;
|
|
463
|
+
--tw-ring-offset-color: #fff;
|
|
464
|
+
--tw-ring-color: rgb(59 130 246 / 0.5);
|
|
465
|
+
--tw-ring-offset-shadow: 0 0 #0000;
|
|
466
|
+
--tw-ring-shadow: 0 0 #0000;
|
|
467
|
+
--tw-shadow: 0 0 #0000;
|
|
468
|
+
--tw-shadow-colored: 0 0 #0000;
|
|
469
|
+
--tw-blur: ;
|
|
470
|
+
--tw-brightness: ;
|
|
471
|
+
--tw-contrast: ;
|
|
472
|
+
--tw-grayscale: ;
|
|
473
|
+
--tw-hue-rotate: ;
|
|
474
|
+
--tw-invert: ;
|
|
475
|
+
--tw-saturate: ;
|
|
476
|
+
--tw-sepia: ;
|
|
477
|
+
--tw-drop-shadow: ;
|
|
478
|
+
--tw-backdrop-blur: ;
|
|
479
|
+
--tw-backdrop-brightness: ;
|
|
480
|
+
--tw-backdrop-contrast: ;
|
|
481
|
+
--tw-backdrop-grayscale: ;
|
|
482
|
+
--tw-backdrop-hue-rotate: ;
|
|
483
|
+
--tw-backdrop-invert: ;
|
|
484
|
+
--tw-backdrop-opacity: ;
|
|
485
|
+
--tw-backdrop-saturate: ;
|
|
486
|
+
--tw-backdrop-sepia: ;
|
|
487
|
+
}
|
|
488
|
+
.gm-text-title {
|
|
489
|
+
font-size: var(--gm-text-title);
|
|
490
|
+
line-height: var(--gm-leading-title);
|
|
491
|
+
font-weight: 700;
|
|
492
|
+
}
|
|
493
|
+
|
|
494
|
+
.gm-text[data-v-d650d997] {
|
|
495
|
+
color: var(--gm-text-color-primary);
|
|
496
|
+
}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.mjs","sources":["../../../packages/giime/component.ts"],"sourcesContent":["import { GmTest } from '@giime/components/src/test';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmTest] as Plugin[];\n"],"names":[],"mappings":";;AAIA,iBAAe,CAAC,MAAM,CAAA;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaults.mjs","sources":["../../../packages/giime/defaults.ts"],"sourcesContent":["import { makeInstaller } from './makeInstaller';\nimport Components from './component';\nimport Plugins from './plugin';\n\nexport default makeInstaller([...Components, ...Plugins]);\n"],"names":[],"mappings":";;;;AAIA,gBAAe,cAAc,CAAC,GAAG,UAAY,EAAA,GAAG,OAAO,CAAC,CAAA;;;;"}
|
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
import installer from './defaults.mjs';
|
|
2
2
|
import './tailwind.css.mjs';
|
|
3
|
-
import '
|
|
4
|
-
import '
|
|
5
|
-
export { testProps } from '
|
|
6
|
-
export { GmTest } from '
|
|
7
|
-
export { GmMessage } from '
|
|
8
|
-
export { getTag, isBoolean, isDate, isDecimal, isError, isEven, isInteger, isNegative, isNil, isNull, isNumber, isObjectLike, isOdd, isPlainObject, isPositive, isString, isSymbol, isUndefined } from '
|
|
3
|
+
import './components/index.mjs';
|
|
4
|
+
import './utils/index.mjs';
|
|
5
|
+
export { testProps } from './components/src/test/test.mjs';
|
|
6
|
+
export { GmTest } from './components/src/test/index.mjs';
|
|
7
|
+
export { GmMessage } from './components/src/message/index.mjs';
|
|
8
|
+
export { getTag, isBoolean, isDate, isDecimal, isError, isEven, isInteger, isNegative, isNil, isNull, isNumber, isObjectLike, isOdd, isPlainObject, isPositive, isString, isSymbol, isUndefined } from './utils/src/is.mjs';
|
|
9
9
|
|
|
10
10
|
const install = installer.install;
|
|
11
11
|
const version = installer.version;
|
package/es/index.mjs.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.mjs","sources":["../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\r\nimport './tailwind.css';\r\nexport * from '@giime/components';\r\nexport * from '@giime/utils';\r\nexport const install = installer.install;\r\nexport const version = installer.version;\r\nexport default installer;\r\n"],"names":[],"mappings":";;;;;;;;;AAIO,MAAM,UAAU,SAAU,CAAA,QAAA;AAC1B,MAAM,UAAU,SAAU,CAAA;;;;"}
|
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import '
|
|
1
|
+
import './constants/index.mjs';
|
|
2
2
|
import { version } from './version.mjs';
|
|
3
|
-
import { INSTALLED_KEY } from '
|
|
3
|
+
import { INSTALLED_KEY } from './constants/key.mjs';
|
|
4
4
|
|
|
5
5
|
const makeInstaller = (components = []) => {
|
|
6
6
|
const install = (app) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"makeInstaller.mjs","sources":["../../../packages/giime/makeInstaller.ts"],"sourcesContent":["import { INSTALLED_KEY } from '@giime/constants';\nimport { version } from './version';\nimport type { App, Plugin } from '@vue/runtime-core';\n\nexport const makeInstaller = (components: Plugin[] = []) => {\n const install = (app: App<any>) => {\n if (app[INSTALLED_KEY]) return;\n\n app[INSTALLED_KEY] = true;\n components.forEach(c => app.use(c));\n };\n\n return {\n version,\n install,\n };\n};\n"],"names":[],"mappings":";;;;AAIO,MAAM,aAAgB,GAAA,CAAC,UAAuB,GAAA,EAAO,KAAA;AAC1D,EAAM,MAAA,OAAA,GAAU,CAAC,GAAkB,KAAA;AACjC,IAAA,IAAI,IAAI,aAAa,CAAA;AAAG,MAAA,OAAA;AAExB,IAAA,GAAA,CAAI,aAAa,CAAI,GAAA,IAAA,CAAA;AACrB,IAAA,UAAA,CAAW,OAAQ,CAAA,CAAA,CAAA,KAAK,GAAI,CAAA,GAAA,CAAI,CAAC,CAAC,CAAA,CAAA;AAAA,GACpC,CAAA;AAEA,EAAO,OAAA;AAAA,IACL,OAAA;AAAA,IACA,OAAA;AAAA,GACF,CAAA;AACF;;;;"}
|
package/es/plugin.mjs
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.mjs","sources":["../../../packages/giime/plugin.ts"],"sourcesContent":["import { GmMessage } from '@giime/components';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmMessage] as Plugin[];\n"],"names":[],"mappings":";;;AAIA,cAAe,CAAC,SAAS,CAAA;;;;"}
|
package/es/version.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const version = "0.0.0-dev.16";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.mjs","sources":["../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.16'\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"component.js","sources":["../../../packages/giime/component.ts"],"sourcesContent":["import { GmTest } from '@giime/components/src/test';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmTest] as Plugin[];\n"],"names":["GmTest"],"mappings":";;;;;;AAIA,iBAAe,CAACA,YAAM,CAAA;;;;"}
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"defaults.js","sources":["../../../packages/giime/defaults.ts"],"sourcesContent":["import { makeInstaller } from './makeInstaller';\nimport Components from './component';\nimport Plugins from './plugin';\n\nexport default makeInstaller([...Components, ...Plugins]);\n"],"names":["makeInstaller","Components","Plugins"],"mappings":";;;;;;;;AAIA,gBAAeA,4BAAc,CAAC,GAAGC,iBAAY,EAAA,GAAGC,cAAO,CAAC,CAAA;;;;"}
|
|
@@ -4,12 +4,12 @@ Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
4
4
|
|
|
5
5
|
var defaults = require('./defaults.js');
|
|
6
6
|
require('./tailwind.css.js');
|
|
7
|
-
require('
|
|
8
|
-
require('
|
|
9
|
-
var test = require('
|
|
10
|
-
var index = require('
|
|
11
|
-
var index$1 = require('
|
|
12
|
-
var is = require('
|
|
7
|
+
require('./components/index.js');
|
|
8
|
+
require('./utils/index.js');
|
|
9
|
+
var test = require('./components/src/test/test.js');
|
|
10
|
+
var index = require('./components/src/test/index.js');
|
|
11
|
+
var index$1 = require('./components/src/message/index.js');
|
|
12
|
+
var is = require('./utils/src/is.js');
|
|
13
13
|
|
|
14
14
|
const install = defaults.default.install;
|
|
15
15
|
const version = defaults.default.version;
|
package/lib/index.js.map
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"index.js","sources":["../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\r\nimport './tailwind.css';\r\nexport * from '@giime/components';\r\nexport * from '@giime/utils';\r\nexport const install = installer.install;\r\nexport const version = installer.version;\r\nexport default installer;\r\n"],"names":["installer"],"mappings":";;;;;;;;;;;;;AAIO,MAAM,UAAUA,gBAAU,CAAA,QAAA;AAC1B,MAAM,UAAUA,gBAAU,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
'use strict';
|
|
2
2
|
|
|
3
|
-
require('
|
|
3
|
+
require('./constants/index.js');
|
|
4
4
|
var version = require('./version.js');
|
|
5
|
-
var key = require('
|
|
5
|
+
var key = require('./constants/key.js');
|
|
6
6
|
|
|
7
7
|
const makeInstaller = (components = []) => {
|
|
8
8
|
const install = (app) => {
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"makeInstaller.js","sources":["../../../packages/giime/makeInstaller.ts"],"sourcesContent":["import { INSTALLED_KEY } from '@giime/constants';\nimport { version } from './version';\nimport type { App, Plugin } from '@vue/runtime-core';\n\nexport const makeInstaller = (components: Plugin[] = []) => {\n const install = (app: App<any>) => {\n if (app[INSTALLED_KEY]) return;\n\n app[INSTALLED_KEY] = true;\n components.forEach(c => app.use(c));\n };\n\n return {\n version,\n install,\n };\n};\n"],"names":["INSTALLED_KEY","version"],"mappings":";;;;;;AAIO,MAAM,aAAgB,GAAA,CAAC,UAAuB,GAAA,EAAO,KAAA;AAC1D,EAAM,MAAA,OAAA,GAAU,CAAC,GAAkB,KAAA;AACjC,IAAA,IAAI,IAAIA,iBAAa,CAAA;AAAG,MAAA,OAAA;AAExB,IAAA,GAAA,CAAIA,iBAAa,CAAI,GAAA,IAAA,CAAA;AACrB,IAAA,UAAA,CAAW,OAAQ,CAAA,CAAA,CAAA,KAAK,GAAI,CAAA,GAAA,CAAI,CAAC,CAAC,CAAA,CAAA;AAAA,GACpC,CAAA;AAEA,EAAO,OAAA;AAAA,aACLC,eAAA;AAAA,IACA,OAAA;AAAA,GACF,CAAA;AACF;;;;"}
|
|
@@ -2,8 +2,8 @@
|
|
|
2
2
|
|
|
3
3
|
Object.defineProperty(exports, '__esModule', { value: true });
|
|
4
4
|
|
|
5
|
-
require('
|
|
6
|
-
var index = require('
|
|
5
|
+
require('./components/index.js');
|
|
6
|
+
var index = require('./components/src/message/index.js');
|
|
7
7
|
|
|
8
8
|
var Plugins = [index.GmMessage];
|
|
9
9
|
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"plugin.js","sources":["../../../packages/giime/plugin.ts"],"sourcesContent":["import { GmMessage } from '@giime/components';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmMessage] as Plugin[];\n"],"names":["GmMessage"],"mappings":";;;;;;;AAIA,cAAe,CAACA,eAAS,CAAA;;;;"}
|
package/lib/version.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const version = "0.0.0-dev.16";
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"version.js","sources":["../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.16'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "giime",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.16",
|
|
4
4
|
"description": "A Component Library for Vue 3",
|
|
5
5
|
"keywords": [
|
|
6
6
|
"giime",
|
|
@@ -14,25 +14,25 @@
|
|
|
14
14
|
"url": "http://gitlab.giikin.cn/giime/giime/issues"
|
|
15
15
|
},
|
|
16
16
|
"license": "MIT",
|
|
17
|
-
"main": "lib/
|
|
18
|
-
"module": "es/
|
|
19
|
-
"types": "es/
|
|
17
|
+
"main": "lib/index.js",
|
|
18
|
+
"module": "es/index.mjs",
|
|
19
|
+
"types": "es/index.d.ts",
|
|
20
20
|
"exports": {
|
|
21
21
|
".": {
|
|
22
|
-
"types": "./es/
|
|
23
|
-
"import": "./es/
|
|
24
|
-
"require": "./lib/
|
|
22
|
+
"types": "./es/index.d.ts",
|
|
23
|
+
"import": "./es/index.mjs",
|
|
24
|
+
"require": "./lib/index.js"
|
|
25
25
|
},
|
|
26
26
|
"./global": {
|
|
27
27
|
"types": "./global.d.ts"
|
|
28
28
|
},
|
|
29
29
|
"./es": {
|
|
30
|
-
"types": "./es/
|
|
31
|
-
"import": "./es/
|
|
30
|
+
"types": "./es/index.d.ts",
|
|
31
|
+
"import": "./es/index.mjs"
|
|
32
32
|
},
|
|
33
33
|
"./lib": {
|
|
34
|
-
"types": "./lib/
|
|
35
|
-
"require": "./lib/
|
|
34
|
+
"types": "./lib/index.d.ts",
|
|
35
|
+
"require": "./lib/index.js"
|
|
36
36
|
},
|
|
37
37
|
"./es/*.mjs": {
|
|
38
38
|
"types": "./es/*.d.ts",
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component.mjs","sources":["../../../../packages/giime/component.ts"],"sourcesContent":["import { GmTest } from '@giime/components/src/test';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmTest] as Plugin[];\n"],"names":[],"mappings":";;AAIA,iBAAe,CAAC,MAAM,CAAA;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.mjs","sources":["../../../../packages/giime/defaults.ts"],"sourcesContent":["import { makeInstaller } from './makeInstaller';\nimport Components from './component';\nimport Plugins from './plugin';\n\nexport default makeInstaller([...Components, ...Plugins]);\n"],"names":[],"mappings":";;;;AAIA,gBAAe,cAAc,CAAC,GAAG,UAAY,EAAA,GAAG,OAAO,CAAC,CAAA;;;;"}
|
package/es/giime/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.mjs","sources":["../../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\r\nimport './tailwind.css';\r\nexport * from '@giime/components';\r\nexport * from '@giime/utils';\r\nexport const install = installer.install;\r\nexport const version = installer.version;\r\nexport default installer;\r\n"],"names":[],"mappings":";;;;;;;;;AAIO,MAAM,UAAU,SAAU,CAAA,QAAA;AAC1B,MAAM,UAAU,SAAU,CAAA;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"makeInstaller.mjs","sources":["../../../../packages/giime/makeInstaller.ts"],"sourcesContent":["import { INSTALLED_KEY } from '@giime/constants';\nimport { version } from './version';\nimport type { App, Plugin } from '@vue/runtime-core';\n\nexport const makeInstaller = (components: Plugin[] = []) => {\n const install = (app: App<any>) => {\n if (app[INSTALLED_KEY]) return;\n\n app[INSTALLED_KEY] = true;\n components.forEach(c => app.use(c));\n };\n\n return {\n version,\n install,\n };\n};\n"],"names":[],"mappings":";;;;AAIO,MAAM,aAAgB,GAAA,CAAC,UAAuB,GAAA,EAAO,KAAA;AAC1D,EAAM,MAAA,OAAA,GAAU,CAAC,GAAkB,KAAA;AACjC,IAAA,IAAI,IAAI,aAAa,CAAA;AAAG,MAAA,OAAA;AAExB,IAAA,GAAA,CAAI,aAAa,CAAI,GAAA,IAAA,CAAA;AACrB,IAAA,UAAA,CAAW,OAAQ,CAAA,CAAA,CAAA,KAAK,GAAI,CAAA,GAAA,CAAI,CAAC,CAAC,CAAA,CAAA;AAAA,GACpC,CAAA;AAEA,EAAO,OAAA;AAAA,IACL,OAAA;AAAA,IACA,OAAA;AAAA,GACF,CAAA;AACF;;;;"}
|
package/es/giime/plugin.mjs
DELETED
package/es/giime/plugin.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.mjs","sources":["../../../../packages/giime/plugin.ts"],"sourcesContent":["import { GmMessage } from '@giime/components';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmMessage] as Plugin[];\n"],"names":[],"mappings":";;;AAIA,cAAe,CAAC,SAAS,CAAA;;;;"}
|
package/es/giime/version.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const version = "0.0.0-dev.14";
|
package/es/giime/version.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"version.mjs","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.14'\n"],"names":[],"mappings":"AAAO,MAAM,OAAU,GAAA;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"component.js","sources":["../../../../packages/giime/component.ts"],"sourcesContent":["import { GmTest } from '@giime/components/src/test';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmTest] as Plugin[];\n"],"names":["GmTest"],"mappings":";;;;;;AAIA,iBAAe,CAACA,YAAM,CAAA;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"defaults.js","sources":["../../../../packages/giime/defaults.ts"],"sourcesContent":["import { makeInstaller } from './makeInstaller';\nimport Components from './component';\nimport Plugins from './plugin';\n\nexport default makeInstaller([...Components, ...Plugins]);\n"],"names":["makeInstaller","Components","Plugins"],"mappings":";;;;;;;;AAIA,gBAAeA,4BAAc,CAAC,GAAGC,iBAAY,EAAA,GAAGC,cAAO,CAAC,CAAA;;;;"}
|
package/lib/giime/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sources":["../../../../packages/giime/index.ts"],"sourcesContent":["import installer from './defaults';\r\nimport './tailwind.css';\r\nexport * from '@giime/components';\r\nexport * from '@giime/utils';\r\nexport const install = installer.install;\r\nexport const version = installer.version;\r\nexport default installer;\r\n"],"names":["installer"],"mappings":";;;;;;;;;;;;;AAIO,MAAM,UAAUA,gBAAU,CAAA,QAAA;AAC1B,MAAM,UAAUA,gBAAU,CAAA;;;;;;;;;;;;;;;;;;;;;;;;;;;"}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"makeInstaller.js","sources":["../../../../packages/giime/makeInstaller.ts"],"sourcesContent":["import { INSTALLED_KEY } from '@giime/constants';\nimport { version } from './version';\nimport type { App, Plugin } from '@vue/runtime-core';\n\nexport const makeInstaller = (components: Plugin[] = []) => {\n const install = (app: App<any>) => {\n if (app[INSTALLED_KEY]) return;\n\n app[INSTALLED_KEY] = true;\n components.forEach(c => app.use(c));\n };\n\n return {\n version,\n install,\n };\n};\n"],"names":["INSTALLED_KEY","version"],"mappings":";;;;;;AAIO,MAAM,aAAgB,GAAA,CAAC,UAAuB,GAAA,EAAO,KAAA;AAC1D,EAAM,MAAA,OAAA,GAAU,CAAC,GAAkB,KAAA;AACjC,IAAA,IAAI,IAAIA,iBAAa,CAAA;AAAG,MAAA,OAAA;AAExB,IAAA,GAAA,CAAIA,iBAAa,CAAI,GAAA,IAAA,CAAA;AACrB,IAAA,UAAA,CAAW,OAAQ,CAAA,CAAA,CAAA,KAAK,GAAI,CAAA,GAAA,CAAI,CAAC,CAAC,CAAA,CAAA;AAAA,GACpC,CAAA;AAEA,EAAO,OAAA;AAAA,aACLC,eAAA;AAAA,IACA,OAAA;AAAA,GACF,CAAA;AACF;;;;"}
|
package/lib/giime/plugin.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"plugin.js","sources":["../../../../packages/giime/plugin.ts"],"sourcesContent":["import { GmMessage } from '@giime/components';\n\nimport type { Plugin } from 'vue';\n\nexport default [GmMessage] as Plugin[];\n"],"names":["GmMessage"],"mappings":";;;;;;;AAIA,cAAe,CAACA,eAAS,CAAA;;;;"}
|
package/lib/giime/version.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const version = "0.0.0-dev.14";
|
package/lib/giime/version.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"file":"version.js","sources":["../../../../packages/giime/version.ts"],"sourcesContent":["export const version = '0.0.0-dev.14'\n"],"names":[],"mappings":";;AAAO,MAAM,OAAU,GAAA;;;;"}
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|