@baton8/general-components 3.1.0-alpha.10 → 3.1.0-alpha.11

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.
@@ -21,7 +21,7 @@ export declare const Badge: import("react").ForwardRefExoticComponent<import("..
21
21
  * 見た目のバリアント。
22
22
  * @defaultValue `"solid"`
23
23
  */
24
- variant?: "outline" | "solid" | "light" | undefined;
24
+ variant?: "solid" | "light" | "outline" | undefined;
25
25
  /**
26
26
  * サイズ。
27
27
  * @defaultValue `"medium"`
@@ -42,7 +42,7 @@ export declare const GeneralIcon: import("react").ForwardRefExoticComponent<impo
42
42
  * アイコンの反転。
43
43
  * @defaultValue `"none"`
44
44
  */
45
- flip?: "none" | "both" | "horizontal" | "vertical" | undefined;
45
+ flip?: "both" | "none" | "horizontal" | "vertical" | undefined;
46
46
  /**
47
47
  * アイコンの回転角度。
48
48
  * @defaultValue `0`
@@ -23,7 +23,7 @@ export declare const Textarea: import("react").ForwardRefExoticComponent<import(
23
23
  * リサイズ可能な方向。
24
24
  * @defaultValue `"vertical"`
25
25
  */
26
- resize?: "none" | "both" | "horizontal" | "vertical" | undefined;
26
+ resize?: "both" | "none" | "horizontal" | "vertical" | undefined;
27
27
  /** */
28
28
  inputMode?: "search" | "numeric" | "decimal" | "text" | "none" | "tel" | "url" | "email" | undefined;
29
29
  /**
package/dist/index.js CHANGED
@@ -1884,9 +1884,7 @@
1884
1884
  align-items: center;
1885
1885
  justify-content: center;
1886
1886
  grid-column: 1 / -1;
1887
- `,icon:a.css`
1888
- font-size: ${$(6)};
1889
- `},on=(0,r.forwardRef)(((r,o)=>{var{className:t,children:n}=r,i=function(e,r){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&r.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(t=Object.getOwnPropertySymbols(e);n<t.length;n++)r.indexOf(t[n])<0&&Object.prototype.propertyIsEnumerable.call(e,t[n])&&(o[t[n]]=e[t[n]])}return o}(r,["className","children"]);const{trans:a}=D("cardListEmpty");return(0,e.jsxs)("div",Object.assign({css:rn.root,className:t,ref:o},i,{children:[(0,e.jsx)($r,{css:rn.icon,name:"empty"}),(0,e.jsx)(ar,{as:"p",lineHeight:"normal",children:n||a("empty")})]}))}));on.displayName="CardListEmpty";const tn={root:a.css`
1887
+ `},on=(0,r.forwardRef)(((r,o)=>{var{className:t,children:n}=r,i=function(e,r){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&r.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(t=Object.getOwnPropertySymbols(e);n<t.length;n++)r.indexOf(t[n])<0&&Object.prototype.propertyIsEnumerable.call(e,t[n])&&(o[t[n]]=e[t[n]])}return o}(r,["className","children"]);const{trans:a}=D("cardListEmpty");return(0,e.jsx)("div",Object.assign({css:rn.root,className:t,ref:o},i,{children:(0,e.jsx)(ar,{as:"p",lineHeight:"normal",children:n||a("empty")})}))}));on.displayName="CardListEmpty";const tn={root:a.css`
1890
1888
  `},nn=(0,r.forwardRef)(((r,o)=>{var{className:t,children:n}=r,i=function(e,r){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&r.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(t=Object.getOwnPropertySymbols(e);n<t.length;n++)r.indexOf(t[n])<0&&Object.prototype.propertyIsEnumerable.call(e,t[n])&&(o[t[n]]=e[t[n]])}return o}(r,["className","children"]);return(0,e.jsx)("div",Object.assign({css:tn.root,className:t,ref:o},i,{children:n}))}));nn.displayName="CardListFooter";const an={root:a.css`
1891
1889
  display: flex;
1892
1890
  align-items: flex-end;
@@ -1900,7 +1898,7 @@
1900
1898
  display: flex;
1901
1899
  order: 2;
1902
1900
  `},bn=(0,r.forwardRef)(((r,o)=>{var{className:t,children:n}=r,i=function(e,r){var o={};for(var t in e)Object.prototype.hasOwnProperty.call(e,t)&&r.indexOf(t)<0&&(o[t]=e[t]);if(null!=e&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(t=Object.getOwnPropertySymbols(e);n<t.length;n++)r.indexOf(t[n])<0&&Object.prototype.propertyIsEnumerable.call(e,t[n])&&(o[t[n]]=e[t[n]])}return o}(r,["className","children"]);return(0,e.jsx)("div",Object.assign({css:dn.root,className:t,ref:o},i,{children:n}))}));bn.displayName="CardListHeaderRight";const un={root:a.css`
1903
- block-size: ${$(24)};
1901
+ block-size: ${$(20)};
1904
1902
  row-gap: ${$(2)};
1905
1903
  padding-inline: ${$(4)};
1906
1904
  color: ${x("gray",5)};