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

@gyldendal/kobber-components

Package Overview
Dependencies
Maintainers
0
Versions
82
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@gyldendal/kobber-components - npm Package Compare versions

Comparing version 0.3.45 to 0.3.46

chunks/chunk-3IV5D3PE.js

2

package.json
{
"name": "@gyldendal/kobber-components",
"version": "0.3.45",
"version": "0.3.46",
"license": "MIT",

@@ -5,0 +5,0 @@ "type": "module",

import * as _lit_react from '@lit/react';
import { T as Theme, G as Grid, a as GridColumn, b as GridColumnAspectRatio, C as Checkbox, P as ProgressBar, c as ProgressBarItem, d as CardLayout, e as CardLayoutColumnAspectRatio, B as BoxLayout, f as Button } from '../Button-a44e6863.js';
import { T as Theme, G as Grid, a as GridColumn, b as GridColumnAspectRatio, C as Checkbox, P as ProgressBar, c as ProgressBarItem, d as CardLayout, e as CardLayoutColumnAspectRatio, B as BoxLayout, f as Button } from '../Button-34127ec4.js';
import * as lit_html from 'lit-html';

@@ -4,0 +4,0 @@ import * as lit from 'lit';

@@ -19,3 +19,3 @@ import {

themeContext
} from "../chunks/chunk-DSRMN76R.js";
} from "../chunks/chunk-3IV5D3PE.js";

@@ -22,0 +22,0 @@ // src/index.react.tsx

@@ -1,2 +0,2 @@

export { B as BoxLayout, f as Button, d as CardLayout, e as CardLayoutColumnAspectRatio, C as Checkbox, G as Grid, a as GridColumn, P as ProgressBar, c as ProgressBarItem } from '../Button-a44e6863.js';
export { B as BoxLayout, f as Button, d as CardLayout, e as CardLayoutColumnAspectRatio, C as Checkbox, G as Grid, a as GridColumn, P as ProgressBar, c as ProgressBarItem } from '../Button-34127ec4.js';
import * as lit_html from 'lit-html';

@@ -3,0 +3,0 @@ import * as lit from 'lit';

@@ -12,3 +12,3 @@ import {

__decorateClass
} from "../chunks/chunk-DSRMN76R.js";
} from "../chunks/chunk-3IV5D3PE.js";

@@ -163,5 +163,5 @@ // src/dropdown/Dropdown.ts

this.attachShadow({ mode: "open" });
const fontSize = `${tokens.typography.actionitems.button.fontSize / 16}rem;`;
const fontSize = `${tokens.typography.ui.button.fontSize / 16}rem;`;
const textColor = this.getAttribute("text-color") ?? tokens.component.button.text.color.aubergine.main.primary.fallback;
const backgroundColor = this.getAttribute("background-color") ?? tokens.component.button.background.color.primary.aubergine.main.primary.fallback;
const backgroundColor = this.getAttribute("background-color") ?? tokens.component.button.background.color.aubergine.main.primary.fallback;
const circleColor = this.getAttribute("circle-color");

@@ -181,4 +181,4 @@ const compliantColors = getContrastCompliantColors({

font-size: ${fontSize};
font-family: ${tokens.typography.actionitems.button.fontFamily};
font-weight: ${tokens.typography.actionitems.button.fontWeight};
font-family: ${tokens.typography.ui.button.fontFamily};
font-weight: ${tokens.typography.ui.button.fontWeight};
border-radius: ${10}px;

@@ -185,0 +185,0 @@ color: ${compliantColors.textColor};

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