New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/ui-extensions

Package Overview
Dependencies
Maintainers
24
Versions
702
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@shopify/ui-extensions - npm Package Compare versions

Comparing version 0.0.0-unstable-20230718152544 to 0.0.0-unstable-20230718194001

build/ts/surfaces/admin/components/Icon/IconName.d.ts

4

build/ts/surfaces/admin/components/Icon/Icon.d.ts

@@ -0,1 +1,2 @@

import { IconName } from './IconName';
export interface IconProps {

@@ -16,4 +17,5 @@ accessibilityLabel?: string;

| 'fill';
name: string;
name: IconName;
}
export type { IconName };
export declare const Icon: "Icon" & {

@@ -20,0 +22,0 @@ readonly type?: "Icon" | undefined;

{
"name": "@shopify/ui-extensions",
"version": "0.0.0-unstable-20230718152544",
"version": "0.0.0-unstable-20230718194001",
"scripts": {

@@ -5,0 +5,0 @@ "docs:admin": "sh ./docs/surfaces/admin/build-docs.sh \"admin\"",

@@ -17,2 +17,7 @@ import {ReferenceEntityTemplateSchema} from '@shopify/generate-docs';

},
{
title: 'IconName',
description: 'List of available Icons for the Icon component',
type: 'IconName',
},
],

@@ -19,0 +24,0 @@ category: 'Components',

import {createRemoteComponent} from '@remote-ui/core';
import {IconName} from './IconName';

@@ -39,5 +40,6 @@ export interface IconProps {

*/
name: string;
name: IconName;
}
export type {IconName};
export const Icon = createRemoteComponent<'Icon', IconProps>('Icon');

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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