Skip to content

Commit dcf1a1a

Browse files
authoredOct 15, 2024··
Core: declare interaction-state, variables and colors scss exports (#3668)
1 parent 3541980 commit dcf1a1a

File tree

3 files changed

+7
-4
lines changed

3 files changed

+7
-4
lines changed
 

‎libs/core/package.json

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kirbydesign/core",
3-
"version": "0.0.65",
3+
"version": "0.0.66",
44
"description": "Core styles and helpers for the Kirby Design System.",
55
"type": "module",
66
"main": "dist/index.js",
@@ -24,7 +24,10 @@
2424
"types": "./dist/types/index.d.ts",
2525
"default": "./dist/index.js"
2626
},
27+
"./scss/base/variables": "./scss/base/_variables.scss",
2728
"./scss/global-styles": "./scss/_global-styles.scss",
29+
"./scss/interaction-state": "./scss/interaction-state/_index.scss",
30+
"./scss/themes/colors": "./scss/themes/_colors.scss",
2831
"./scss/utils": "./scss/_utils.scss",
2932
"./src/scss/*": {
3033
"style": "./src/scss/*"

‎libs/designsystem/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@kirbydesign/designsystem",
3-
"version": "10.1.1",
3+
"version": "10.1.2",
44
"description": "The Kirby Design Angular Components.",
55
"author": "kirby@bankdata.dk",
66
"repository": {

‎package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)
Please sign in to comment.