@maggioli-design-system/mds-table-row 4.5.3 → 4.6.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 (74) hide show
  1. package/dist/cjs/app-globals-3a1e7e63.js +5 -0
  2. package/dist/cjs/index-97006570.js +1198 -0
  3. package/dist/cjs/loader.cjs.js +4 -2
  4. package/dist/cjs/mds-table-row.cjs.entry.js +5 -4
  5. package/dist/cjs/mds-table-row.cjs.js +12 -10
  6. package/dist/collection/collection-manifest.json +2 -2
  7. package/dist/collection/common/locale.js +50 -0
  8. package/dist/collection/components/mds-table-row/mds-table-row.css +159 -39
  9. package/dist/collection/components/mds-table-row/mds-table-row.js +1 -1
  10. package/dist/collection/type/preference.js +1 -0
  11. package/dist/collection/type/variant-file-format.js +20 -11
  12. package/dist/components/mds-table-row.js +4 -3
  13. package/dist/documentation.d.ts +34 -0
  14. package/dist/documentation.json +3 -3
  15. package/dist/esm/app-globals-0f993ce5.js +3 -0
  16. package/dist/esm/index-ac4b33c0.js +1171 -0
  17. package/dist/esm/loader.js +5 -3
  18. package/dist/esm/mds-table-row.entry.js +5 -4
  19. package/dist/esm/mds-table-row.js +13 -11
  20. package/dist/esm-es5/app-globals-0f993ce5.js +1 -0
  21. package/dist/esm-es5/index-ac4b33c0.js +1 -0
  22. package/dist/esm-es5/loader.js +1 -1
  23. package/dist/esm-es5/mds-table-row.entry.js +1 -1
  24. package/dist/esm-es5/mds-table-row.js +1 -1
  25. package/dist/mds-table-row/mds-table-row.esm.js +1 -1
  26. package/dist/mds-table-row/mds-table-row.js +1 -1
  27. package/dist/mds-table-row/p-0a6d4960.js +2 -0
  28. package/dist/mds-table-row/p-11e2454f.system.js +1 -0
  29. package/dist/mds-table-row/p-24249845.entry.js +1 -0
  30. package/dist/mds-table-row/p-56ba5cbf.system.js +1 -0
  31. package/dist/mds-table-row/p-778c4fcb.system.entry.js +1 -0
  32. package/dist/mds-table-row/p-bc92b059.system.js +2 -0
  33. package/dist/mds-table-row/p-e1255160.js +1 -0
  34. package/dist/stats.json +45 -33
  35. package/dist/types/common/locale.d.ts +15 -0
  36. package/dist/types/stencil-public-runtime.d.ts +3 -10
  37. package/dist/types/type/preference.d.ts +2 -0
  38. package/documentation.json +43 -23
  39. package/loader/cdn.js +1 -2
  40. package/loader/index.cjs.js +1 -2
  41. package/loader/index.d.ts +3 -0
  42. package/loader/index.es2017.js +1 -2
  43. package/loader/index.js +1 -2
  44. package/package.json +4 -4
  45. package/src/common/locale.ts +66 -0
  46. package/src/components/mds-table-row/css/mds-table-row-pref-animation.css +16 -0
  47. package/src/components/mds-table-row/mds-table-row.css +14 -0
  48. package/src/fixtures/icons.json +18 -0
  49. package/src/fixtures/iconsauce.json +9 -0
  50. package/src/tailwind/components.css +71 -0
  51. package/src/type/preference.ts +10 -0
  52. package/src/type/variant-file-format.ts +20 -11
  53. package/www/build/mds-table-row.esm.js +1 -1
  54. package/www/build/mds-table-row.js +1 -1
  55. package/www/build/p-0a6d4960.js +2 -0
  56. package/www/build/p-11e2454f.system.js +1 -0
  57. package/www/build/p-24249845.entry.js +1 -0
  58. package/www/build/p-56ba5cbf.system.js +1 -0
  59. package/www/build/p-778c4fcb.system.entry.js +1 -0
  60. package/www/build/p-bc92b059.system.js +2 -0
  61. package/www/build/p-e1255160.js +1 -0
  62. package/dist/cjs/index-7b6fb148.js +0 -1644
  63. package/dist/esm/index-9f40909f.js +0 -1617
  64. package/dist/esm-es5/index-9f40909f.js +0 -1
  65. package/dist/mds-table-row/p-24e0f761.system.js +0 -2
  66. package/dist/mds-table-row/p-4e5a0559.js +0 -2
  67. package/dist/mds-table-row/p-65fbbba9.system.js +0 -1
  68. package/dist/mds-table-row/p-ab9fb13e.entry.js +0 -1
  69. package/dist/mds-table-row/p-f8b0aa6b.system.entry.js +0 -1
  70. package/www/build/p-24e0f761.system.js +0 -2
  71. package/www/build/p-4e5a0559.js +0 -2
  72. package/www/build/p-65fbbba9.system.js +0 -1
  73. package/www/build/p-ab9fb13e.entry.js +0 -1
  74. package/www/build/p-f8b0aa6b.system.entry.js +0 -1
@@ -347,10 +347,26 @@ export interface JsonDocsEvent {
347
347
  deprecation?: string;
348
348
  detail: string;
349
349
  }
350
+ /**
351
+ * Type describing a CSS Style, as described by a JSDoc-style comment
352
+ */
350
353
  export interface JsonDocsStyle {
354
+ /**
355
+ * The name of the style
356
+ */
351
357
  name: string;
358
+ /**
359
+ * The type/description associated with the style
360
+ */
352
361
  docs: string;
362
+ /**
363
+ * The annotation used in the JSDoc of the style (e.g. `@prop`)
364
+ */
353
365
  annotation: string;
366
+ /**
367
+ * The mode associated with the style
368
+ */
369
+ mode: string | undefined;
354
370
  }
355
371
  export interface JsonDocsListener {
356
372
  event: string;
@@ -389,10 +405,28 @@ export interface JsonDocsPart {
389
405
  */
390
406
  docs: string;
391
407
  }
408
+ /**
409
+ * Represents a parsed block comment in a CSS, Sass, etc. file for a custom property.
410
+ */
392
411
  export interface StyleDoc {
412
+ /**
413
+ * The name of the CSS property
414
+ */
393
415
  name: string;
416
+ /**
417
+ * The user-defined description of the CSS property
418
+ */
394
419
  docs: string;
420
+ /**
421
+ * The JSDoc-style annotation (e.g. `@prop`) that was used in the block comment to detect the comment.
422
+ * Used to inform Stencil where the start of a new property's description starts (and where the previous description
423
+ * ends).
424
+ */
395
425
  annotation: "prop";
426
+ /**
427
+ * The Stencil style-mode that is associated with this property.
428
+ */
429
+ mode: string | undefined;
396
430
  }
397
431
 
398
432
  export {};
@@ -1,9 +1,9 @@
1
1
  {
2
- "timestamp": "2024-04-18T15:17:05",
2
+ "timestamp": "2024-09-05T13:48:15",
3
3
  "compiler": {
4
4
  "name": "@stencil/core",
5
- "version": "4.10.0",
6
- "typescriptVersion": "5.3.3"
5
+ "version": "4.21.0",
6
+ "typescriptVersion": "5.5.3"
7
7
  },
8
8
  "components": [
9
9
  {
@@ -0,0 +1,3 @@
1
+ const globalScripts = () => {};
2
+
3
+ export { globalScripts as g };