@assembly-js/design-system 3.1.5 → 3.1.7

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 (32) hide show
  1. package/dist/esm/common/utils.js +24 -1
  2. package/dist/esm/components/Checkbox/Checkbox.js +1 -1
  3. package/dist/esm/components/Icon.js +1 -1
  4. package/dist/esm/components/IconPicker/IconPicker.js +1 -1
  5. package/dist/esm/components/TextLink/TextLink.js +1 -1
  6. package/dist/esm/{icons → constants}/iconToFaMap.js +11 -2
  7. package/dist/esm/icons/Details.js +2 -9
  8. package/dist/esm/icons/Download.js +2 -9
  9. package/dist/esm/icons/LockFilled.js +1 -4
  10. package/dist/esm/icons/SettingsSolid.js +4 -11
  11. package/dist/esm/icons/Upload.js +4 -11
  12. package/dist/esm/types/components/Avatar/Avatar.d.ts +2 -2
  13. package/dist/esm/types/tsconfig.tsbuildinfo +1 -1
  14. package/dist/types/components/Avatar/Avatar.d.ts +2 -2
  15. package/dist/types/tsconfig.tsbuildinfo +1 -1
  16. package/dist/umd/common/utils.js +24 -1
  17. package/dist/umd/components/Checkbox/Checkbox.js +1 -1
  18. package/dist/umd/components/Icon.js +2 -2
  19. package/dist/umd/components/IconPicker/IconPicker.js +2 -2
  20. package/dist/umd/components/TextLink/TextLink.js +1 -1
  21. package/dist/umd/{icons → constants}/iconToFaMap.js +11 -2
  22. package/dist/umd/icons/Details.js +2 -9
  23. package/dist/umd/icons/Download.js +2 -9
  24. package/dist/umd/icons/LockFilled.js +1 -4
  25. package/dist/umd/icons/SettingsSolid.js +4 -11
  26. package/dist/umd/icons/Upload.js +4 -11
  27. package/dist/umd/types/components/Avatar/Avatar.d.ts +2 -2
  28. package/dist/umd/types/tsconfig.tsbuildinfo +1 -1
  29. package/package.json +2 -2
  30. /package/dist/esm/types/{icons → constants}/iconToFaMap.d.ts +0 -0
  31. /package/dist/types/{icons → constants}/iconToFaMap.d.ts +0 -0
  32. /package/dist/umd/types/{icons → constants}/iconToFaMap.d.ts +0 -0
@@ -20,8 +20,31 @@
20
20
  _exports.cn = cn;
21
21
  _exports.ensureUnreachable = ensureUnreachable;
22
22
  _exports.getInitials = getInitials;
23
+ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
24
+ function ownKeys(e, r) { var t = Object.keys(e); if (Object.getOwnPropertySymbols) { var o = Object.getOwnPropertySymbols(e); r && (o = o.filter(function (r) { return Object.getOwnPropertyDescriptor(e, r).enumerable; })), t.push.apply(t, o); } return t; }
25
+ function _objectSpread(e) { for (var r = 1; r < arguments.length; r++) { var t = null != arguments[r] ? arguments[r] : {}; r % 2 ? ownKeys(Object(t), !0).forEach(function (r) { _defineProperty(e, r, t[r]); }) : Object.getOwnPropertyDescriptors ? Object.defineProperties(e, Object.getOwnPropertyDescriptors(t)) : ownKeys(Object(t)).forEach(function (r) { Object.defineProperty(e, r, Object.getOwnPropertyDescriptor(t, r)); }); } return e; }
26
+ function _defineProperty(e, r, t) { return (r = _toPropertyKey(r)) in e ? Object.defineProperty(e, r, { value: t, enumerable: !0, configurable: !0, writable: !0 }) : e[r] = t, e; }
27
+ function _toPropertyKey(t) { var i = _toPrimitive(t, "string"); return "symbol" == _typeof(i) ? i : i + ""; }
28
+ function _toPrimitive(t, r) { if ("object" != _typeof(t) || !t) return t; var e = t[Symbol.toPrimitive]; if (void 0 !== e) { var i = e.call(t, r || "default"); if ("object" != _typeof(i)) return i; throw new TypeError("@@toPrimitive must return a primitive value."); } return ("string" === r ? String : Number)(t); }
29
+ var COP_PREFIX = 'cop-';
30
+ function stripCopPrefix(_ref) {
31
+ var className = _ref.className,
32
+ parseClassName = _ref.parseClassName;
33
+ var parsed = parseClassName(className);
34
+ if (parsed.baseClassName.startsWith(COP_PREFIX)) {
35
+ return _objectSpread(_objectSpread({}, parsed), {}, {
36
+ baseClassName: parsed.baseClassName.slice(COP_PREFIX.length)
37
+ });
38
+ }
39
+ return parsed;
40
+ }
41
+
42
+ // `prefix: 'cop-'` was replaced with a custom parser because the built-in
43
+ // prefix option failed to merge mixed prefixed/non-prefixed classes correctly.
44
+ // `experimentalParseClassName` is experimental — revisit this if upgrading
45
+ // tailwind-merge to a new major version.
23
46
  var twMerge = (0, _tailwindMerge.extendTailwindMerge)({
24
- prefix: 'cop-'
47
+ experimentalParseClassName: stripCopPrefix
25
48
  });
