Socket
Socket
Sign inDemoInstall

@skyux/theme

Package Overview
Dependencies
Maintainers
1
Versions
455
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@skyux/theme - npm Package Compare versions

Comparing version 3.3.0 to 3.3.1

5

CHANGELOG.md

@@ -0,1 +1,6 @@

# 3.3.1 (2018-11-29)
- Fixed native HTML select fields to use the appropriate CSS style when control value is invalid. [#38](https://github.com/blackbaud/skyux-theme/pull/38)
- Fixed `.sky-btn-tab` SCSS mixin to properly style the hover state for a selected, non-disabled tab. [#41](https://github.com/blackbaud/skyux-theme/pull/41)
# 3.3.0 (2018-11-19)

@@ -2,0 +7,0 @@

12

package.json
{
"name": "@skyux/theme",
"version": "3.3.0",
"version": "3.3.1",
"description": "SKY UX Theme",

@@ -9,8 +9,9 @@ "main": "bundles/bundle.umd.js",

"skyux": "skyux",
"test": "npm run build:dev-bundle && skyux test",
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library && npm run build",
"test": "npm run build:dev-bundle && skyux test --coverage library --logFormat none",
"test:ci": "npm run build:dev-bundle && skyux test --platform travis --coverage library --logFormat none && skyux e2e --platform travis --logFormat none && npm run build",
"build": "skyux build-public-library && node ./scripts/prepare-package.js",
"build:ci": "npm run build",
"build:dev-bundle": "npm run build && node ./scripts/dev-bundle.js",
"start": "npm run build:dev-bundle && skyux serve"
"start": "npm run build:dev-bundle && skyux serve",
"visual": "npm run build:dev-bundle && skyux e2e"
},

@@ -31,3 +32,4 @@ "keywords": [],

"@blackbaud/skyux": "2.30.0",
"@blackbaud/skyux-builder": "1.29.0"
"@blackbaud/skyux-builder": "1.29.0",
"@skyux-sdk/builder-plugin-skyux": "1.0.0-rc.5"
},

@@ -34,0 +36,0 @@ "repository": {

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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