welcome-ui 10.3.5 → 10.5.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/{5TKKKQCL-B53p3Vri.js → 5TKKKQCL-rs260p95.js} +2 -2
- package/dist/{APVORPDK-DuBDzcfp.js → APVORPDK-i7Z_eBMP.js} +2 -2
- package/dist/Accordion.js +4 -4
- package/dist/Alert.js +1 -1
- package/dist/AspectRatio.js +1 -1
- package/dist/Avatar.js +1 -1
- package/dist/Badge.css +1 -1
- package/dist/Badge.js +23 -22
- package/dist/Breadcrumb.js +1 -1
- package/dist/Button.js +1 -1
- package/dist/ButtonGroup.js +1 -1
- package/dist/{CVCFNOHX-CeUlkMgT.js → CVCFNOHX-Ck0bUDvo.js} +2 -2
- package/dist/Card.js +1 -1
- package/dist/Checkbox.js +2 -2
- package/dist/CloseButton.js +1 -1
- package/dist/DatePicker.js +2 -2
- package/dist/DateTimePicker.js +2 -2
- package/dist/Drawer.js +5 -5
- package/dist/DropdownMenu.js +12 -12
- package/dist/{ECBEZ4YM-BlwWRwxN.js → ECBEZ4YM-o09xUuV6.js} +3 -3
- package/dist/Field.js +1 -1
- package/dist/FieldGroup.js +1 -1
- package/dist/FileDrop.js +2 -2
- package/dist/FileUpload.js +1 -1
- package/dist/FloatingActionBar.js +1 -1
- package/dist/Hint.js +1 -1
- package/dist/{I7KWAPMF-CuA_ygsc.js → I7KWAPMF-DQWZpGyL.js} +1 -1
- package/dist/{IQYAUKXT-CMV5f3NE.js → IQYAUKXT-Cltvp3KN.js} +1 -1
- package/dist/Icon.js +1 -1
- package/dist/InputText.js +1 -1
- package/dist/{JMU4N4M5-BRPvDp3v.js → JMU4N4M5-DnfyqGdJ.js} +1 -1
- package/dist/Label.js +1 -1
- package/dist/Link.js +1 -1
- package/dist/Loader.js +1 -1
- package/dist/Logo.js +1 -1
- package/dist/Modal.js +5 -5
- package/dist/{NDVACHQI-B7drCM9O.js → NDVACHQI-WTOpOfgG.js} +1 -1
- package/dist/{OCCHVUS4-SwOpz56L.js → OCCHVUS4-BJVLPRH8.js} +1 -1
- package/dist/Pagination.js +1 -1
- package/dist/Popover.js +4 -4
- package/dist/{Q5W46E73-ClIlNE6g.js → Q5W46E73-5xQblshY.js} +1 -1
- package/dist/{RFRKSHIZ-BMv-8lMI.js → RFRKSHIZ-C_FLl4qI.js} +3 -3
- package/dist/Radio.js +2 -2
- package/dist/RadioGroup.js +3 -3
- package/dist/RadioTab.js +2 -2
- package/dist/Search.js +2 -2
- package/dist/Select.js +2 -2
- package/dist/Slider.js +1 -1
- package/dist/Stamp.js +1 -1
- package/dist/Stepper.js +1 -1
- package/dist/StickyNote.js +1 -1
- package/dist/Swiper.js +299 -2144
- package/dist/Table.js +1 -1
- package/dist/Tabs.js +7 -7
- package/dist/Tag.js +1 -1
- package/dist/Text.js +1 -1
- package/dist/Textarea.js +1 -1
- package/dist/TimePicker.js +2 -2
- package/dist/Toast.js +1 -1
- package/dist/Toggle.js +2 -2
- package/dist/Tooltip.js +4 -4
- package/dist/VariantIcon.js +1 -1
- package/dist/VisuallyHidden.js +1 -1
- package/dist/{WLZ6H5FH-6NScq2Y6.js → WLZ6H5FH-CuTcX7sR.js} +1 -1
- package/dist/{WZWDIE3S-DDipnVYO.js → WZWDIE3S-CGqoM1Fy.js} +1 -1
- package/dist/WelcomeLoader.js +1 -1
- package/dist/Window.css +1 -1
- package/dist/Window.js +78 -76
- package/dist/{Z32PU2LQ-7OK4psIK.js → Z32PU2LQ-DMjfxuT9.js} +2 -2
- package/dist/{ZMWF7ASR-BGZQn0ZB.js → ZMWF7ASR-Jc8y_k3t.js} +1 -1
- package/dist/{downshift.esm-xtYanIDi.js → downshift.esm-BtYj0L0Y.js} +1 -1
- package/dist/index-B6iGEm-i.js +1935 -0
- package/dist/{tab-panel-BFzjhpJq.js → tab-panel-Cc3MfOBM.js} +4 -4
- package/dist/theme.css +1 -1
- package/dist/{tslib.es6-C80jYMbM.js → tslib.es6-CKhMT3k3.js} +1 -1
- package/dist/types/components/Badge/types.d.ts +1 -1
- package/dist/types/components/Drawer/index.d.ts +1 -1
- package/dist/types/components/Modal/index.d.ts +1 -1
- package/dist/types/components/Window/components/Header.d.ts +1 -1
- package/dist/types/components/Window/index.d.ts +1 -1
- package/dist/types/components/Window/types.d.ts +1 -0
- package/dist/types/theme/generated/variables.d.ts +2 -0
- package/dist/types/utils/index.d.ts +3 -0
- package/dist/types/utils/use-breakpoint.d.ts +15 -0
- package/dist/types/utils/use-breakpoint.test.d.ts +1 -0
- package/dist/types/utils/use-viewport.test.d.ts +1 -0
- package/dist/use-viewport-GQu4vkby.js +20 -0
- package/dist/{utils-BGmdljvh.js → utils-ZE_dEXnJ.js} +1 -1
- package/dist/utils.js +25 -14
- package/package.json +1 -1
- package/dist/index-PAaZGbyz.js +0 -102
package/dist/RadioTab.js
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import './RadioTab.css';
|
|
3
3
|
import { jsxs as _, jsx as s } from "react/jsx-runtime";
|
|
4
|
-
import { R as b } from "./5TKKKQCL-
|
|
4
|
+
import { R as b } from "./5TKKKQCL-rs260p95.js";
|
|
5
5
|
import { forwardRef as d } from "react";
|
|
6
6
|
import { Button as u } from "./Button.js";
|
|
7
|
-
import { c as v } from "./index-
|
|
7
|
+
import { c as v } from "./index-B6iGEm-i.js";
|
|
8
8
|
const f = "_label_19zvb_2", N = "_checked_19zvb_7", h = "_input_19zvb_16", z = "_content_19zvb_26", R = {
|
|
9
9
|
label: f,
|
|
10
10
|
checked: N,
|
package/dist/Search.js
CHANGED
|
@@ -1,11 +1,11 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import './Search.css';
|
|
3
3
|
import { jsx as t, jsxs as v } from "react/jsx-runtime";
|
|
4
|
-
import { D as M } from "./downshift.esm-
|
|
4
|
+
import { D as M } from "./downshift.esm-BtYj0L0Y.js";
|
|
5
5
|
import { forwardRef as oe, useState as pe, useCallback as _e, useMemo as de, Fragment as me } from "react";
|
|
6
6
|
import { CloseButton as he } from "./CloseButton.js";
|
|
7
7
|
import { Icon as ue } from "./Icon.js";
|
|
8
|
-
import { c as be } from "./index-
|
|
8
|
+
import { c as be } from "./index-B6iGEm-i.js";
|
|
9
9
|
import { c as fe } from "./create-event-rXDe5aCQ.js";
|
|
10
10
|
import { t as ge } from "./throttle-BDBzFeFj.js";
|
|
11
11
|
const we = "_wrapper_5psb0_3", Ne = "_indicators_5psb0_6", ve = "_root_5psb0_34", Re = "_transparent_5psb0_100", Se = "_disabled_5psb0_144", Ie = "_menu_5psb0_165", xe = "_item_5psb0_198", Ce = "_highlighted_5psb0_212", $e = "_selected_5psb0_215", ke = {
|
package/dist/Select.js
CHANGED
|
@@ -1,8 +1,8 @@
|
|
|
1
1
|
"use client";
|
|
2
2
|
import './Select.css';
|
|
3
3
|
import { jsx as p, jsxs as H } from "react/jsx-runtime";
|
|
4
|
-
import { D as _e } from "./downshift.esm-
|
|
5
|
-
import { g as Xe, c as we } from "./index-
|
|
4
|
+
import { D as _e } from "./downshift.esm-BtYj0L0Y.js";
|
|
5
|
+
import { g as Xe, c as we } from "./index-B6iGEm-i.js";
|
|
6
6
|
import { useRef as Ze, useMemo as Ce, forwardRef as Qe, useState as P, useEffect as pe, useCallback as qe, Fragment as Be } from "react";
|
|
7
7
|
import { CloseButton as Ge } from "./CloseButton.js";
|
|
8
8
|
import { useField as Je } from "./Field.js";
|
package/dist/Slider.js
CHANGED
|
@@ -5,7 +5,7 @@ import { forwardRef as Y, useState as $, useRef as K, useCallback as Z, useEffec
|
|
|
5
5
|
import { Hint as H } from "./Hint.js";
|
|
6
6
|
import { InputText as O } from "./InputText.js";
|
|
7
7
|
import { Text as re } from "./Text.js";
|
|
8
|
-
import { c as ne } from "./index-
|
|
8
|
+
import { c as ne } from "./index-B6iGEm-i.js";
|
|
9
9
|
const ce = "_hint_6xzwz_20", ue = "_output_6xzwz_149", de = "_tooltip_6xzwz_162", fe = "_thick_6xzwz_171", pe = "_range_6xzwz_8", te = {
|
|
10
10
|
"slider-root": "_slider-root_6xzwz_2",
|
|
11
11
|
"range-root": "_range-root_6xzwz_8",
|
package/dist/Stamp.js
CHANGED
|
@@ -3,7 +3,7 @@ import './Stamp.css';
|
|
|
3
3
|
import { jsx as e } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef as i } from "react";
|
|
5
5
|
import { Icon as s } from "./Icon.js";
|
|
6
|
-
import { c as v } from "./index-
|
|
6
|
+
import { c as v } from "./index-B6iGEm-i.js";
|
|
7
7
|
const l = "_root_jran2_2", c = {
|
|
8
8
|
root: l,
|
|
9
9
|
"variant-brand": "_variant-brand_jran2_21",
|
package/dist/Stepper.js
CHANGED
|
@@ -3,7 +3,7 @@ import './Stepper.css';
|
|
|
3
3
|
import { jsx as o, jsxs as k } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef as I, useState as b, useRef as R, useEffect as u } from "react";
|
|
5
5
|
import { Icon as i } from "./Icon.js";
|
|
6
|
-
import { c as x } from "./index-
|
|
6
|
+
import { c as x } from "./index-B6iGEm-i.js";
|
|
7
7
|
import { Text as L } from "./Text.js";
|
|
8
8
|
const F = "_root_e6wyb_2", j = "_wrapper_e6wyb_16", z = "_separator_e6wyb_49", E = "_item_e6wyb_53", C = "_clickable_e6wyb_87", O = "_completed_e6wyb_96", V = {
|
|
9
9
|
root: F,
|
package/dist/StickyNote.js
CHANGED
|
@@ -3,7 +3,7 @@ import './StickyNote.css';
|
|
|
3
3
|
import { jsx as t, jsxs as c } from "react/jsx-runtime";
|
|
4
4
|
import { forwardRef as N } from "react";
|
|
5
5
|
import { CloseButton as d } from "./CloseButton.js";
|
|
6
|
-
import { c as s } from "./index-
|
|
6
|
+
import { c as s } from "./index-B6iGEm-i.js";
|
|
7
7
|
import { Button as b } from "./Button.js";
|
|
8
8
|
import { Icon as f } from "./Icon.js";
|
|
9
9
|
import { Text as h } from "./Text.js";
|