use-vibes 0.12.15-dev02 → 0.12.15-dev03
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/index.d.ts +1 -1
- package/index.js +1 -1
- package/index.js.map +1 -1
- package/package.json +2 -2
package/index.d.ts
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
export { ImgGen, type ImgGenProps, useFireproof, fireproof, ImgFile, toCloud, callAI, callAi, useVibes, type UseVibesOptions, type UseVibesResult, type VibeDocument, VibeControl, VibesSwitch, VibesButton, type VibeControlProps, mountVibeControl, mountVibeControlToBody, autoMountVibeControl, type MountVibeControlOptions, type MountVibeControlResult, HiddenMenuWrapper, mountHiddenMenuWrapper, mountHiddenMenuWrapperToBody, autoMountHiddenMenuWrapper, type HiddenMenuWrapperProps, type MountHiddenMenuWrapperOptions, type MountHiddenMenuWrapperResult, AuthWall, type AuthWallProps, mountAuthWall, type MountAuthWallOptions, type MountAuthWallResult, vibeControlTheme, createVibeControlStyles, defaultVibeControlClasses, type VibeControlClasses, hiddenMenuTheme, type Fireproof, type CallAI, } from '@vibes.diy/use-vibes-base';
|
|
1
|
+
export { ImgGen, type ImgGenProps, useFireproof, fireproof, ImgFile, toCloud, callAI, callAi, useVibes, type UseVibesOptions, type UseVibesResult, type VibeDocument, VibeControl, VibesSwitch, VibesButton, type VibeControlProps, mountVibeControl, mountVibeControlToBody, autoMountVibeControl, type MountVibeControlOptions, type MountVibeControlResult, HiddenMenuWrapper, VibesPanel, type VibesPanelProps, mountHiddenMenuWrapper, mountHiddenMenuWrapperToBody, autoMountHiddenMenuWrapper, type HiddenMenuWrapperProps, type MountHiddenMenuWrapperOptions, type MountHiddenMenuWrapperResult, AuthWall, type AuthWallProps, mountAuthWall, type MountAuthWallOptions, type MountAuthWallResult, vibeControlTheme, createVibeControlStyles, defaultVibeControlClasses, type VibeControlClasses, hiddenMenuTheme, type Fireproof, type CallAI, } from '@vibes.diy/use-vibes-base';
|
package/index.js
CHANGED
|
@@ -1,2 +1,2 @@
|
|
|
1
|
-
export { ImgGen, useFireproof, fireproof, ImgFile, toCloud, callAI, callAi, useVibes, VibeControl, VibesSwitch, VibesButton, mountVibeControl, mountVibeControlToBody, autoMountVibeControl, HiddenMenuWrapper, mountHiddenMenuWrapper, mountHiddenMenuWrapperToBody, autoMountHiddenMenuWrapper, AuthWall, mountAuthWall, vibeControlTheme, createVibeControlStyles, defaultVibeControlClasses, hiddenMenuTheme, } from '@vibes.diy/use-vibes-base';
|
|
1
|
+
export { ImgGen, useFireproof, fireproof, ImgFile, toCloud, callAI, callAi, useVibes, VibeControl, VibesSwitch, VibesButton, mountVibeControl, mountVibeControlToBody, autoMountVibeControl, HiddenMenuWrapper, VibesPanel, mountHiddenMenuWrapper, mountHiddenMenuWrapperToBody, autoMountHiddenMenuWrapper, AuthWall, mountAuthWall, vibeControlTheme, createVibeControlStyles, defaultVibeControlClasses, hiddenMenuTheme, } from '@vibes.diy/use-vibes-base';
|
|
2
2
|
//# sourceMappingURL=index.js.map
|
package/index.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../jsr/index.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,MAAM,EAIN,YAAY,EACZ,SAAS,EACT,OAAO,EACP,OAAO,EAGP,MAAM,EACN,MAAM,EAGN,QAAQ,EAMR,WAAW,EACX,WAAW,EACX,WAAW,EAEX,gBAAgB,EAChB,sBAAsB,EACtB,oBAAoB,EAIpB,iBAAiB,EACjB,sBAAsB,EACtB,4BAA4B,EAC5B,0BAA0B,EAK1B,QAAQ,EAER,aAAa,EAGb,gBAAgB,EAChB,uBAAuB,EACvB,yBAAyB,EAEzB,eAAe,GAKhB,MAAM,2BAA2B,CAAC"}
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../jsr/index.ts"],"names":[],"mappings":"AACA,OAAO,EAEL,MAAM,EAIN,YAAY,EACZ,SAAS,EACT,OAAO,EACP,OAAO,EAGP,MAAM,EACN,MAAM,EAGN,QAAQ,EAMR,WAAW,EACX,WAAW,EACX,WAAW,EAEX,gBAAgB,EAChB,sBAAsB,EACtB,oBAAoB,EAIpB,iBAAiB,EACjB,UAAU,EAEV,sBAAsB,EACtB,4BAA4B,EAC5B,0BAA0B,EAK1B,QAAQ,EAER,aAAa,EAGb,gBAAgB,EAChB,uBAAuB,EACvB,yBAAyB,EAEzB,eAAe,GAKhB,MAAM,2BAA2B,CAAC"}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "use-vibes",
|
|
3
|
-
"version": "0.12.15-
|
|
3
|
+
"version": "0.12.15-dev03",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Transform any DOM element into an AI-powered micro-app",
|
|
6
6
|
"keywords": [
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
],
|
|
19
19
|
"license": "Apache-2.0",
|
|
20
20
|
"dependencies": {
|
|
21
|
-
"@vibes.diy/use-vibes-base": "^0.12.15-
|
|
21
|
+
"@vibes.diy/use-vibes-base": "^0.12.15-dev03",
|
|
22
22
|
"react-dom": "~19.1.0"
|
|
23
23
|
},
|
|
24
24
|
"peerDependencies": {
|