@kupola/kupola 1.9.4 → 1.9.5

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/css/kupola.css CHANGED
@@ -1,6 +1,6 @@
1
1
  @import url('colors-and-type.css');
2
- @import url('theme-light.css');
3
2
  @import url('theme-dark.css');
3
+ @import url('theme-light.css');
4
4
  @import url('brand-themes.css');
5
5
  @import url('scaffold.css');
6
6
  @import url('components.css');
@@ -291,10 +291,10 @@
291
291
  --bg-timeline-line: rgba(255, 255, 255, 0.12);
292
292
  --bg-timeline-marker: #32F08C;
293
293
 
294
- --body-xs-font-size: 10px;
295
- --body-xs-line-height: 14px;
296
- --body-sm-font-size: 11px;
297
- --body-sm-line-height: 16px;
294
+ --body-xs-font-size: 11px;
295
+ --body-xs-line-height: 16px;
296
+ --body-sm-font-size: 12px;
297
+ --body-sm-line-height: 18px;
298
298
  --body-base-font-size: 13px;
299
299
  --body-base-line-height: 20px;
300
300
  --body-strong-xs-font-weight: 500;
@@ -304,14 +304,14 @@
304
304
  --heading-3xs-font-size: 11px;
305
305
  --heading-3xs-line-height: 16px;
306
306
  --heading-2xs-font-size: 12px;
307
- --heading-2xs-line-height: 18px;
307
+ --heading-2xs-line-height: 16px;
308
308
  --heading-xs-font-size: 13px;
309
- --heading-xs-line-height: 20px;
310
- --heading-sm-font-size: 16px;
311
- --heading-sm-line-height: 24px;
309
+ --heading-xs-line-height: 18px;
310
+ --heading-sm-font-size: 14px;
311
+ --heading-sm-line-height: 20px;
312
312
  --heading-base-font-size: 16px;
313
313
  --heading-base-line-height: 22px;
314
- --heading-md-font-size: 20px;
314
+ --heading-md-font-size: 18px;
315
315
  --heading-md-line-height: 28px;
316
316
  --heading-lg-font-size: 24px;
317
317
  --heading-lg-line-height: 32px;
@@ -1,6 +1,6 @@
1
1
  @import url('colors-and-type.css');
2
- @import url('theme-light.css');
3
2
  @import url('theme-dark.css');
3
+ @import url('theme-light.css');
4
4
  @import url('brand-themes.css');
5
5
  @import url('scaffold.css');
6
6
  @import url('components.css');
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@kupola/kupola",
3
- "version": "1.9.4",
3
+ "version": "1.9.5",
4
4
  "description": "A lightweight UI toolkit for any web project. No heavy frontend frameworks required.",
5
5
  "main": "dist/kupola.cjs.js",
6
6
  "module": "dist/kupola.esm.js",