@syscore/ui-library 1.5.0 → 1.5.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/dist/index.cjs.js +1 -1
- package/dist/index.d.ts +3 -0
- package/dist/index.es.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -251,6 +251,7 @@ import { StandardTableHeader } from '../client/components/ui/standard-table';
|
|
|
251
251
|
import { StandardTableHeaderRow } from '../client/components/ui/standard-table';
|
|
252
252
|
import { StandardTableListRow } from '../client/components/ui/standard-table';
|
|
253
253
|
import { StandardTableRow } from '../client/components/ui/standard-table';
|
|
254
|
+
import { StandardTableRowHeader } from '../client/components/ui/standard-table';
|
|
254
255
|
import { StandardTableTrigger } from '../client/components/ui/standard-table';
|
|
255
256
|
import { Switch } from '../client/components/ui/switch';
|
|
256
257
|
import { Tab } from '../client/hooks/use-tabs';
|
|
@@ -824,6 +825,8 @@ export { StandardTableListRow }
|
|
|
824
825
|
|
|
825
826
|
export { StandardTableRow }
|
|
826
827
|
|
|
828
|
+
export { StandardTableRowHeader }
|
|
829
|
+
|
|
827
830
|
export { StandardTableTrigger }
|
|
828
831
|
|
|
829
832
|
export { Switch }
|
package/dist/index.es.js
CHANGED
|
@@ -10035,6 +10035,7 @@ export {
|
|
|
10035
10035
|
StandardTableHeaderRow,
|
|
10036
10036
|
StandardTableListRow,
|
|
10037
10037
|
StandardTableRow,
|
|
10038
|
+
StandardTableRowHeader,
|
|
10038
10039
|
StandardTableTrigger,
|
|
10039
10040
|
Switch,
|
|
10040
10041
|
Table,
|