@lessly/ui 1.2.0 → 1.4.0

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/styles.css CHANGED
@@ -643,6 +643,12 @@
643
643
  /* === Animation layer (tw-animate-css, compiled) — see scripts/build-styles.mjs === */
644
644
  /*! tailwindcss v4.3.2 | MIT License | https://tailwindcss.com */
645
645
  @layer properties;
646
+ .slide-in-from-left-2 {
647
+ --tw-enter-translate-x: calc(2*var(--spacing)*-1);
648
+ }
649
+ .slide-in-from-top-2 {
650
+ --tw-enter-translate-y: calc(2*var(--spacing)*-1);
651
+ }
646
652
  .data-\[motion\=from-end\]\:slide-in-from-right-52 {
647
653
  &[data-motion="from-end"] {
648
654
  --tw-enter-translate-x: calc(52*var(--spacing));
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@lessly/ui",
3
- "version": "1.2.0",
3
+ "version": "1.4.0",
4
4
  "description": "Lessly design system — shared UI primitives, tokens, and theme",
5
5
  "type": "module",
6
6
  "packageManager": "pnpm@10.30.3",