@manafishrov/ui 1.3.10 → 1.3.12

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package",
3
3
  "name": "@manafishrov/ui",
4
- "version": "1.3.10",
4
+ "version": "1.3.12",
5
5
  "description": "Styled component library for Manafish interfaces ",
6
6
  "license": "AGPL-3.0-or-later",
7
7
  "repository": {
@@ -24,7 +24,7 @@ export const TooltipContent: Component<TooltipPrimitive.ContentProps> = (props)
24
24
  <TooltipPrimitive.Content
25
25
  data-slot='tooltip-content'
26
26
  class={cn(
27
- 'px-3 py-1.5 text-xs shadow-md relative isolate transform-gpu overflow-visible rounded-md bg-foreground text-background will-change-transform [--arrow-background:var(--foreground)]',
27
+ 'px-3 py-1.5 text-xs shadow-md relative isolate z-50 transform-gpu overflow-visible rounded-md bg-foreground text-background will-change-transform [--arrow-background:var(--foreground)]',
28
28
  'origin-(--transform-origin)',
29
29
  'data-[state=open]:animate-in data-[state=open]:fade-in-0',
30
30
  'data-[state=closed]:animate-out data-[state=closed]:fade-out-0',
@@ -1,11 +1,8 @@
1
- /* Toast positioning and animations - required for Ark UI stacking behavior */
2
-
3
1
  [data-scope='toast'][data-part='root'] {
4
2
  translate: var(--x) var(--y);
5
3
  scale: var(--scale);
6
4
  z-index: var(--z-index);
7
5
  height: var(--height);
8
- min-height: 48px;
9
6
  opacity: var(--opacity);
10
7
  will-change: translate, opacity, scale, height;
11
8
  transition:
@@ -16,13 +13,6 @@
16
13
  box-shadow 200ms;
17
14
  transition-timing-function: cubic-bezier(0.21, 1.02, 0.73, 1);
18
15
  }
19
- @starting-style {
20
- [data-scope='toast'][data-part='root'] {
21
- opacity: 0;
22
- scale: 0.8;
23
- translate: var(--x, 0px) calc(var(--y, 0px) + 1rem);
24
- }
25
- }
26
16
 
27
17
  [data-scope='toast'][data-part='root'][data-state='closed'] {
28
18
  transition: