@phila/phila-ui-radio 0.0.3 → 0.0.4

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.
Files changed (2) hide show
  1. package/dist/types.d.ts +2 -1
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -1,5 +1,5 @@
1
1
  import Radio from './Radio.vue';
2
- declare module '@vue/runtime-core' {
2
+ declare module 'vue' {
3
3
  interface GlobalComponents {
4
4
  Radio: typeof Radio;
5
5
  }
@@ -14,3 +14,4 @@ export interface RadioProps {
14
14
  small?: boolean;
15
15
  options: object | Array<string | number | object>;
16
16
  }
17
+ export default Radio;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phila/phila-ui-radio",
3
3
  "private": false,
4
- "version": "0.0.3",
4
+ "version": "0.0.4",
5
5
  "type": "module",
6
6
  "files": [
7
7
  "dist"
@@ -43,5 +43,5 @@
43
43
  "registry": "https://registry.npmjs.com/",
44
44
  "access": "public"
45
45
  },
46
- "gitHead": "41f3602a8182b747db366652993576f74555dd20"
46
+ "gitHead": "17ea0e29f4566d58fe5eccba43c916d4453129ad"
47
47
  }