bkui-vue 0.0.2-beta.62 → 0.0.2-beta.64
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 +27 -27
- package/dist/index.esm.js +2 -0
- package/dist/index.umd.js +26 -26
- package/dist/style.css +1 -1
- package/dist/style.variable.css +1 -1
- package/lib/alert/alert.css +7 -0
- package/lib/alert/alert.less +16 -6
- package/lib/alert/alert.variable.css +7 -0
- package/lib/config-provider/index.js +1 -1
- package/lib/config-provider/use-global-config.d.ts +2 -0
- package/package.json +1 -1
package/dist/index.esm.js
CHANGED
@@ -33174,9 +33174,11 @@ export {
|
|
33174
33174
|
us as clickoutside,
|
33175
33175
|
lg as containerProps,
|
33176
33176
|
dE as default,
|
33177
|
+
tr as defaultRootConfig,
|
33177
33178
|
uE as mousewheel,
|
33178
33179
|
oE as overflowTitle,
|
33179
33180
|
M1 as provideGlobalConfig,
|
33181
|
+
xu as rootProviderKey,
|
33180
33182
|
e6 as setPrefixVariable,
|
33181
33183
|
lE as useGlobalConfig,
|
33182
33184
|
It as useLocale,
|