@zimyo/ui 1.8.0 → 1.9.1

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.
Files changed (41) hide show
  1. package/dist/AppList/index.esm.js +5 -5
  2. package/dist/Badge/index.esm.js +1 -1
  3. package/dist/BulkActionsBar/index.d.ts +23 -0
  4. package/dist/BulkActionsBar/index.esm.js +26 -0
  5. package/dist/Card/index.d.ts +29 -1
  6. package/dist/Card/index.esm.js +1 -1
  7. package/dist/DatePicker/index.esm.js +5 -5
  8. package/dist/DateRangePicker/index.esm.js +5 -5
  9. package/dist/Form/index.esm.js +2 -2
  10. package/dist/Popover/index.esm.js +1 -1
  11. package/dist/Table/index.d.ts +80 -0
  12. package/dist/Table/index.esm.js +27 -0
  13. package/dist/Tabs/index.d.ts +15 -27
  14. package/dist/Tabs/index.esm.js +1 -1
  15. package/dist/index.d.ts +144 -3
  16. package/dist/index.esm.js +5 -5
  17. package/package.json +14 -23
  18. package/dist/Accordion/index.js +0 -27
  19. package/dist/AppList/index.js +0 -26
  20. package/dist/Badge/index.js +0 -1
  21. package/dist/Button/index.js +0 -1
  22. package/dist/Card/index.js +0 -1
  23. package/dist/Checkbox/index.js +0 -27
  24. package/dist/CheckboxGroup/index.js +0 -26
  25. package/dist/DatePicker/index.js +0 -26
  26. package/dist/DateRangePicker/index.js +0 -26
  27. package/dist/Form/index.js +0 -26
  28. package/dist/GlobalMenuSearch/index.js +0 -27
  29. package/dist/Input/index.js +0 -27
  30. package/dist/Modal/index.js +0 -27
  31. package/dist/Notice/index.js +0 -26
  32. package/dist/Popover/index.js +0 -1
  33. package/dist/PopupConfirm/index.js +0 -27
  34. package/dist/Radio/index.js +0 -1
  35. package/dist/RadioGroup/index.js +0 -1
  36. package/dist/Select/index.js +0 -27
  37. package/dist/Switch/index.js +0 -1
  38. package/dist/Tabs/index.js +0 -1
  39. package/dist/Typography/index.js +0 -1
  40. package/dist/index.js +0 -27
  41. package/dist/theme/index.js +0 -1
@@ -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))};