@telesign/boreal-vue 0.1.0-alpha.5 → 0.1.0-alpha.7

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.d.ts CHANGED
@@ -1 +1,2 @@
1
1
  export * from "./components";
2
+ export { ToastService } from "@telesign/boreal-web-components/components/index.js";
package/dist/index.js CHANGED
@@ -1,2 +1,3 @@
1
1
  export * from "./components";
2
+ export { ToastService } from "@telesign/boreal-web-components/components/index.js";
2
3
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAC"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../lib/index.ts"],"names":[],"mappings":"AACA,cAAc,cAAc,CAAC;AAC7B,OAAO,EAAE,YAAY,EAAE,MAAM,qDAAqD,CAAC"}
@@ -101,7 +101,7 @@
101
101
  overflow-wrap: break-word;
102
102
 
103
103
  background-color: $boreal-ui-base-light;
104
- padding: $boreal-spacing-3xs $boreal-spacing-xs;
104
+ padding: $boreal-spatial-padding-3xs $boreal-spatial-padding-xs;
105
105
  border-radius: $boreal-radius-xs;
106
106
 
107
107
  display: inline;