@usereactify/search 4.3.0 → 4.3.1

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 (105) hide show
  1. package/CHANGELOG.md +2 -0
  2. package/dist/package.json +67 -0
  3. package/dist/{filter → src/filter}/Filter.d.ts +0 -0
  4. package/dist/{filter → src/filter}/Filter.js +0 -0
  5. package/dist/{filter → src/filter}/FilterList.d.ts +0 -0
  6. package/dist/{filter → src/filter}/FilterList.js +0 -0
  7. package/dist/{filter → src/filter}/FilterStack.d.ts +0 -0
  8. package/dist/{filter → src/filter}/FilterStack.js +0 -0
  9. package/dist/{filter → src/filter}/index.d.ts +0 -0
  10. package/dist/{filter → src/filter}/index.js +0 -0
  11. package/dist/{hooks → src/hooks}/index.d.ts +0 -0
  12. package/dist/{hooks → src/hooks}/index.js +0 -0
  13. package/dist/{hooks → src/hooks}/reactivesearch/index.d.ts +0 -0
  14. package/dist/{hooks → src/hooks}/reactivesearch/index.js +0 -0
  15. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveBaseProps.d.ts +0 -0
  16. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveBaseProps.js +0 -0
  17. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveDataSearchProps.d.ts +0 -0
  18. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveDataSearchProps.js +0 -0
  19. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveFilterListProps.d.ts +0 -0
  20. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveFilterListProps.js +0 -0
  21. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveReactProp.d.ts +0 -0
  22. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveReactProp.js +0 -0
  23. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveResultListProps.d.ts +0 -0
  24. package/dist/{hooks → src/hooks}/reactivesearch/useReactiveResultListProps.js +0 -0
  25. package/dist/{hooks → src/hooks}/useAnalytics.d.ts +0 -0
  26. package/dist/{hooks → src/hooks}/useAnalytics.js +0 -0
  27. package/dist/{hooks → src/hooks}/useCollection.d.ts +0 -0
  28. package/dist/{hooks → src/hooks}/useCollection.js +0 -0
  29. package/dist/{hooks → src/hooks}/useConfig.d.ts +0 -0
  30. package/dist/{hooks → src/hooks}/useConfig.js +0 -0
  31. package/dist/{hooks → src/hooks}/useCuration.d.ts +0 -0
  32. package/dist/{hooks → src/hooks}/useCuration.js +0 -0
  33. package/dist/{hooks → src/hooks}/useFilterCollapsedState.d.ts +0 -0
  34. package/dist/{hooks → src/hooks}/useFilterCollapsedState.js +0 -0
  35. package/dist/{hooks → src/hooks}/useFilterListProps.d.ts +0 -0
  36. package/dist/{hooks → src/hooks}/useFilterListProps.js +0 -0
  37. package/dist/{hooks → src/hooks}/useFilterStack.d.ts +0 -0
  38. package/dist/{hooks → src/hooks}/useFilterStack.js +0 -0
  39. package/dist/{hooks → src/hooks}/useFilters.d.ts +0 -0
  40. package/dist/{hooks → src/hooks}/useFilters.js +0 -0
  41. package/dist/{hooks → src/hooks}/useLiveConfig.d.ts +0 -0
  42. package/dist/{hooks → src/hooks}/useLiveConfig.js +0 -0
  43. package/dist/{hooks → src/hooks}/usePages.d.ts +0 -0
  44. package/dist/{hooks → src/hooks}/usePages.js +0 -0
  45. package/dist/{hooks → src/hooks}/useProductPrice.d.ts +0 -0
  46. package/dist/{hooks → src/hooks}/useProductPrice.js +0 -0
  47. package/dist/{hooks → src/hooks}/useSearch.d.ts +0 -0
  48. package/dist/{hooks → src/hooks}/useSearch.js +0 -0
  49. package/dist/{hooks → src/hooks}/useSort.d.ts +0 -0
  50. package/dist/{hooks → src/hooks}/useSort.js +0 -0
  51. package/dist/{index.d.ts → src/index.d.ts} +0 -0
  52. package/dist/{index.js → src/index.js} +3 -0
  53. package/dist/{provider.d.ts → src/provider.d.ts} +0 -0
  54. package/dist/{provider.js → src/provider.js} +0 -0
  55. package/dist/{result → src/result}/ResultCard.d.ts +0 -0
  56. package/dist/{result → src/result}/ResultCard.js +0 -0
  57. package/dist/{result → src/result}/ResultCardCallout.d.ts +0 -0
  58. package/dist/{result → src/result}/ResultCardCallout.js +0 -0
  59. package/dist/{result → src/result}/ResultList.d.ts +0 -0
  60. package/dist/{result → src/result}/ResultList.js +0 -0
  61. package/dist/{result → src/result}/ResultLoadMoreButton.d.ts +0 -0
  62. package/dist/{result → src/result}/ResultLoadMoreButton.js +0 -0
  63. package/dist/{result → src/result}/ResultPagination.d.ts +0 -0
  64. package/dist/{result → src/result}/ResultPagination.js +0 -0
  65. package/dist/{result → src/result}/ResultPaginationNextPrev.d.ts +0 -0
  66. package/dist/{result → src/result}/ResultPaginationNextPrev.js +0 -0
  67. package/dist/{result → src/result}/ResultStateProvider.d.ts +0 -0
  68. package/dist/{result → src/result}/ResultStateProvider.js +0 -0
  69. package/dist/{result → src/result}/index.d.ts +0 -0
  70. package/dist/{result → src/result}/index.js +0 -0
  71. package/dist/{search → src/search}/SearchInput.d.ts +0 -0
  72. package/dist/{search → src/search}/SearchInput.js +0 -0
  73. package/dist/{search → src/search}/index.d.ts +0 -0
  74. package/dist/{search → src/search}/index.js +0 -0
  75. package/dist/{sensor → src/sensor}/SensorCollection.d.ts +0 -0
  76. package/dist/{sensor → src/sensor}/SensorCollection.js +0 -0
  77. package/dist/{sensor → src/sensor}/SensorInventoryAvailable.d.ts +0 -0
  78. package/dist/{sensor → src/sensor}/SensorInventoryAvailable.js +0 -0
  79. package/dist/{sensor → src/sensor}/SensorPublished.d.ts +0 -0
  80. package/dist/{sensor → src/sensor}/SensorPublished.js +0 -0
  81. package/dist/{sensor → src/sensor}/SensorSearch.d.ts +0 -0
  82. package/dist/{sensor → src/sensor}/SensorSearch.js +0 -0
  83. package/dist/{sensor → src/sensor}/SensorSort.d.ts +0 -0
  84. package/dist/{sensor → src/sensor}/SensorSort.js +0 -0
  85. package/dist/{sensor → src/sensor}/SensorSortScore.d.ts +0 -0
  86. package/dist/{sensor → src/sensor}/SensorSortScore.js +0 -0
  87. package/dist/{sensor → src/sensor}/SensorStack.d.ts +0 -0
  88. package/dist/{sensor → src/sensor}/SensorStack.js +0 -0
  89. package/dist/{sensor → src/sensor}/index.d.ts +0 -0
  90. package/dist/{sensor → src/sensor}/index.js +0 -0
  91. package/dist/{types → src/types}/config.d.ts +0 -0
  92. package/dist/{types → src/types}/config.js +0 -0
  93. package/dist/{types → src/types}/elastic.d.ts +0 -0
  94. package/dist/{types → src/types}/elastic.js +0 -0
  95. package/dist/{types → src/types}/firestore.d.ts +0 -0
  96. package/dist/{types → src/types}/firestore.js +0 -0
  97. package/dist/{types → src/types}/graphql.d.ts +0 -0
  98. package/dist/{types → src/types}/graphql.js +0 -0
  99. package/dist/{types → src/types}/reactivesearch.d.ts +0 -0
  100. package/dist/{types → src/types}/reactivesearch.js +0 -0
  101. package/dist/{types → src/types}/shopify.d.ts +0 -0
  102. package/dist/{types → src/types}/shopify.js +0 -0
  103. package/dist/{utility → src/utility}/UtilityAuthenticatedReactiveBase.d.ts +0 -0
  104. package/dist/{utility → src/utility}/UtilityAuthenticatedReactiveBase.js +0 -0
  105. package/package.json +1 -1
