@smart-cloud/ai-kit-core 1.5.3 → 1.5.5

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 +6 -0
  2. package/package.json +2 -2
package/dist/types.d.ts CHANGED
@@ -475,6 +475,12 @@ export type DocSearchProps = AiWorkerProps & {
475
475
  availableCategories?: Record<string, string[]>;
476
476
  /** Available tags for user selection */
477
477
  availableTags?: string[];
478
+ /** Categories selected when DocSearch first opens. */
479
+ initialSelectedCategories?: string[];
480
+ /** Subcategories selected when DocSearch first opens. */
481
+ initialSelectedSubcategories?: string[];
482
+ /** Tags selected when DocSearch first opens. */
483
+ initialSelectedTags?: string[];
478
484
  };
479
485
  export type DocSearchArgs = DocSearchProps & {
480
486
  target?: string | HTMLElement;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@smart-cloud/ai-kit-core",
3
- "version": "1.5.3",
3
+ "version": "1.5.5",
4
4
  "description": "AI Kit Core Package",
5
5
  "author": "Smart Cloud Solutions Inc.",
6
6
  "license": "MIT",
@@ -40,7 +40,7 @@
40
40
  "rollup": "^4.62.3"
41
41
  },
42
42
  "dependencies": {
43
- "@smart-cloud/gatey-core": "^2.3.3",
43
+ "@smart-cloud/gatey-core": "^2.3.4",
44
44
  "@smart-cloud/wpsuite-core": "^2.3.2",
45
45
  "aws-amplify": "^6.20.0"
46
46
  },