Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@shopify/ui-extensions

Package Overview
Dependencies
Maintainers
24
Versions
682
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-internal-20230629202311 to 0.0.0-internal-20230629204041

5

build/ts/surfaces/checkout/components/Checkbox/Checkbox.d.ts

@@ -53,8 +53,5 @@ export interface CheckboxProps {

readonly type?: "Checkbox" | undefined;
readonly props?: CheckboxProps | undefined; /**
* An identifier for the field that is unique within the nearest
* containing `Form` component.
*/
readonly props?: CheckboxProps | undefined;
readonly children?: true | undefined;
};
//# sourceMappingURL=Checkbox.d.ts.map

2

build/ts/surfaces/checkout/components/ScrollView/ScrollView.d.ts

@@ -72,5 +72,5 @@ /// <reference types="react" />

readonly type?: "ScrollView" | undefined;
readonly props?: ScrollViewProps | undefined; /** The current scroll horizontal position, in pixels.*/
readonly props?: ScrollViewProps | undefined;
readonly children?: true | undefined;
};
//# sourceMappingURL=ScrollView.d.ts.map

@@ -19,2 +19,5 @@ import type { TextBlockProps } from '../TextBlock/TextBlock';

readonly type?: "SkeletonTextBlock" | undefined;
/**
* Use to emphasize a word or a group of words.
*/
readonly props?: SkeletonTextBlockProps | undefined;

@@ -21,0 +24,0 @@ readonly children?: true | undefined;

@@ -23,7 +23,3 @@ import type { IconSource } from '../Icon/Icon';

export declare const Tag: "Tag" & {
readonly type?: "Tag" | undefined; /**
* A label used for buyers using assistive technologies. When set, any
* `children` supplied to this component are hidden from being seen for
* accessibility purposes to prevent duplicate content from being read.
*/
readonly type?: "Tag" | undefined;
readonly props?: TagProps | undefined;

@@ -30,0 +26,0 @@ readonly children?: true | undefined;

@@ -31,5 +31,7 @@ import type { TextAccessibilityRole, Emphasis, Size, Appearance, VisibilityProps } from '../shared';

readonly type?: "Text" | undefined;
readonly props?: TextProps | undefined;
readonly props?: TextProps | undefined; /**
* Size of the text
*/
readonly children?: true | undefined;
};
//# sourceMappingURL=Text.d.ts.map
{
"name": "@shopify/ui-extensions",
"version": "0.0.0-internal-20230629202311",
"version": "0.0.0-internal-20230629204041",
"main": "index.js",

@@ -42,3 +42,3 @@ "module": "index.mjs",

"@remote-ui/async-subscription": "^2.1.12",
"@remote-ui/core": "2.1.x"
"@remote-ui/core": "2.2.x"
},

@@ -45,0 +45,0 @@ "publishConfig": {

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

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