@gyldendal/kobber-components
Advanced tools
Comparing version 0.3.45 to 0.3.46
{ | ||
"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}; |
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
Major refactor
Supply chain riskPackage has recently undergone a major refactor. It may be unstable or indicate significant internal changes. Use caution when updating to versions that include significant changes.
Found 1 instance in 1 package
14
150098