@covalent/components-react 10.3.2 → 10.3.3
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/index.mjs +11 -11
- package/package.json +1 -1
package/index.mjs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
import * as e from "react";
|
|
2
|
-
import { CovalentActionRibbon as S, CovalentAlert as T, CovalentAppShell as b, CovalentBadge as I, CovalentButton as
|
|
2
|
+
import { CovalentActionRibbon as S, CovalentAlert as T, CovalentAppShell as b, CovalentBadge as I, CovalentButton as L, CovalentCard as f, CovalentCheckbox as x, CovalentCheckListItem as k, CovalentChip as y, CovalentChipSet as B, CovalentCircularProgress as R, CovalentCodeEditor as E, CovalentCodeSnippet as A, CovalentDialog as P, CovalentDrawer as F, CovalentEmptyState as w, CovalentExpansionPanel as D, CovalentExpansionPanelItem as q, CovalentFocusedPage as H, CovalentFormfield as M, CovalentFullscreenDialog as j, CovalentIcon as O, CovalentIconButton as W, CovalentIconButtonToggle as z, CovalentIconCheckToggle as G, CovalentIconLockup as J, CovalentIconRadioToggle as K, CovalentLinearProgress as Q, CovalentList as U, CovalentListItem as V, CovalentMenu as X, CovalentNavRailListItem as Y, CovalentNotebookCell as Z, CovalentRadio as _, CovalentRadioListItem as ee, CovalentSelect as te, CovalentSideSheet as ae, CovalentSlider as ne, CovalentSliderRange as oe, CovalentSnackbar as le, CovalentStatusDialog as se, CovalentStatusHeader as ce, CovalentStatusHeaderItem as ve, CovalentSwitch as Ce, CovalentTab as re, CovalentTabBar as ie, CovalentTextArea as ge, CovalentTextField as me, CovalentTextLockup as de, CovalentToolbar as pe, CovalentTooltip as ue, CovalentTopAppBar as Ne, CovalentTopAppBarFixed as he, CovalentTreeList as $e, CovalentTreeListItem as Se, CovalentTypography as Te } from "@covalent/components";
|
|
3
3
|
/**
|
|
4
4
|
* @license
|
|
5
5
|
* Copyright 2018 Google LLC
|
|
@@ -31,11 +31,11 @@ const be = /* @__PURE__ */ new Set(["children", "localName", "ref", "style", "cl
|
|
|
31
31
|
}, [v]) });
|
|
32
32
|
});
|
|
33
33
|
return r.displayName = m ?? C.name, r;
|
|
34
|
-
},
|
|
34
|
+
}, Le = t({
|
|
35
35
|
tagName: "cv-action-ribbon",
|
|
36
36
|
elementClass: S,
|
|
37
37
|
react: e
|
|
38
|
-
}),
|
|
38
|
+
}), fe = t({
|
|
39
39
|
tagName: "cv-alert",
|
|
40
40
|
elementClass: T,
|
|
41
41
|
react: e
|
|
@@ -52,11 +52,11 @@ const be = /* @__PURE__ */ new Set(["children", "localName", "ref", "style", "cl
|
|
|
52
52
|
react: e
|
|
53
53
|
}), ye = t({
|
|
54
54
|
tagName: "cv-button",
|
|
55
|
-
elementClass:
|
|
55
|
+
elementClass: L,
|
|
56
56
|
react: e
|
|
57
57
|
}), Be = t({
|
|
58
58
|
tagName: "cv-card",
|
|
59
|
-
elementClass:
|
|
59
|
+
elementClass: f,
|
|
60
60
|
react: e
|
|
61
61
|
}), Re = t({
|
|
62
62
|
tagName: "cv-checkbox",
|
|
@@ -362,14 +362,14 @@ const be = /* @__PURE__ */ new Set(["children", "localName", "ref", "style", "cl
|
|
|
362
362
|
events: {
|
|
363
363
|
onnav: "nav"
|
|
364
364
|
}
|
|
365
|
-
}),
|
|
365
|
+
}), Lt = t({
|
|
366
366
|
tagName: "cv-tree-list-item",
|
|
367
367
|
elementClass: Se,
|
|
368
368
|
react: e,
|
|
369
369
|
events: {
|
|
370
370
|
onselect: "select"
|
|
371
371
|
}
|
|
372
|
-
}),
|
|
372
|
+
}), ft = t({
|
|
373
373
|
tagName: "cv-typography",
|
|
374
374
|
elementClass: Te,
|
|
375
375
|
react: e,
|
|
@@ -378,8 +378,8 @@ const be = /* @__PURE__ */ new Set(["children", "localName", "ref", "style", "cl
|
|
|
378
378
|
}
|
|
379
379
|
});
|
|
380
380
|
export {
|
|
381
|
-
|
|
382
|
-
|
|
381
|
+
Le as CovalentActionRibbon,
|
|
382
|
+
fe as CovalentAlert,
|
|
383
383
|
xe as CovalentAppShell,
|
|
384
384
|
ke as CovalentBadge,
|
|
385
385
|
ye as CovalentButton,
|
|
@@ -432,6 +432,6 @@ export {
|
|
|
432
432
|
Tt as CovalentTopAppBar,
|
|
433
433
|
bt as CovalentTopAppBarFixed,
|
|
434
434
|
It as CovalentTreeList,
|
|
435
|
-
|
|
436
|
-
|
|
435
|
+
Lt as CovalentTreeListItem,
|
|
436
|
+
ft as CovalentTypography
|
|
437
437
|
};
|