welcome-ui 0.0.0-dev.1763386521897 → 0.0.0-dev.1763389246174
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/Accordion.js +1 -0
- package/dist/Alert.js +1 -0
- package/dist/AspectRatio.js +1 -0
- package/dist/Avatar.js +1 -0
- package/dist/Badge.js +1 -0
- package/dist/Breadcrumb.js +1 -0
- package/dist/Button.js +1 -0
- package/dist/ButtonGroup.js +1 -0
- package/dist/Card.js +1 -0
- package/dist/Checkbox.js +1 -0
- package/dist/CloseButton.js +1 -0
- package/dist/DatePicker.js +1 -0
- package/dist/Drawer.js +1 -0
- package/dist/DropdownMenu.js +1 -0
- package/dist/Field.js +1 -0
- package/dist/FieldGroup.js +1 -0
- package/dist/FileDrop.js +1 -0
- package/dist/FileUpload.js +1 -0
- package/dist/Hint.js +1 -0
- package/dist/Icon.js +1 -0
- package/dist/InputText.js +1 -0
- package/dist/Label.js +1 -0
- package/dist/Link.js +1 -0
- package/dist/Loader.js +1 -0
- package/dist/Logo.js +1 -0
- package/dist/Modal.js +1 -0
- package/dist/Pagination.js +1 -0
- package/dist/Popover.js +1 -0
- package/dist/Radio.js +1 -0
- package/dist/RadioGroup.js +1 -0
- package/dist/RadioTab.js +1 -0
- package/dist/Search.js +1 -0
- package/dist/Select.js +1 -0
- package/dist/Slider.js +1 -0
- package/dist/Stepper.js +1 -0
- package/dist/StickyNote.js +1 -0
- package/dist/Swiper.js +1 -0
- package/dist/Table.js +1 -0
- package/dist/Tabs.js +1 -0
- package/dist/Tag.js +1 -0
- package/dist/Text.js +1 -0
- package/dist/Textarea.js +1 -0
- package/dist/Toast.js +1 -0
- package/dist/Toggle.js +1 -0
- package/dist/Tooltip.js +1 -0
- package/dist/VariantIcon.js +1 -0
- package/dist/VisuallyHidden.js +1 -0
- package/dist/theme.js +1 -0
- package/dist/utils.js +1 -0
- package/package.json +2 -2
package/dist/Accordion.js
CHANGED
package/dist/Alert.js
CHANGED
package/dist/AspectRatio.js
CHANGED
package/dist/Avatar.js
CHANGED
package/dist/Badge.js
CHANGED
package/dist/Breadcrumb.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './Breadcrumb.css';
|
|
2
3
|
import { jsxs as I, jsx as w } from "react/jsx-runtime";
|
|
3
4
|
import { forwardRef as re, Children as be, cloneElement as ge, useRef as M, useState as X, useCallback as q, useMemo as me, useEffect as $ } from "react";
|
|
4
5
|
import { Icon as ne } from "./Icon.js";
|
package/dist/Button.js
CHANGED
package/dist/ButtonGroup.js
CHANGED
package/dist/Card.js
CHANGED
package/dist/Checkbox.js
CHANGED
package/dist/CloseButton.js
CHANGED
package/dist/DatePicker.js
CHANGED
package/dist/Drawer.js
CHANGED
package/dist/DropdownMenu.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './DropdownMenu.css';
|
|
2
3
|
import { jsx as C, jsxs as Le } from "react/jsx-runtime";
|
|
3
4
|
import { u as D, m as Ve, o as Re, p as $e, t as Ke, c as Be, s as me, a as ve, b as ze, d as We } from "./RTNCFSKZ-LcIdBwa8.js";
|
|
4
5
|
import { H as je, a as Ue, u as qe, b as Ge, c as Ze, d as Je } from "./GVVKDT6A-C66-lr0B.js";
|
package/dist/Field.js
CHANGED
package/dist/FieldGroup.js
CHANGED
package/dist/FileDrop.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './FileDrop.css';
|
|
2
3
|
import { jsxs as V, Fragment as vi, jsx as f } from "react/jsx-runtime";
|
|
3
4
|
import Ii, { useMemo as Y, useRef as fa, useReducer as Ri, useEffect as ta, useCallback as j, forwardRef as fi, useImperativeHandle as Si, Fragment as qi, useState as Xa } from "react";
|
|
4
5
|
import { _ as N, P as s } from "./tslib.es6-C80jYMbM.js";
|
package/dist/FileUpload.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './FileUpload.css';
|
|
2
3
|
import { jsxs as U, Fragment as T, jsx as p } from "react/jsx-runtime";
|
|
3
4
|
import { forwardRef as D, useState as O, useRef as A, useMemo as H, useImperativeHandle as K, useEffect as j } from "react";
|
|
4
5
|
import { Button as M } from "./Button.js";
|
package/dist/Hint.js
CHANGED
package/dist/Icon.js
CHANGED
package/dist/InputText.js
CHANGED
package/dist/Label.js
CHANGED
package/dist/Link.js
CHANGED
package/dist/Loader.js
CHANGED
package/dist/Logo.js
CHANGED
package/dist/Modal.js
CHANGED
package/dist/Pagination.js
CHANGED
package/dist/Popover.js
CHANGED
package/dist/Radio.js
CHANGED
package/dist/RadioGroup.js
CHANGED
package/dist/RadioTab.js
CHANGED
package/dist/Search.js
CHANGED
package/dist/Select.js
CHANGED
package/dist/Slider.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './Slider.css';
|
|
2
3
|
import { jsxs as D, jsx as l, Fragment as ie } from "react/jsx-runtime";
|
|
3
4
|
import { forwardRef as Y, useState as $, useRef as S, useCallback as Z, useEffect as U, useId as ee } from "react";
|
|
4
5
|
import { Hint as H } from "./Hint.js";
|
package/dist/Stepper.js
CHANGED
package/dist/StickyNote.js
CHANGED
package/dist/Swiper.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './Swiper.css';
|
|
2
3
|
import { jsxs as le, jsx as A } from "react/jsx-runtime";
|
|
3
4
|
import { a as K, g as ce, c as ue } from "./index-PAaZGbyz.js";
|
|
4
5
|
import { useRef as se, useEffect as q, useState as Z, useMemo as de, Children as oe, cloneElement as pe, useCallback as X } from "react";
|
package/dist/Table.js
CHANGED
package/dist/Tabs.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './Tabs.css';
|
|
2
3
|
import { jsx as P, jsxs as fe } from "react/jsx-runtime";
|
|
3
4
|
import { C as ee, a as te, h as X, b as be, j as pe } from "./SBSPVDDI-BoxPz2JY.js";
|
|
4
5
|
import { e as oe, v as ve, f as F, c as W, b as j, _ as H, i as K, w as se, A as Ie, d as g, a as v, u as M, x as ne, ad as Se, p as xe, X as ge, F as he, G as B, H as O, I as k, T as q, K as J } from "./OE2EFRVA-DkdhQLJL.js";
|
package/dist/Tag.js
CHANGED
package/dist/Text.js
CHANGED
package/dist/Textarea.js
CHANGED
package/dist/Toast.js
CHANGED
package/dist/Toggle.js
CHANGED
package/dist/Tooltip.js
CHANGED
|
@@ -1,4 +1,5 @@
|
|
|
1
1
|
"use client";
|
|
2
|
+
import './Tooltip.css';
|
|
2
3
|
import { jsx as h, jsxs as N, Fragment as J } from "react/jsx-runtime";
|
|
3
4
|
import { H as K, a as Q, u as U, b as X, c as Z, d as ee } from "./GVVKDT6A-C66-lr0B.js";
|
|
4
5
|
import { e as te, f as $, c as F, b as M, _ as B, i as D, x as oe, a as P, d as L, z as x, q as re, T as ne, u as g, G as V, H as E, I as y } from "./OE2EFRVA-DkdhQLJL.js";
|
package/dist/VariantIcon.js
CHANGED
package/dist/VisuallyHidden.js
CHANGED
package/dist/theme.js
CHANGED
package/dist/utils.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "welcome-ui",
|
|
3
|
-
"version": "0.0.0-dev.
|
|
3
|
+
"version": "0.0.0-dev.1763389246174",
|
|
4
4
|
"description": "Customizable design system with react, typescript, tailwindcss and ariakit.",
|
|
5
5
|
"files": [
|
|
6
6
|
"dist"
|
|
@@ -28,7 +28,7 @@
|
|
|
28
28
|
},
|
|
29
29
|
"scripts": {
|
|
30
30
|
"start": "vite build --watch",
|
|
31
|
-
"build": "vite build",
|
|
31
|
+
"build": "vite build && node ./scripts/patch-css-imports.js",
|
|
32
32
|
"tokens:clean": "tsx src/theme/clean-tokens.ts",
|
|
33
33
|
"tokens:build": "yarn tokens:clean && node ./src/theme/build-tokens.js",
|
|
34
34
|
"tokens:generate-types": "tsx src/theme/extract-css-vars.ts",
|