@covalent/components-react 10.4.0-beta.2 → 11.0.0-beta.1
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/ActionRibbon/CovalentActionRibbon.d.ts +0 -1
- package/Alert/CovalentAlert.d.ts +0 -1
- package/AppShell/CovalentAppShell.d.ts +0 -1
- package/Badge/CovalentBadge.d.ts +0 -1
- package/Button/CovalentButton.d.ts +0 -1
- package/Card/CovalentCard.d.ts +0 -1
- package/Checkbox/CovalentCheckbox.d.ts +0 -1
- package/Chips/CovalentChip.d.ts +0 -1
- package/Chips/CovalentChipSet.d.ts +0 -1
- package/CircularProgress/CovalentCircularProgress.d.ts +0 -1
- package/CodeEditor/CovalentCodeEditor.d.ts +0 -1
- package/CodeSnippet/CovalentCodeSnippet.d.ts +0 -1
- package/Dialog/CovalentDialog.d.ts +0 -1
- package/Drawer/CovalentDrawer.d.ts +0 -1
- package/EmptyState/CovalentEmptyState.d.ts +0 -1
- package/ExpansionPanel/CovalentExpansionPanel.d.ts +0 -1
- package/ExpansionPanel/CovalentExpansionPanelItem.d.ts +0 -1
- package/FocusedPage/CovalentFocusedPage.d.ts +0 -1
- package/Formfield/CovalentFormfield.d.ts +0 -1
- package/FullScreenDialog/CovalentFullscreenDialog.d.ts +0 -1
- package/Icon/CovalentIcon.d.ts +0 -1
- package/IconButton/CovalentIconButton.d.ts +0 -1
- package/IconButtonToggle/CovalentIconButtonToggle.d.ts +0 -1
- package/IconCheckbox/CovalentIconCheckToggle.d.ts +0 -1
- package/IconLockup/CovalentIconLockup.d.ts +0 -1
- package/IconRadio/CovalentIconRadioToggle.d.ts +0 -1
- package/LinearProgress/CovalentLinearProgress.d.ts +0 -1
- package/List/CovalentCheckListItem.d.ts +0 -1
- package/List/CovalentList.d.ts +0 -1
- package/List/CovalentListItem.d.ts +0 -1
- package/List/CovalentNavRailListItem.d.ts +0 -1
- package/List/CovalentRadioListItem.d.ts +0 -1
- package/Menu/CovalentMenu.d.ts +0 -1
- package/NotebookCell/CovalentNotebookCell.d.ts +0 -1
- package/Radio/CovalentRadio.d.ts +0 -1
- package/Select/CovalentSelect.d.ts +0 -1
- package/SideSheet/CovalentSideSheet.d.ts +0 -1
- package/Slider/CovalentSlider.d.ts +0 -1
- package/Slider/CovalentSliderRange.d.ts +0 -1
- package/Snackbar/CovalentSnackbar.d.ts +0 -1
- package/StatusDialog/CovalentStatusDialog.d.ts +0 -1
- package/StatusHeader/CovalentStatusHeader.d.ts +0 -1
- package/StatusHeader/CovalentStatusHeaderItem.d.ts +0 -1
- package/Switch/CovalentSwitch.d.ts +0 -1
- package/Tab/CovalentTab.d.ts +0 -1
- package/Tab/CovalentTabBar.d.ts +0 -1
- package/TextLockup/CovalentTextLockup.d.ts +0 -1
- package/Textarea/CovalentTextArea.d.ts +0 -1
- package/Textfield/CovalentTextField.d.ts +0 -1
- package/Toolbar/CovalentToolbar.d.ts +0 -1
- package/Tooltip/CovalentTooltip.d.ts +0 -1
- package/TopAppBar/CovalentTopAppBar.d.ts +0 -1
- package/TopAppBar/CovalentTopAppBarFixed.d.ts +0 -1
- package/TreeList/CovalentTreeList.d.ts +0 -1
- package/TreeList/CovalentTreeListItem.d.ts +0 -1
- package/Typography/CovalentTypography.d.ts +0 -1
- package/index.d.ts +0 -56
- /package/{style.css → covalent.css} +0 -0
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
|
};
|
package/package.json
CHANGED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentActionRibbon: React.ForwardRefExoticComponent<any>;
|
package/Alert/CovalentAlert.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentAlert: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentAppShell: React.ForwardRefExoticComponent<any>;
|
package/Badge/CovalentBadge.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentBadge: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentButton: React.ForwardRefExoticComponent<any>;
|
package/Card/CovalentCard.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentCard: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentCheckbox: React.ForwardRefExoticComponent<any>;
|
package/Chips/CovalentChip.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentChip: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentChipSet: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentCircularProgress: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentCodeEditor: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentCodeSnippet: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentDialog: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentDrawer: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentEmptyState: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentExpansionPanel: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentExpansionPanelItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentFocusedPage: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentFormfield: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentFullscreenDialog: React.ForwardRefExoticComponent<any>;
|
package/Icon/CovalentIcon.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentIcon: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentIconButton: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentIconButtonToggle: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentIconCheckToggle: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentIconLockup: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentIconRadioToggle: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentLinearProgress: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentCheckListItem: React.ForwardRefExoticComponent<any>;
|
package/List/CovalentList.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentList: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentListItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentNavRailListItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentRadioListItem: React.ForwardRefExoticComponent<any>;
|
package/Menu/CovalentMenu.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentMenu: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentNotebookCell: React.ForwardRefExoticComponent<any>;
|
package/Radio/CovalentRadio.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentRadio: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentSelect: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentSideSheet: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentSlider: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentSliderRange: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentSnackbar: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentStatusDialog: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentStatusHeader: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentStatusHeaderItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentSwitch: React.ForwardRefExoticComponent<any>;
|
package/Tab/CovalentTab.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTab: React.ForwardRefExoticComponent<any>;
|
package/Tab/CovalentTabBar.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTabBar: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTextLockup: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTextArea: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTextField: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentToolbar: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTooltip: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTopAppBar: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTopAppBarFixed: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTreeList: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTreeListItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export declare const CovalentTypography: React.ForwardRefExoticComponent<any>;
|
package/index.d.ts
DELETED
|
@@ -1,56 +0,0 @@
|
|
|
1
|
-
export * from './ActionRibbon/CovalentActionRibbon';
|
|
2
|
-
export * from './Alert/CovalentAlert';
|
|
3
|
-
export * from './AppShell/CovalentAppShell';
|
|
4
|
-
export * from './Badge/CovalentBadge';
|
|
5
|
-
export * from './Button/CovalentButton';
|
|
6
|
-
export * from './Card/CovalentCard';
|
|
7
|
-
export * from './Checkbox/CovalentCheckbox';
|
|
8
|
-
export * from './List/CovalentCheckListItem';
|
|
9
|
-
export * from './Chips/CovalentChip';
|
|
10
|
-
export * from './Chips/CovalentChipSet';
|
|
11
|
-
export * from './CircularProgress/CovalentCircularProgress';
|
|
12
|
-
export * from './CodeEditor/CovalentCodeEditor';
|
|
13
|
-
export * from './CodeSnippet/CovalentCodeSnippet';
|
|
14
|
-
export * from './Dialog/CovalentDialog';
|
|
15
|
-
export * from './Drawer/CovalentDrawer';
|
|
16
|
-
export * from './EmptyState/CovalentEmptyState';
|
|
17
|
-
export * from './ExpansionPanel/CovalentExpansionPanel';
|
|
18
|
-
export * from './ExpansionPanel/CovalentExpansionPanelItem';
|
|
19
|
-
export * from './FocusedPage/CovalentFocusedPage';
|
|
20
|
-
export * from './Formfield/CovalentFormfield';
|
|
21
|
-
export * from './FullScreenDialog/CovalentFullscreenDialog';
|
|
22
|
-
export * from './Icon/CovalentIcon';
|
|
23
|
-
export * from './IconButton/CovalentIconButton';
|
|
24
|
-
export * from './IconButtonToggle/CovalentIconButtonToggle';
|
|
25
|
-
export * from './IconCheckbox/CovalentIconCheckToggle';
|
|
26
|
-
export * from './IconLockup/CovalentIconLockup';
|
|
27
|
-
export * from './IconRadio/CovalentIconRadioToggle';
|
|
28
|
-
export * from './LinearProgress/CovalentLinearProgress';
|
|
29
|
-
export * from './List/CovalentList';
|
|
30
|
-
export * from './List/CovalentListItem';
|
|
31
|
-
export * from './Menu/CovalentMenu';
|
|
32
|
-
export * from './List/CovalentNavRailListItem';
|
|
33
|
-
export * from './NotebookCell/CovalentNotebookCell';
|
|
34
|
-
export * from './Radio/CovalentRadio';
|
|
35
|
-
export * from './List/CovalentRadioListItem';
|
|
36
|
-
export * from './Select/CovalentSelect';
|
|
37
|
-
export * from './SideSheet/CovalentSideSheet';
|
|
38
|
-
export * from './Slider/CovalentSlider';
|
|
39
|
-
export * from './Slider/CovalentSliderRange';
|
|
40
|
-
export * from './Snackbar/CovalentSnackbar';
|
|
41
|
-
export * from './StatusDialog/CovalentStatusDialog';
|
|
42
|
-
export * from './StatusHeader/CovalentStatusHeader';
|
|
43
|
-
export * from './StatusHeader/CovalentStatusHeaderItem';
|
|
44
|
-
export * from './Switch/CovalentSwitch';
|
|
45
|
-
export * from './Tab/CovalentTab';
|
|
46
|
-
export * from './Tab/CovalentTabBar';
|
|
47
|
-
export * from './Textarea/CovalentTextArea';
|
|
48
|
-
export * from './Textfield/CovalentTextField';
|
|
49
|
-
export * from './TextLockup/CovalentTextLockup';
|
|
50
|
-
export * from './Toolbar/CovalentToolbar';
|
|
51
|
-
export * from './Tooltip/CovalentTooltip';
|
|
52
|
-
export * from './TopAppBar/CovalentTopAppBar';
|
|
53
|
-
export * from './TopAppBar/CovalentTopAppBarFixed';
|
|
54
|
-
export * from './TreeList/CovalentTreeList';
|
|
55
|
-
export * from './TreeList/CovalentTreeListItem';
|
|
56
|
-
export * from './Typography/CovalentTypography';
|
|
File without changes
|