@tedi-design-system/react 15.0.0-rc.4 → 15.0.0-rc.5

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 (63) hide show
  1. package/bundle-stats.html +1 -1
  2. package/community.cjs.js +1 -1
  3. package/community.es.js +213 -215
  4. package/external/hoist-non-react-statics/external/react-is/cjs/react-is.development.cjs.js +1 -1
  5. package/external/hoist-non-react-statics/external/react-is/cjs/react-is.development.es.js +1 -1
  6. package/external/hoist-non-react-statics/external/react-is/cjs/react-is.production.min.cjs.js +1 -1
  7. package/external/hoist-non-react-statics/external/react-is/cjs/react-is.production.min.es.js +1 -1
  8. package/external/hoist-non-react-statics/external/react-is/index.cjs.js +1 -1
  9. package/external/hoist-non-react-statics/external/react-is/index.es.js +1 -1
  10. package/external/prop-types/external/react-is/cjs/react-is.development.cjs.js +1 -1
  11. package/external/prop-types/external/react-is/cjs/react-is.development.es.js +1 -1
  12. package/external/prop-types/external/react-is/cjs/react-is.production.min.cjs.js +1 -1
  13. package/external/prop-types/external/react-is/cjs/react-is.production.min.es.js +1 -1
  14. package/external/prop-types/external/react-is/index.cjs.js +1 -1
  15. package/external/prop-types/external/react-is/index.es.js +1 -1
  16. package/index.css +1 -1
  17. package/package.json +1 -1
  18. package/src/community/components/button-content/button-content.cjs.js +1 -1
  19. package/src/community/components/button-content/button-content.d.ts +1 -1
  20. package/src/community/components/button-content/button-content.es.js +39 -33
  21. package/src/community/components/form/select/select.cjs.js +1 -1
  22. package/src/community/components/form/select/select.es.js +30 -30
  23. package/src/community/components/form/text-editor/components/style-button.cjs.js +1 -1
  24. package/src/community/components/form/text-editor/components/style-button.es.js +2 -2
  25. package/src/community/components/form/toggle/toggle.cjs.js +1 -1
  26. package/src/community/components/form/toggle/toggle.es.js +4 -4
  27. package/src/community/components/layout/breadcrumbs/crumb/crumb.cjs.js +1 -1
  28. package/src/community/components/layout/breadcrumbs/crumb/crumb.es.js +7 -7
  29. package/src/community/components/layout/footer/footer.cjs.js +1 -1
  30. package/src/community/components/layout/footer/footer.d.ts +1 -1
  31. package/src/community/components/layout/footer/footer.es.js +20 -20
  32. package/src/community/components/layout/header/components/header-notification/header-notification.cjs.js +1 -1
  33. package/src/community/components/layout/header/components/header-notification/header-notification.es.js +4 -4
  34. package/src/community/components/layout/sidenav/sidenav.cjs.js +1 -1
  35. package/src/community/components/layout/sidenav/sidenav.d.ts +1 -1
  36. package/src/community/components/layout/sidenav/sidenav.es.js +39 -34
  37. package/src/community/components/placeholder/placeholder.cjs.js +1 -1
  38. package/src/community/components/placeholder/placeholder.d.ts +1 -1
  39. package/src/community/components/placeholder/placeholder.es.js +20 -19
  40. package/src/community/components/stepper/stepper-nav.cjs.js +1 -1
  41. package/src/community/components/stepper/stepper-nav.es.js +1 -1
  42. package/src/community/components/table/components/helpers.cjs.js +1 -1
  43. package/src/community/components/table/components/helpers.es.js +1 -1
  44. package/src/community/components/table/components/pagination/PaginationNextButton.cjs.js +1 -1
  45. package/src/community/components/table/components/pagination/PaginationNextButton.es.js +1 -1
  46. package/src/community/components/table-of-contents/table-of-contents-item.cjs.js +1 -1
  47. package/src/community/components/table-of-contents/table-of-contents-item.es.js +10 -10
  48. package/src/community/components/table-of-contents/table-of-contents-modal.cjs.js +1 -1
  49. package/src/community/components/table-of-contents/table-of-contents-modal.es.js +1 -1
  50. package/src/community/components/toggle-open/toggle-open.d.ts +1 -1
  51. package/src/community/components/tooltip/tooltip-trigger.cjs.js +1 -1
  52. package/src/community/components/tooltip/tooltip-trigger.es.js +1 -1
  53. package/src/community/components/vertical-progress/vertical-progress-item.cjs.js +1 -1
  54. package/src/community/components/vertical-progress/vertical-progress-item.es.js +4 -4
  55. package/src/community/index.d.ts +0 -1
  56. package/src/tedi/components/base/icon/icon.d.ts +1 -1
  57. package/src/tedi/components/base/icon/icon.module.scss.cjs.js +1 -1
  58. package/src/tedi/components/base/icon/icon.module.scss.es.js +1 -0
  59. package/src/community/components/icon/icon.cjs.js +0 -1
  60. package/src/community/components/icon/icon.d.ts +0 -49
  61. package/src/community/components/icon/icon.es.js +0 -47
  62. package/src/community/components/icon/icon.module.scss.cjs.js +0 -1
  63. package/src/community/components/icon/icon.module.scss.es.js +0 -9
@@ -1,47 +0,0 @@
1
- import { jsx as y } from "react/jsx-runtime";
2
- import b from "../../../../external/classnames/index.es.js";
3
- import { forwardRef as N } from "react";
4
- import l from "./icon.module.scss.es.js";
5
- const $ = N((n, r) => {
6
- const {
7
- className: s,
8
- name: t,
9
- filled: m = !1,
10
- label: a,
11
- type: o = "outlined",
12
- size: i = 24,
13
- display: c = "block",
14
- color: e,
15
- ...d
16
- } = n, f = b(
17
- "notranslate",
18
- // Added to prevent Google Translate from translating the icon
19
- "material-symbols",
20
- l.icon,
21
- l[`icon--${c}`],
22
- { [`material-symbols--${o}`]: o, [`text-${e}`]: e },
23
- s
24
- ), p = {
25
- ...i ? { "--icon-internal-variation-size": `${i / 16}rem` } : {},
26
- ...m ? { "--icon-internal-variation-fill": 1 } : {}
27
- };
28
- return /* @__PURE__ */ y(
29
- "span",
30
- {
31
- "data-name": "icon",
32
- role: "img",
33
- "aria-hidden": !a,
34
- ...d,
35
- className: f,
36
- style: p,
37
- ref: r,
38
- "aria-label": a,
39
- children: t
40
- }
41
- );
42
- });
43
- $.displayName = "Icon";
44
- export {
45
- $ as Icon,
46
- $ as default
47
- };
@@ -1 +0,0 @@
1
- "use strict";Object.defineProperties(exports,{__esModule:{value:!0},[Symbol.toStringTag]:{value:"Module"}});const e="icon-8081be27",o={icon:e,"icon--block":"icon--block-4aa6379d","icon--inline":"icon--inline-5d045b85"};exports.default=o;exports.icon=e;
@@ -1,9 +0,0 @@
1
- const n = "icon-8081be27", o = {
2
- icon: n,
3
- "icon--block": "icon--block-4aa6379d",
4
- "icon--inline": "icon--inline-5d045b85"
5
- };
6
- export {
7
- o as default,
8
- n as icon
9
- };