@korsolutions/guidon 1.0.17 → 1.0.19
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/README.md +63 -0
- package/dist/commonjs/hooks/index.js +7 -0
- package/dist/commonjs/hooks/index.js.map +1 -1
- package/dist/commonjs/hooks/useGuidonRef.js +31 -0
- package/dist/commonjs/hooks/useGuidonRef.js.map +1 -1
- package/dist/commonjs/hooks/useGuidonScrollContainer.js +60 -0
- package/dist/commonjs/hooks/useGuidonScrollContainer.js.map +1 -0
- package/dist/commonjs/index.js +6 -0
- package/dist/commonjs/index.js.map +1 -1
- package/dist/module/hooks/index.js +1 -0
- package/dist/module/hooks/index.js.map +1 -1
- package/dist/module/hooks/useGuidonRef.js +31 -0
- package/dist/module/hooks/useGuidonRef.js.map +1 -1
- package/dist/module/hooks/useGuidonScrollContainer.js +57 -0
- package/dist/module/hooks/useGuidonScrollContainer.js.map +1 -0
- package/dist/module/index.js +1 -1
- package/dist/module/index.js.map +1 -1
- package/dist/typescript/commonjs/components/GuidonOverlay.d.ts +1 -1
- package/dist/typescript/commonjs/components/GuidonOverlay.d.ts.map +1 -1
- package/dist/typescript/commonjs/components/GuidonProvider.d.ts +1 -1
- package/dist/typescript/commonjs/components/GuidonProvider.d.ts.map +1 -1
- package/dist/typescript/commonjs/components/GuidonTarget.d.ts +1 -1
- package/dist/typescript/commonjs/components/GuidonTarget.d.ts.map +1 -1
- package/dist/typescript/commonjs/components/GuidonTooltip.d.ts +1 -1
- package/dist/typescript/commonjs/components/GuidonTooltip.d.ts.map +1 -1
- package/dist/typescript/commonjs/hooks/index.d.ts +1 -0
- package/dist/typescript/commonjs/hooks/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/hooks/useGuidonRef.d.ts +1 -0
- package/dist/typescript/commonjs/hooks/useGuidonRef.d.ts.map +1 -1
- package/dist/typescript/commonjs/hooks/useGuidonScrollContainer.d.ts +41 -0
- package/dist/typescript/commonjs/hooks/useGuidonScrollContainer.d.ts.map +1 -0
- package/dist/typescript/commonjs/index.d.ts +2 -2
- package/dist/typescript/commonjs/index.d.ts.map +1 -1
- package/dist/typescript/commonjs/store.d.ts +2 -2
- package/dist/typescript/commonjs/store.d.ts.map +1 -1
- package/dist/typescript/commonjs/types.d.ts +22 -0
- package/dist/typescript/commonjs/types.d.ts.map +1 -1
- package/dist/typescript/module/components/GuidonOverlay.d.ts +1 -1
- package/dist/typescript/module/components/GuidonOverlay.d.ts.map +1 -1
- package/dist/typescript/module/components/GuidonProvider.d.ts +1 -1
- package/dist/typescript/module/components/GuidonProvider.d.ts.map +1 -1
- package/dist/typescript/module/components/GuidonTarget.d.ts +1 -1
- package/dist/typescript/module/components/GuidonTarget.d.ts.map +1 -1
- package/dist/typescript/module/components/GuidonTooltip.d.ts +1 -1
- package/dist/typescript/module/components/GuidonTooltip.d.ts.map +1 -1
- package/dist/typescript/module/hooks/index.d.ts +1 -0
- package/dist/typescript/module/hooks/index.d.ts.map +1 -1
- package/dist/typescript/module/hooks/useGuidonRef.d.ts +1 -0
- package/dist/typescript/module/hooks/useGuidonRef.d.ts.map +1 -1
- package/dist/typescript/module/hooks/useGuidonScrollContainer.d.ts +41 -0
- package/dist/typescript/module/hooks/useGuidonScrollContainer.d.ts.map +1 -0
- package/dist/typescript/module/index.d.ts +2 -2
- package/dist/typescript/module/index.d.ts.map +1 -1
- package/dist/typescript/module/store.d.ts +2 -2
- package/dist/typescript/module/store.d.ts.map +1 -1
- package/dist/typescript/module/types.d.ts +22 -0
- package/dist/typescript/module/types.d.ts.map +1 -1
- package/package.json +1 -1
- package/src/hooks/index.ts +4 -0
- package/src/hooks/useGuidonRef.ts +44 -1
- package/src/hooks/useGuidonScrollContainer.ts +80 -0
- package/src/index.ts +6 -1
- package/src/types.ts +23 -0
- package/dist/commonjs/babel.config.js +0 -15
- package/dist/commonjs/babel.config.js.map +0 -1
- package/dist/commonjs/bob.config.js +0 -11
- package/dist/commonjs/bob.config.js.map +0 -1
- package/dist/commonjs/tsconfig.json +0 -32
- package/dist/module/babel.config.js +0 -15
- package/dist/module/babel.config.js.map +0 -1
- package/dist/module/bob.config.js +0 -11
- package/dist/module/bob.config.js.map +0 -1
- package/dist/module/tsconfig.json +0 -32
- package/src/babel.config.js +0 -18
- package/src/bob.config.js +0 -14
- package/src/tsconfig.json +0 -32
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"names":["module","exports","source","output","targets","esm","configFile"],"sourceRoot":"../../src","sources":["bob.config.js"],"mappings":";;AAAAA,MAAM,CAACC,OAAO,GAAG;EACfC,MAAM,EAAE,KAAK;EACbC,MAAM,EAAE,MAAM;EACdC,OAAO,EAAE,CACP,CACE,QAAQ,EACR;IACEC,GAAG,EAAE,IAAI;IACTC,UAAU,EAAE;EACd,CAAC,CACF,EACD,YAAY;AAEhB,CAAC","ignoreList":[]}
|
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"customConditions": ["dev-source", "react-native", "react-native-strict-api"],
|
|
4
|
-
"allowJs": true,
|
|
5
|
-
"esModuleInterop": true,
|
|
6
|
-
"jsx": "react-native",
|
|
7
|
-
"lib": ["DOM", "ESNext"],
|
|
8
|
-
"module": "preserve",
|
|
9
|
-
"moduleDetection": "force",
|
|
10
|
-
"moduleResolution": "bundler",
|
|
11
|
-
"noEmit": true,
|
|
12
|
-
"resolveJsonModule": true,
|
|
13
|
-
"skipLibCheck": true,
|
|
14
|
-
"target": "ESNext",
|
|
15
|
-
"strict": true,
|
|
16
|
-
"verbatimModuleSyntax": true,
|
|
17
|
-
"allowUnreachableCode": false,
|
|
18
|
-
"allowUnusedLabels": false,
|
|
19
|
-
"forceConsistentCasingInFileNames": true,
|
|
20
|
-
"noFallthroughCasesInSwitch": true,
|
|
21
|
-
"noImplicitReturns": true,
|
|
22
|
-
"noImplicitUseStrict": false,
|
|
23
|
-
"noStrictGenericChecks": false,
|
|
24
|
-
"noUncheckedIndexedAccess": true,
|
|
25
|
-
"noUnusedLocals": true,
|
|
26
|
-
"noUnusedParameters": true,
|
|
27
|
-
"paths": {
|
|
28
|
-
"@/*": ["./src/*"]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"exclude": ["node_modules", "dist"]
|
|
32
|
-
}
|
package/src/babel.config.js
DELETED
|
@@ -1,18 +0,0 @@
|
|
|
1
|
-
module.exports = function (api) {
|
|
2
|
-
api.cache(true);
|
|
3
|
-
|
|
4
|
-
return {
|
|
5
|
-
presets: ["module:react-native-builder-bob/babel-preset"],
|
|
6
|
-
plugins: [
|
|
7
|
-
[
|
|
8
|
-
require.resolve("babel-plugin-module-resolver"),
|
|
9
|
-
{
|
|
10
|
-
root: ["./src"],
|
|
11
|
-
alias: {
|
|
12
|
-
"@": "./src",
|
|
13
|
-
},
|
|
14
|
-
},
|
|
15
|
-
],
|
|
16
|
-
],
|
|
17
|
-
};
|
|
18
|
-
};
|
package/src/bob.config.js
DELETED
package/src/tsconfig.json
DELETED
|
@@ -1,32 +0,0 @@
|
|
|
1
|
-
{
|
|
2
|
-
"compilerOptions": {
|
|
3
|
-
"customConditions": ["dev-source", "react-native", "react-native-strict-api"],
|
|
4
|
-
"allowJs": true,
|
|
5
|
-
"esModuleInterop": true,
|
|
6
|
-
"jsx": "react-native",
|
|
7
|
-
"lib": ["DOM", "ESNext"],
|
|
8
|
-
"module": "preserve",
|
|
9
|
-
"moduleDetection": "force",
|
|
10
|
-
"moduleResolution": "bundler",
|
|
11
|
-
"noEmit": true,
|
|
12
|
-
"resolveJsonModule": true,
|
|
13
|
-
"skipLibCheck": true,
|
|
14
|
-
"target": "ESNext",
|
|
15
|
-
"strict": true,
|
|
16
|
-
"verbatimModuleSyntax": true,
|
|
17
|
-
"allowUnreachableCode": false,
|
|
18
|
-
"allowUnusedLabels": false,
|
|
19
|
-
"forceConsistentCasingInFileNames": true,
|
|
20
|
-
"noFallthroughCasesInSwitch": true,
|
|
21
|
-
"noImplicitReturns": true,
|
|
22
|
-
"noImplicitUseStrict": false,
|
|
23
|
-
"noStrictGenericChecks": false,
|
|
24
|
-
"noUncheckedIndexedAccess": true,
|
|
25
|
-
"noUnusedLocals": true,
|
|
26
|
-
"noUnusedParameters": true,
|
|
27
|
-
"paths": {
|
|
28
|
-
"@/*": ["./src/*"]
|
|
29
|
-
}
|
|
30
|
-
},
|
|
31
|
-
"exclude": ["node_modules", "dist"]
|
|
32
|
-
}
|