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

@raiadrogasil/pulso-tokens

Package Overview
Dependencies
Maintainers
2
Versions
41
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@raiadrogasil/pulso-tokens - npm Package Compare versions

Comparing version 2.1.0-alpha.1 to 2.1.0

plataformasaude.common.d.ts

3

index.d.ts

@@ -9,3 +9,4 @@ export * from "./border.tokens";

export { default as DROGASIL_TOKENS } from "./drogasil.common";
export { default as ONOFRE_TOKENS } from "./onofre.common";
export { default as RAIA_DROGASIL_TOKENS } from "./raiadrogasil.common";
export { default as WHITELABEL_TOKENS } from "./whitelabel.common";
export { default as PLATAFORMA_SAUDE_TOKENS } from "./plataformasaude.common";

@@ -1,10 +0,16 @@

export * from "./border.tokens.d.ts";
export * from "./color.tokens.d.ts";
export * from "./font.tokens.d.ts";
export * from "./spacing.tokens.d.ts";
export * from "./tokens.d.ts";
export { default as DROGA_RAIA_TOKENS } from "./drogaraia.common";
export { default as DROGASIL_TOKENS } from "./drogasil.common";
export { default as ONOFRE_TOKENS } from "./onofre.common";
export { default as WHITELABEL_TOKENS } from "./whitelabel.common";
"use strict";
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
exports.PLATAFORMA_SAUDE_TOKENS = exports.WHITELABEL_TOKENS = exports.RAIA_DROGASIL_TOKENS = exports.DROGASIL_TOKENS = exports.DROGA_RAIA_TOKENS = void 0;
var drogaraia_common_1 = require("./drogaraia.common");
Object.defineProperty(exports, "DROGA_RAIA_TOKENS", { enumerable: true, get: function () { return __importDefault(drogaraia_common_1).default; } });
var drogasil_common_1 = require("./drogasil.common");
Object.defineProperty(exports, "DROGASIL_TOKENS", { enumerable: true, get: function () { return __importDefault(drogasil_common_1).default; } });
var raiadrogasil_common_1 = require("./raiadrogasil.common");
Object.defineProperty(exports, "RAIA_DROGASIL_TOKENS", { enumerable: true, get: function () { return __importDefault(raiadrogasil_common_1).default; } });
var whitelabel_common_1 = require("./whitelabel.common");
Object.defineProperty(exports, "WHITELABEL_TOKENS", { enumerable: true, get: function () { return __importDefault(whitelabel_common_1).default; } });
var plataformasaude_common_1 = require("./plataformasaude.common");
Object.defineProperty(exports, "PLATAFORMA_SAUDE_TOKENS", { enumerable: true, get: function () { return __importDefault(plataformasaude_common_1).default; } });

@@ -8,6 +8,7 @@ {

},
"version": "2.1.0-alpha.1",
"version": "2.1.0",
"description": "Pacote de Tokens Design System da RD.",
"main": "./index.js",
"types": "./index.d.ts",
"license": "MIT"
}

@@ -5,22 +5,42 @@

['colorBrand900', 'rgb(24, 11, 49)'],
['colorBrandDarkest', 'rgb(24, 11, 49)'],
['colorBrand700', 'rgb(63, 30, 126)'],
['colorBrandLightest', 'rgb(239, 232, 252)'],
['colorBrand500', 'rgb(99, 49, 196)'],
['colorBrand100', 'rgb(239, 232, 252)'],
['colorBrand200', 'rgb(201, 182, 240)'],
['colorBrand100', 'rgb(239, 232, 252)'],
['colorBrand500', 'rgb(99, 49, 196)'],
['colorHighlight900', 'rgb(28, 36, 1)'],
['colorBrandDark', 'rgb(63, 30, 126)'],
['colorHighlight700', 'rgb(113, 143, 6)'],
['colorBrandLight', 'rgb(201, 182, 240)'],
['colorHighlight500', 'rgb(179, 227, 0)'],
['colorBrand700', 'rgb(63, 30, 126)'],
['colorHighlight200', 'rgb(226, 247, 153)'],
['colorBrandPure', 'rgb(99, 49, 196)'],
['colorBrand900', 'rgb(24, 11, 49)'],
['colorHighlightDarkest', 'rgb(28, 36, 1)'],
['colorHighlight100', 'rgb(248, 253, 233)'],
['colorHighlight200', 'rgb(226, 247, 153)'],
['colorHighlight500', 'rgb(179, 227, 0)'],
['colorHighlightLight', 'rgb(226, 247, 153)'],
['colorHighlightLightest', 'rgb(248, 253, 233)'],
['colorHighlight700', 'rgb(113, 143, 6)'],
['colorHighlight900', 'rgb(28, 36, 1)'],
['colorHighlightDark', 'rgb(113, 143, 6)'],
['colorHighlightPure', 'rgb(179, 227, 0)'],
['colorInformativeDarkest', 'rgb(0, 45, 82)'],

@@ -370,5 +390,5 @@

['borderRadiusRounded', '12px'],
['borderRadiusRounded', '8px'],
['borderRadiusRoundedSide', '12px'],
['borderRadiusRoundedSide', '0px, 0px, 8px, 08px'],

@@ -407,3 +427,3 @@ ['borderRadiusCircle', '100%'],

['fontFamilyHighlight', 'Work Sans'],
['fontFamilyHighlight', 'Open Sans'],

@@ -428,7 +448,7 @@ ['fontSizeNano', '12px'],

['fontWeightBlack', '800'],
['fontWeightBlack', '900'],
['fontWeightBold', '700'],
['fontWeightMedium', '500'],
['fontWeightMedium', '600'],

@@ -453,6 +473,2 @@ ['fontWeightRegular', '400'],

['letterSpacingDefault', '-2%'],
['letterSpacingTiny', '3%'],
['globalLetterSpacingDefault', '0'],

@@ -459,0 +475,0 @@

module.exports = {
colorBrandDarkest: "rgb(24, 11, 49)",
colorBrandLightest: "rgb(239, 232, 252)",
colorBrand100: "rgb(239, 232, 252)",
colorBrand200: "rgb(201, 182, 240)",
colorBrand500: "rgb(99, 49, 196)",
colorBrandDark: "rgb(63, 30, 126)",
colorBrandLight: "rgb(201, 182, 240)",
colorBrand700: "rgb(63, 30, 126)",
colorBrandPure: "rgb(99, 49, 196)",
colorBrand900: "rgb(24, 11, 49)",
colorBrand700: "rgb(63, 30, 126)",
colorBrand500: "rgb(99, 49, 196)",
colorBrand200: "rgb(201, 182, 240)",
colorBrand100: "rgb(239, 232, 252)",
colorHighlightDarkest: "rgb(28, 36, 1)",
colorHighlight100: "rgb(248, 253, 233)",
colorHighlight200: "rgb(226, 247, 153)",
colorHighlight500: "rgb(179, 227, 0)",
colorHighlightLight: "rgb(226, 247, 153)",
colorHighlightLightest: "rgb(248, 253, 233)",
colorHighlight700: "rgb(113, 143, 6)",
colorHighlight900: "rgb(28, 36, 1)",
colorHighlight700: "rgb(113, 143, 6)",
colorHighlight500: "rgb(179, 227, 0)",
colorHighlight200: "rgb(226, 247, 153)",
colorHighlight100: "rgb(248, 253, 233)",
colorHighlightDark: "rgb(113, 143, 6)",
colorHighlightPure: "rgb(179, 227, 0)",
colorInformativeDarkest: "rgb(0, 45, 82)",

@@ -184,4 +194,4 @@ colorInformativePure: "rgb(0, 118, 214)",

borderRadiusNone: "0",
borderRadiusRounded: "12px",
borderRadiusRoundedSide: "12px",
borderRadiusRounded: "8px",
borderRadiusRoundedSide: "0px, 0px, 8px, 08px",
borderRadiusCircle: "100%",

@@ -203,3 +213,3 @@ borderWidthNone: "0",

fontFamilyGlobal: "Open Sans",
fontFamilyHighlight: "Work Sans",
fontFamilyHighlight: "Open Sans",
fontSizeNano: "12px",

@@ -214,5 +224,5 @@ fontSizeMedium: "24px",

fontSizeHuge: "40px",
fontWeightBlack: "800",
fontWeightBlack: "900",
fontWeightBold: "700",
fontWeightMedium: "500",
fontWeightMedium: "600",
fontWeightRegular: "400",

@@ -227,6 +237,4 @@ globalFontWeightBold: "700",

lineHeightLarge: "170%",
letterSpacingDefault: "-2%",
letterSpacingTiny: "3%",
globalLetterSpacingDefault: "0",
globalLetterSpacingTiny: "5%",
};

@@ -31,2 +31,7 @@ import { BorderTokens } from "./border.tokens";

export type Brand = "drogasil" | "drogaraia" | "onofre" | "whitelabel";
export type Brand =
| "drogaraia"
| "drogasil"
| "plataformasaude"
| "raiadrogasil"
| "whitelabel";

@@ -5,23 +5,23 @@

['colorBrandDarkest', 'rgb(0, 36, 12)'],
['colorBrandDarkest', 'rgb(0, 27, 12)'],
['colorBrandLightest', 'rgb(235, 255, 241)'],
['colorBrandLightest', 'rgb(215, 240, 226)'],
['colorBrand100', 'rgb(227, 247, 231)'],
['colorBrand100', 'rgb(215, 240, 226)'],
['colorBrand200', 'rgb(155, 222, 169)'],
['colorBrand200', 'rgb(171, 222, 194)'],
['colorBrand500', 'rgb(20, 124, 41)'],
['colorBrand500', 'rgb(15, 129, 67)'],
['colorBrandDark', 'rgb(0, 76, 25)'],
['colorBrandDark', 'rgb(0, 70, 32)'],
['colorBrandLight', 'rgb(153, 255, 187)'],
['colorBrandLight', 'rgb(171, 222, 194)'],
['colorBrand700', 'rgb(11, 70, 23)'],
['colorBrand700', 'rgb(0, 70, 32)'],
['colorBrandPure', 'rgb(0, 122, 40)'],
['colorBrandPure', 'rgb(15, 129, 67)'],
['colorBrand900', 'rgb(7, 27, 11)'],
['colorBrand900', 'rgb(0, 27, 12)'],
['colorHighlightDarkest', 'rgb(15, 22, 87)'],
['colorHighlightDarkest', 'rgb(11, 16, 50)'],

@@ -32,7 +32,7 @@ ['colorHighlight100', 'rgb(233, 235, 253)'],

['colorHighlight500', 'rgb(58, 76, 224)'],
['colorHighlight500', 'rgb(58, 77, 224)'],
['colorHighlightLight', 'rgb(168, 175, 240)'],
['colorHighlightLight', 'rgb(180, 188, 247)'],
['colorHighlightLightest', 'rgb(238, 239, 252)'],
['colorHighlightLightest', 'rgb(233, 235, 253)'],

@@ -43,5 +43,5 @@ ['colorHighlight700', 'rgb(30, 40, 131)'],

['colorHighlightDark', 'rgb(29, 43, 165)'],
['colorHighlightDark', 'rgb(30, 40, 131)'],
['colorHighlightPure', 'rgb(73, 88, 223)'],
['colorHighlightPure', 'rgb(58, 77, 224)'],

@@ -398,5 +398,5 @@ ['colorInformativeDarkest', 'rgb(0, 45, 82)'],

['borderRadiusRounded', '12px'],
['borderRadiusRounded', '8px'],
['borderRadiusRoundedSide', '12px'],
['borderRadiusRoundedSide', '0px, 0px, 8px, 08px'],

@@ -435,3 +435,3 @@ ['borderRadiusCircle', '100%'],

