@bcrs-shared-components/base-address 2.0.0 → 2.0.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/BaseAddress.vue +1 -1
- package/package.json +3 -3
package/BaseAddress.vue
CHANGED
|
@@ -484,7 +484,7 @@ export default class BaseAddress extends Mixins(ValidationMixin, CountriesProvin
|
|
|
484
484
|
</script>
|
|
485
485
|
|
|
486
486
|
<style lang="scss" scoped>
|
|
487
|
-
@import "
|
|
487
|
+
@import "@/assets/styles/theme.scss";
|
|
488
488
|
|
|
489
489
|
// Address Block Layout
|
|
490
490
|
.address-block {
|
package/package.json
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@bcrs-shared-components/base-address",
|
|
3
|
-
"version": "2.0.
|
|
3
|
+
"version": "2.0.2",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
7
7
|
"dependencies": {
|
|
8
|
-
"@bcrs-shared-components/mixins": "^1.1.
|
|
8
|
+
"@bcrs-shared-components/mixins": "^1.1.21",
|
|
9
9
|
"lodash.uniqueid": "^4.0.1",
|
|
10
10
|
"vue": "^2.7.14",
|
|
11
11
|
"vuelidate": "^0.7.4"
|
|
@@ -14,5 +14,5 @@
|
|
|
14
14
|
"vue-plugin-helper-decorator": "^0.0.11",
|
|
15
15
|
"vue-property-decorator": "^9.1.2"
|
|
16
16
|
},
|
|
17
|
-
"gitHead": "
|
|
17
|
+
"gitHead": "71f2471bf6a15d1d58b6963966ad7f1db6b41e23"
|
|
18
18
|
}
|