@fluentui/ability-attributes
Advanced tools
Comparing version 0.52.3-beta.0 to 0.53.0
@@ -16,2 +16,3 @@ "use strict"; | ||
if (Object.prototype.hasOwnProperty.call(_exportNames, key)) return; | ||
if (key in exports && exports[key] === _schema[key]) return; | ||
exports[key] = _schema[key]; | ||
@@ -18,0 +19,0 @@ }); |
@@ -418,3 +418,3 @@ import { HTMLElementAttributes, Schema } from 'ability-attributes'; | ||
} | ||
export declare type LoadingButton_Params = { | ||
export declare type DisabledFocusableButton_Params = { | ||
label?: string; | ||
@@ -440,3 +440,3 @@ labelledBy?: never; | ||
}; | ||
export declare class LoadingButton extends Schema.AttributeSchema<LoadingButton_Params> { | ||
export declare class DisabledFocusableButton extends Schema.AttributeSchema<DisabledFocusableButton_Params> { | ||
static className: string; | ||
@@ -460,4 +460,4 @@ private static _tagsByTag; | ||
}; | ||
constructor(tagName: string, params: LoadingButton_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): LoadingButton; | ||
constructor(tagName: string, params: DisabledFocusableButton_Params); | ||
static fromAttributes(tagName: string, attributes: HTMLElementAttributes): DisabledFocusableButton; | ||
} | ||
@@ -464,0 +464,0 @@ export declare type PopupButton_Params = { |
{ | ||
"name": "@fluentui/ability-attributes", | ||
"description": "Accessibility attributes schema for Fluent UI", | ||
"version": "0.52.3-beta.0", | ||
"version": "0.53.0", | ||
"author": "Marat Abdullin <marata@microsoft.com>", | ||
@@ -11,4 +11,3 @@ "bugs": "https://github.com/microsoft/fluentui/issues", | ||
"devDependencies": { | ||
"ability-attributes-generator": "^0.0.8", | ||
"typescript": "3.7.2" | ||
"ability-attributes-generator": "^0.0.8" | ||
}, | ||
@@ -34,3 +33,3 @@ "files": [ | ||
"types": "dist/es/index.d.ts", | ||
"gitHead": "27d63a54b0545e0bf8cbaaaa9884efc74f189f3e" | ||
"gitHead": "c26eab4ff9b67a4766e5f6506dd528664780852b" | ||
} |
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
Sorry, the diff of this file is too big to display
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
1
57
1516557
11
15716