@cargosense/cargo-design-system 1.0.19 → 1.0.20
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/assets/cargo-design-system.css +1 -1
- package/dist/assets/index.cjs.js +138 -117
- package/dist/assets/index.cjs.js.map +1 -1
- package/dist/assets/index.es.js +308 -252
- package/dist/assets/index.es.js.map +1 -1
- package/dist/atoms/index.es.js +22 -22
- package/dist/index.es.js +32 -32
- package/dist/molecules/index.es.js +5 -5
- package/package.json +10 -3
package/dist/atoms/index.es.js
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
import { B as r,
|
|
1
|
+
import { B as r, a as t, C as i, b as g, D as o, E as n, F as l, I as c, c as x, K as b, d, L as m, N as y, P as C, e as I, R as S, S as p, f as u, T as B, g as K, l as P, m as T, n as f, p as v, q as z, s as D, t as E, u as F, v as L, w as M, x as N, y as O, z as R, A as h, G as j, H as k, J as V, M as q, O as w, Q as A } from "../assets/index.es.js";
|
|
2
2
|
import "../fonts/index.es.js";
|
|
3
3
|
export {
|
|
4
4
|
r as Badge,
|
|
@@ -9,14 +9,14 @@ export {
|
|
|
9
9
|
n as ErrorMessage,
|
|
10
10
|
l as FlexContainer,
|
|
11
11
|
c as Icon,
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
12
|
+
x as Informational,
|
|
13
|
+
b as Key,
|
|
14
|
+
d as KeyValue,
|
|
15
|
+
m as Label,
|
|
16
|
+
y as NavImage,
|
|
17
|
+
C as PageSize,
|
|
18
|
+
I as Pagination,
|
|
19
|
+
S as Radio,
|
|
20
20
|
p as Select,
|
|
21
21
|
u as Spinner,
|
|
22
22
|
B as Tag,
|
|
@@ -24,19 +24,19 @@ export {
|
|
|
24
24
|
P as registerBadge,
|
|
25
25
|
T as registerBody,
|
|
26
26
|
f as registerCheckbox,
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
38
|
-
|
|
39
|
-
|
|
27
|
+
v as registerCounter,
|
|
28
|
+
z as registerDataObject,
|
|
29
|
+
D as registerErrorMessage,
|
|
30
|
+
E as registerFlexContainer,
|
|
31
|
+
F as registerIcon,
|
|
32
|
+
L as registerInformational,
|
|
33
|
+
M as registerKey,
|
|
34
|
+
N as registerKeyValue,
|
|
35
|
+
O as registerLabel,
|
|
36
|
+
R as registerNavImage,
|
|
37
|
+
h as registerPageSize,
|
|
38
|
+
j as registerPagination,
|
|
39
|
+
k as registerRadio,
|
|
40
40
|
V as registerSelect,
|
|
41
41
|
q as registerSpinner,
|
|
42
42
|
w as registerTag,
|
package/dist/index.es.js
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
|
-
import { B as s,
|
|
1
|
+
import { B as s, a as t, C as i, b as g, D as o, E as n, F as l, I as T, c as m, K as b, d as c, L as C, N as I, P as p, e as u, R as d, S as v, f as x, T as B, g as N, l as S, m as f, n as y, p as P, q as D, s as K, t as h, u as V, v as z, w as E, x as F, y as H, z as L, A as M, G as O, H as R, J as j, M as k, O as q, Q as w } from "./assets/index.es.js";
|
|
2
2
|
import "./fonts/index.es.js";
|
|
3
|
-
import { Button as G, DateComponent as J, Header as Q, IconContainer as U, Input as W, NavBar as X, NavItem as Y, NavProfile as Z, Search as _, Tab as $, TabContainer as ee, Table as
|
|
3
|
+
import { Button as G, DateComponent as J, Header as Q, IconContainer as U, Input as W, NavBar as X, NavItem as Y, NavProfile as Z, Search as _, Tab as $, TabContainer as ee, Table as ae, TimeComponent as re, ToolTip as se, Value as te, registerButton as ie, registerDate as ge, registerHeader as oe, registerIconContainer as ne, registerInput as le, registerNavBar as Te, registerNavItem as me, registerNavProfile as be, registerSearch as ce, registerTab as Ce, registerTabContainer as Ie, registerTable as pe, registerTime as ue, registerToolTip as de, registerValue as ve } from "./molecules/index.es.js";
|
|
4
4
|
export {
|
|
5
5
|
s as Badge,
|
|
6
6
|
t as Body,
|
|
@@ -16,11 +16,11 @@ export {
|
|
|
16
16
|
U as IconContainer,
|
|
17
17
|
m as Informational,
|
|
18
18
|
W as Input,
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
19
|
+
b as Key,
|
|
20
|
+
c as KeyValue,
|
|
21
|
+
C as Label,
|
|
22
22
|
X as NavBar,
|
|
23
|
-
|
|
23
|
+
I as NavImage,
|
|
24
24
|
Y as NavItem,
|
|
25
25
|
Z as NavProfile,
|
|
26
26
|
p as PageSize,
|
|
@@ -28,44 +28,44 @@ export {
|
|
|
28
28
|
d as Radio,
|
|
29
29
|
_ as Search,
|
|
30
30
|
v as Select,
|
|
31
|
-
|
|
31
|
+
x as Spinner,
|
|
32
32
|
$ as Tab,
|
|
33
33
|
ee as TabContainer,
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
37
|
-
|
|
34
|
+
ae as Table,
|
|
35
|
+
B as Tag,
|
|
36
|
+
N as Textarea,
|
|
37
|
+
re as TimeComponent,
|
|
38
38
|
se as ToolTip,
|
|
39
39
|
te as Value,
|
|
40
|
-
|
|
41
|
-
|
|
40
|
+
S as registerBadge,
|
|
41
|
+
f as registerBody,
|
|
42
42
|
ie as registerButton,
|
|
43
|
-
|
|
44
|
-
|
|
45
|
-
|
|
43
|
+
y as registerCheckbox,
|
|
44
|
+
P as registerCounter,
|
|
45
|
+
D as registerDataObject,
|
|
46
46
|
ge as registerDate,
|
|
47
|
-
|
|
48
|
-
|
|
47
|
+
K as registerErrorMessage,
|
|
48
|
+
h as registerFlexContainer,
|
|
49
49
|
oe as registerHeader,
|
|
50
50
|
V as registerIcon,
|
|
51
51
|
ne as registerIconContainer,
|
|
52
|
-
|
|
52
|
+
z as registerInformational,
|
|
53
53
|
le as registerInput,
|
|
54
|
-
|
|
55
|
-
|
|
56
|
-
|
|
54
|
+
E as registerKey,
|
|
55
|
+
F as registerKeyValue,
|
|
56
|
+
H as registerLabel,
|
|
57
57
|
Te as registerNavBar,
|
|
58
|
-
|
|
58
|
+
L as registerNavImage,
|
|
59
59
|
me as registerNavItem,
|
|
60
|
-
|
|
61
|
-
|
|
62
|
-
|
|
63
|
-
|
|
64
|
-
|
|
65
|
-
|
|
66
|
-
|
|
67
|
-
|
|
68
|
-
|
|
60
|
+
be as registerNavProfile,
|
|
61
|
+
M as registerPageSize,
|
|
62
|
+
O as registerPagination,
|
|
63
|
+
R as registerRadio,
|
|
64
|
+
ce as registerSearch,
|
|
65
|
+
j as registerSelect,
|
|
66
|
+
k as registerSpinner,
|
|
67
|
+
Ce as registerTab,
|
|
68
|
+
Ie as registerTabContainer,
|
|
69
69
|
pe as registerTable,
|
|
70
70
|
q as registerTag,
|
|
71
71
|
w as registerTextarea,
|
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
import "../fonts/index.es.js";
|
|
2
|
-
import {
|
|
2
|
+
import { u as l, j as r, r as o, h as n, k as i, o as s, U as e, z as p, p as h, i as v } from "../assets/index.es.js";
|
|
3
3
|
l();
|
|
4
|
-
class
|
|
4
|
+
class b extends r {
|
|
5
5
|
static styles = i`
|
|
6
6
|
@font-face {
|
|
7
7
|
font-family: 'Geist';
|
|
@@ -210,7 +210,7 @@ class v extends r {
|
|
|
210
210
|
}
|
|
211
211
|
}
|
|
212
212
|
function d() {
|
|
213
|
-
typeof window < "u" && !customElements.get("cd-button") && customElements.define("cd-button",
|
|
213
|
+
typeof window < "u" && !customElements.get("cd-button") && customElements.define("cd-button", b);
|
|
214
214
|
}
|
|
215
215
|
l();
|
|
216
216
|
class f extends r {
|
|
@@ -2278,7 +2278,7 @@ class q extends r {
|
|
|
2278
2278
|
static styles = i`
|
|
2279
2279
|
@font-face {
|
|
2280
2280
|
font-family: 'GeistMono';
|
|
2281
|
-
src: url(${o(
|
|
2281
|
+
src: url(${o(v)}) format('woff');
|
|
2282
2282
|
font-weight: 100 900;
|
|
2283
2283
|
font-style: normal;
|
|
2284
2284
|
}
|
|
@@ -2383,7 +2383,7 @@ function Y() {
|
|
|
2383
2383
|
typeof window < "u" && !customElements.get("cd-icon-container") && customElements.define("cd-icon-container", q);
|
|
2384
2384
|
}
|
|
2385
2385
|
export {
|
|
2386
|
-
|
|
2386
|
+
b as Button,
|
|
2387
2387
|
A as DateComponent,
|
|
2388
2388
|
f as Header,
|
|
2389
2389
|
q as IconContainer,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@cargosense/cargo-design-system",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.20",
|
|
4
4
|
"description": "",
|
|
5
5
|
"homepage": "https://github.com/CargoSense/cargo-design-system#readme",
|
|
6
6
|
"bugs": {
|
|
@@ -54,13 +54,20 @@
|
|
|
54
54
|
"generate-icons": "node scripts/generate_imports.js"
|
|
55
55
|
},
|
|
56
56
|
"dependencies": {
|
|
57
|
+
"@vue/test-utils": "^2.4.6",
|
|
57
58
|
"lit": "^3.3.1",
|
|
58
|
-
"vite": "^7.1.
|
|
59
|
+
"vite": "^7.1.11"
|
|
59
60
|
},
|
|
60
61
|
"devDependencies": {
|
|
62
|
+
"@vitejs/plugin-vue": "^6.0.4",
|
|
63
|
+
"@vitest/browser": "^3.2.4",
|
|
61
64
|
"@vitest/coverage-istanbul": "^3.2.4",
|
|
65
|
+
"@vue/compiler-dom": "^3.5.22",
|
|
66
|
+
"@vue/server-renderer": "^3.5.28",
|
|
62
67
|
"babel-plugin-istanbul": "^7.0.1",
|
|
63
|
-
"vitest": "^3.2.3"
|
|
68
|
+
"vitest": "^3.2.3",
|
|
69
|
+
"vue": "^3.5.22",
|
|
70
|
+
"webdriverio": "^9.20.0"
|
|
64
71
|
},
|
|
65
72
|
"files": [
|
|
66
73
|
"dist"
|