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

@atom-learning/theme

Package Overview
Dependencies
Maintainers
4
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atom-learning/theme - npm Package Compare versions

Comparing version 1.1.1 to 1.2.0

37

lib/index.d.ts

@@ -8,2 +8,38 @@ export type Theme = {

"backgroundAccent": string
"grey100": string
"grey200": string
"grey300": string
"grey400": string
"grey500": string
"grey600": string
"grey700": string
"grey800": string
"grey900": string
"grey1000": string
"grey1100": string
"grey1200": string
"blue100": string
"blue200": string
"blue300": string
"blue400": string
"blue500": string
"blue600": string
"blue700": string
"blue800": string
"blue900": string
"blue1000": string
"blue1100": string
"blue1200": string
"purple100": string
"purple200": string
"purple300": string
"purple400": string
"purple500": string
"purple600": string
"purple700": string
"purple800": string
"purple900": string
"purple1000": string
"purple1100": string
"purple1200": string
"tonal50": string

@@ -66,2 +102,3 @@ "tonal100": string

"9": string
"24": string
},

@@ -68,0 +105,0 @@ "fontSizes": {

49

lib/index.js

@@ -7,6 +7,42 @@ module.exports = {

"background": "hsl(0, 0%, 96%)",
"backgroundAccent": "hsl(217, 92%, 97%)",
"backgroundAccent": "hsl(215, 100%, 98%)",
"grey100": "hsl(0, 0%, 96%)",
"grey200": "hsl(0, 0%, 92%)",
"grey300": "hsl(0, 0%, 88%)",
"grey400": "hsl(0, 0%, 81%)",
"grey500": "hsl(0, 0%, 76%)",
"grey600": "hsl(0, 0%, 71%)",
"grey700": "hsl(0, 0%, 46%)",
"grey800": "hsl(0, 0%, 33%)",
"grey900": "hsl(0, 0%, 20%)",
"grey1000": "hsl(0, 0%, 12%)",
"grey1100": "hsl(0, 0%, 10%)",
"grey1200": "hsl(0, 0%, 6%)",
"blue100": "hsl(215, 100%, 98%)",
"blue200": "hsl(212, 100%, 95%)",
"blue300": "hsl(211, 100%, 92%)",
"blue400": "hsl(212, 100%, 88%)",
"blue500": "hsl(212, 87%, 84%)",
"blue600": "hsl(216, 96%, 79%)",
"blue700": "hsl(214, 92%, 63%)",
"blue800": "hsl(217, 92%, 51%)",
"blue900": "hsl(223, 78%, 44%)",
"blue1000": "hsl(228, 82%, 35%)",
"blue1100": "hsl(228, 63%, 23%)",
"blue1200": "hsl(228, 63%, 20%)",
"purple100": "hsl(281, 100%, 98%)",
"purple200": "hsl(270, 100%, 95%)",
"purple300": "hsl(270, 100%, 92%)",
"purple400": "hsl(270, 100%, 89%)",
"purple500": "hsl(270, 87%, 84%)",
"purple600": "hsl(264, 96%, 79%)",
"purple700": "hsl(275, 100%, 51%)",
"purple800": "hsl(273, 94%, 48%)",
"purple900": "hsl(268, 78%, 42%)",
"purple1000": "hsl(266, 82%, 32%)",
"purple1100": "hsl(265, 63%, 23%)",
"purple1200": "hsl(265, 63%, 20%)",
"tonal50": "hsl(0, 0%, 96%)",
"tonal100": "hsl(0, 0%, 93%)",
"tonal200": "hsl(0, 0%, 69%)",
"tonal100": "hsl(0, 0%, 92%)",
"tonal200": "hsl(0, 0%, 71%)",
"tonal300": "hsl(0, 0%, 46%)",

@@ -21,5 +57,5 @@ "tonal400": "hsl(0, 0%, 33%)",

"alpha600": "hsla(0, 0%, 20%, 0.6)",
"primaryLight": "hsl(217, 92%, 97%)",
"primaryLight": "hsl(215, 100%, 98%)",
"primary": "hsl(217, 92%, 51%)",
"primaryMid": "hsl(223, 78%, 45%)",
"primaryMid": "hsl(223, 78%, 44%)",
"primaryDark": "hsl(228, 82%, 35%)",

@@ -66,3 +102,4 @@ "secondary": "hsl(204, 100%, 72%)",

"8": "4rem",
"9": "5rem"
"9": "5rem",
"24": "1.5rem"
},

@@ -69,0 +106,0 @@ "fontSizes": {

2

package.json
{
"name": "@atom-learning/theme",
"version": "1.1.1",
"version": "1.2.0",
"description": "Design tokens and assets for Atom Learning",

@@ -5,0 +5,0 @@ "main": "lib/index.js",

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