@vacano/ui 1.16.0 → 1.17.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/index.d.ts CHANGED
@@ -234,7 +234,7 @@ export declare type ButtonProps = VacanoComponentProps<HTMLButtonElement, Button
234
234
 
235
235
  export declare type ButtonType = 'button' | 'submit' | 'reset' | 'link';
236
236
 
237
- export declare type ButtonVariant = 'normal' | 'system' | 'success' | 'warning' | 'danger' | 'transparent';
237
+ export declare type ButtonVariant = 'normal' | 'system' | 'success' | 'warning' | 'danger' | 'transparent' | 'ghost';
238
238
 
239
239
  export declare type CalendarView = 'days' | 'months' | 'years';
240
240
 
package/dist/index.js CHANGED
@@ -1,12 +1,12 @@
1
- import { C as r, a as _, Z as tt, B as nt, K as V } from "./keyboard-D5qN_1XD.js";
2
- import { d as Tl, c as zl, g as El, b as Al, i as Ll, t as Rl, u as Dl } from "./keyboard-D5qN_1XD.js";
3
- import { m as it } from "./index-B_4jp70c.js";
4
- import { b as Bl, a as _l, i as Ml } from "./index-B_4jp70c.js";
1
+ import { C as r, a as _, Z as tt, B as nt, K as V } from "./keyboard-WjRJTKKV.js";
2
+ import { d as Tl, c as zl, g as El, b as Al, i as Ll, t as Rl, u as Dl } from "./keyboard-WjRJTKKV.js";
3
+ import { m as it } from "./index-C35SsHTU.js";
4
+ import { b as Bl, a as _l, i as Ml } from "./index-C35SsHTU.js";
5
5
  import { j as d, a as u, F as At, X as ue, e as Ee, L as Ae } from "./X-DAuAfjix.js";
6
6
  import { css as Lt, Global as Le, keyframes as H } from "@emotion/react";
7
7
  import { useState as E, useCallback as k, Children as fe, isValidElement as Ht, cloneElement as he, useEffect as X, createContext as xt, useContext as $t, useRef as B, useLayoutEffect as xe, useReducer as $e, useMemo as ut } from "react";
8
- import { s as i, B as zt, i as Re } from "./ToggleGroup-Do3q0qhi.js";
9
- import { A as Fl, C as jl, a as Hl, b as Wl, j as Ul, D as Vl, F as Xl, l as Yl, I as ql, m as Gl, K as Kl, n as Zl, M as Ql, O as Jl, R as tc, c as ec, d as oc, S as rc, T as nc, e as ic, f as dc, g as lc, h as cc, k as ac } from "./ToggleGroup-Do3q0qhi.js";
8
+ import { s as i, B as zt, i as Re } from "./ToggleGroup-8TgP7j1_.js";
9
+ import { A as Fl, C as jl, a as Hl, b as Wl, j as Ul, D as Vl, F as Xl, l as Yl, I as ql, m as Gl, K as Kl, n as Zl, M as Ql, O as Jl, R as tc, c as ec, d as oc, S as rc, T as nc, e as ic, f as dc, g as lc, h as cc, k as ac } from "./ToggleGroup-8TgP7j1_.js";
10
10
  import { n as S } from "./tooling-YDHxmiMT.js";
11
11
  import { createPortal as Ut } from "react-dom";
12
12
  import { C as De, a as Pe, b as Be } from "./CircleX-RQVijA2m.js";
@@ -1128,7 +1128,6 @@ const _e = Lt`
1128
1128
  cursor: pointer;
1129
1129
  `, ve = `
1130
1130
  min-width: 160px;
1131
- padding: 8px;
1132
1131
  background-color: ${r.white};
1133
1132
  border: 1px solid ${r.gray};
1134
1133
  border-radius: 8px;