@phila/phila-ui-core 1.0.17 → 1.0.18
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/types.d.ts +2 -0
- package/package.json +2 -2
package/dist/types.d.ts
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
import { ComponentInternalInstance, ComputedRef, App, Ref, SetupContext } from 'vue';
|
|
2
|
+
import { default as PhilaUICore } from './src/main.ts';
|
|
2
3
|
import { RandomID } from './src/inputs/helperFns.ts';
|
|
3
4
|
|
|
4
5
|
export interface ResponsiveState {
|
|
@@ -95,3 +96,4 @@ export type PhilaUICoreInterface = {
|
|
|
95
96
|
formHelpers: FormHelpersInterface;
|
|
96
97
|
install: (app: App) => void;
|
|
97
98
|
};
|
|
99
|
+
export default PhilaUICore;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@phila/phila-ui-core",
|
|
3
|
-
"version": "1.0.
|
|
3
|
+
"version": "1.0.18",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"private": false,
|
|
6
6
|
"files": [
|
|
@@ -41,5 +41,5 @@
|
|
|
41
41
|
"registry": "https://registry.npmjs.com/",
|
|
42
42
|
"access": "public"
|
|
43
43
|
},
|
|
44
|
-
"gitHead": "
|
|
44
|
+
"gitHead": "17ea0e29f4566d58fe5eccba43c916d4453129ad"
|
|
45
45
|
}
|