@brightspace-ui/labs
Advanced tools
Comparing version 1.2.3 to 1.2.4
@@ -20,3 +20,4 @@ { | ||
"test:translations": "mfv -e -s en -p ./lang/ -i untranslated", | ||
"test:unit": "d2l-test-runner" | ||
"test:unit": "d2l-test-runner", | ||
"test:vdiff": "d2l-test-runner vdiff" | ||
}, | ||
@@ -27,3 +28,3 @@ "author": "D2L Corporation", | ||
"@brightspace-ui/stylelint-config": "^0.8", | ||
"@brightspace-ui/testing": "^0.28", | ||
"@brightspace-ui/testing": "^0.29", | ||
"@web/dev-server": "^0.3", | ||
@@ -46,3 +47,3 @@ "eslint": "^8", | ||
}, | ||
"version": "1.2.3" | ||
"version": "1.2.4" | ||
} |
@@ -378,3 +378,3 @@ import '@brightspace-ui/core/components/button/button.js'; | ||
<div class="flyout-buttons"> | ||
<d2l-button id="primary-button" primary="" @click="${this._clickOptIn}">${this._getPrimaryButtonText()}</d2l-button> | ||
<d2l-button id="primary-button" primary @click="${this._clickOptIn}">${this._getPrimaryButtonText()}</d2l-button> | ||
<d2l-button id="opt-out-button" @click="${this._clickOptOut}">${this._getSecondaryButtonText()}</d2l-button> | ||
@@ -381,0 +381,0 @@ </div> |
@@ -117,4 +117,3 @@ import '@brightspace-ui/core/components/button/button.js'; | ||
<div ?hidden="${this.hideReason}"> | ||
<label id="reason-label">${this.localize('components:optInFlyout:feedbackReasonLabel')}</label> | ||
<d2l-labs-opt-out-reason-selector id="reason-selector" aria-labelledby="reason-label" @selected="${this._handleSelected}"> | ||
<d2l-labs-opt-out-reason-selector id="reason-selector" @selected="${this._handleSelected}"> | ||
<slot></slot> | ||
@@ -121,0 +120,0 @@ </d2l-labs-opt-out-reason-selector> |
@@ -23,2 +23,7 @@ import './opt-out-reason.js'; | ||
css` | ||
label { | ||
display: block; | ||
margin-bottom: 0.5rem; | ||
} | ||
select { | ||
@@ -72,2 +77,3 @@ -moz-appearance: none; | ||
return html` | ||
<label for="selector">${this.localize('components:optInFlyout:feedbackReasonLabel')}</label> | ||
<select class="d2l-input" id="selector" @change="${this._reasonSelected}" onload="${this.focus()}"> | ||
@@ -74,0 +80,0 @@ <option disabled="" value="">${this.localize('components:optInFlyout:feedbackChooseReason')}</option> |
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
92107
1418