@lotte-innovate/ui-component-test 0.1.6 → 0.1.8
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +163 -163
- package/dist/globals.css +57640 -57642
- package/dist/lib/components/Skeleton/index.d.ts +0 -1
- package/dist/lib/components/Skeleton/index.js +0 -1
- package/dist/lib/components/Slider/index.d.ts +0 -1
- package/dist/lib/components/Slider/index.js +0 -1
- package/dist/lib/components/TextField/index.d.ts +0 -1
- package/dist/lib/components/TextField/index.js +0 -1
- package/dist/lib/components/Tooltip/index.d.ts +1 -1
- package/dist/styles.css +1563 -1563
- package/package.json +134 -130
@@ -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';
|
@@ -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';
|
@@ -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 |
|
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;
|