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

@brightspace-ui/labs

Package Overview
Dependencies
Maintainers
3
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@brightspace-ui/labs - npm Package Compare versions

Comparing version 1.2.3 to 1.2.4

7

package.json

@@ -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>

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