@shopify/ui-extensions
Advanced tools
Comparing version 0.0.0-internal-20230629202311 to 0.0.0-internal-20230629204041
@@ -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 |
@@ -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
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
1186222
14263
+ Added@remote-ui/core@2.2.4(transitive)
- Removed@remote-ui/core@2.1.17(transitive)
Updated@remote-ui/core@2.2.x