26
49
  function cn() {
27
50
  for (var _len = arguments.length, inputs = new Array(_len), _key = 0; _key < _len; _key++) {
@@ -35,7 +35,7 @@
35
35
  return CheckboxSize;
36
36
  }({});
37
37
  var checkboxContainerStyles = (0, _cva.cva)({
38
- base: 'cop-box-border cop-flex cop-cursor-pointer cop-rounded-[3px] cop-border cop-border-solid cop-p-0 cop-outline-none peer-focus-visible:cop-outline-2 peer-focus-visible:cop-outline-[#0071E3] flex cop-justify-center cop-items-center',
38
+ base: 'cop-box-border cop-flex cop-cursor-pointer cop-rounded-[3px] cop-border cop-border-solid cop-p-0 cop-outline-none peer-focus-visible:cop-outline-2 peer-focus-visible:cop-outline-[#0071E3] cop-justify-center cop-items-center',
39
39
  variants: {
40
40
  size: _defineProperty(_defineProperty({}, CheckboxSize.DEFAULT, 'cop-h-4 cop-w-4'), CheckboxSize.LARGE, 'cop-h-[18px] cop-w-[18px]'),
41
41
  checked: {
@@ -2,9 +2,9 @@
2
2
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
3
3
  (function (global, factory) {
4
4
  if (typeof define === "function" && define.amd) {
5
- define(["exports", "react", "../icons", "./IconPicker/icons.generated", "../icons/iconToFaMap"], factory);
5
+ define(["exports", "react", "../icons", "./IconPicker/icons.generated", "../constants/iconToFaMap"], factory);
6
6
  } else if (typeof exports !== "undefined") {
7
- factory(exports, require("react"), require("../icons"), require("./IconPicker/icons.generated"), require("../icons/iconToFaMap"));
7
+ factory(exports, require("react"), require("../icons"), require("./IconPicker/icons.generated"), require("../constants/iconToFaMap"));
8
8
  } else {
9
9
  var mod = {
10
10
  exports: {}
@@ -2,9 +2,9 @@
2
2
  function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" == typeof Symbol && "symbol" == typeof Symbol.iterator ? function (o) { return typeof o; } : function (o) { return o && "function" == typeof Symbol && o.constructor === Symbol && o !== Symbol.prototype ? "symbol" : typeof o; }, _typeof(o); }
3
3
  (function (global, factory) {
4
4
  if (typeof define === "function" && define.amd) {
5
- define(["exports", "react", "react-dom", "../../common/utils", "../Button/Base", "../Input", "./IconGrid", "./searchIcons", "./pickerIcons", "../../icons/iconToFaMap"], factory);
5
+ define(["exports", "react", "react-dom", "../../common/utils", "../Button/Base", "../Input", "./IconGrid", "./searchIcons", "./pickerIcons", "../../constants/iconToFaMap"], factory);
6
6
  } else if (typeof exports !== "undefined") {
7
- factory(exports, require("react"), require("react-dom"), require("../../common/utils"), require("../Button/Base"), require("../Input"), require("./IconGrid"), require("./searchIcons"), require("./pickerIcons"), require("../../icons/iconToFaMap"));
7
+ factory(exports, require("react"), require("react-dom"), require("../../common/utils"), require("../Button/Base"), require("../Input"), require("./IconGrid"), require("./searchIcons"), require("./pickerIcons"), require("../../constants/iconToFaMap"));
8
8
  } else {
9
9
  var mod = {
10
10
  exports: {}
@@ -25,7 +25,7 @@
25
25
  function _objectWithoutProperties(e, t) { if (null == e) return {}; var o, r, i = _objectWithoutPropertiesLoose(e, t); if (Object.getOwnPropertySymbols) { var n = Object.getOwnPropertySymbols(e); for (r = 0; r < n.length; r++) o = n[r], t.indexOf(o) >= 0 || {}.propertyIsEnumerable.call(e, o) && (i[o] = e[o]); } return i; }
26
26
  function _objectWithoutPropertiesLoose(r, e) { if (null == r) return {}; var t = {}; for (var n in r) if ({}.hasOwnProperty.call(r, n)) { if (e.indexOf(n) >= 0) continue; t[n] = r[n]; } return t; }
27
27
  var textLinkClasses = (0, _cva.cva)({
28
- base: 'cop-flex cop-items-center cop-gap-1.5 outline-none cop-outline-solid cop-outline-link cop-outline-offset-[3px] cop-w-fit cop-underline-offset-[3px] cursor-pointer',
28
+ base: 'cop-flex cop-items-center cop-gap-1.5 cop-outline-none cop-outline-solid cop-outline-link cop-outline-offset-[3px] cop-w-fit cop-underline-offset-[3px] cop-cursor-pointer',
29
29
  variants: {
30
30
  variant: {
31
31
  "default": 'cop-text-link cop-no-underline hover:cop-text-link-hover active:cop-text-link-active',
@@ -317,7 +317,7 @@
317
317
  contracts: 'signature',
318
318
  dashboard: 'gauge',
319
319
  forms: 'clipboard',
320
- files: 'folder',
320
+ files: 'file',
321
321
  knowledge: 'book-open',
322
322
  payments: 'credit-card',
323
323
  messages: 'message',
@@ -326,6 +326,15 @@
326
326
  BuildingIcon: 'building',
327
327
  CustomizationIcon: 'palette',
328
328
  PortalModulesIcon: 'list-ul',
329
- MainSettingsIcon: 'gear'
329
+ MainSettingsIcon: 'gear',
330
+ backlinks: 'arrows-repeat',
331
+ cube: 'cube',
332
+ extension: 'link',
333
+ keywords: 'book',
334
+ linegraph: 'chart-line',
335
+ piechart: 'chart-pie',
336
+ shapes: 'shapes',
337
+ venn: 'circles-overlap-3',
338
+ visible: 'eye'
330
339
  };
331
340
  });
@@ -28,16 +28,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
29
  fill: "none",
30
30
  viewBox: "0 0 20 20"
31
- }, props), /*#__PURE__*/React.createElement("g", {
32
- clipPath: "url(#details-a)"
33
- }, /*#__PURE__*/React.createElement("path", {
31
+ }, props), /*#__PURE__*/React.createElement("path", {
34
32
  fill: "currentColor",
35
33
  d: "M5 1.875a.627.627 0 0 0-.625.625v15c0 .344.281.625.625.625h10a.627.627 0 0 0 .625-.625v-15A.627.627 0 0 0 15 1.875zM2.5 2.5C2.5 1.121 3.621 0 5 0h10c1.379 0 2.5 1.121 2.5 2.5v15c0 1.379-1.121 2.5-2.5 2.5H5a2.5 2.5 0 0 1-2.5-2.5zM7.188 5h5.625c.519 0 .937.418.937.938 0 .519-.418.937-.937.937H7.187a.935.935 0 0 1-.937-.937c0-.52.418-.938.938-.938m0 3.75h5.625c.519 0 .937.418.937.938 0 .519-.418.937-.937.937H7.187a.935.935 0 0 1-.937-.937c0-.52.418-.938.938-.938m0 3.75h1.875c.519 0 .937.418.937.938 0 .519-.418.937-.937.937H7.187a.935.935 0 0 1-.937-.937c0-.52.418-.938.938-.938"
36
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
37
- id: "details-a"
38
- }, /*#__PURE__*/React.createElement("path", {
39
- fill: "currentColor",
40
- d: "M0 0h20v20H0z"
41
- }))));
34
+ }));
42
35
  };
43
36
  });
@@ -28,16 +28,9 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
29
  fill: "none",
30
30
  viewBox: "0 0 20 20"
31
- }, props), /*#__PURE__*/React.createElement("g", {
32
- clipPath: "url(#download-a)"
33
- }, /*#__PURE__*/React.createElement("path", {
31
+ }, props), /*#__PURE__*/React.createElement("path", {
34
32
  fill: "currentColor",
35
33
  d: "M16.063 20c.519 0 .937-.418.937-.937a.935.935 0 0 0-.937-.938H2.938a.935.935 0 0 0-.938.938c0 .519.418.937.938.937zm-7.227-5.273a.934.934 0 0 0 1.324 0l5.317-5.313a.937.937 0 0 0-1.324-1.324L10.44 11.8V.939A.935.935 0 0 0 9.504 0a.935.935 0 0 0-.938.938V11.8L4.856 8.09a.937.937 0 0 0-1.324 1.324z"
36
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
37
- id: "download-a"
38
- }, /*#__PURE__*/React.createElement("path", {
39
- fill: "currentColor",
40
- d: "M0 0h20v20H0z"
41
- }))));
34
+ }));
42
35
  };
