@zimyo/ui 1.8.0 → 1.9.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/BulkActionsBar/index.d.ts +23 -0
- package/dist/BulkActionsBar/index.esm.js +26 -0
- package/dist/Card/index.d.ts +29 -1
- package/dist/Card/index.esm.js +1 -1
- package/dist/Table/index.d.ts +79 -0
- package/dist/Table/index.esm.js +27 -0
- package/dist/Tabs/index.d.ts +15 -27
- package/dist/Tabs/index.esm.js +1 -1
- package/dist/index.d.ts +143 -3
- package/dist/index.esm.js +5 -5
- package/package.json +14 -23
- package/dist/Accordion/index.js +0 -27
- package/dist/AppList/index.js +0 -26
- package/dist/Badge/index.js +0 -1
- package/dist/Button/index.js +0 -1
- package/dist/Card/index.js +0 -1
- package/dist/Checkbox/index.js +0 -27
- package/dist/CheckboxGroup/index.js +0 -26
- package/dist/DatePicker/index.js +0 -26
- package/dist/DateRangePicker/index.js +0 -26
- package/dist/Form/index.js +0 -26
- package/dist/GlobalMenuSearch/index.js +0 -27
- package/dist/Input/index.js +0 -27
- package/dist/Modal/index.js +0 -27
- package/dist/Notice/index.js +0 -26
- package/dist/Popover/index.js +0 -1
- package/dist/PopupConfirm/index.js +0 -27
- package/dist/Radio/index.js +0 -1
- package/dist/RadioGroup/index.js +0 -1
- package/dist/Select/index.js +0 -27
- package/dist/Switch/index.js +0 -1
- package/dist/Tabs/index.js +0 -1
- package/dist/Typography/index.js +0 -1
- package/dist/index.js +0 -27
- package/dist/theme/index.js +0 -1
package/dist/Typography/index.js
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
"use strict";var o=require("react/jsx-runtime"),t=require("@mui/material"),r=function(){return r=Object.assign||function(o){for(var t,r=1,e=arguments.length;r<e;r++)for(var n in t=arguments[r])Object.prototype.hasOwnProperty.call(t,n)&&(o[n]=t[n]);return o},r.apply(this,arguments)};function e(o,t){var r={};for(var e in o)Object.prototype.hasOwnProperty.call(o,e)&&t.indexOf(e)<0&&(r[e]=o[e]);if(null!=o&&"function"==typeof Object.getOwnPropertySymbols){var n=0;for(e=Object.getOwnPropertySymbols(o);n<e.length;n++)t.indexOf(e[n])<0&&Object.prototype.propertyIsEnumerable.call(o,e[n])&&(r[e[n]]=o[e[n]])}return r}"function"==typeof SuppressedError&&SuppressedError;exports.Blockquote=function(e){return o.jsx(t.Typography,r({component:"blockquote",sx:{borderLeft:"4px solid",borderColor:"divider",pl:2,color:"text.secondary",fontStyle:"italic"}},e))},exports.Caption=function(e){return o.jsx(t.Typography,r({variant:"caption",color:"text.secondary",component:e.component||"span"},e))},exports.Code=function(e){var n=e.children,p=e.sx;return o.jsx(t.Box,{component:"code",sx:r({fontFamily:"monospace",backgroundColor:"grey.100",color:"primary.main",px:.5,py:.25,borderRadius:1,fontSize:"0.875rem"},p),children:n})},exports.Heading=function(n){var p=n.level,c=void 0===p?1:p,i=e(n,["level"]),a="h".concat(c);return o.jsx(t.Typography,r({variant:a,component:i.component||"h".concat(c),fontWeight:600,gutterBottom:!0},i))},exports.Lead=function(e){return o.jsx(t.Typography,r({variant:"subtitle1",component:e.component||"p",fontWeight:400,color:"text.secondary"},e))},exports.Muted=function(e){return o.jsx(t.Typography,r({variant:"body2",component:e.component||"span",color:"text.disabled"},e))},exports.Strong=function(e){return o.jsx(t.Typography,r({component:e.component||"strong",fontWeight:500,display:"inline"},e))},exports.Text=function(n){var p=n.size,c=void 0===p?"md":p,i=e(n,["size"]);return o.jsx(t.Typography,r({variant:{sm:"body2",md:"body1",lg:"subtitle1"}[c],component:i.component||"p"},i))};
|