@florid-kit/components 2.1.2 → 2.1.3

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.
Files changed (3) hide show
  1. package/index.js +2 -1
  2. package/index.mjs +2 -1
  3. package/package.json +1 -1
package/index.js CHANGED
@@ -4427,12 +4427,13 @@
4427
4427
  position: sticky;
4428
4428
  top: var(--header-simplify-sticky-top, 0);
4429
4429
  z-index: var(--header-simplify-sticky-z-index, 98);
4430
- width: calc(100% - var(--header-simplify-sticky-padding, 8px));
4431
4430
  margin: auto;
4431
+ transition: top 0.2s ease, width 0.2s ease;
4432
4432
  }
4433
4433
 
4434
4434
  .o-header-simplify.is-sticky.is-scrolled {
4435
4435
  top: var(--header-simplify-sticky-top-scrolled, 10px);
4436
+ width: calc(100% - var(--header-simplify-sticky-padding, 8px));
4436
4437
  }
4437
4438
 
4438
4439
  .o-header-simplify-container {
package/index.mjs CHANGED
@@ -7425,12 +7425,13 @@ k.styles = C`
7425
7425
  position: sticky;
7426
7426
  top: var(--header-simplify-sticky-top, 0);
7427
7427
  z-index: var(--header-simplify-sticky-z-index, 98);
7428
- width: calc(100% - var(--header-simplify-sticky-padding, 8px));
7429
7428
  margin: auto;
7429
+ transition: top 0.2s ease, width 0.2s ease;
7430
7430
  }
7431
7431
 
7432
7432
  .o-header-simplify.is-sticky.is-scrolled {
7433
7433
  top: var(--header-simplify-sticky-top-scrolled, 10px);
7434
+ width: calc(100% - var(--header-simplify-sticky-padding, 8px));
7434
7435
  }
7435
7436
 
7436
7437
  .o-header-simplify-container {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@florid-kit/components",
3
- "version": "2.1.2",
3
+ "version": "2.1.3",
4
4
  "main": "index.js",
5
5
  "module": "index.mjs",
6
6
  "typings": "index.d.ts",