43
36
  });
@@ -30,10 +30,7 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
30
30
  viewBox: "0 0 20 20"
31
31
  }, props), /*#__PURE__*/React.createElement("path", {
32
32
  fill: "currentColor",
33
- d: "M7.118 4.706v2.353H13V4.706a2.94 2.94 0 1 0-5.882 0M5.353 7.059V4.706a4.706 4.706 0 1 1 9.412 0v2.353a2.355 2.355 0 0 1 2.353 2.353v8.235A2.355 2.355 0 0 1 14.765 20H5.353A2.355 2.355 0 0 1 3 17.647V9.412a2.355 2.355 0 0 1 2.353-2.353m0 1.765a.59.59 0 0 0-.588.588v8.235a.59.59 0 0 0 .588.588h9.412a.59.59 0 0 0 .588-.588V9.412a.59.59 0 0 0-.588-.588z"
34
- }), /*#__PURE__*/React.createElement("path", {
35
- fill: "currentColor",
36
- d: "M4 8h12v11H4z"
33
+ d: "M7.118 4.706v2.353H13V4.706a2.94 2.94 0 1 0-5.882 0M5.353 7.059V4.706a4.706 4.706 0 1 1 9.412 0v2.353a2.355 2.355 0 0 1 2.353 2.353v8.235A2.355 2.355 0 0 1 14.765 20H5.353A2.355 2.355 0 0 1 3 17.647V9.412a2.355 2.355 0 0 1 2.353-2.353"
37
34
  }));
