@kofile/gds-foundations 1.0.0 → 1.1.1-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/build/css/components/badge.module.css +19 -3
- package/build/css/components/button.module.css +18 -3
- package/build/css/components/dialog.module.css +15 -2
- package/build/css/components/field-message.module.css +13 -2
- package/build/css/components/form-label.module.css +13 -2
- package/build/css/components/input.module.css +30 -3
- package/build/css/components/label.module.css +12 -2
- package/build/css/components/link.module.css +48 -9
- package/build/css/components/segmented-controller.module.css +36 -2
- package/build/css/components/select.module.css +20 -1
- package/build/css/components/table.module.css +34 -5
- package/build/css/components/tabs.module.css +20 -2
- package/build/css/index.css +0 -1
- package/build/css/themes/badge/dark.css +1 -1
- package/build/css/themes/badge/light.css +4 -4
- package/build/css/themes/button/light.css +1 -1
- package/build/css/themes/checkbox/dark.css +1 -1
- package/build/css/themes/checkbox/light.css +2 -2
- package/build/css/themes/checkbox-tile/dark.css +2 -2
- package/build/css/themes/composite/shadows.css +12 -0
- package/build/css/themes/dialog/light.css +2 -2
- package/build/css/themes/global.css +851 -201
- package/build/css/themes/index.css +1 -0
- package/build/css/themes/input/light.css +1 -1
- package/build/css/themes/link/light.css +1 -1
- package/build/css/themes/radio-group-tile/dark.css +2 -2
- package/build/css/themes/select/dark.css +1 -1
- package/build/css/themes/select/light.css +2 -2
- package/build/css/themes/switch/light.css +3 -3
- package/build/css/themes/table/light.css +2 -2
- package/build/minified/badge.module.css +1 -1
- package/build/minified/button.module.css +2 -2
- package/build/minified/dialog.module.css +3 -1
- package/build/minified/field-message.module.css +1 -1
- package/build/minified/form-label.module.css +1 -1
- package/build/minified/global.css +1 -1
- package/build/minified/index.css +1 -1
- package/build/minified/input.module.css +14 -2
- package/build/minified/label.module.css +1 -1
- package/build/minified/link.module.css +1 -1
- package/build/minified/segmented-controller.module.css +26 -2
- package/build/minified/select.module.css +9 -1
- package/build/minified/table.module.css +3 -3
- package/build/minified/tabs.module.css +9 -1
- package/package.json +5 -11
- package/build/.DS_Store +0 -0
- package/build/css/.DS_Store +0 -0
- package/build/css/fonts.css +0 -13
- package/build/fonts/FiraCode-VariableFont_wght.ttf +0 -0
- package/build/fonts/SourceSans3-VariableFont_wght.ttf +0 -0
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@kofile/gds-foundations",
|
|
3
|
-
"version": "1.
|
|
3
|
+
"version": "1.1.1-alpha.0",
|
|
4
4
|
"description": "",
|
|
5
5
|
"main": "build/css/index.css",
|
|
6
6
|
"exports": {
|
|
@@ -12,10 +12,6 @@
|
|
|
12
12
|
"import": "./build/css/themes/index.css",
|
|
13
13
|
"require": "./build/css/themes/index.css"
|
|
14
14
|
},
|
|
15
|
-
"./font": {
|
|
16
|
-
"import": "./build/css/fonts.css",
|
|
17
|
-
"require": "./build/css/fonts.css"
|
|
18
|
-
},
|
|
19
15
|
"./minified": {
|
|
20
16
|
"import": "./build/css/minified/index.css",
|
|
21
17
|
"require": "./build/css/minified/index.css"
|
|
@@ -137,6 +133,7 @@
|
|
|
137
133
|
"pack": "mkdir -p dist && npm pack && mv *.tgz dist/ && cd dist",
|
|
138
134
|
"pre:release": "auto-changelog -p --prepend && git add CHANGELOG.md"
|
|
139
135
|
},
|
|
136
|
+
"type": "module",
|
|
140
137
|
"repository": {
|
|
141
138
|
"type": "git",
|
|
142
139
|
"url": "https://github.com/kofile/design-system/tree/main/packages/foundations"
|
|
@@ -144,13 +141,10 @@
|
|
|
144
141
|
"keywords": [],
|
|
145
142
|
"author": "",
|
|
146
143
|
"license": "ISC",
|
|
147
|
-
"dependencies": {
|
|
148
|
-
"@tokens-studio/sd-transforms": "^0.9.1",
|
|
149
|
-
"style-dictionary": "^3.8.0"
|
|
150
|
-
},
|
|
151
144
|
"devDependencies": {
|
|
152
|
-
"
|
|
153
|
-
"style-dictionary
|
|
145
|
+
"@tokens-studio/sd-transforms": "^1.2.3",
|
|
146
|
+
"style-dictionary": "^4.0.1",
|
|
147
|
+
"style-dictionary-utils": "^3.1.1"
|
|
154
148
|
},
|
|
155
149
|
"auto-changelog": {
|
|
156
150
|
"output": "CHANGELOG.md",
|
package/build/.DS_Store
DELETED
|
Binary file
|
package/build/css/.DS_Store
DELETED
|
Binary file
|
package/build/css/fonts.css
DELETED
|
@@ -1,13 +0,0 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: "Source Sans 3";
|
|
3
|
-
src: url("../fonts/SourceSans3-VariableFont_wght.ttf") format("opentype"),
|
|
4
|
-
url("../fonts/SourceSans3-VariableFont_wght.ttf") format("opentype");
|
|
5
|
-
font-style: normal;
|
|
6
|
-
}
|
|
7
|
-
|
|
8
|
-
@font-face {
|
|
9
|
-
font-family: "Fira Code";
|
|
10
|
-
src: url("../fonts/FiraCode-VariableFont_wght.ttf") format("opentype"),
|
|
11
|
-
url("../fonts/FiraCode-VariableFont_wght.ttf") format("opentype");
|
|
12
|
-
font-style: normal;
|
|
13
|
-
}
|
|
Binary file
|
|
Binary file
|