@worksafevictoria/wcl7.5 1.1.0-beta.16 → 1.1.0-beta.17

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@worksafevictoria/wcl7.5",
3
- "version": "1.1.0-beta.16",
3
+ "version": "1.1.0-beta.17",
4
4
  "main": "src/index.js",
5
5
  "license": "MIT",
6
6
  "repository": {
@@ -160,6 +160,7 @@ export default {
160
160
  }
161
161
  .modal-body {
162
162
  padding: 32px;
163
+ margin-top: 16px;
163
164
  fieldset {
164
165
  display: flex;
165
166
  flex-direction: row;
@@ -3,34 +3,7 @@ import FormAddressPostcode from './index.vue'
3
3
  export default {
4
4
  title: 'SubComponents/FormAddressPostcode',
5
5
  component: FormAddressPostcode,
6
- argTypes: {
7
- showShadow: {
8
- control: 'boolean'
9
- },
10
- inputPlaceholder: {
11
- control: 'text'
12
- },
13
- showFullAddress: {
14
- control: 'boolean'
15
- },
16
- geocode: {
17
- control: 'boolean'
18
- },
19
- reverseGeocode: {
20
- control: 'boolean'
21
- },
22
- baseUrl: {
23
- control: 'text'
24
- },
25
- inputClassName: {
26
- control: 'text'
27
- }
28
- }
29
- }
30
-
31
-
32
- export const Default = {
33
-
6
+ tags: ['autodocs'],
34
7
  args: {
35
8
  showShadow: false,
36
9
  inputPlaceholder: 'Search for a suburb or postcode',
@@ -41,3 +14,5 @@ export const Default = {
41
14
  inputClassName: 'class-name'
42
15
  }
43
16
  }
17
+
18
+ export const Default = {}