38
35
  };
39
36
  });
@@ -27,17 +27,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
27
27
  return /*#__PURE__*/React.createElement("svg", _extends({
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
29
  fill: "none",
30
- viewBox: "0 0 20 20"
31
- }, props), /*#__PURE__*/React.createElement("g", {
32
- clipPath: "url(#settingssolid-a)"
33
- }, /*#__PURE__*/React.createElement("path", {
30
+ viewBox: "0 0 21 20"
31
+ }, props), /*#__PURE__*/React.createElement("path", {
34
32
  fill: "currentColor",
35
- d: "M11.93.852a.88.88 0 0 0-.762-.782A11 11 0 0 0 10 .004q-.652 0-1.281.082a.884.884 0 0 0-.754.781l-.113.903a.66.66 0 0 1-.45.535 8 8 0 0 0-1.09.457.66.66 0 0 1-.703-.059l-.703-.547a.886.886 0 0 0-1.09-.015 10 10 0 0 0-1.734 1.746.886.886 0 0 0 .02 1.086l.554.715a.65.65 0 0 1 .059.695q-.259.515-.442 1.07a.65.65 0 0 1-.535.453l-.89.114a.89.89 0 0 0-.782.757c-.05.403-.074.817-.074 1.23q0 .623.074 1.227c.051.403.38.707.782.758l.89.113c.25.032.457.211.535.454q.183.556.442 1.074a.66.66 0 0 1-.059.695l-.547.703a.886.886 0 0 0-.02 1.086 10 10 0 0 0 1.735 1.746c.32.25.77.235 1.09-.015l.703-.547a.66.66 0 0 1 .703-.059q.528.27 1.09.457a.66.66 0 0 1 .45.535l.113.903c.05.402.351.73.754.781q.629.082 1.28.082.593 0 1.169-.066a.884.884 0 0 0 .761-.782l.11-.879a.66.66 0 0 1 .457-.539 8 8 0 0 0 1.133-.46.66.66 0 0 1 .695.058l.707.555c.32.25.766.265 1.086.02q.164-.13.32-.262l1.2-1.2.21-.258a.88.88 0 0 0-.015-1.09l-.547-.699a.66.66 0 0 1-.059-.703c.188-.367.352-.754.48-1.152a.65.65 0 0 1 .536-.453l.89-.11c.403-.05.735-.355.782-.757l.023-.203V8.992l-.023-.203a.89.89 0 0 0-.781-.758l-.891-.11a.65.65 0 0 1-.535-.452 8 8 0 0 0-.48-1.153.66.66 0 0 1 .058-.703l.547-.699c.25-.32.265-.77.015-1.09l-.21-.258-1.2-1.21q-.156-.134-.32-.262a.88.88 0 0 0-1.086.02l-.715.554a.65.65 0 0 1-.695.059 8 8 0 0 0-1.133-.461.66.66 0 0 1-.457-.536zM10 6.875a3.125 3.125 0 1 1 0 6.25 3.125 3.125 0 0 1 0-6.25"
36
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
37
- id: "settingssolid-a"
38
- }, /*#__PURE__*/React.createElement("path", {
39
- fill: "currentColor",
40
- d: "M0 0h20v20H0z"
41
- }))));
33
+ d: "M11.938.852a.88.88 0 0 0-.762-.782 11 11 0 0 0-1.168-.066q-.652 0-1.281.082a.884.884 0 0 0-.754.781l-.114.903a.66.66 0 0 1-.449.535 8 8 0 0 0-1.09.457.66.66 0 0 1-.703-.059l-.703-.547a.886.886 0 0 0-1.09-.015A10 10 0 0 0 2.09 3.887a.886.886 0 0 0 .02 1.086l.554.715a.65.65 0 0 1 .059.695q-.259.515-.442 1.07a.65.65 0 0 1-.535.453l-.89.114a.89.89 0 0 0-.782.757C.024 9.18 0 9.594 0 10.007q-.001.623.074 1.227c.051.403.38.707.781.758l.891.113c.25.032.457.211.535.454q.183.556.442 1.074a.66.66 0 0 1-.059.695l-.547.703a.886.886 0 0 0-.02 1.086 10 10 0 0 0 1.735 1.746c.32.25.77.235 1.09-.015l.703-.547a.66.66 0 0 1 .703-.059q.528.27 1.09.457a.66.66 0 0 1 .45.535l.112.903c.051.402.352.73.754.781.418.055.848.082 1.282.082q.592 0 1.168-.066a.884.884 0 0 0 .761-.782l.11-.879a.66.66 0 0 1 .457-.539q.587-.189 1.133-.46a.66.66 0 0 1 .695.058l.707.555c.32.25.765.265 1.086.02q.164-.13.32-.262l1.2-1.2.21-.258a.88.88 0 0 0-.015-1.09l-.547-.699a.66.66 0 0 1-.059-.703c.188-.367.352-.754.48-1.152a.65.65 0 0 1 .536-.453l.89-.11c.403-.05.735-.355.782-.757l.023-.203V8.992l-.023-.203a.89.89 0 0 0-.782-.758l-.89-.11a.65.65 0 0 1-.535-.452 8 8 0 0 0-.48-1.153.66.66 0 0 1 .058-.703l.547-.699c.25-.32.265-.77.015-1.09l-.21-.258-1.2-1.21a10 10 0 0 0-.32-.262.88.88 0 0 0-1.086.02l-.715.554a.65.65 0 0 1-.695.059 8 8 0 0 0-1.133-.461.66.66 0 0 1-.457-.536zm-1.93 6.023a3.125 3.125 0 1 1 0 6.25 3.125 3.125 0 0 1 0-6.25"
34
+ }));
42
35
  };
