@covalent/components-react 0.0.5 → 0.0.6
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/action-ribbon/action-ribbon.d.ts +1 -0
- package/alert/alert.d.ts +1 -0
- package/app-shell/app-shell.d.ts +1 -0
- package/card/card.d.ts +1 -0
- package/checkbox/checkbox.d.ts +1 -0
- package/chips/chip-set.d.ts +1 -0
- package/chips/chip.d.ts +1 -0
- package/circular-progress/circular-progress.d.ts +1 -0
- package/code-snippet/code-snippet.d.ts +1 -0
- package/dialog/dialog.d.ts +1 -0
- package/drawer/drawer.d.ts +1 -0
- package/empty-state/empty-state.d.ts +1 -0
- package/icon/icon.d.ts +1 -0
- package/icon-button/icon-button.d.ts +1 -0
- package/icon-checkbox/icon-checkbox.d.ts +1 -0
- package/icon-radio/icon-radio.d.ts +1 -0
- package/index.d.ts +44 -0
- package/index.js +2 -4185
- package/index.mjs +252 -33604
- package/linear-progress/linear-progress.d.ts +1 -0
- package/list/check-list-item.d.ts +1 -0
- package/list/list-item.d.ts +1 -0
- package/list/list.d.ts +1 -0
- package/list/nav-list-item.d.ts +1 -0
- package/list/radio-list-item.d.ts +1 -0
- package/menu/menu.d.ts +1 -0
- package/package.json +1 -1
- package/radio/radio.d.ts +1 -0
- package/select/select.d.ts +1 -0
- package/side-sheet/side-sheet.d.ts +1 -0
- package/slider/slider.d.ts +1 -0
- package/slider-range/slider-range.d.ts +1 -0
- package/snackbar/snackbar.d.ts +1 -0
- package/status-header/status-header-item.d.ts +1 -0
- package/status-header/status-header.d.ts +1 -0
- package/switch/switch.d.ts +1 -0
- package/tab/tab-bar.d.ts +1 -0
- package/tab/tab.d.ts +1 -0
- package/text-lockup/text-lockup.d.ts +1 -0
- package/textarea/textarea.d.ts +1 -0
- package/textfield/textfield.d.ts +1 -0
- package/toolbar/toolbar.d.ts +1 -0
- package/tooltip/tooltip.d.ts +1 -0
- package/top-app-bar/top-app-bar.d.ts +1 -0
- package/top-app-bar-fixed/top-app-bar-fixed.d.ts +1 -0
- package/tree-list/tree-list-item.d.ts +1 -0
- package/tree-list/tree-list.d.ts +1 -0
- package/typography/typography.d.ts +1 -0
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentLinearProgress: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentCheckListItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentListItem: React.ForwardRefExoticComponent<any>;
|
package/list/list.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentList: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentNavRailListItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentRadioListItem: React.ForwardRefExoticComponent<any>;
|
package/menu/menu.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentMenu: React.ForwardRefExoticComponent<any>;
|
package/package.json
CHANGED
package/radio/radio.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentRadio: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentSelect: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentSideSheet: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentSlider: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentSliderRange: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentSnackbar: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentStatusHeaderItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentStatusHeader: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentSwitch: React.ForwardRefExoticComponent<any>;
|
package/tab/tab-bar.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTabBar: React.ForwardRefExoticComponent<any>;
|
package/tab/tab.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTab: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTextLockup: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTextArea: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTextField: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentToolbar: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTooltip: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTopAppBar: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTopAppBarFixed: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTreeListItem: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTreeList: React.ForwardRefExoticComponent<any>;
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export declare const CovalentTypography: React.ForwardRefExoticComponent<any>;
|