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

@justeat/fozzie

Package Overview
Dependencies
Maintainers
52
Versions
326
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@justeat/fozzie - npm Package Compare versions

Comparing version 5.0.0-beta.10 to 5.0.0-eyeglass-override-breaking.0

src/scss/fozzie5.scss

76

CHANGELOG.md

@@ -6,8 +6,32 @@ # Changelog

v5 Todo List
Future Todo List
------------------------------
- File Restructure (will do as a separate PR).
- Make typography and utility classes silent extenders (so that they can be extended by components without importing all utility classes).
v5.0.0
------------------------------
*August 23, 2021*
## Main changes:
- Colour and typography variables updated to use `pie-design-tokens` repo instead of `fozzie-colour-palette`.
- When importing v5 fozzie, consuming applications only get included variables, functions and mixins (no classes). Component styles for buttons, form-fields etc are being deprecated as we move our components over to versionable packages, but can still be included via optional mixins applications that still need this as part of the transition.
- Two optional variables can be used to include a base set of styles (similar to v4). These are `$includeBaseFramework` and `$includeMinimalFramework`. Check out the `_templates.scss` file to see what styles are included when these are set to true.
### Changed
- Eyeglass version bumped to v3.
- Made all styles and components optional (wrapped in a mixin).
- Lots of colour variables moved over as part of using the new `pie-design-tokens` repo instead of `fozzie-colour-palette`.
- Updated type-map with new typography variables for font-size and line-height.
### Removed
- `/settings/glyphs` moved into badges, as it is the only place it is used.
- `/images` as not used.
- `kickoff-grid` dependency brought into fozzie, to remove external dependency (making it easier to change if needed).
- `$font-weight-bold` was removed as it now comes straight from `pie-design-tokens`.
** Full list of changes (including all colour variable changes) can be found below in beta release CHANGELOGs **
v5.0.0-beta.10

@@ -17,3 +41,3 @@ ------------------------------

### Updated
### Changed
- pie-design-tokens package

@@ -161,2 +185,48 @@

v4.5.2
------------------------------
*July 7, 2021*
### Fixed
- fixed the linter error
v4.5.1
------------------------------
*July 5, 2021*
### Fixed
- fixed `em` scaling
v4.5.0
------------------------------
*March 25, 2021*
### Changed
- change `max-width` of apps banner image
v4.4.1
------------------------------
*February 11, 2021*
### Changed
- `.u-showAboveNarrow` class to include 414px in media query
v4.4.0
------------------------------
*January 25, 2021*
### Changed
- Latest colour-palette pulled in and some minor package updates.
v4.3.0
------------------------------
*November 4, 2020*
### Added
- `loading-indicator` styles which provides a spinner/loading style.
v4.2.0

@@ -163,0 +233,0 @@ ------------------------------

12

package.json

@@ -5,3 +5,3 @@ {

"description": "UI Web Framework for the Just Eat Global Platform",
"version": "5.0.0-beta.10",
"version": "5.0.0-eyeglass-override-breaking.0",
"main": "dist/js/index.js",

@@ -42,3 +42,3 @@ "files": [

"fontfaceobserver": "2.1.0",
"include-media": "1.4.9",
"include-media": "1.4.10",
"normalize-scss": "7.0.1"

@@ -50,5 +50,5 @@ },

"@justeat/js-test-buddy": "0.4.1",
"concurrently": "6.0.0",
"coveralls": "3.1.0",
"danger": "10.6.3"
"concurrently": "6.2.1",
"coveralls": "3.1.1",
"danger": "10.6.6"
},

@@ -63,3 +63,3 @@ "resolutions": {

"eyeglass": {
"name": "fozzie",
"name": "fozzie5",
"sassDir": "src/scss",

@@ -66,0 +66,0 @@ "needs": "^3.0.2",

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