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.25 to 0.0.26

8

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.25";
export const version = "0.0.26";
interface SearchProviderConfig extends BaseProviderConfig, BaseSearchProviderConfig {

@@ -146,2 +146,8 @@ locale?: search_i18n;

export function onExistsObserver<T extends HTMLElement>(selector: string, callback: (element: T, disconnect: DisconnectFunction) => void): OnExistsObserverReturn;
export function BreadCrumbs({ categoryProvider }: {
categoryProvider: DepictCategoryProvider;
}): HTMLElement;
export function QuickLinks({ categoryProvider }: {
categoryProvider: DepictCategoryProvider;
}): HTMLElement;
export { fetchDepictRecommendations } from "@depict-ai/ui";

@@ -22,4 +22,6 @@ var $kJ2V0$depictaiutilishared = require("@depict-ai/utilishared");

$parcel$export(module.exports, "onExistsObserver", () => $8d9df0131d250f69$export$7278f0e6b349961b);
$parcel$export(module.exports, "BreadCrumbs", () => $d07ce77d2b358a8b$export$5646050d516e06bc);
$parcel$export(module.exports, "QuickLinks", () => $d07ce77d2b358a8b$export$466cdc317043f6cb);
$parcel$export(module.exports, "version", () => $98b48f9e57507434$export$83d89fbfd8236492);
const $98b48f9e57507434$export$83d89fbfd8236492 = "0.0.25";
const $98b48f9e57507434$export$83d89fbfd8236492 = "0.0.26";

@@ -448,4 +450,20 @@

function $d07ce77d2b358a8b$export$5646050d516e06bc(_ref) {
let { categoryProvider: categoryProvider } = _ref;
return (0, $kJ2V0$depictaiui.BreadCrumbs)({
depict_category: (0, $54abd1d4301187ef$export$cad8b33069faf956).get(categoryProvider)
});
}
function $d07ce77d2b358a8b$export$466cdc317043f6cb(_ref2) {
let { categoryProvider: categoryProvider } = _ref2;
return (0, $kJ2V0$depictaiui.QuickLinks)({
depict_category: (0, $54abd1d4301187ef$export$cad8b33069faf956).get(categoryProvider)
});
}
(0, $kJ2V0$depictaiutilishared.add_to_version_info)("js-ui", (0, $98b48f9e57507434$export$83d89fbfd8236492));
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";
import {fetchDepictRecommendations as $b9ade2e31ecd6301$re_export$fetchDepictRecommendations, DepictCategory as $gXbnb$DepictCategory, open_modal_with_alignment as $gXbnb$open_modal_with_alignment, DepictSearch as $gXbnb$DepictSearch, SearchPage as $gXbnb$SearchPage, ProductCardError as $gXbnb$ProductCardError, SearchField as $gXbnb$SearchField, CategoryPage as $gXbnb$CategoryPage, CategoryTitle as $gXbnb$CategoryTitle, PageReplacer as $gXbnb$PageReplacer, convert_sdk_cols_at_size_to_layout as $gXbnb$convert_sdk_cols_at_size_to_layout} from "@depict-ai/ui";
import {fetchDepictRecommendations as $b9ade2e31ecd6301$re_export$fetchDepictRecommendations, DepictCategory as $gXbnb$DepictCategory, open_modal_with_alignment as $gXbnb$open_modal_with_alignment, DepictSearch as $gXbnb$DepictSearch, SearchPage as $gXbnb$SearchPage, ProductCardError as $gXbnb$ProductCardError, SearchField as $gXbnb$SearchField, CategoryPage as $gXbnb$CategoryPage, CategoryTitle as $gXbnb$CategoryTitle, PageReplacer as $gXbnb$PageReplacer, convert_sdk_cols_at_size_to_layout as $gXbnb$convert_sdk_cols_at_size_to_layout, BreadCrumbs as $gXbnb$BreadCrumbs, QuickLinks as $gXbnb$QuickLinks} from "@depict-ai/ui";
import {en as $gXbnb$en} from "@depict-ai/ui/locales";
import {template as $gXbnb$template, insert as $gXbnb$insert} from "solid-js/web";
const $384f36a64c74679e$export$83d89fbfd8236492 = "0.0.25";
const $384f36a64c74679e$export$83d89fbfd8236492 = "0.0.26";

@@ -430,5 +430,21 @@

function $02ba3093945b70b6$export$5646050d516e06bc(_ref) {
let { categoryProvider: categoryProvider } = _ref;
return (0, $gXbnb$BreadCrumbs)({
depict_category: (0, $d240dc94bec9dea4$export$cad8b33069faf956).get(categoryProvider)
});
}
function $02ba3093945b70b6$export$466cdc317043f6cb(_ref2) {
let { categoryProvider: categoryProvider } = _ref2;
return (0, $gXbnb$QuickLinks)({
depict_category: (0, $d240dc94bec9dea4$export$cad8b33069faf956).get(categoryProvider)
});
}
(0, $gXbnb$add_to_version_info)("js-ui", (0, $384f36a64c74679e$export$83d89fbfd8236492));
export {$2d74c140fd7068d0$export$5d13af1f32ae532e as DepictCategoryProvider, $140f992baa1081ff$export$9aa84a6b7bde7bae as DepictSearchProvider, $0fcd5f18160cc39d$export$a54ec244c8863715 as SearchPage, $bae8104bbb62fa4a$export$b94867ecbd698f21 as SearchField, $fb06f2a0e9f40e9f$export$f7d2f673fc2f091d as CategoryPage, $0821002aa3b2b433$export$64e18aecaa12222c as SetupPageReplacer, $b9ade2e31ecd6301$re_export$fetchDepictRecommendations as fetchDepictRecommendations, $88e8b83d93cbcc2a$export$82cfdc85a4d15688 as RecommendationSlider, $4c2205960ebe8b64$export$b0a773486c1c2312 as RecommendationGrid, $fca29229130cb86d$export$89c6019e4baa40b1 as TextPlaceholder, $fca29229130cb86d$export$3f37af283f8fb843 as ImagePlaceholder, $ffa68e12dba2c222$export$7278f0e6b349961b as onExistsObserver, $384f36a64c74679e$export$83d89fbfd8236492 as version};
export {$2d74c140fd7068d0$export$5d13af1f32ae532e as DepictCategoryProvider, $140f992baa1081ff$export$9aa84a6b7bde7bae as DepictSearchProvider, $0fcd5f18160cc39d$export$a54ec244c8863715 as SearchPage, $bae8104bbb62fa4a$export$b94867ecbd698f21 as SearchField, $fb06f2a0e9f40e9f$export$f7d2f673fc2f091d as CategoryPage, $0821002aa3b2b433$export$64e18aecaa12222c as SetupPageReplacer, $b9ade2e31ecd6301$re_export$fetchDepictRecommendations as fetchDepictRecommendations, $88e8b83d93cbcc2a$export$82cfdc85a4d15688 as RecommendationSlider, $4c2205960ebe8b64$export$b0a773486c1c2312 as RecommendationGrid, $fca29229130cb86d$export$89c6019e4baa40b1 as TextPlaceholder, $fca29229130cb86d$export$3f37af283f8fb843 as ImagePlaceholder, $ffa68e12dba2c222$export$7278f0e6b349961b as onExistsObserver, $02ba3093945b70b6$export$5646050d516e06bc as BreadCrumbs, $02ba3093945b70b6$export$466cdc317043f6cb as QuickLinks, $384f36a64c74679e$export$83d89fbfd8236492 as version};

8

package.json
{
"name": "@depict-ai/js-ui",
"version": "0.0.25",
"version": "0.0.26",
"packageManager": "yarn@3.2.2",

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

"dependencies": {
"@depict-ai/plp-styling": "^0.0.36",
"@depict-ai/ui": "^0.0.74",
"@depict-ai/utilishared": "^0.0.78",
"@depict-ai/plp-styling": "^0.0.37",
"@depict-ai/ui": "^0.0.75",
"@depict-ai/utilishared": "^0.0.79",
"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