qstd 0.2.26 → 0.2.27

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.
@@ -3261,7 +3261,7 @@ function SliderThumb(props) {
3261
3261
  left,
3262
3262
  top: "50%"
3263
3263
  },
3264
- initial: false,
3264
+ initial: { scale: 1, x: "-50%", y: "-50%" },
3265
3265
  animate: {
3266
3266
  scale: isDragging ? 1.1 : 1,
3267
3267
  x: "-50%",
@@ -3238,7 +3238,7 @@ function SliderThumb(props) {
3238
3238
  left,
3239
3239
  top: "50%"
3240
3240
  },
3241
- initial: false,
3241
+ initial: { scale: 1, x: "-50%", y: "-50%" },
3242
3242
  animate: {
3243
3243
  scale: isDragging ? 1.1 : 1,
3244
3244
  x: "-50%",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qstd",
3
- "version": "0.2.26",
3
+ "version": "0.2.27",
4
4
  "description": "Standard Block component and utilities library with Panda CSS",
5
5
  "author": "malin1",
6
6
  "license": "MIT",