Socket
Socket
Sign inDemoInstall

@skyux/theme

Package Overview
Dependencies
Maintainers
1
Versions
457
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 4.0.0-rc.3 to 4.0.0-rc.4

css/themes/modern/styles.css

12

CHANGELOG.md

@@ -0,1 +1,9 @@

# 4.0.0-rc.4 (2020-04-24)
- Added bug fixes and features from the `master` branch. [#121](https://github.com/blackbaud/skyux-theme/pull/121)
# 3.14.1 (2020-04-24)
- Restored the bold font style to the `sky-headline` CSS class used by components like key info. [#119](https://github.com/blackbaud/skyux-theme/pull/119)
# 4.0.0-rc.3 (2020-04-23)

@@ -5,2 +13,6 @@

# 3.14.0 (2020-04-23)
- Added elevation, heading, spacing and text CSS classes for the modern theme. [#110](https://github.com/blackbaud/skyux-theme/pull/110)
# 3.13.1 (2020-04-23)

@@ -7,0 +19,0 @@

2

package.json
{
"name": "@skyux/theme",
"version": "4.0.0-rc.3",
"version": "4.0.0-rc.4",
"description": "SKY UX Theme",

@@ -5,0 +5,0 @@ "main": "bundles/skyux-theme.umd.js",

@@ -8,3 +8,4 @@ import { ElementRef, OnDestroy, OnInit, Renderer2 } from '@angular/core';

private themeSvc;
skyTheme: SkyThemeSettings;
set skyTheme(value: SkyThemeSettings);
get skyTheme(): SkyThemeSettings;
private initialized;

@@ -11,0 +12,0 @@ private _skyTheme;

@@ -12,3 +12,3 @@ import { Renderer2 } from '@angular/core';

*/
readonly settingsChange: Observable<SkyThemeSettingsChange>;
get settingsChange(): Observable<SkyThemeSettingsChange>;
private current;

@@ -15,0 +15,0 @@ private hostEl;

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