@lotte-innovate/ui-component-test 0.1.6 → 0.1.8

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.
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import '@radix-ui/themes/styles.css';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import { IColor } from '../../../lib/types';
5
4
  export interface SkeletonProps extends VariantProps<typeof separatorVariants> {
@@ -22,7 +22,6 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import React from 'react';
25
- import '@radix-ui/themes/styles.css';
26
25
  import { cva } from 'class-variance-authority';
27
26
  import { Theme, Skeleton as SkeletonTheme } from '@radix-ui/themes';
28
27
  import { cn } from '../../../lib/utils/utils';
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import '@radix-ui/themes/styles.css';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import { IScaling } from '../../../lib/types';
5
4
  export interface SliderProps extends VariantProps<typeof sliderVariants> {
@@ -22,7 +22,6 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import React from 'react';
25
- import '@radix-ui/themes/styles.css';
26
25
  import { cva } from 'class-variance-authority';
27
26
  import { cn } from '../../../lib/utils/utils';
28
27
  import { radiusVariants } from '../../../lib/constants';
@@ -1,5 +1,4 @@
1
1
  import React from 'react';
2
- import '@radix-ui/themes/styles.css';
3
2
  import { VariantProps } from 'class-variance-authority';
4
3
  import { TextField as TextFieldTheme } from '@radix-ui/themes';
5
4
  import { IScaling } from '../../../lib/types';
@@ -22,7 +22,6 @@ var __rest = (this && this.__rest) || function (s, e) {
22
22
  };
23
23
  import { jsx as _jsx } from "react/jsx-runtime";
24
24
  import React from 'react';
25
- import '@radix-ui/themes/styles.css';
26
25
  import { cva } from 'class-variance-authority';
27
26
  import { cn } from '../../../lib/utils/utils';
28
27
  import { bgColorStyle, radiusVariants } from '../../../lib/constants';
@@ -11,7 +11,7 @@ export interface TooltipProps extends React.InputHTMLAttributes<HTMLInputElement
11
11
  side?: 'top' | 'right' | 'bottom' | 'left';
12
12
  }
13
13
  declare const tooltipVariants: (props?: ({
14
- scaling?: number | typeof Symbol.iterator | typeof Symbol.unscopables | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | "map" | "filter" | "fill" | "values" | "toString" | "pop" | "push" | "join" | "reverse" | "shift" | "sort" | "splice" | "unshift" | "every" | "some" | "forEach" | "reduce" | "reduceRight" | "find" | "findIndex" | "copyWithin" | "entries" | "keys" | "flatMap" | "flat" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | null | undefined;
14
+ scaling?: number | typeof Symbol.iterator | "concat" | "indexOf" | "lastIndexOf" | "slice" | "length" | "includes" | "at" | "toLocaleString" | typeof Symbol.unscopables | "map" | "filter" | "fill" | "values" | "toString" | "pop" | "push" | "join" | "reverse" | "shift" | "sort" | "splice" | "unshift" | "every" | "some" | "forEach" | "reduce" | "reduceRight" | "find" | "findIndex" | "copyWithin" | "entries" | "keys" | "flatMap" | "flat" | "findLast" | "findLastIndex" | "toReversed" | "toSorted" | "toSpliced" | "with" | null | undefined;
15
15
  weight?: "bold" | "medium" | "regular" | "semibold" | null | undefined;
16
16
  radius?: "small" | "none" | "medium" | "large" | "full" | null | undefined;
17
17
  color?: string | null | undefined;