['fontFamilyHighlight', 'Work Sans'],
['fontFamilyHighlight', 'Open Sans'],

@@ -456,7 +456,7 @@ ['fontSizeNano', '12px'],

['fontWeightBlack', '800'],
['fontWeightBlack', '900'],
['fontWeightBold', '700'],
['fontWeightMedium', '500'],
['fontWeightMedium', '600'],

@@ -481,6 +481,2 @@ ['fontWeightRegular', '400'],

['letterSpacingDefault', '-2%'],
['letterSpacingTiny', '3%'],
['globalLetterSpacingDefault', '0'],

@@ -487,0 +483,0 @@

module.exports = {
colorBrandDarkest: "rgb(0, 36, 12)",
colorBrandLightest: "rgb(235, 255, 241)",
colorBrand100: "rgb(227, 247, 231)",
colorBrand200: "rgb(155, 222, 169)",
colorBrand500: "rgb(20, 124, 41)",
colorBrandDark: "rgb(0, 76, 25)",
colorBrandLight: "rgb(153, 255, 187)",
colorBrand700: "rgb(11, 70, 23)",
colorBrandPure: "rgb(0, 122, 40)",
colorBrand900: "rgb(7, 27, 11)",
colorHighlightDarkest: "rgb(15, 22, 87)",
colorBrandDarkest: "rgb(0, 27, 12)",
colorBrandLightest: "rgb(215, 240, 226)",
colorBrand100: "rgb(215, 240, 226)",
colorBrand200: "rgb(171, 222, 194)",
colorBrand500: "rgb(15, 129, 67)",
colorBrandDark: "rgb(0, 70, 32)",
colorBrandLight: "rgb(171, 222, 194)",
colorBrand700: "rgb(0, 70, 32)",
colorBrandPure: "rgb(15, 129, 67)",
colorBrand900: "rgb(0, 27, 12)",
colorHighlightDarkest: "rgb(11, 16, 50)",
colorHighlight100: "rgb(233, 235, 253)",
colorHighlight200: "rgb(180, 188, 247)",
colorHighlight500: "rgb(58, 76, 224)",
colorHighlightLight: "rgb(168, 175, 240)",
colorHighlightLightest: "rgb(238, 239, 252)",
colorHighlight500: "rgb(58, 77, 224)",
colorHighlightLight: "rgb(180, 188, 247)",
colorHighlightLightest: "rgb(233, 235, 253)",
colorHighlight700: "rgb(30, 40, 131)",
colorHighlight900: "rgb(11, 16, 50)",
colorHighlightDark: "rgb(29, 43, 165)",
colorHighlightPure: "rgb(73, 88, 223)",
colorHighlightDark: "rgb(30, 40, 131)",
colorHighlightPure: "rgb(58, 77, 224)",
colorInformativeDarkest: "rgb(0, 45, 82)",

@@ -197,4 +197,4 @@ colorInformativePure: "rgb(0, 118, 214)",

borderRadiusNone: "0",
borderRadiusRounded: "12px",
borderRadiusRoundedSide: "12px",
borderRadiusRounded: "8px",
borderRadiusRoundedSide: "0px, 0px, 8px, 08px",
borderRadiusCircle: "100%",

@@ -216,3 +216,3 @@ borderWidthNone: "0",

fontFamilyGlobal: "Open Sans",
fontFamilyHighlight: "Work Sans",
fontFamilyHighlight: "Open Sans",
fontSizeNano: "12px",

@@ -227,5 +227,5 @@ fontSizeMedium: "24px",

fontSizeHuge: "40px",
fontWeightBlack: "800",
fontWeightBlack: "900",
fontWeightBold: "700",
fontWeightMedium: "500",
fontWeightMedium: "600",
fontWeightRegular: "400",

@@ -240,6 +240,4 @@ globalFontWeightBold: "700",

lineHeightLarge: "170%",
letterSpacingDefault: "-2%",
letterSpacingTiny: "3%",
globalLetterSpacingDefault: "0",
globalLetterSpacingTiny: "5%",
};

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