@maggioli-design-system/mds-table-row 1.1.1 → 1.4.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.
Files changed (75) hide show
  1. package/dist/cjs/{index-797b786c.js → index-b308d20f.js} +156 -371
  2. package/dist/cjs/loader.cjs.js +3 -3
  3. package/dist/cjs/mds-table-row.cjs.entry.js +3 -44
  4. package/dist/cjs/mds-table-row.cjs.js +3 -3
  5. package/dist/collection/collection-manifest.json +2 -2
  6. package/dist/collection/components/mds-table-row/mds-table-row.css +21 -31
  7. package/dist/collection/components/mds-table-row/mds-table-row.js +21 -5
  8. package/dist/collection/dictionary/icon.js +5 -2
  9. package/dist/collection/dictionary/typography.js +7 -1
  10. package/dist/collection/dictionary/variant.js +6 -1
  11. package/dist/{custom-elements → components}/index.d.ts +1 -20
  12. package/dist/components/index.js +1 -0
  13. package/dist/components/mds-table-row.d.ts +11 -0
  14. package/dist/components/mds-table-row.js +39 -0
  15. package/dist/esm/{index-7d849f54.js → index-7d3be39d.js} +156 -371
  16. package/dist/esm/loader.js +3 -3
  17. package/dist/esm/mds-table-row.entry.js +3 -44
  18. package/dist/esm/mds-table-row.js +3 -3
  19. package/dist/esm/polyfills/css-shim.js +1 -1
  20. package/dist/esm-es5/index-7d3be39d.js +1 -0
  21. package/dist/esm-es5/loader.js +1 -1
  22. package/dist/esm-es5/mds-table-row.entry.js +1 -1
  23. package/dist/esm-es5/mds-table-row.js +1 -1
  24. package/dist/mds-table-row/mds-table-row.esm.js +1 -1
  25. package/dist/mds-table-row/mds-table-row.js +1 -1
  26. package/dist/mds-table-row/p-24980e09.entry.js +1 -0
  27. package/dist/mds-table-row/p-5002b598.js +1 -0
  28. package/dist/mds-table-row/p-84058f8c.system.js +1 -0
  29. package/dist/mds-table-row/p-bfe52009.system.js +1 -0
  30. package/dist/mds-table-row/p-f2da3252.system.entry.js +1 -0
  31. package/dist/stats.json +109 -59
  32. package/dist/types/components/mds-table-row/mds-table-row.d.ts +1 -1
  33. package/dist/types/components.d.ts +2 -0
  34. package/dist/types/dictionary/icon.d.ts +1 -1
  35. package/dist/types/dictionary/typography.d.ts +2 -1
  36. package/dist/types/dictionary/variant.d.ts +2 -1
  37. package/dist/types/stencil-public-runtime.d.ts +6 -4
  38. package/dist/types/types/typography.d.ts +3 -2
  39. package/dist/types/types/variant.d.ts +2 -1
  40. package/package.json +12 -16
  41. package/readme.md +17 -0
  42. package/src/components/mds-table-row/mds-table-row.css +18 -21
  43. package/src/components/mds-table-row/mds-table-row.tsx +4 -5
  44. package/src/components/mds-table-row/readme.md +17 -0
  45. package/src/components.d.ts +2 -0
  46. package/src/dictionary/icon.ts +7 -2
  47. package/src/dictionary/typography.ts +8 -0
  48. package/src/dictionary/variant.ts +7 -0
  49. package/src/types/typography.ts +6 -0
  50. package/src/types/variant.ts +6 -1
  51. package/www/build/mds-table-row.esm.js +1 -1
  52. package/www/build/mds-table-row.js +1 -1
  53. package/www/build/p-24980e09.entry.js +1 -0
  54. package/www/build/p-5002b598.js +1 -0
  55. package/www/build/p-84058f8c.system.js +1 -0
  56. package/www/build/p-bfe52009.system.js +1 -0
  57. package/www/build/p-f2da3252.system.entry.js +1 -0
  58. package/dist/collection/dictionary/status.js +0 -7
  59. package/dist/collection/dictionary/tag.js +0 -53
  60. package/dist/custom-elements/index.js +0 -74
  61. package/dist/esm-es5/index-7d849f54.js +0 -1
  62. package/dist/mds-table-row/p-13e3a2cc.system.js +0 -1
  63. package/dist/mds-table-row/p-3619a466.js +0 -1
  64. package/dist/mds-table-row/p-c3576dff.system.entry.js +0 -1
  65. package/dist/mds-table-row/p-cc341cca.system.js +0 -1
  66. package/dist/mds-table-row/p-d6429c2e.entry.js +0 -1
  67. package/dist/types/dictionary/status.d.ts +0 -2
  68. package/dist/types/dictionary/tag.d.ts +0 -2
  69. package/src/dictionary/status.ts +0 -10
  70. package/src/dictionary/tag.ts +0 -57
  71. package/www/build/p-13e3a2cc.system.js +0 -1
  72. package/www/build/p-3619a466.js +0 -1
  73. package/www/build/p-c3576dff.system.entry.js +0 -1
  74. package/www/build/p-cc341cca.system.js +0 -1
  75. package/www/build/p-d6429c2e.entry.js +0 -1
