@overmap-ai/blocks 1.0.35-slider.0 → 1.0.35-slider.1

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/dist/blocks.js CHANGED
@@ -4401,53 +4401,53 @@ const sliderRootCva = cva(["relative", "select-none", "touch-none", "flex", "ite
4401
4401
  {
4402
4402
  orientation: "horizontal",
4403
4403
  size: "xs",
4404
- className: ["h-1.5"]
4404
+ className: ["h-4"]
4405
4405
  },
4406
4406
  {
4407
4407
  orientation: "horizontal",
4408
4408
  size: "sm",
4409
- className: ["h-2"]
4409
+ className: ["h-5"]
4410
4410
  },
4411
4411
  {
4412
4412
  orientation: "horizontal",
4413
4413
  size: "md",
4414
- className: ["h-2.5"]
4414
+ className: ["h-6"]
4415
4415
  },
4416
4416
  {
4417
4417
  orientation: "horizontal",
4418
4418
  size: "lg",
4419
- className: ["h-3"]
4419
+ className: ["h-7"]
4420
4420
  },
4421
4421
  {
4422
4422
  orientation: "horizontal",
4423
4423
  size: "xl",
4424
- className: ["h-3.5"]
4424
+ className: ["h-8"]
4425
4425
  },
4426
4426
  // vertical
4427
4427
  {
4428
4428
  orientation: "vertical",
4429
4429
  size: "xs",
4430
- className: ["w-1.5"]
4430
+ className: ["w-4"]
4431
4431
  },
4432
4432
  {
4433
4433
  orientation: "vertical",
4434
4434
  size: "sm",
4435
- className: ["w-2"]
4435
+ className: ["w-5"]
4436
4436
  },
4437
4437
  {
4438
4438
  orientation: "vertical",
4439
4439
  size: "md",
4440
- className: ["w-2.5"]
4440
+ className: ["w-6"]
4441
4441
  },
4442
4442
  {
4443
4443
  orientation: "vertical",
4444
4444
  size: "lg",
4445
- className: ["w-3"]
4445
+ className: ["w-7"]
4446
4446
  },
4447
4447
  {
4448
4448
  orientation: "vertical",
4449
4449
  size: "xl",
4450
- className: ["w-3.5"]
4450
+ className: ["w-8"]
4451
4451
  }
4452
4452
  ]
4453
4453
  });
@@ -4475,10 +4475,64 @@ const sliderTrackCva = cva(
4475
4475
  soft: ["bg-(--base-a4)"]
4476
4476
  },
4477
4477
  orientation: {
4478
- horizontal: ["h-full"],
4479
- vertical: ["w-full"]
4478
+ horizontal: [],
4479
+ vertical: []
4480
4480
  }
4481
- }
4481
+ },
4482
+ compoundVariants: [
4483
+ // horizontal
4484
+ {
4485
+ orientation: "horizontal",
4486
+ size: "xs",
4487
+ className: ["h-1.5"]
4488
+ },
4489
+ {
4490
+ orientation: "horizontal",
4491
+ size: "sm",
4492
+ className: ["h-2"]
4493
+ },
4494
+ {
4495
+ orientation: "horizontal",
4496
+ size: "md",
4497
+ className: ["h-2.5"]
4498
+ },
4499
+ {
4500
+ orientation: "horizontal",
4501
+ size: "lg",
4502
+ className: ["h-3"]
4503
+ },
4504
+ {
4505
+ orientation: "horizontal",
4506
+ size: "xl",
4507
+ className: ["h-3.5"]
4508
+ },
4509
+ // vertical
4510
+ {
4511
+ orientation: "vertical",
4512
+ size: "xs",
4513
+ className: ["w-1.5"]
4514
+ },
4515
+ {
4516
+ orientation: "vertical",
4517
+ size: "sm",
4518
+ className: ["w-2"]
4519
+ },
4520
+ {
4521
+ orientation: "vertical",
4522
+ size: "md",
4523
+ className: ["w-2.5"]
4524
+ },
4525
+ {
4526
+ orientation: "vertical",
4527
+ size: "lg",
4528
+ className: ["w-3"]
4529
+ },
4530
+ {
4531
+ orientation: "vertical",
4532
+ size: "xl",
4533
+ className: ["w-3.5"]
4534
+ }
4535
+ ]
4482
4536
  }
4483
4537
  );
4484
4538
  const sliderRangeCva = cva(