@cargosense/cargo-design-system 1.0.10 → 1.0.11
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.
|
@@ -647,7 +647,7 @@ function V() {
|
|
|
647
647
|
}
|
|
648
648
|
h();
|
|
649
649
|
s();
|
|
650
|
-
class
|
|
650
|
+
class y extends r {
|
|
651
651
|
static styles = i`
|
|
652
652
|
@font-face {
|
|
653
653
|
font-family: 'Geist';
|
|
@@ -828,9 +828,9 @@ class x extends r {
|
|
|
828
828
|
}
|
|
829
829
|
}
|
|
830
830
|
function R() {
|
|
831
|
-
typeof window < "u" && !customElements.get("cd-nav-item") && customElements.define("cd-nav-item",
|
|
831
|
+
typeof window < "u" && !customElements.get("cd-nav-item") && customElements.define("cd-nav-item", y);
|
|
832
832
|
}
|
|
833
|
-
class
|
|
833
|
+
class x extends r {
|
|
834
834
|
static styles = i`
|
|
835
835
|
@font-face {
|
|
836
836
|
font-family: 'Geist';
|
|
@@ -855,7 +855,7 @@ class y extends r {
|
|
|
855
855
|
}
|
|
856
856
|
}
|
|
857
857
|
function F() {
|
|
858
|
-
typeof window < "u" && !customElements.get("cd-table") && customElements.define("cd-table",
|
|
858
|
+
typeof window < "u" && !customElements.get("cd-table") && customElements.define("cd-table", x);
|
|
859
859
|
}
|
|
860
860
|
class w extends r {
|
|
861
861
|
static styles = i`
|
|
@@ -1853,6 +1853,10 @@ class A extends r {
|
|
|
1853
1853
|
type: String,
|
|
1854
1854
|
reflect: !0
|
|
1855
1855
|
},
|
|
1856
|
+
name: {
|
|
1857
|
+
type: String,
|
|
1858
|
+
reflect: !0
|
|
1859
|
+
},
|
|
1856
1860
|
shortcut: {
|
|
1857
1861
|
type: String,
|
|
1858
1862
|
reflect: !0
|
|
@@ -2119,6 +2123,10 @@ class C extends r {
|
|
|
2119
2123
|
}
|
|
2120
2124
|
`;
|
|
2121
2125
|
static properties = {
|
|
2126
|
+
name: {
|
|
2127
|
+
type: String,
|
|
2128
|
+
reflect: !0
|
|
2129
|
+
},
|
|
2122
2130
|
value: {
|
|
2123
2131
|
type: String,
|
|
2124
2132
|
reflect: !0
|
|
@@ -2369,12 +2377,12 @@ export {
|
|
|
2369
2377
|
B as IconContainer,
|
|
2370
2378
|
g as Input,
|
|
2371
2379
|
m as NavBar,
|
|
2372
|
-
|
|
2380
|
+
y as NavItem,
|
|
2373
2381
|
k as NavProfile,
|
|
2374
2382
|
E as Search,
|
|
2375
2383
|
z as Tab,
|
|
2376
2384
|
S as TabContainer,
|
|
2377
|
-
|
|
2385
|
+
x as Table,
|
|
2378
2386
|
C as TimeComponent,
|
|
2379
2387
|
w as ToolTip,
|
|
2380
2388
|
$ as Value,
|