@@ -2,10 +2,10 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-797b786c.js');
5
+ const index = require('./index-b308d20f.js');
6
6
 
7
7
  /*
8
- Stencil Client Patch Esm v2.10.0 | MIT Licensed | https://stenciljs.com
8
+ Stencil Client Patch Esm v2.14.0 | MIT Licensed | https://stenciljs.com
9
9
  */
10
10
  const patchEsm = () => {
11
11
  return index.promiseResolve();
@@ -14,7 +14,7 @@ const patchEsm = () => {
14
14
  const defineCustomElements = (win, options) => {
15
15
  if (typeof window === 'undefined') return Promise.resolve();
16
16
  return patchEsm().then(() => {
17
- return index.bootstrapLazy([["mds-table-row.cjs",[[4,"mds-table-row",{"interactive":[32]},[[16,"tableInteractive","tableInteractiveHandler"]]]]]], options);
17
+ return index.bootstrapLazy([["mds-table-row.cjs",[[1,"mds-table-row",{"interactive":[1540]},[[16,"tableInteractive","tableInteractiveHandler"]]]]]], options);
18
18
  });
19
19
  };
20
20
 
@@ -2,50 +2,9 @@
2
2
 
3
3
  Object.defineProperty(exports, '__esModule', { value: true });
4
4
 
5
- const index = require('./index-797b786c.js');
5
+ const index = require('./index-b308d20f.js');
6
6
 
7
- function toVal(mix) {
8
- var k, y, str='';
9
-
10
- if (typeof mix === 'string' || typeof mix === 'number') {
11
- str += mix;
12
- } else if (typeof mix === 'object') {
13
- if (Array.isArray(mix)) {
14
- for (k=0; k < mix.length; k++) {
15
- if (mix[k]) {
16
- if (y = toVal(mix[k])) {
17
- str && (str += ' ');
18
- str += y;
19
- }
20
- }
21
- }
22
- } else {
23
- for (k in mix) {
24
- if (mix[k]) {
25
- str && (str += ' ');
26
- str += k;
27
- }
28
- }
29
- }
30
- }
31
-
32
- return str;
33
- }
34
-
35
- function clsx () {
36
- var i=0, tmp, x, str='';
37
- while (i < arguments.length) {
38
- if (tmp = arguments[i++]) {
39
- if (x = toVal(tmp)) {
40
- str && (str += ' ');
41
- str += x;
42
- }
43
- }
44
- }
45
- return str;
46
- }
47
-
48
- const mdsTableRowCss = ".table-row {\n\n display: table-row;\n}\n\n.border {\n\n border-width: 1px;\n}\n\n.shadow {\n\n --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);\n\n -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n\n box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);\n}\n\n {\n\n display: table-row;\n}\n\n.table-row {\n\n border-bottom-width: 1px;\n\n border-bottom-color: var(--border-color, rgb(var(--adjust-tone-09)));\n}\n\n.table-row:last-child {\n\n border-color: transparent;\n}\n\n.table-row:first-child .table-cell:first-child {\n border-top-left-radius: var(--radius, 0.5rem);\n}\n\n.table-row:last-child .table-cell:first-child {\n border-bottom-left-radius: var(--radius, 0.5rem);\n}\n\n.table-row:first-child .table-cell:last-child {\n border-top-right-radius: var(--radius, 0.5rem);\n}\n\n.table-row:last-child .table-cell:last-child {\n border-bottom-right-radius: var(--radius, 0.5rem);\n}\n\n.table-row:focus {\n\n opacity: 0.5;\n}\n\n.table-row--interactive:hover .table-cell {\n background-color: var(--row-background-hover, rgb(var(--adjust-tone-10)));\n}\n";
7
+ const mdsTableRowCss = ".border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host{display:table-row;border-bottom-width:1px;border-bottom:var(--border-width, 2px) solid var(--border-color, rgb(var(--adjust-tone-09)))}:host(:first-child){--radius-top-left:var(--radius, 0.5rem);--radius-top-right:var(--radius, 0.5rem)}:host(:last-child){border-color:transparent;--radius-bottom-left:var(--radius, 0.5rem);--radius-bottom-right:var(--radius, 0.5rem)}:host([interactive]:hover){--background:var(--background-row-hover, rgb(var(--adjust-tone)))}";
49
8
 
50
9
  let MdsTableRow = class {
51
10
  constructor(hostRef) {
@@ -55,7 +14,7 @@ let MdsTableRow = class {
55
14
  this.interactive = event.detail;
56
15
  }
57
16
  render() {
58
- return (index.h(index.Host, { class: clsx('table-row', this.interactive && 'table-row--interactive'), role: "row" }, index.h("slot", null)));
17
+ return (index.h(index.Host, { role: "row" }, index.h("slot", null)));
59
18
  }
60
19
  };
61
20
  MdsTableRow.style = mdsTableRowCss;
@@ -1,9 +1,9 @@
1
1
  'use strict';
2
2
 
3
- const index = require('./index-797b786c.js');
3
+ const index = require('./index-b308d20f.js');
4
4
 
5
5
  /*
6
- Stencil Client Patch Browser v2.10.0 | MIT Licensed | https://stenciljs.com
6
+ Stencil Client Patch Browser v2.14.0 | MIT Licensed | https://stenciljs.com
7
7
  */
8
8
  const patchBrowser = () => {
9
9
  const importMeta = (typeof document === 'undefined' ? new (require('u' + 'rl').URL)('file:' + __filename).href : (document.currentScript && document.currentScript.src || new URL('mds-table-row.cjs.js', document.baseURI).href));
@@ -15,5 +15,5 @@ const patchBrowser = () => {
15
15
  };
16
16
 
17
17
  patchBrowser().then(options => {
18
- return index.bootstrapLazy([["mds-table-row.cjs",[[4,"mds-table-row",{"interactive":[32]},[[16,"tableInteractive","tableInteractiveHandler"]]]]]], options);
18
+ return index.bootstrapLazy([["mds-table-row.cjs",[[1,"mds-table-row",{"interactive":[1540]},[[16,"tableInteractive","tableInteractiveHandler"]]]]]], options);
19
19
  });
@@ -4,8 +4,8 @@
4
4
  ],
5
5
  "compiler": {
6
6
  "name": "@stencil/core",
7
- "version": "2.10.0",
8
- "typescriptVersion": "4.3.5"
7
+ "version": "2.14.0",
8
+ "typescriptVersion": "4.5.4"
9
9
  },
10
10
  "collections": [],
11
11
  "bundles": []
@@ -1,8 +1,3 @@
1
- .table-row {
2
-
3
- display: table-row;
4
- }
5
-
6
1
  .border {
7
2
 
8
3
  border-width: 1px;
@@ -10,49 +5,44 @@
10
5
 
11
6
  .shadow {
12
7
 
13
- --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
8
+ --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
9
+
10
+ --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
14
11
 
15
12
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
16
13
  }
17
14
 
18
- {
15
+ /**
16
+ * @prop --background-row-hover: The cell background-color when the mouse go over the table row element
17
+ * @prop --border-color: The border color between table rows
18
+ * @prop --border-width: The border width between table rows
19
+ * @prop --radius: The radius of the table (header and footer excluded)
20
+ */
19
21
 
20
- display: table-row;
21
- }
22
+ :host {
22
23
 
23
- .table-row {
24
+ display: table-row;
24
25
 
25
26
  border-bottom-width: 1px;
26
27
 
27
- border-bottom-color: var(--border-color, rgb(var(--adjust-tone-09)));
28
+ border-bottom: var(--border-width, 2px) solid var(--border-color, rgb(var(--adjust-tone-09)));
28
29
  }
29
30
 
30
- .table-row:last-child {
31
+ :host ( :first-child ) {
31
32
 
32
- border-color: transparent;
33
- }
34
-
35
- .table-row:first-child .table-cell:first-child {
36
- border-top-left-radius: var(--radius, 0.5rem);
33
+ --radius-top-left: var(--radius, 0.5rem);
34
+ --radius-top-right: var(--radius, 0.5rem);
37
35
  }
38
36
 
39
- .table-row:last-child .table-cell:first-child {
40
- border-bottom-left-radius: var(--radius, 0.5rem);
41
- }
37
+ :host ( :last-child ) {
42
38
 
43
- .table-row:first-child .table-cell:last-child {
44
- border-top-right-radius: var(--radius, 0.5rem);
45
- }
39
+ border-color: transparent;
46
40
 
47
- .table-row:last-child .table-cell:last-child {
48
- border-bottom-right-radius: var(--radius, 0.5rem);
41
+ --radius-bottom-left: var(--radius, 0.5rem);
42
+ --radius-bottom-right: var(--radius, 0.5rem);
49
43
  }
50
44
 
51
- .table-row:focus {
52
-
53
- opacity: 0.5;
54
- }
45
+ :host ( [interactive]:hover ) {
55
46
 
56
- .table-row--interactive:hover .table-cell {
57
- background-color: var(--row-background-hover, rgb(var(--adjust-tone-10)));
47
+ --background: var(--background-row-hover, rgb(var(--adjust-tone)));
58
48
  }
@@ -1,22 +1,38 @@
1
- import { Component, Host, h, Listen, State } from '@stencil/core';
2
- import clsx from 'clsx';
1
+ import { Component, Host, h, Listen, Prop } from '@stencil/core';
3
2
  export class MdsTableRow {
4
3
  tableInteractiveHandler(event) {
5
4
  this.interactive = event.detail;
6
5
  }
7
6
  render() {
8
- return (h(Host, { class: clsx('table-row', this.interactive && 'table-row--interactive'), role: "row" },
7
+ return (h(Host, { role: "row" },
9
8
  h("slot", null)));
10
9
  }
11
10
  static get is() { return "mds-table-row"; }
11
+ static get encapsulation() { return "shadow"; }
12
12
  static get originalStyleUrls() { return {
13
13
  "$": ["mds-table-row.css"]
14
14
  }; }
15
15
  static get styleUrls() { return {
16
16
  "$": ["mds-table-row.css"]
17
17
  }; }
18
- static get states() { return {
19
- "interactive": {}
18
+ static get properties() { return {
19
+ "interactive": {
20
+ "type": "boolean",
21
+ "mutable": true,
22
+ "complexType": {
23
+ "original": "boolean",
24
+ "resolved": "boolean",
25
+ "references": {}
26
+ },
27
+ "required": false,
28
+ "optional": false,
29
+ "docs": {
30
+ "tags": [],
31
+ "text": ""
32
+ },
33
+ "attribute": "interactive",
34
+ "reflect": true
35
+ }
20
36
  }; }
21
37
  static get listeners() { return [{
22
38
  "name": "tableInteractive",
@@ -1,3 +1,6 @@
1
- import mggIconsDictionary from '@maggioli-design-system/icons/original/dictionary.json';
2
- const iconsDictionary = Object.keys(mggIconsDictionary).sort();
1
+ import mggIconsDictionary from '@maggioli-design-system/icons/dist/original/dictionary.json';
2
+ const iconsDictionary = [];
3
+ for (const icon of Object.keys(mggIconsDictionary).sort()) {
4
+ iconsDictionary.push(`mgg-icons-${icon}`);
5
+ }
3
6
  export { iconsDictionary, };
@@ -13,6 +13,7 @@ const typographyDictionary = [
13
13
  'label',
14
14
  'option',
15
15
  'paragraph',
16
+ 'tip',
16
17
  ];
17
18
  const typographyMonoDictionary = [
18
19
  'code',
@@ -33,5 +34,10 @@ const typographySecondaryDictionary = [
33
34
  'label',
34
35
  'option',
35
36
  'paragraph',
37
+ 'tip',
36
38
  ];
37
- export { typographyDictionary, typographyMonoDictionary, typographyPrimaryDictionary, typographySecondaryDictionary, };
39
+ const typographySmallerDictionary = [
40
+ 'option',
41
+ 'tip',
42
+ ];
43
+ export { typographyDictionary, typographyMonoDictionary, typographyPrimaryDictionary, typographySecondaryDictionary, typographySmallerDictionary, };
@@ -3,6 +3,7 @@ const themeVariantDictionary = [
3
3
  'error',
4
4
  'info',
5
5
  'light',
6
+ 'primary',
6
7
  'success',
7
8
  'warning',
8
9
  ];
@@ -57,4 +58,8 @@ const toneSimpleVariantDictionary = [
57
58
  'weak',
58
59
  'quiet',
59
60
  ];
60
- export { themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, toneSimpleVariantDictionary, toneVariantDictionary, };
61
+ const toneMinimalVariantDictionary = [
62
+ 'strong',
63
+ 'weak',
64
+ ];
65
+ export { themeFullVariantDictionary, themeLabelVariantDictionary, themeLuminanceVariantDictionary, themeStatusVariantDictionary, themeVariantDictionary, toneMinimalVariantDictionary, toneSimpleVariantDictionary, toneVariantDictionary, };
@@ -1,25 +1,7 @@
1
- /* MdsTableRow custom elements bundle */
1
+ /* MdsTableRow custom elements */
2
2
 
3
3
  import type { Components, JSX } from "../types/components";
4
4
 
5
- interface MdsTableRow extends Components.MdsTableRow, HTMLElement {}
6
- export const MdsTableRow: {
7
- prototype: MdsTableRow;
8
- new (): MdsTableRow;
9
- };
10
-
11
- /**
12
- * Utility to define all custom elements within this package using the tag name provided in the component's source.
13
- * When defining each custom element, it will also check it's safe to define by:
14
- *
15
- * 1. Ensuring the "customElements" registry is available in the global context (window).
16
- * 2. The component tag name is not already defined.
17
- *
18
- * Use the standard [customElements.define()](https://developer.mozilla.org/en-US/docs/Web/API/CustomElementRegistry/define)
19
- * method instead to define custom elements individually, or to provide a different tag name.
20
- */
21
- export declare const defineCustomElements: (opts?: any) => void;
22
-
23
5
  /**
24
6
  * Used to manually set the base path where assets can be found.
25
7
  * If the script is used as "module", it's recommended to use "import.meta.url",
@@ -36,7 +18,6 @@ export interface SetPlatformOptions {
36
18
  raf?: (c: FrameRequestCallback) => number;
37
19
  ael?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
38
20
  rel?: (el: EventTarget, eventName: string, listener: EventListenerOrEventListenerObject, options: boolean | AddEventListenerOptions) => void;
39
- ce?: (eventName: string, opts?: any) => CustomEvent;
40
21
  }
41
22
  export declare const setPlatformOptions: (opts: SetPlatformOptions) => void;
42
23
 
@@ -0,0 +1 @@
1
+ export { setAssetPath, setPlatformOptions } from '@stencil/core/internal/client';
@@ -0,0 +1,11 @@
1
+ import type { Components, JSX } from "../types/components";
2
+
3
+ interface MdsTableRow extends Components.MdsTableRow, HTMLElement {}
4
+ export const MdsTableRow: {
5
+ prototype: MdsTableRow;
6
+ new (): MdsTableRow;
7
+ };
8
+ /**
9
+ * Used to define this component and all nested components recursively.
10
+ */
11
+ export const defineCustomElement: () => void;
@@ -0,0 +1,39 @@
1
+ import { HTMLElement, h, Host, proxyCustomElement } from '@stencil/core/internal/client';
2
+
3
+ const mdsTableRowCss = ".border{border-width:1px}.shadow{--tw-shadow:0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);--tw-shadow-colored:0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);-webkit-box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow)}:host{display:table-row;border-bottom-width:1px;border-bottom:var(--border-width, 2px) solid var(--border-color, rgb(var(--adjust-tone-09)))}:host(:first-child){--radius-top-left:var(--radius, 0.5rem);--radius-top-right:var(--radius, 0.5rem)}:host(:last-child){border-color:transparent;--radius-bottom-left:var(--radius, 0.5rem);--radius-bottom-right:var(--radius, 0.5rem)}:host([interactive]:hover){--background:var(--background-row-hover, rgb(var(--adjust-tone)))}";
4
+
5
+ let MdsTableRow$1 = class extends HTMLElement {
6
+ constructor() {
7
+ super();
8
+ this.__registerHost();
9
+ this.__attachShadow();
10
+ }
11
+ tableInteractiveHandler(event) {
12
+ this.interactive = event.detail;
13
+ }
14
+ render() {
15
+ return (h(Host, { role: "row" }, h("slot", null)));
16
+ }
17
+ static get style() { return mdsTableRowCss; }
18
+ };
19
+ MdsTableRow$1 = /*@__PURE__*/ proxyCustomElement(MdsTableRow$1, [1, "mds-table-row", {
20
+ "interactive": [1540]
21
+ }, [[16, "tableInteractive", "tableInteractiveHandler"]]]);
22
+ function defineCustomElement$1() {
23
+ if (typeof customElements === "undefined") {
24
+ return;
25
+ }
26
+ const components = ["mds-table-row"];
27
+ components.forEach(tagName => { switch (tagName) {
28
+ case "mds-table-row":
29
+ if (!customElements.get(tagName)) {
30
+ customElements.define(tagName, MdsTableRow$1);
31
+ }
32
+ break;
33
+ } });
34
+ }
35
+
36
+ const MdsTableRow = MdsTableRow$1;
37
+ const defineCustomElement = defineCustomElement$1;
38
+
39
+ export { MdsTableRow, defineCustomElement };