@nest-ui/table
Advanced tools
Comparing version 0.0.4 to 0.0.5
@@ -13,2 +13,8 @@ # CHANGELOG | ||
<!-- Start of Current Changelog --> | ||
## 0.0.5 `2023-04-06` | ||
### Component Changes | ||
#### Table | ||
- :boom: Change table theming name [#151](https://github.com/tokopedia/nest/pull/151) | ||
<!-- End of Current Changelog --> | ||
## 0.0.4 `2023-03-31` | ||
@@ -19,3 +25,2 @@ ### Component Changes | ||
- :boom: Deprecate CSS Attribute [#142](https://github.com/tokopedia/nest/pull/142) | ||
<!-- End of Current Changelog --> | ||
@@ -22,0 +27,0 @@ ## 0.0.3 `2023-02-17` |
import '@emotion/react'; | ||
import type { NestTheme } from '@nest-ui/core'; | ||
import type { TableTheme } from './TableTheme'; | ||
import type { TableTheme } from './tableTheme'; | ||
@@ -5,0 +5,0 @@ // https://emotion.sh/docs/typescript#define-a-theme |
@@ -1,3 +0,3 @@ | ||
export type { TableTheme } from './dist/@types/TableTheme'; | ||
export type { TableTheme } from './dist/@types/tableTheme'; | ||
export { default as Table } from './dist/Table'; | ||
export type { TableColumnsProps, TableExpandable, TableScrollArea, TableDataTree, TableProps, TableComponent, } from './dist/Table/type'; |
{ | ||
"name": "@nest-ui/table", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "NEST Table", | ||
@@ -5,0 +5,0 @@ "license": "ISC", |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
32622
18
523
0