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

@atb-as/theme

Package Overview
Dependencies
Maintainers
8
Versions
122
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@atb-as/theme - npm Package Compare versions

Comparing version 6.0.0-alpha.7 to 6.0.0-alpha.9

lib/themes/fram-theme/theme.css

3

lib/theme.d.ts

@@ -78,3 +78,4 @@ import { borderRadius, borderWidth, iconSizes, spacings } from './sizes';

AtB = 0,
Nfk = 1
Nfk = 1,
FRAM = 2
}

@@ -81,0 +82,0 @@ export declare function createThemesFor(themeVariant: ThemeVariant): Themes;

@@ -14,2 +14,3 @@ "use strict";

ThemeVariant[ThemeVariant["Nfk"] = 1] = "Nfk";
ThemeVariant[ThemeVariant["FRAM"] = 2] = "FRAM";
})(ThemeVariant = exports.ThemeVariant || (exports.ThemeVariant = {}));

@@ -22,2 +23,4 @@ function createThemesFor(themeVariant) {

return themes_1.NfkThemes;
case ThemeVariant.FRAM:
return themes_1.FRAMThemes;
default:

@@ -24,0 +27,0 @@ throw Error('A valid ThemeVariant must be provided');

export { default as AtBThemes } from './atb-theme/theme';
export { default as NfkThemes } from './nfk-theme/theme';
export { default as FRAMThemes } from './fram-theme/theme';

@@ -6,3 +6,3 @@ "use strict";

Object.defineProperty(exports, "__esModule", { value: true });
exports.NfkThemes = exports.AtBThemes = void 0;
exports.FRAMThemes = exports.NfkThemes = exports.AtBThemes = void 0;
var theme_1 = require("./atb-theme/theme");

@@ -12,2 +12,4 @@ Object.defineProperty(exports, "AtBThemes", { enumerable: true, get: function () { return __importDefault(theme_1).default; } });

Object.defineProperty(exports, "NfkThemes", { enumerable: true, get: function () { return __importDefault(theme_2).default; } });
var theme_3 = require("./fram-theme/theme");
Object.defineProperty(exports, "FRAMThemes", { enumerable: true, get: function () { return __importDefault(theme_3).default; } });
//# sourceMappingURL=index.js.map
{
"name": "@atb-as/theme",
"version": "6.0.0-alpha.7",
"version": "6.0.0-alpha.9",
"private": false,

@@ -29,3 +29,3 @@ "description": "AtB Design System Colors",

"hex-to-rgba": "^2.0.1",
"ts-deepmerge": "^1.0.7"
"ts-deepmerge": "^3.0.0"
},

@@ -35,3 +35,3 @@ "publishConfig": {

},
"gitHead": "818e5a31589411d35a8607ee6ad90daadb878792"
"gitHead": "343c38a5408b95e183fda94cd0de840d6de020d9"
}

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