@public-ui/sample-react 2.0.0-rc.0 → 2.0.0-rc.10

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 (135) hide show
  1. package/dist/1474.js +1 -1
  2. package/dist/183.js +1 -1
  3. package/dist/2337.js +1 -1
  4. package/dist/2412.js +1 -1
  5. package/dist/{376.js → 2946.js} +2 -2
  6. package/dist/3303.js +1 -1
  7. package/dist/3325.js +2 -1
  8. package/dist/3429.js +1 -1
  9. package/dist/3459.js +1 -1
  10. package/dist/353.js +2 -0
  11. package/dist/3932.js +1 -1
  12. package/dist/3961.js +2 -0
  13. package/dist/4022.js +1 -1
  14. package/dist/4164.js +2 -0
  15. package/dist/4195.js +1 -1
  16. package/dist/4291.js +1 -1
  17. package/dist/4323.js +1 -1
  18. package/dist/4355.js +1 -1
  19. package/dist/4564.js +1 -1
  20. package/dist/4891.js +1 -1
  21. package/dist/5183.js +1 -1
  22. package/dist/5327.js +2 -0
  23. package/dist/5369.js +1 -1
  24. package/dist/5390.js +1 -1
  25. package/dist/540.js +1 -1
  26. package/dist/5717.js +2 -0
  27. package/dist/5862.js +1 -1
  28. package/dist/5866.js +1 -1
  29. package/dist/6012.js +1 -1
  30. package/dist/6068.js +1 -1
  31. package/dist/6210.js +1 -1
  32. package/dist/6320.js +1 -1
  33. package/dist/6558.js +1 -1
  34. package/dist/6813.js +1 -1
  35. package/dist/6908.js +1 -1
  36. package/dist/7029.js +1 -1
  37. package/dist/7209.js +2 -0
  38. package/dist/7255.js +1 -1
  39. package/dist/7447.js +1 -1
  40. package/dist/7535.js +2 -0
  41. package/dist/7715.js +1 -1
  42. package/dist/7722.js +1 -1
  43. package/dist/7734.js +2 -0
  44. package/dist/7801.js +1 -1
  45. package/dist/7858.js +1 -1
  46. package/dist/7955.js +1 -1
  47. package/dist/7995.js +1 -1
  48. package/dist/{8408.js → 8026.js} +2 -2
  49. package/dist/8061.js +1 -1
  50. package/dist/8065.js +1 -1
  51. package/dist/8073.js +1 -1
  52. package/dist/8111.js +1 -1
  53. package/dist/8255.js +1 -1
  54. package/dist/8291.js +1 -1
  55. package/dist/8709.js +1 -1
  56. package/dist/8761.js +1 -1
  57. package/dist/9224.js +2 -0
  58. package/dist/9734.js +1 -1
  59. package/dist/9747.js +1 -1
  60. package/dist/9792.js +1 -1
  61. package/dist/9895.js +1 -1
  62. package/dist/9963.js +1 -1
  63. package/dist/9972.js +1 -1
  64. package/dist/abgrenzung.jpg +0 -0
  65. package/dist/main.css +2 -2
  66. package/dist/main.js +42474 -2786
  67. package/dist/main.js.LICENSE.txt +2 -2
  68. package/package.json +14 -14
  69. package/public/abgrenzung.jpg +0 -0
  70. package/src/App.tsx +22 -18
  71. package/src/components/FocusInput.tsx +9 -8
  72. package/src/components/SampleDescription.tsx +20 -0
  73. package/src/components/badge/basic.tsx +5 -5
  74. package/src/components/button/access-key.tsx +19 -0
  75. package/src/components/button/baselined.tsx +13 -0
  76. package/src/components/button/routes.ts +4 -0
  77. package/src/components/button-link/image.tsx +1 -1
  78. package/src/components/card/selection.tsx +3 -3
  79. package/src/components/handout/basic.tsx +4 -2
  80. package/src/components/heading/badged.tsx +18 -6
  81. package/src/components/image/basic.tsx +1 -1
  82. package/src/components/input-checkbox/partials/cases.tsx +2 -0
  83. package/src/components/input-color/partials/cases.tsx +2 -2
  84. package/src/components/input-date/partials/cases.tsx +1 -1
  85. package/src/components/input-email/partials/cases.tsx +1 -0
  86. package/src/components/input-file/partials/cases.tsx +1 -1
  87. package/src/components/input-number/partials/cases.tsx +1 -1
  88. package/src/components/input-password/partials/cases.tsx +1 -0
  89. package/src/components/input-radio/horizontal.tsx +4 -3
  90. package/src/components/input-radio/partials/cases.tsx +1 -0
  91. package/src/components/input-range/partials/cases.tsx +1 -1
  92. package/src/components/input-text/partials/cases.tsx +1 -1
  93. package/src/components/link/basic.tsx +2 -2
  94. package/src/components/link/image.tsx +2 -2
  95. package/src/components/logo/basic.tsx +1 -1
  96. package/src/components/nav/active.tsx +8 -9
  97. package/src/components/nav/basic.tsx +1 -1
  98. package/src/components/pagination/basic.tsx +14 -4
  99. package/src/components/select/partials/cases.tsx +3 -3
  100. package/src/components/skip-nav/basic.tsx +6 -7
  101. package/src/components/table/with-pagination.tsx +2 -3
  102. package/src/components/textarea/partials/cases.tsx +2 -2
  103. package/src/components/toast/basic.tsx +60 -14
  104. package/src/react.main.tsx +2 -2
  105. package/src/scenarios/appointment-form/AvailableAppointmentsForm.tsx +1 -1
  106. package/src/scenarios/complex-form/component.tsx +6 -6
  107. package/src/shares/HideMenusContext.ts +3 -0
  108. package/src/shares/routes.ts +0 -2
  109. package/src/shares/store.ts +1 -1
  110. package/src/shares/theme.ts +9 -40
  111. package/src/style.scss +2 -5
  112. package/dist/3073.js +0 -2
  113. package/dist/3537.js +0 -2
  114. package/dist/4021.js +0 -2
  115. package/dist/4501.js +0 -2
  116. package/dist/4903.js +0 -2
  117. package/dist/6655.js +0 -2
  118. package/dist/9044.js +0 -2
  119. package/dist/9106.js +0 -2
  120. package/dist/9230.js +0 -2
  121. package/dist/9329.js +0 -2
  122. package/src/components/popover/basic.tsx +0 -36
  123. package/src/components/popover/routes.ts +0 -8
  124. /package/dist/{3073.js.LICENSE.txt → 2946.js.LICENSE.txt} +0 -0
  125. /package/dist/{3537.js.LICENSE.txt → 3325.js.LICENSE.txt} +0 -0
  126. /package/dist/{376.js.LICENSE.txt → 353.js.LICENSE.txt} +0 -0
  127. /package/dist/{4021.js.LICENSE.txt → 3961.js.LICENSE.txt} +0 -0
  128. /package/dist/{4501.js.LICENSE.txt → 4164.js.LICENSE.txt} +0 -0
  129. /package/dist/{4903.js.LICENSE.txt → 5327.js.LICENSE.txt} +0 -0
  130. /package/dist/{6655.js.LICENSE.txt → 5717.js.LICENSE.txt} +0 -0
  131. /package/dist/{8408.js.LICENSE.txt → 7209.js.LICENSE.txt} +0 -0
  132. /package/dist/{9044.js.LICENSE.txt → 7535.js.LICENSE.txt} +0 -0
  133. /package/dist/{9106.js.LICENSE.txt → 7734.js.LICENSE.txt} +0 -0
  134. /package/dist/{9230.js.LICENSE.txt → 8026.js.LICENSE.txt} +0 -0
  135. /package/dist/{9329.js.LICENSE.txt → 9224.js.LICENSE.txt} +0 -0

There are too many changes on this page to be displayed.


The amount of changes on this page would crash your brower.

You can still verify the content by downloading the package file manually.