beca-ui 2.0.8-beta.17 → 2.0.8-beta.18
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/beca-ui.js +2 -1
- package/package.json +1 -1
package/dist/beca-ui.js
CHANGED
|
@@ -98015,7 +98015,8 @@ const Ctt = (e) => {
|
|
|
98015
98015
|
components: m ? {
|
|
98016
98016
|
header: {
|
|
98017
98017
|
cell: Ctt
|
|
98018
|
-
}
|
|
98018
|
+
},
|
|
98019
|
+
...e.components
|
|
98019
98020
|
} : e.components,
|
|
98020
98021
|
scroll: b ? {
|
|
98021
98022
|
x: (ue = e.scroll) == null ? void 0 : ue.x,
|