@kofile/gds-foundations 1.2.1 → 1.2.2

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.
@@ -371,6 +371,7 @@
371
371
 
372
372
  .button[data-size="xl"] {
373
373
  font-size: var(--font-size-lg);
374
+ height: var(--button-size-xl-height);
374
375
  letter-spacing: var(--letter-spacing-lg);
375
376
  line-height: 22px; /* Custom line-height */
376
377
  height: var(--button-size-xl-height);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kofile/gds-foundations",
3
- "version": "1.2.1",
3
+ "version": "1.2.2",
4
4
  "description": "",
5
5
  "main": "build/css/index.css",
6
6
  "exports": {
@@ -44,6 +44,10 @@
44
44
  "import": "./build/css/components/badge.module.css",
45
45
  "require": "./build/css/components/badge.module.css"
46
46
  },
47
+ "./build/css/components/button.module.css": {
48
+ "import": "./build/css/components/button.module.css",
49
+ "require": "./build/css/components/button.module.css"
50
+ },
47
51
  "./components/button.module.css": {
48
52
  "import": "./build/css/components/button.module.css",
49
53
  "require": "./build/css/components/button.module.css"