layers-design-system 2.7.0 → 2.7.2
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/README.md +5 -0
- package/dist/{en-5c2d26e3.js → en-56f9f48c.js} +1 -1
- package/dist/{es-0fc36192.js → es-60ab9ed1.js} +1 -1
- package/dist/index-690e5302.js +9 -0
- package/dist/layers-design-system.js +1 -1
- package/dist/layers-design-system.umd.cjs +10 -10
- package/dist/{main-1f58c502.js → main-53368021.js} +2298 -2207
- package/dist/main.d.ts +2 -2
- package/dist/{pt-br-faffb17d.js → pt-br-6395fdf7.js} +1 -1
- package/dist/style.css +1 -1
- package/package.json +1 -1
package/dist/main.d.ts
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
export default LayersDesignSystem;
|
|
2
|
-
import Notification from
|
|
3
|
-
import Language from
|
|
2
|
+
import Notification from './helpers/Notification';
|
|
3
|
+
import Language from './helpers/I18n';
|
|
4
4
|
declare namespace LayersDesignSystem {
|
|
5
5
|
function install(Vue: any): void;
|
|
6
6
|
}
|