eoss-ui 0.7.51 → 0.7.52
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/lib/eoss-ui.common.js +1 -1
- package/lib/index.js +1 -1
- package/lib/theme-chalk/data-table.css +1 -1
- package/lib/theme-chalk/index.css +1 -1
- package/package.json +1 -1
- package/packages/theme-chalk/lib/data-table.css +1 -1
- package/packages/theme-chalk/lib/index.css +1 -1
- package/packages/theme-chalk/src/data-table.scss +9 -5
- package/src/index.js +1 -1
package/lib/eoss-ui.common.js
CHANGED
|
@@ -94454,7 +94454,7 @@ if (typeof window !== 'undefined' && window.Vue) {
|
|
|
94454
94454
|
}
|
|
94455
94455
|
|
|
94456
94456
|
/* harmony default export */ var src_0 = __webpack_exports__["default"] = ({
|
|
94457
|
-
version: '0.7.
|
|
94457
|
+
version: '0.7.52',
|
|
94458
94458
|
install: install,
|
|
94459
94459
|
Button: packages_button,
|
|
94460
94460
|
ButtonGroup: button_group,
|