@tpgds/components
Advanced tools
Comparing version 0.0.2-alpha.5 to 0.0.2-alpha.6
@@ -16,3 +16,3 @@ 'use strict'; | ||
* Makes the button component disabled. This prevents users from being able to | ||
* interact with the button, and conveys its inactive state to assistive technologies. | ||
* interact with the button, and conveys its inactive state to assistive technologies. Test. | ||
*/ | ||
@@ -19,0 +19,0 @@ this.disabled = false; |
@@ -6,3 +6,3 @@ import { Component, Prop, Event, h } from "@stencil/core"; | ||
* Makes the button component disabled. This prevents users from being able to | ||
* interact with the button, and conveys its inactive state to assistive technologies. | ||
* interact with the button, and conveys its inactive state to assistive technologies. Test. | ||
*/ | ||
@@ -53,3 +53,3 @@ this.disabled = false; | ||
"tags": [], | ||
"text": "Makes the button component disabled. This prevents users from being able to\ninteract with the button, and conveys its inactive state to assistive technologies." | ||
"text": "Makes the button component disabled. This prevents users from being able to\ninteract with the button, and conveys its inactive state to assistive technologies. Test." | ||
}, | ||
@@ -56,0 +56,0 @@ "attribute": "disabled", |
@@ -12,3 +12,3 @@ import { r as registerInstance, c as createEvent, h, H as Host } from './index-93f0554a.js'; | ||
* Makes the button component disabled. This prevents users from being able to | ||
* interact with the button, and conveys its inactive state to assistive technologies. | ||
* interact with the button, and conveys its inactive state to assistive technologies. Test. | ||
*/ | ||
@@ -15,0 +15,0 @@ this.disabled = false; |
@@ -12,3 +12,3 @@ /* eslint-disable */ | ||
/** | ||
* Makes the button component disabled. This prevents users from being able to interact with the button, and conveys its inactive state to assistive technologies. | ||
* Makes the button component disabled. This prevents users from being able to interact with the button, and conveys its inactive state to assistive technologies. Test. | ||
*/ | ||
@@ -45,3 +45,3 @@ "disabled": boolean; | ||
/** | ||
* Makes the button component disabled. This prevents users from being able to interact with the button, and conveys its inactive state to assistive technologies. | ||
* Makes the button component disabled. This prevents users from being able to interact with the button, and conveys its inactive state to assistive technologies. Test. | ||
*/ | ||
@@ -48,0 +48,0 @@ "disabled"?: boolean; |
@@ -6,3 +6,3 @@ import { ComponentInterface, EventEmitter } from "../../stencil-public-runtime"; | ||
* Makes the button component disabled. This prevents users from being able to | ||
* interact with the button, and conveys its inactive state to assistive technologies. | ||
* interact with the button, and conveys its inactive state to assistive technologies. Test. | ||
*/ | ||
@@ -9,0 +9,0 @@ disabled: boolean; |
{ | ||
"name": "@tpgds/components", | ||
"version": "0.0.2-alpha.5", | ||
"version": "0.0.2-alpha.6", | ||
"description": "This package includes TPG Design System web components.", | ||
@@ -54,3 +54,3 @@ "author": "TPG <designsystem@tpg.fi>", | ||
}, | ||
"gitHead": "a5a66d2f4ce453da0bdb30a52da72dd5f4020072" | ||
"gitHead": "ab3dfe2f51641219717ff0dd0d93add1fe041458" | ||
} |
Sorry, the diff of this file is too big to display
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
703627