43
36
  });
@@ -27,17 +27,10 @@ function _typeof(o) { "@babel/helpers - typeof"; return _typeof = "function" ==
27
27
  return /*#__PURE__*/React.createElement("svg", _extends({
28
28
  xmlns: "http://www.w3.org/2000/svg",
29
29
  fill: "none",
30
- viewBox: "0 0 20 20"
31
- }, props), /*#__PURE__*/React.createElement("g", {
32
- clipPath: "url(#upload-a)"
33
- }, /*#__PURE__*/React.createElement("path", {
30
+ viewBox: "0 0 20 21"
31
+ }, props), /*#__PURE__*/React.createElement("path", {
34
32
  fill: "currentColor",
35
- d: "M10.164.273a.934.934 0 0 0-1.324 0L3.523 5.586A.937.937 0 0 0 4.847 6.91L8.56 3.2v10.862c0 .52.418.938.937.938s.938-.418.938-.937V3.198l3.71 3.711a.937.937 0 0 0 1.324-1.324zM2.938 18.125a.935.935 0 0 0-.938.938c0 .519.418.937.938.937h13.125c.519 0 .937-.418.937-.937a.935.935 0 0 0-.937-.938z"
36
- })), /*#__PURE__*/React.createElement("defs", null, /*#__PURE__*/React.createElement("clipPath", {
37
- id: "upload-a"
38
- }, /*#__PURE__*/React.createElement("path", {
39
- fill: "currentColor",
40
- d: "M0 0h20v20H0z"
41
- }))));
33
+ d: "M10.164.275a.934.934 0 0 0-1.324 0L3.523 5.588a.937.937 0 0 0 1.324 1.324l3.712-3.71v10.863c0 .519.418.937.937.937s.938-.418.938-.937V3.2l3.71 3.711a.937.937 0 0 0 1.324-1.324zM2.938 18.127a.935.935 0 0 0-.938.938c0 .519.418.937.938.937h13.125c.519 0 .937-.418.937-.937a.935.935 0 0 0-.937-.938z"
34
+ }));
42
35
  };
43
36
  });
@@ -20,8 +20,8 @@ declare const Avatar: React.ForwardRefExoticComponent<({
20
20
  content?: string | undefined;
21
21
  translate?: "yes" | "no" | undefined;
22
22
  prefix?: string | undefined;
23
- children?: React.ReactNode;
24
23
  className?: string | undefined;
24
+ children?: React.ReactNode;
25
25
  slot?: string | undefined;
26
26
  style?: React.CSSProperties | undefined;
27
27
  title?: string | undefined;
@@ -299,8 +299,8 @@ declare const Avatar: React.ForwardRefExoticComponent<({
299
299
  content?: string | undefined;
300
300
  translate?: "yes" | "no" | undefined;
301
301
  prefix?: string | undefined;
302
- children?: React.ReactNode;
303
302
  className?: string | undefined;
303
+ children?: React.ReactNode;
304
304
  slot?: string | undefined;
305
305
  style?: React.CSSProperties | undefined;
306
306
  title?: string | undefined;