@schukai/monster 4.137.7 → 4.137.9

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