@schukai/monster 4.137.0 → 4.137.2

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 (133) hide show
  1. package/README.md +1 -1
  2. package/package.json +1 -1
  3. package/source/components/accessibility/stylesheet/locale-picker.mjs +2 -2
  4. package/source/components/content/stylesheet/camera-capture.mjs +2 -2
  5. package/source/components/content/stylesheet/copy.mjs +2 -2
  6. package/source/components/content/stylesheet/fetch-box.mjs +2 -2
  7. package/source/components/content/stylesheet/viewer.mjs +2 -2
  8. package/source/components/content/viewer/stylesheet/html.mjs +2 -2
  9. package/source/components/content/viewer/stylesheet/message.mjs +2 -2
  10. package/source/components/data/stylesheet/kpi-tile.mjs +2 -2
  11. package/source/components/data/stylesheet/metric-graph.mjs +2 -2
  12. package/source/components/data/stylesheet/metric.mjs +2 -2
  13. package/source/components/datatable/stylesheet/change-button.mjs +2 -2
  14. package/source/components/datatable/stylesheet/column-bar.mjs +2 -2
  15. package/source/components/datatable/stylesheet/dataset.mjs +2 -2
  16. package/source/components/datatable/stylesheet/datasource.mjs +2 -2
  17. package/source/components/datatable/stylesheet/datatable.mjs +2 -2
  18. package/source/components/datatable/stylesheet/embedded-pagination.mjs +2 -2
  19. package/source/components/datatable/stylesheet/filter-button.mjs +2 -2
  20. package/source/components/datatable/stylesheet/filter-controls-defaults.mjs +2 -2
  21. package/source/components/datatable/stylesheet/filter-date-range.mjs +2 -2
  22. package/source/components/datatable/stylesheet/filter-range.mjs +2 -2
  23. package/source/components/datatable/stylesheet/filter-select.mjs +2 -2
  24. package/source/components/datatable/stylesheet/filter.mjs +2 -2
  25. package/source/components/datatable/stylesheet/pagination.mjs +2 -2
  26. package/source/components/datatable/stylesheet/save-button.mjs +2 -2
  27. package/source/components/datatable/stylesheet/status.mjs +2 -2
  28. package/source/components/form/button-bar.mjs +2 -1
  29. package/source/components/form/choice-cards.mjs +367 -367
  30. package/source/components/form/select.mjs +1 -3
  31. package/source/components/form/stylesheet/action-button.mjs +2 -2
  32. package/source/components/form/stylesheet/api-bar.mjs +2 -2
  33. package/source/components/form/stylesheet/api-button.mjs +2 -2
  34. package/source/components/form/stylesheet/button-bar.mjs +2 -2
  35. package/source/components/form/stylesheet/button.mjs +2 -2
  36. package/source/components/form/stylesheet/buy-box.mjs +2 -2
  37. package/source/components/form/stylesheet/cart-control.mjs +2 -2
  38. package/source/components/form/stylesheet/checklist.mjs +2 -2
  39. package/source/components/form/stylesheet/choice-cards.mjs +15 -8
  40. package/source/components/form/stylesheet/confirm-button.mjs +11 -11
  41. package/source/components/form/stylesheet/context-error.mjs +2 -2
  42. package/source/components/form/stylesheet/context-help.mjs +2 -2
  43. package/source/components/form/stylesheet/digits.mjs +2 -2
  44. package/source/components/form/stylesheet/dropzone.mjs +2 -2
  45. package/source/components/form/stylesheet/field-layout.mjs +15 -8
  46. package/source/components/form/stylesheet/field-set.mjs +2 -2
  47. package/source/components/form/stylesheet/form.mjs +2 -2
  48. package/source/components/form/stylesheet/input-group.mjs +2 -2
  49. package/source/components/form/stylesheet/invalid.mjs +2 -2
  50. package/source/components/form/stylesheet/login.mjs +2 -2
  51. package/source/components/form/stylesheet/message-state-button.mjs +2 -2
  52. package/source/components/form/stylesheet/mixin/field-set-layout.mjs +2 -2
  53. package/source/components/form/stylesheet/password.mjs +2 -2
  54. package/source/components/form/stylesheet/popper-button.mjs +2 -2
  55. package/source/components/form/stylesheet/quantity.mjs +2 -2
  56. package/source/components/form/stylesheet/register-wizard.mjs +2 -2
  57. package/source/components/form/stylesheet/repeat-field-set-items.mjs +2 -2
  58. package/source/components/form/stylesheet/repeat-field-set.mjs +2 -2
  59. package/source/components/form/stylesheet/select.mjs +2 -2
  60. package/source/components/form/stylesheet/sheet.mjs +2 -2
  61. package/source/components/form/stylesheet/state-button.mjs +2 -2
  62. package/source/components/form/stylesheet/toggle-switch.mjs +2 -2
  63. package/source/components/form/stylesheet/tree-select.mjs +2 -2
  64. package/source/components/form/stylesheet/variant-select.mjs +2 -2
  65. package/source/components/form/stylesheet/wizard.mjs +2 -2
  66. package/source/components/host/stylesheet/call-button.mjs +2 -2
  67. package/source/components/host/stylesheet/config-manager.mjs +2 -2
  68. package/source/components/host/stylesheet/host.mjs +2 -2
  69. package/source/components/host/stylesheet/toggle-button.mjs +2 -2
  70. package/source/components/layout/stylesheet/board.mjs +2 -2
  71. package/source/components/layout/stylesheet/collapse.mjs +2 -2
  72. package/source/components/layout/stylesheet/details.mjs +2 -2
  73. package/source/components/layout/stylesheet/full-screen.mjs +2 -2
  74. package/source/components/layout/stylesheet/iframe.mjs +2 -2
  75. package/source/components/layout/stylesheet/overlay.mjs +2 -2
  76. package/source/components/layout/stylesheet/panel.mjs +2 -2
  77. package/source/components/layout/stylesheet/popper.mjs +2 -2
  78. package/source/components/layout/stylesheet/slider.mjs +2 -2
  79. package/source/components/layout/stylesheet/split-panel.mjs +2 -2
  80. package/source/components/layout/stylesheet/tabs.mjs +2 -2
  81. package/source/components/layout/stylesheet/width-toggle.mjs +2 -2
  82. package/source/components/navigation/stylesheet/site-navigation.mjs +2 -2
  83. package/source/components/navigation/stylesheet/table-of-content.mjs +2 -2
  84. package/source/components/navigation/stylesheet/wizard-navigation.mjs +2 -2
  85. package/source/components/notify/stylesheet/message.mjs +2 -2
  86. package/source/components/notify/stylesheet/monitor-attribute-errors.mjs +2 -2
  87. package/source/components/notify/stylesheet/notify.mjs +2 -2
  88. package/source/components/state/stylesheet/log.mjs +2 -2
  89. package/source/components/state/stylesheet/state.mjs +2 -2
  90. package/source/components/state/stylesheet/thread.mjs +2 -2
  91. package/source/components/stylesheet/accessibility.mjs +2 -2
  92. package/source/components/stylesheet/badge.mjs +2 -2
  93. package/source/components/stylesheet/border.mjs +2 -2
  94. package/source/components/stylesheet/button.mjs +2 -2
  95. package/source/components/stylesheet/card.mjs +2 -2
  96. package/source/components/stylesheet/color.mjs +2 -2
  97. package/source/components/stylesheet/common.mjs +2 -2
  98. package/source/components/stylesheet/control.mjs +2 -2
  99. package/source/components/stylesheet/data-grid.mjs +2 -2
  100. package/source/components/stylesheet/display.mjs +2 -2
  101. package/source/components/stylesheet/floating-ui.mjs +1 -1
  102. package/source/components/stylesheet/form.mjs +2 -2
  103. package/source/components/stylesheet/host.mjs +2 -2
  104. package/source/components/stylesheet/icons.mjs +2 -2
  105. package/source/components/stylesheet/link.mjs +2 -2
  106. package/source/components/stylesheet/mixin/badge.mjs +2 -2
  107. package/source/components/stylesheet/mixin/button.mjs +2 -2
  108. package/source/components/stylesheet/mixin/hover.mjs +2 -2
  109. package/source/components/stylesheet/mixin/icon.mjs +2 -2
  110. package/source/components/stylesheet/mixin/media.mjs +2 -2
  111. package/source/components/stylesheet/mixin/property.mjs +2 -2
  112. package/source/components/stylesheet/mixin/skeleton.mjs +2 -2
  113. package/source/components/stylesheet/mixin/spinner.mjs +2 -2
  114. package/source/components/stylesheet/mixin/typography.mjs +2 -2
  115. package/source/components/stylesheet/normalize.mjs +2 -2
  116. package/source/components/stylesheet/popper.mjs +2 -2
  117. package/source/components/stylesheet/property.mjs +2 -2
  118. package/source/components/stylesheet/ripple.mjs +2 -2
  119. package/source/components/stylesheet/skeleton.mjs +2 -2
  120. package/source/components/stylesheet/space.mjs +2 -2
  121. package/source/components/stylesheet/spinner.mjs +2 -2
  122. package/source/components/stylesheet/table.mjs +2 -2
  123. package/source/components/stylesheet/theme.mjs +2 -2
  124. package/source/components/stylesheet/typography.mjs +2 -2
  125. package/source/components/time/stylesheet/day.mjs +2 -2
  126. package/source/components/time/stylesheet/month-calendar.mjs +2 -2
  127. package/source/components/time/timeline/stylesheet/appointment.mjs +2 -2
  128. package/source/components/time/timeline/stylesheet/segment.mjs +2 -2
  129. package/source/components/tree-menu/style/tree-menu.pcss +3 -4
  130. package/source/components/tree-menu/stylesheet/tree-menu.mjs +2 -2
  131. package/source/dom/resource/data.mjs +54 -6
  132. package/test/cases/dom/resource/data.mjs +68 -3
  133. package/test/cases/dom/resourcemanager.mjs +2 -2
@@ -24,8 +24,8 @@ const DatasourceStyleSheet = new CSSStyleSheet();
24
24
  try {
25
25
  DatasourceStyleSheet.insertRule(
26
26
  `
27
- @layer datasource {
28
- :host{display:none}:host(.intersection-observer){display:block;height:1px;overflow:hidden;width:1px}
27
+ @layer datasource {
28
+ :host{display:none}:host(.intersection-observer){display:block;height:1px;overflow:hidden;width:1px}
29
29
  }`,
30
30
  0,
31
31
  );