elements-kit 0.26.2 → 0.26.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.
@@ -107,8 +107,7 @@
107
107
  z-index: -1;
108
108
  background-color: var(--seg-indicator-bg);
109
109
  border-radius: var(--seg-indicator-radius);
110
- box-shadow: 0 0 0 .5px var(--neutral-a3),
111
- 0 1px 2px var(--neutral-a4);
110
+ box-shadow: 0 0 0 1px var(--neutral-a4);
112
111
  opacity: 0;
113
112
  transition: opacity var(--seg-transition-duration) ease-out;
114
113
  position: absolute;
@@ -132,13 +131,12 @@
132
131
  z-index: -1;
133
132
  top: var(--seg-inset);
134
133
  bottom: var(--seg-inset);
135
- left: anchor(--x-seg-active left);
136
- right: anchor(--x-seg-active right);
134
+ left: calc(anchor(--x-seg-active left) + var(--seg-inset));
135
+ right: calc(anchor(--x-seg-active right) + var(--seg-inset));
137
136
  background-color: var(--seg-indicator-bg);
138
137
  border-radius: var(--seg-indicator-radius);
139
138
  width: auto;
140
- box-shadow: 0 0 0 .5px var(--neutral-a3),
141
- 0 1px 2px var(--neutral-a4);
139
+ box-shadow: 0 0 0 1px var(--neutral-a4);
142
140
  transition: left var(--seg-transition-duration) cubic-bezier(.45, .05, .55, .95),
143
141
  right var(--seg-transition-duration) cubic-bezier(.45, .05, .55, .95);
144
142
  position: absolute;
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "elements-kit",
3
3
  "type": "module",
4
- "version": "0.26.2",
4
+ "version": "0.26.3",
5
5
  "description": "A lightweight reactive UI library that transforms native HTMLElements into reactive components with signals. Ideal for framework-agnostic applications and web components.",
6
6
  "keywords": [
7
7
  "webcomponents",