Socket
Socket
Sign inDemoInstall

@depict-ai/js-ui

Package Overview
Dependencies
Maintainers
5
Versions
207
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@depict-ai/js-ui - npm Package Compare versions

Comparing version 0.0.19 to 0.0.20

7

dist/index.d.ts

@@ -1,4 +0,5 @@

import { BaseProviderConfig, BaseSearchProviderConfig, search_i18n, category_i18n, BaseProductListingConfig, BaseSearchPageConfig, BaseCategoryPageConfig, ImagePlaceholderProps, TextPlaceholderProps } from "@depict-ai/ui";
import { BaseProviderConfig, BaseSearchProviderConfig, SearchFilter, BaseProductListingConfig, BaseSearchPageConfig, BaseCategoryPageConfig, ImagePlaceholderProps, TextPlaceholderProps } from "@depict-ai/ui";
import { search_i18n, category_i18n } from "@depict-ai/ui/locales";
import { Display } from "@depict-ai/utilishared";
export const version = "0.0.19";
export const version = "0.0.20";
interface SearchProviderConfig extends BaseProviderConfig, BaseSearchProviderConfig {

@@ -10,2 +11,3 @@ locale?: search_i18n;

openModal(alignerElement?: HTMLElement): void;
fetchSearchResults(query: string, filters?: SearchFilter[]): Promise<T[]>;
constructor(options: SearchProviderConfig);

@@ -146,2 +148,1 @@ }

export { fetchDepictRecommendations } from "@depict-ai/ui";
export type { SDKGridSpacing, SDKColsAtSize } from "@depict-ai/ui";

@@ -23,3 +23,3 @@ var $kJ2V0$depictaiutilishared = require("@depict-ai/utilishared");

$parcel$export(module.exports, "version", () => $98b48f9e57507434$export$83d89fbfd8236492);
const $98b48f9e57507434$export$83d89fbfd8236492 = "0.0.19";
const $98b48f9e57507434$export$83d89fbfd8236492 = "0.0.20";

@@ -104,2 +104,5 @@

}
fetchSearchResults(query, filters) {
return this.#search.fetchSearchResults(query, filters);
}
// Todo: Expose changing merchant and market etc, same as react-ui.

@@ -106,0 +109,0 @@ constructor(options){

@@ -6,3 +6,3 @@ import {add_to_version_info as $gXbnb$add_to_version_info, catchify as $gXbnb$catchify, href_change_ipns as $gXbnb$href_change_ipns, Tenant as $gXbnb$Tenant, RecommendationSlider as $gXbnb$RecommendationSlider, make_placeholder_rr as $gXbnb$make_placeholder_rr, GenericSliderArrowButton as $gXbnb$GenericSliderArrowButton, RecommendationGrid as $gXbnb$RecommendationGrid, Placeholder as $gXbnb$Placeholder, ContainedPlaceholderImage as $gXbnb$ContainedPlaceholderImage, observer as $gXbnb$observer} from "@depict-ai/utilishared";

const $384f36a64c74679e$export$83d89fbfd8236492 = "0.0.19";
const $384f36a64c74679e$export$83d89fbfd8236492 = "0.0.20";

@@ -87,2 +87,5 @@

}
fetchSearchResults(query, filters) {
return this.#search.fetchSearchResults(query, filters);
}
// Todo: Expose changing merchant and market etc, same as react-ui.

@@ -89,0 +92,0 @@ constructor(options){

{
"name": "@depict-ai/js-ui",
"version": "0.0.19",
"version": "0.0.20",
"packageManager": "yarn@3.2.2",

@@ -60,5 +60,5 @@ "source": "src/index.ts",

"dependencies": {
"@depict-ai/plp-styling": "^0.0.31",
"@depict-ai/ui": "^0.0.70",
"@depict-ai/utilishared": "^0.0.74",
"@depict-ai/plp-styling": "^0.0.32",
"@depict-ai/ui": "^0.0.71",
"@depict-ai/utilishared": "^0.0.75",
"solid-js": "^1.6.2"

@@ -65,0 +65,0 @@ },

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc