@oliasoft-open-source/react-ui-library 5.8.11-beta-1 → 5.8.11-beta-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/dist/global.css +1 -1
- package/dist/index.d.ts +0 -7
- package/dist/index.js +175 -264
- package/package.json +1 -3
package/dist/index.d.ts
CHANGED
|
@@ -82,8 +82,6 @@ export declare const CheckBox: ({ noMargin, dataix, isInTable, tabIndex, checked
|
|
|
82
82
|
|
|
83
83
|
export declare const Chevron: ({ expanded }: IChevronProps) => JSX_2.Element;
|
|
84
84
|
|
|
85
|
-
export declare const Collapse: ({ children, expanded }: ICollapseProps) => JSX_2.Element;
|
|
86
|
-
|
|
87
85
|
export declare enum Color {
|
|
88
86
|
DANGER = "danger",
|
|
89
87
|
RED = "red",
|
|
@@ -325,11 +323,6 @@ export declare interface IChevronProps {
|
|
|
325
323
|
expanded: boolean;
|
|
326
324
|
}
|
|
327
325
|
|
|
328
|
-
export declare interface ICollapseProps {
|
|
329
|
-
children: default_2.ReactNode;
|
|
330
|
-
expanded: boolean;
|
|
331
|
-
}
|
|
332
|
-
|
|
333
326
|
/**
|
|
334
327
|
* Icon wrapper component to support different icon formats:
|
|
335
328
|
* - string names (default recommendation)
|