package/CHANGELOG.md CHANGED
@@ -2,6 +2,8 @@
2
2
 
3
3
  All notable changes to this project will be documented in this file. See [standard-version](https://github.com/conventional-changelog/standard-version) for commit guidelines.
4
4
 
5
+ ### [4.3.1](https://bitbucket.org/usereactify/reactify-search-ui/compare/v4.3.0...v4.3.1) (2022-07-21)
6
+
5
7
  ## [4.3.0](https://bitbucket.org/usereactify/reactify-search-ui/compare/v4.3.0-beta.0...v4.3.0) (2022-07-21)
6
8
 
7
9
  ## [4.3.0-beta.0](https://bitbucket.org/usereactify/reactify-search-ui/compare/v4.2.7...v4.3.0-beta.0) (2022-07-20)
@@ -0,0 +1,67 @@
1
+ {
2
+ "name": "@usereactify/search",
3
+ "description": "React UI library for Reactify Search",
4
+ "version": "4.3.1",
5
+ "license": "MIT",
6
+ "main": "dist/index.js",
7
+ "types": "dist/index.d.ts",
8
+ "files": [
9
+ "dist",
10
+ "README.md",
11
+ "CHANGELOG.md"
12
+ ],
13
+ "scripts": {
14
+ "watch": "tsc --watch",
15
+ "release": "standard-version",
16
+ "release:patch": "standard-version --release-as patch",
17
+ "release:beta": "standard-version --release-as minor --prerelease beta",
18
+ "release:local": "yalc publish",
19
+ "build": "rimraf dist && tsc",
20
+ "prettier": "prettier --write .",
21
+ "storybook": "start-storybook -p 6006",
22
+ "build-storybook": "build-storybook"
23
+ },
24
+ "husky": {
25
+ "hooks": {
26
+ "pre-commit": "pretty-quick --staged",
27
+ "commit-msg": "commitlint -E HUSKY_GIT_PARAMS"
28
+ }
29
+ },
30
+ "commitlint": {
31
+ "extends": [
32
+ "@commitlint/config-conventional"
33
+ ]
34
+ },
35
+ "dependencies": {
36
+ "@sentry/react": "7.1.1",
37
+ "ahooks": "2.10.11",
38
+ "axios": "0.26.1",
39
+ "currency.js": "2.0.4",
40
+ "debug": "4.3.2",
41
+ "react-intersection-observer": "9.1.0"
42
+ },
43
+ "peerDependencies": {
44
+ "@appbaseio/reactivesearch": "^3.14.0",
45
+ "react": "^17.0.0"
46
+ },
47
+ "devDependencies": {
48
+ "@appbaseio/reactivesearch": "^3.14.0",
49
+ "@commitlint/cli": "13.2.0",
50
+ "@commitlint/config-conventional": "13.2.0",
51
+ "@storybook/addon-actions": "6.3.10",
52
+ "@storybook/addon-essentials": "6.3.10",
53
+ "@storybook/addon-links": "6.3.10",
54
+ "@storybook/react": "6.3.10",
55
+ "@types/debug": "4.1.7",
56
+ "@types/react": "17.0.27",
57
+ "babel-loader": "8.2.2",
58
+ "husky": "4.3.8",
59
+ "prettier": "2.4.1",
60
+ "pretty-quick": "3.1.1",
61
+ "react": "17.0.2",
62
+ "react-dom": "17.0.2",
63
+ "rimraf": "3.0.2",
64
+ "standard-version": "9.3.1",
65
+ "typescript": "4.4.3"
66
+ }
67
+ }
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
@@ -19,3 +19,6 @@ __exportStar(require("./provider"), exports);
19
19
  __exportStar(require("./types/config"), exports);
20
20
  __exportStar(require("./types/elastic"), exports);
21
21
  __exportStar(require("./types/reactivesearch"), exports);
22
+ const package_json_1 = require("../package.json");
23
+ const debug = require("debug")("reactify-search:");
24
+ debug(`${package_json_1.name} v${package_json_1.version}`);
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
File without changes
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@usereactify/search",
3
3
  "description": "React UI library for Reactify Search",
4
- "version": "4.3.0",
4
+ "version": "4.3.1",
5
5
  "license": "MIT",
6
6
  "main": "dist/index.js",
7
7
  "types": "dist/index.d.ts",