New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

@zywave/zui-base-styles

Package Overview
Dependencies
Maintainers
1
Versions
155
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@zywave/zui-base-styles - npm Package Compare versions

Comparing version 4.0.5 to 4.0.6-pre.1

8

CHANGELOG.md

@@ -6,10 +6,2 @@ # Change Log

## [4.0.5](https://gitlab.zywave.com/zui/zui/compare/@zywave/zui-base-styles@4.0.5-pre.5...@zywave/zui-base-styles@4.0.5) (2019-10-16)
**Note:** Version bump only for package @zywave/zui-base-styles
## [4.0.4](https://gitlab.zywave.com/zui/zui/compare/@zywave/zui-base-styles@4.0.4-pre.2...@zywave/zui-base-styles@4.0.4) (2019-09-09)

@@ -16,0 +8,0 @@

6

package.json
{
"name": "@zywave/zui-base-styles",
"version": "4.0.5",
"version": "4.0.6-pre.1",
"main": "dist/zui-base-styles.css",

@@ -10,3 +10,3 @@ "license": "UNLICENSED",

"devDependencies": {
"@zywave/zui-base": "^4.0.5",
"@zywave/zui-base": "^4.1.1-pre.1",
"autoprefixer": "^8.2.0",

@@ -27,3 +27,3 @@ "browser-sync": "^2.23.7",

},
"gitHead": "99846f00f223864e2815028466301cf31c28b730"
"gitHead": "5e3524d13e1a28fff7ded4a85b3e688281e0e7fd"
}

@@ -37,7 +37,7 @@ # zui-base-styles

Within `base.scss` and `normalize.scss` you'll notice duplication of selectors specifying base styles, these selectors are chained with a class of `.zuix`.
Within `base.scss` and `normalize.scss` you'll notice duplication of selectors specifying base styles, these selectors are chained with a class of `.zui`.
```css
h1,
h1.zuix {
h1.zui {
font-size: rem(26);

@@ -47,4 +47,4 @@ }

`.zuix` is currently experimental and is available as prototype package via `zuix-app-styles`, this will soon be available in `zui-app-styles`. `.zuix` was created to allow for simpler class names within our style library, and to avoid clashing styles; i.e. if a user pulls in a 3rd party stylesheet which defines `.row`, but ZUI also defines `.row` these classes could mix but `.zuix` instead removes all styles on itself first, and then adds the ZUI defined styles.
`.zui` is currently experimental and is available as a prototype package via `zui-app-styles` in the `exp` branch. This will soon be available in the `dev` branch after testing. `.zui` was created to allow for simpler class names within our style library, and to avoid clashing styles; i.e. if a user pulls in a 3rd party stylesheet which defines `.row`, but ZUI also defines `.row` these classes could mix but `.zui` instead removes all styles on itself first, and then adds the ZUI defined styles.
Why is `.zuix` in `zui-base-styles`? `zui-base-styles` and `zuix-app-styles` / `zui-app-styles` are not dependencies of each other, they could be used independently. Since `.zuix` removes all styles from an element it resides on, we wanted to preserve the styles `zui-base-styles` provides, hence the need to add the second set of selectors chained with `.zuix`.
Why is `.zui` in `zui-base-styles`? `zui-base-styles` and `zui-app-styles` are not dependencies of each other, they could be used independently. Since `.zui` removes all styles from an element it resides on, we wanted to preserve the styles `zui-base-styles` provides, hence the need to add the second set of selectors chained with `.zui`.

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

Sorry, the diff of this file is not supported yet

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