@kosdev-code/base-ui-components 1.0.10 → 1.0.11
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/components/molecules/table/index.d.ts +1 -0
- package/components/molecules/table/index.d.ts.map +1 -1
- package/index.cjs +194 -194
- package/index.js +1 -0
- package/package.json +2 -2
package/index.js
CHANGED
|
@@ -11220,6 +11220,7 @@ export {
|
|
|
11220
11220
|
Sy as Table,
|
|
11221
11221
|
Wn as TableHeader,
|
|
11222
11222
|
ty as TableNamedListItemTemplate,
|
|
11223
|
+
ti as TableTd,
|
|
11223
11224
|
Ed as Tag,
|
|
11224
11225
|
Mb as TagWithRemove,
|
|
11225
11226
|
M as Text,
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kosdev-code/base-ui-components",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.11",
|
|
4
4
|
"main": "./index.cjs",
|
|
5
5
|
"module": "./index.js",
|
|
6
6
|
"types": "./index.d.ts",
|
|
@@ -35,7 +35,7 @@
|
|
|
35
35
|
},
|
|
36
36
|
"kos": {
|
|
37
37
|
"build": {
|
|
38
|
-
"gitHash": "
|
|
38
|
+
"gitHash": "def6d1a7ee10157a3dc62849424931b874a3854c"
|
|
39
39
|
}
|
|
40
40
|
}
|
|
41
41
|
}
|