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.29 to 0.0.30

2

dist/index.d.ts
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.29";
export const version = "0.0.30";
interface SearchProviderConfig extends BaseProviderConfig, BaseSearchProviderConfig {

@@ -6,0 +6,0 @@ locale?: search_i18n;

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

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

@@ -63,3 +63,3 @@

});
if (categoryId) this.#category.category_id = categoryId;
if (categoryId) this.categoryId = categoryId; // Here we need to call the setter on `this`, because we want to update the state so that when ppl go back to the initial page, they get the right category
(0, $54abd1d4301187ef$export$cad8b33069faf956).set(this, this.#category);

@@ -66,0 +66,0 @@ (0, $kJ2V0$depictaiutilishared.catchify)(async ()=>{

@@ -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.29";
const $384f36a64c74679e$export$83d89fbfd8236492 = "0.0.30";

@@ -44,3 +44,3 @@

});
if (categoryId) this.#category.category_id = categoryId;
if (categoryId) this.categoryId = categoryId; // Here we need to call the setter on `this`, because we want to update the state so that when ppl go back to the initial page, they get the right category
(0, $d240dc94bec9dea4$export$cad8b33069faf956).set(this, this.#category);

@@ -47,0 +47,0 @@ (0, $gXbnb$catchify)(async ()=>{

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

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

"dependencies": {
"@depict-ai/plp-styling": "^0.0.40",
"@depict-ai/ui": "^0.0.78",
"@depict-ai/utilishared": "^0.0.82",
"@depict-ai/plp-styling": "^0.0.41",
"@depict-ai/ui": "^0.0.79",
"@depict-ai/utilishared": "^0.0.83",
"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