@echodial/deck 0.1.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 (93) hide show
  1. package/LICENSE +21 -0
  2. package/README.md +1327 -0
  3. package/bin/deck.mjs +219 -0
  4. package/build.mjs +338 -0
  5. package/dist/api-buckets.json +10486 -0
  6. package/dist/api.json +57896 -0
  7. package/dist/brand/deck-apple-touch-icon.png +0 -0
  8. package/dist/brand/deck-logo-dark.svg +1 -0
  9. package/dist/brand/deck-logo-light.svg +1 -0
  10. package/dist/brand/deck-logo-stacked.svg +1 -0
  11. package/dist/brand/deck-logo.svg +1 -0
  12. package/dist/brand/deck-mark.svg +7 -0
  13. package/dist/brand/deck-og.png +0 -0
  14. package/dist/collisions.json +223 -0
  15. package/dist/deck-adapters.js +482 -0
  16. package/dist/deck-adapters.min.js +23 -0
  17. package/dist/deck-extras.js +823 -0
  18. package/dist/deck-extras.min.js +5 -0
  19. package/dist/deck-icons.svg +184 -0
  20. package/dist/deck.bundle.js +2638 -0
  21. package/dist/deck.bundle.min.js +86 -0
  22. package/dist/deck.css +7904 -0
  23. package/dist/deck.esm.js +2644 -0
  24. package/dist/deck.js +1331 -0
  25. package/dist/deck.min.css +32 -0
  26. package/dist/deck.min.js +60 -0
  27. package/dist/layers/anchor.css +192 -0
  28. package/dist/layers/buttons.css +210 -0
  29. package/dist/layers/charts.css +337 -0
  30. package/dist/layers/combobox.css +248 -0
  31. package/dist/layers/components.css +868 -0
  32. package/dist/layers/container.css +199 -0
  33. package/dist/layers/datagrid.css +335 -0
  34. package/dist/layers/datepicker.css +305 -0
  35. package/dist/layers/forms.css +401 -0
  36. package/dist/layers/gradients.css +302 -0
  37. package/dist/layers/inputs.css +522 -0
  38. package/dist/layers/layers.css +87 -0
  39. package/dist/layers/layout.css +235 -0
  40. package/dist/layers/logical.css +226 -0
  41. package/dist/layers/media.css +400 -0
  42. package/dist/layers/mobile.css +245 -0
  43. package/dist/layers/motion.css +379 -0
  44. package/dist/layers/nav.css +771 -0
  45. package/dist/layers/perf.css +234 -0
  46. package/dist/layers/print.css +198 -0
  47. package/dist/layers/reset.css +103 -0
  48. package/dist/layers/space3d.css +280 -0
  49. package/dist/layers/toasts.css +201 -0
  50. package/dist/layers/tokens.css +229 -0
  51. package/dist/layers/type.css +114 -0
  52. package/dist/layers/utilities.css +241 -0
  53. package/dist/sizes.json +52 -0
  54. package/dist/usage.json +6340 -0
  55. package/package.json +94 -0
  56. package/src/00-layers.css +87 -0
  57. package/src/01-tokens.css +229 -0
  58. package/src/02-reset.css +103 -0
  59. package/src/03-type.css +114 -0
  60. package/src/04-layout.css +235 -0
  61. package/src/05-buttons.css +210 -0
  62. package/src/06-forms.css +401 -0
  63. package/src/07-components.css +868 -0
  64. package/src/08-mobile.css +245 -0
  65. package/src/09-utilities.css +241 -0
  66. package/src/10-datepicker.css +305 -0
  67. package/src/11-combobox.css +248 -0
  68. package/src/12-datagrid.css +335 -0
  69. package/src/13-toasts.css +201 -0
  70. package/src/14-charts.css +337 -0
  71. package/src/16-motion.css +379 -0
  72. package/src/18-container.css +199 -0
  73. package/src/19-logical.css +226 -0
  74. package/src/20-gradients.css +302 -0
  75. package/src/21-space3d.css +280 -0
  76. package/src/22-nav.css +771 -0
  77. package/src/23-inputs.css +522 -0
  78. package/src/24-media.css +400 -0
  79. package/src/25-anchor.css +192 -0
  80. package/src/26-perf.css +234 -0
  81. package/src/99-print.css +198 -0
  82. package/src/brand/deck-apple-touch-icon.png +0 -0
  83. package/src/brand/deck-logo-dark.svg +1 -0
  84. package/src/brand/deck-logo-light.svg +1 -0
  85. package/src/brand/deck-logo-stacked.svg +1 -0
  86. package/src/brand/deck-logo.svg +1 -0
  87. package/src/brand/deck-mark.svg +7 -0
  88. package/src/brand/deck-og.png +0 -0
  89. package/src/brand/sources.json +7 -0
  90. package/src/deck-icons.svg +184 -0
  91. package/src/js/deck-adapters.js +482 -0
  92. package/src/js/deck-extras.js +823 -0
  93. package/src/js/deck.js +1331 -0
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 123.81 24" role="img" aria-label="Deck"><g fill="#eef2f4" stroke="#eef2f4" stroke-width="0.5" stroke-linejoin="round" stroke-linecap="round"><path d="M1.5 7 L11 3 L15 3 L22.5 4 L22.5 5.5 L13 8.5 L1.5 8.5 Z"/><path d="M1.5 13.25 L11 9.25 L15 9.25 L22.5 10.25 L22.5 11.75 L13 14.75 L1.5 14.75 Z"/><path d="M1.5 19.5 L11 15.5 L15 15.5 L22.5 16.5 L22.5 18 L13 21 L1.5 21 Z"/></g><g fill="#eef2f4" transform="translate(32 0)"><path d="M2.8 24.0V0.0H13.7Q17.7 0.0 20.6 1.5Q23.6 3.0 25.3 5.7Q27.0 8.3 27.0 12.0Q27.0 15.6 25.3 18.3Q23.6 21.0 20.6 22.5Q17.7 24.0 13.7 24.0ZM8.4 19.4H13.5Q15.9 19.4 17.6 18.5Q19.4 17.6 20.4 16.0Q21.4 14.3 21.4 12.0Q21.4 9.7 20.4 8.0Q19.4 6.4 17.6 5.5Q15.9 4.6 13.5 4.6H8.4Z"/><path d="M39.6 24.3Q36.5 24.3 34.1 23.0Q31.7 21.8 30.4 19.7Q29.1 17.5 29.1 14.8Q29.1 12.0 30.4 9.9Q31.7 7.7 33.9 6.5Q36.2 5.3 39.0 5.3Q41.7 5.3 43.9 6.4Q46.0 7.6 47.3 9.7Q48.6 11.9 48.6 14.9Q48.6 15.2 48.5 15.6Q48.5 15.9 48.5 16.3H33.5V13.2H45.6L43.6 14.1Q43.6 12.7 43.0 11.6Q42.4 10.5 41.4 9.9Q40.4 9.3 39.0 9.3Q37.6 9.3 36.6 9.9Q35.5 10.5 35.0 11.6Q34.4 12.7 34.4 14.2V15.0Q34.4 16.5 35.1 17.6Q35.7 18.8 36.9 19.4Q38.2 20.0 39.8 20.0Q41.3 20.0 42.4 19.6Q43.5 19.1 44.4 18.2L47.3 21.3Q46.0 22.7 44.1 23.5Q42.2 24.3 39.6 24.3Z"/><path d="M60.8 24.3Q57.8 24.3 55.5 23.0Q53.1 21.8 51.8 19.7Q50.5 17.5 50.5 14.8Q50.5 12.0 51.8 9.9Q53.1 7.7 55.5 6.5Q57.8 5.3 60.8 5.3Q63.7 5.3 65.8 6.5Q68.0 7.7 69.0 10.0L64.9 12.2Q64.1 10.9 63.1 10.3Q62.0 9.7 60.7 9.7Q59.4 9.7 58.3 10.3Q57.2 10.9 56.5 12.0Q55.9 13.2 55.9 14.8Q55.9 16.4 56.5 17.5Q57.2 18.7 58.3 19.3Q59.4 19.9 60.7 19.9Q62.0 19.9 63.1 19.3Q64.1 18.7 64.9 17.4L69.0 19.6Q68.0 21.8 65.8 23.0Q63.7 24.3 60.8 24.3Z"/><path d="M76.2 20.2 76.4 13.7 85.0 5.6H91.4L83.1 14.0L80.3 16.2ZM71.8 24.0V-1.4H77.2V24.0ZM85.6 24.0 79.3 16.3 82.7 12.1 92.0 24.0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 123.81 24" role="img" aria-label="Deck"><g fill="#151b1f" stroke="#151b1f" stroke-width="0.5" stroke-linejoin="round" stroke-linecap="round"><path d="M1.5 7 L11 3 L15 3 L22.5 4 L22.5 5.5 L13 8.5 L1.5 8.5 Z"/><path d="M1.5 13.25 L11 9.25 L15 9.25 L22.5 10.25 L22.5 11.75 L13 14.75 L1.5 14.75 Z"/><path d="M1.5 19.5 L11 15.5 L15 15.5 L22.5 16.5 L22.5 18 L13 21 L1.5 21 Z"/></g><g fill="#151b1f" transform="translate(32 0)"><path d="M2.8 24.0V0.0H13.7Q17.7 0.0 20.6 1.5Q23.6 3.0 25.3 5.7Q27.0 8.3 27.0 12.0Q27.0 15.6 25.3 18.3Q23.6 21.0 20.6 22.5Q17.7 24.0 13.7 24.0ZM8.4 19.4H13.5Q15.9 19.4 17.6 18.5Q19.4 17.6 20.4 16.0Q21.4 14.3 21.4 12.0Q21.4 9.7 20.4 8.0Q19.4 6.4 17.6 5.5Q15.9 4.6 13.5 4.6H8.4Z"/><path d="M39.6 24.3Q36.5 24.3 34.1 23.0Q31.7 21.8 30.4 19.7Q29.1 17.5 29.1 14.8Q29.1 12.0 30.4 9.9Q31.7 7.7 33.9 6.5Q36.2 5.3 39.0 5.3Q41.7 5.3 43.9 6.4Q46.0 7.6 47.3 9.7Q48.6 11.9 48.6 14.9Q48.6 15.2 48.5 15.6Q48.5 15.9 48.5 16.3H33.5V13.2H45.6L43.6 14.1Q43.6 12.7 43.0 11.6Q42.4 10.5 41.4 9.9Q40.4 9.3 39.0 9.3Q37.6 9.3 36.6 9.9Q35.5 10.5 35.0 11.6Q34.4 12.7 34.4 14.2V15.0Q34.4 16.5 35.1 17.6Q35.7 18.8 36.9 19.4Q38.2 20.0 39.8 20.0Q41.3 20.0 42.4 19.6Q43.5 19.1 44.4 18.2L47.3 21.3Q46.0 22.7 44.1 23.5Q42.2 24.3 39.6 24.3Z"/><path d="M60.8 24.3Q57.8 24.3 55.5 23.0Q53.1 21.8 51.8 19.7Q50.5 17.5 50.5 14.8Q50.5 12.0 51.8 9.9Q53.1 7.7 55.5 6.5Q57.8 5.3 60.8 5.3Q63.7 5.3 65.8 6.5Q68.0 7.7 69.0 10.0L64.9 12.2Q64.1 10.9 63.1 10.3Q62.0 9.7 60.7 9.7Q59.4 9.7 58.3 10.3Q57.2 10.9 56.5 12.0Q55.9 13.2 55.9 14.8Q55.9 16.4 56.5 17.5Q57.2 18.7 58.3 19.3Q59.4 19.9 60.7 19.9Q62.0 19.9 63.1 19.3Q64.1 18.7 64.9 17.4L69.0 19.6Q68.0 21.8 65.8 23.0Q63.7 24.3 60.8 24.3Z"/><path d="M76.2 20.2 76.4 13.7 85.0 5.6H91.4L83.1 14.0L80.3 16.2ZM71.8 24.0V-1.4H77.2V24.0ZM85.6 24.0 79.3 16.3 82.7 12.1 92.0 24.0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 91.81 54.0" role="img" aria-label="Deck"><g transform="translate(33.905 0)"><g fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linejoin="round" stroke-linecap="round"><path d="M1.5 7 L11 3 L15 3 L22.5 4 L22.5 5.5 L13 8.5 L1.5 8.5 Z"/><path d="M1.5 13.25 L11 9.25 L15 9.25 L22.5 10.25 L22.5 11.75 L13 14.75 L1.5 14.75 Z"/><path d="M1.5 19.5 L11 15.5 L15 15.5 L22.5 16.5 L22.5 18 L13 21 L1.5 21 Z"/></g></g><g fill="currentColor" transform="translate(0 30)"><path d="M2.8 24.0V0.0H13.7Q17.7 0.0 20.6 1.5Q23.6 3.0 25.3 5.7Q27.0 8.3 27.0 12.0Q27.0 15.6 25.3 18.3Q23.6 21.0 20.6 22.5Q17.7 24.0 13.7 24.0ZM8.4 19.4H13.5Q15.9 19.4 17.6 18.5Q19.4 17.6 20.4 16.0Q21.4 14.3 21.4 12.0Q21.4 9.7 20.4 8.0Q19.4 6.4 17.6 5.5Q15.9 4.6 13.5 4.6H8.4Z"/><path d="M39.6 24.3Q36.5 24.3 34.1 23.0Q31.7 21.8 30.4 19.7Q29.1 17.5 29.1 14.8Q29.1 12.0 30.4 9.9Q31.7 7.7 33.9 6.5Q36.2 5.3 39.0 5.3Q41.7 5.3 43.9 6.4Q46.0 7.6 47.3 9.7Q48.6 11.9 48.6 14.9Q48.6 15.2 48.5 15.6Q48.5 15.9 48.5 16.3H33.5V13.2H45.6L43.6 14.1Q43.6 12.7 43.0 11.6Q42.4 10.5 41.4 9.9Q40.4 9.3 39.0 9.3Q37.6 9.3 36.6 9.9Q35.5 10.5 35.0 11.6Q34.4 12.7 34.4 14.2V15.0Q34.4 16.5 35.1 17.6Q35.7 18.8 36.9 19.4Q38.2 20.0 39.8 20.0Q41.3 20.0 42.4 19.6Q43.5 19.1 44.4 18.2L47.3 21.3Q46.0 22.7 44.1 23.5Q42.2 24.3 39.6 24.3Z"/><path d="M60.8 24.3Q57.8 24.3 55.5 23.0Q53.1 21.8 51.8 19.7Q50.5 17.5 50.5 14.8Q50.5 12.0 51.8 9.9Q53.1 7.7 55.5 6.5Q57.8 5.3 60.8 5.3Q63.7 5.3 65.8 6.5Q68.0 7.7 69.0 10.0L64.9 12.2Q64.1 10.9 63.1 10.3Q62.0 9.7 60.7 9.7Q59.4 9.7 58.3 10.3Q57.2 10.9 56.5 12.0Q55.9 13.2 55.9 14.8Q55.9 16.4 56.5 17.5Q57.2 18.7 58.3 19.3Q59.4 19.9 60.7 19.9Q62.0 19.9 63.1 19.3Q64.1 18.7 64.9 17.4L69.0 19.6Q68.0 21.8 65.8 23.0Q63.7 24.3 60.8 24.3Z"/><path d="M76.2 20.2 76.4 13.7 85.0 5.6H91.4L83.1 14.0L80.3 16.2ZM71.8 24.0V-1.4H77.2V24.0ZM85.6 24.0 79.3 16.3 82.7 12.1 92.0 24.0Z"/></g></svg>
@@ -0,0 +1 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 123.81 24" role="img" aria-label="Deck"><g fill="currentColor" stroke="currentColor" stroke-width="0.5" stroke-linejoin="round" stroke-linecap="round"><path d="M1.5 7 L11 3 L15 3 L22.5 4 L22.5 5.5 L13 8.5 L1.5 8.5 Z"/><path d="M1.5 13.25 L11 9.25 L15 9.25 L22.5 10.25 L22.5 11.75 L13 14.75 L1.5 14.75 Z"/><path d="M1.5 19.5 L11 15.5 L15 15.5 L22.5 16.5 L22.5 18 L13 21 L1.5 21 Z"/></g><g fill="currentColor" transform="translate(32 0)"><path d="M2.8 24.0V0.0H13.7Q17.7 0.0 20.6 1.5Q23.6 3.0 25.3 5.7Q27.0 8.3 27.0 12.0Q27.0 15.6 25.3 18.3Q23.6 21.0 20.6 22.5Q17.7 24.0 13.7 24.0ZM8.4 19.4H13.5Q15.9 19.4 17.6 18.5Q19.4 17.6 20.4 16.0Q21.4 14.3 21.4 12.0Q21.4 9.7 20.4 8.0Q19.4 6.4 17.6 5.5Q15.9 4.6 13.5 4.6H8.4Z"/><path d="M39.6 24.3Q36.5 24.3 34.1 23.0Q31.7 21.8 30.4 19.7Q29.1 17.5 29.1 14.8Q29.1 12.0 30.4 9.9Q31.7 7.7 33.9 6.5Q36.2 5.3 39.0 5.3Q41.7 5.3 43.9 6.4Q46.0 7.6 47.3 9.7Q48.6 11.9 48.6 14.9Q48.6 15.2 48.5 15.6Q48.5 15.9 48.5 16.3H33.5V13.2H45.6L43.6 14.1Q43.6 12.7 43.0 11.6Q42.4 10.5 41.4 9.9Q40.4 9.3 39.0 9.3Q37.6 9.3 36.6 9.9Q35.5 10.5 35.0 11.6Q34.4 12.7 34.4 14.2V15.0Q34.4 16.5 35.1 17.6Q35.7 18.8 36.9 19.4Q38.2 20.0 39.8 20.0Q41.3 20.0 42.4 19.6Q43.5 19.1 44.4 18.2L47.3 21.3Q46.0 22.7 44.1 23.5Q42.2 24.3 39.6 24.3Z"/><path d="M60.8 24.3Q57.8 24.3 55.5 23.0Q53.1 21.8 51.8 19.7Q50.5 17.5 50.5 14.8Q50.5 12.0 51.8 9.9Q53.1 7.7 55.5 6.5Q57.8 5.3 60.8 5.3Q63.7 5.3 65.8 6.5Q68.0 7.7 69.0 10.0L64.9 12.2Q64.1 10.9 63.1 10.3Q62.0 9.7 60.7 9.7Q59.4 9.7 58.3 10.3Q57.2 10.9 56.5 12.0Q55.9 13.2 55.9 14.8Q55.9 16.4 56.5 17.5Q57.2 18.7 58.3 19.3Q59.4 19.9 60.7 19.9Q62.0 19.9 63.1 19.3Q64.1 18.7 64.9 17.4L69.0 19.6Q68.0 21.8 65.8 23.0Q63.7 24.3 60.8 24.3Z"/><path d="M76.2 20.2 76.4 13.7 85.0 5.6H91.4L83.1 14.0L80.3 16.2ZM71.8 24.0V-1.4H77.2V24.0ZM85.6 24.0 79.3 16.3 82.7 12.1 92.0 24.0Z"/></g></svg>
@@ -0,0 +1,7 @@
1
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" role="img" aria-label="Deck">
2
+ <style>
3
+ g { fill: #151b1f; stroke: #151b1f; }
4
+ @media (prefers-color-scheme: dark) { g { fill: #eef2f4; stroke: #eef2f4; } }
5
+ </style>
6
+ <g stroke-width="0.5" stroke-linejoin="round" stroke-linecap="round"><path d="M1.5 7 L11 3 L15 3 L22.5 4 L22.5 5.5 L13 8.5 L1.5 8.5 Z"/><path d="M1.5 13.25 L11 9.25 L15 9.25 L22.5 10.25 L22.5 11.75 L13 14.75 L1.5 14.75 Z"/><path d="M1.5 19.5 L11 15.5 L15 15.5 L22.5 16.5 L22.5 18 L13 21 L1.5 21 Z"/></g>
7
+ </svg>
Binary file
@@ -0,0 +1,223 @@
1
+ {
2
+ "generated": "tools/docs/collisions.mjs",
3
+ "count": 31,
4
+ "rows": [
5
+ {
6
+ "name": "btn-3d",
7
+ "stem": "btn",
8
+ "child": "21-space3d.css:196 [deck.effects]",
9
+ "parent": "05-buttons.css:7 [deck.components]",
10
+ "why": "different file and layer"
11
+ },
12
+ {
13
+ "name": "card-flex",
14
+ "stem": "card",
15
+ "child": "18-container.css:44 [deck.layout]",
16
+ "parent": "07-components.css:11 [deck.components]",
17
+ "why": "different file and layer"
18
+ },
19
+ {
20
+ "name": "chart-area-g",
21
+ "stem": "chart",
22
+ "child": "20-gradients.css:287 [deck.effects]",
23
+ "parent": "14-charts.css:11 [deck.components]",
24
+ "why": "different file and layer"
25
+ },
26
+ {
27
+ "name": "cq-lg",
28
+ "stem": "cq",
29
+ "child": "18-container.css:160 [deck.layout]",
30
+ "parent": "04-layout.css:188 [deck.layout]",
31
+ "why": "different file"
32
+ },
33
+ {
34
+ "name": "cq-md",
35
+ "stem": "cq",
36
+ "child": "18-container.css:150 [deck.layout]",
37
+ "parent": "04-layout.css:188 [deck.layout]",
38
+ "why": "different file"
39
+ },
40
+ {
41
+ "name": "cq-normal",
42
+ "stem": "cq",
43
+ "child": "18-container.css:17 [deck.layout]",
44
+ "parent": "04-layout.css:188 [deck.layout]",
45
+ "why": "different file"
46
+ },
47
+ {
48
+ "name": "cq-pane",
49
+ "stem": "cq",
50
+ "child": "18-container.css:20 [deck.layout]",
51
+ "parent": "04-layout.css:188 [deck.layout]",
52
+ "why": "different file"
53
+ },
54
+ {
55
+ "name": "cq-panel",
56
+ "stem": "cq",
57
+ "child": "18-container.css:19 [deck.layout]",
58
+ "parent": "04-layout.css:188 [deck.layout]",
59
+ "why": "different file"
60
+ },
61
+ {
62
+ "name": "cq-row",
63
+ "stem": "cq",
64
+ "child": "18-container.css:21 [deck.layout]",
65
+ "parent": "04-layout.css:188 [deck.layout]",
66
+ "why": "different file"
67
+ },
68
+ {
69
+ "name": "cq-shell",
70
+ "stem": "cq",
71
+ "child": "18-container.css:22 [deck.layout]",
72
+ "parent": "04-layout.css:188 [deck.layout]",
73
+ "why": "different file"
74
+ },
75
+ {
76
+ "name": "cq-size",
77
+ "stem": "cq",
78
+ "child": "18-container.css:16 [deck.layout]",
79
+ "parent": "04-layout.css:188 [deck.layout]",
80
+ "why": "different file"
81
+ },
82
+ {
83
+ "name": "cq-sm",
84
+ "stem": "cq",
85
+ "child": "18-container.css:143 [deck.layout]",
86
+ "parent": "04-layout.css:188 [deck.layout]",
87
+ "why": "different file"
88
+ },
89
+ {
90
+ "name": "cq-tone",
91
+ "stem": "cq",
92
+ "child": "18-container.css:172 [deck.layout]",
93
+ "parent": "04-layout.css:188 [deck.layout]",
94
+ "why": "different file"
95
+ },
96
+ {
97
+ "name": "dg-cq",
98
+ "stem": "dg",
99
+ "child": "18-container.css:101 [deck.layout]",
100
+ "parent": "12-datagrid.css:25 [deck.components]",
101
+ "why": "different file and layer"
102
+ },
103
+ {
104
+ "name": "dg-virtual",
105
+ "stem": "dg",
106
+ "child": "26-perf.css:23 [deck.components]",
107
+ "parent": "12-datagrid.css:25 [deck.components]",
108
+ "why": "different file"
109
+ },
110
+ {
111
+ "name": "display-cq",
112
+ "stem": "display",
113
+ "child": "18-container.css:33 [deck.layout]",
114
+ "parent": "03-type.css:22 [deck.type]",
115
+ "why": "different file and layer"
116
+ },
117
+ {
118
+ "name": "field-row-cq",
119
+ "stem": "field",
120
+ "child": "18-container.css:83 [deck.layout]",
121
+ "parent": "06-forms.css:11 [deck.components]",
122
+ "why": "different file and layer"
123
+ },
124
+ {
125
+ "name": "icon-follow",
126
+ "stem": "icon",
127
+ "child": "16-motion.css:244 [deck.motion]",
128
+ "parent": "08-mobile.css:127 [deck.mobile]",
129
+ "why": "different file and layer"
130
+ },
131
+ {
132
+ "name": "icon-spin",
133
+ "stem": "icon",
134
+ "child": "02-reset.css:92 [deck.reset]",
135
+ "parent": "08-mobile.css:127 [deck.mobile]",
136
+ "why": "different file and layer"
137
+ },
138
+ {
139
+ "name": "list-virtual",
140
+ "stem": "list",
141
+ "child": "26-perf.css:30 [deck.components]",
142
+ "parent": "07-components.css:238 [deck.components]",
143
+ "why": "different file"
144
+ },
145
+ {
146
+ "name": "marquee-track",
147
+ "stem": "marquee",
148
+ "child": "02-reset.css:92 [deck.reset]",
149
+ "parent": "16-motion.css:291 [deck.motion]",
150
+ "why": "different file and layer"
151
+ },
152
+ {
153
+ "name": "menu-match",
154
+ "stem": "menu",
155
+ "child": "25-anchor.css:50 [deck.components]",
156
+ "parent": "07-components.css:486 [deck.components]",
157
+ "why": "different file"
158
+ },
159
+ {
160
+ "name": "no-print-url",
161
+ "stem": "no-print",
162
+ "child": "99-print.css:125 [deck.print]",
163
+ "parent": "09-utilities.css:240 [deck.utilities]",
164
+ "why": "different file and layer"
165
+ },
166
+ {
167
+ "name": "range-pair",
168
+ "stem": "range",
169
+ "child": "23-inputs.css:245 [deck.components]",
170
+ "parent": "06-forms.css:252 [deck.components]",
171
+ "why": "different file"
172
+ },
173
+ {
174
+ "name": "range-readout",
175
+ "stem": "range",
176
+ "child": "23-inputs.css:301 [deck.components]",
177
+ "parent": "06-forms.css:252 [deck.components]",
178
+ "why": "different file"
179
+ },
180
+ {
181
+ "name": "range-ticks",
182
+ "stem": "range",
183
+ "child": "23-inputs.css:310 [deck.components]",
184
+ "parent": "06-forms.css:252 [deck.components]",
185
+ "why": "different file"
186
+ },
187
+ {
188
+ "name": "skeleton-circle",
189
+ "stem": "skeleton",
190
+ "child": "07-components.css:456 [deck.components]",
191
+ "parent": "02-reset.css:92 [deck.reset]",
192
+ "why": "different file and layer"
193
+ },
194
+ {
195
+ "name": "skeleton-text",
196
+ "stem": "skeleton",
197
+ "child": "07-components.css:455 [deck.components]",
198
+ "parent": "02-reset.css:92 [deck.reset]",
199
+ "why": "different file and layer"
200
+ },
201
+ {
202
+ "name": "spinner-lg",
203
+ "stem": "spinner",
204
+ "child": "07-components.css:443 [deck.components]",
205
+ "parent": "02-reset.css:92 [deck.reset]",
206
+ "why": "different file and layer"
207
+ },
208
+ {
209
+ "name": "stat-cq",
210
+ "stem": "stat",
211
+ "child": "18-container.css:55 [deck.layout]",
212
+ "parent": "07-components.css:609 [deck.components]",
213
+ "why": "different file and layer"
214
+ },
215
+ {
216
+ "name": "sticky-top",
217
+ "stem": "sticky",
218
+ "child": "04-layout.css:141 [deck.layout]",
219
+ "parent": "09-utilities.css:169 [deck.utilities]",
220
+ "why": "different file and layer"
221
+ }
222
+ ]
223
+ }