@public-ui/sample-react 2.2.0-alpha.0 → 2.2.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 (112) hide show
  1. package/dist/1487.js +1 -1
  2. package/dist/1636.js +1 -1
  3. package/dist/1792.js +1 -1
  4. package/dist/1795.js +1 -1
  5. package/dist/2017.js +1 -1
  6. package/dist/2207.js +1 -1
  7. package/dist/2322.js +1 -1
  8. package/dist/2538.js +1 -1
  9. package/dist/2567.js +1 -1
  10. package/dist/263.js +1 -1
  11. package/dist/2657.js +2 -0
  12. package/dist/2719.js +1 -1
  13. package/dist/3064.js +1 -1
  14. package/dist/3077.js +1 -1
  15. package/dist/{7440.js → 3101.js} +2 -2
  16. package/dist/3238.js +1 -1
  17. package/dist/3395.js +1 -1
  18. package/dist/35.js +1 -1
  19. package/dist/3521.js +1 -1
  20. package/dist/356.js +1 -1
  21. package/dist/3714.js +1 -1
  22. package/dist/3735.js +1 -1
  23. package/dist/3766.js +1 -1
  24. package/dist/3994.js +1 -1
  25. package/dist/4025.js +1 -1
  26. package/dist/4118.js +1 -1
  27. package/dist/4182.js +1 -1
  28. package/dist/4188.js +1 -1
  29. package/dist/4332.js +1 -1
  30. package/dist/4402.js +1 -1
  31. package/dist/4818.js +1 -1
  32. package/dist/4892.js +1 -1
  33. package/dist/4933.js +1 -1
  34. package/dist/4943.js +1 -1
  35. package/dist/495.js +1 -1
  36. package/dist/5034.js +1 -1
  37. package/dist/5056.js +1 -1
  38. package/dist/5138.js +1 -1
  39. package/dist/5296.js +1 -1
  40. package/dist/5356.js +1 -1
  41. package/dist/5551.js +1 -1
  42. package/dist/5835.js +1 -1
  43. package/dist/5840.js +1 -1
  44. package/dist/5889.js +1 -1
  45. package/dist/5912.js +1 -1
  46. package/dist/6082.js +1 -1
  47. package/dist/6099.js +1 -1
  48. package/dist/6181.js +1 -1
  49. package/dist/619.js +1 -1
  50. package/dist/6671.js +1 -1
  51. package/dist/6775.js +1 -1
  52. package/dist/6969.js +2 -0
  53. package/dist/7274.js +1 -1
  54. package/dist/7795.js +1 -1
  55. package/dist/7802.js +1 -1
  56. package/dist/7860.js +1 -1
  57. package/dist/8092.js +1 -1
  58. package/dist/8111.js +1 -1
  59. package/dist/8146.js +1 -1
  60. package/dist/8162.js +2 -0
  61. package/dist/8427.js +1 -1
  62. package/dist/8495.js +1 -1
  63. package/dist/8672.js +1 -1
  64. package/dist/8737.js +1 -1
  65. package/dist/8786.js +1 -1
  66. package/dist/8796.js +1 -1
  67. package/dist/8977.js +1 -1
  68. package/dist/9333.js +1 -1
  69. package/dist/9389.js +1 -1
  70. package/dist/9561.js +1 -1
  71. package/dist/9599.js +1 -1
  72. package/dist/9612.js +1 -1
  73. package/dist/9890.js +1 -1
  74. package/dist/abgrenzung.jpg +0 -0
  75. package/dist/main.js +1 -1
  76. package/package.json +5 -5
  77. package/public/abgrenzung.jpg +0 -0
  78. package/src/components/button/expert-slot.tsx +16 -0
  79. package/src/components/button/partials/cases.tsx +22 -9
  80. package/src/components/button/partials/type.ts +4 -0
  81. package/src/components/button/partials/variants.tsx +9 -8
  82. package/src/components/button/routes.ts +4 -0
  83. package/src/components/button/short-key.tsx +38 -0
  84. package/src/components/button-link/basic.tsx +43 -29
  85. package/src/components/combobox/partials/cases.tsx +2 -0
  86. package/src/components/input-checkbox/partials/cases.tsx +2 -0
  87. package/src/components/input-color/partials/cases.tsx +2 -0
  88. package/src/components/input-date/partials/cases.tsx +2 -0
  89. package/src/components/input-email/partials/cases.tsx +2 -0
  90. package/src/components/input-file/partials/cases.tsx +2 -0
  91. package/src/components/input-number/partials/cases.tsx +2 -0
  92. package/src/components/input-password/partials/cases.tsx +2 -0
  93. package/src/components/input-radio/partials/cases.tsx +12 -0
  94. package/src/components/input-range/partials/cases.tsx +2 -0
  95. package/src/components/input-text/expert-slot.tsx +17 -0
  96. package/src/components/input-text/partials/cases.tsx +3 -0
  97. package/src/components/input-text/routes.ts +2 -0
  98. package/src/components/link/access-key.tsx +22 -0
  99. package/src/components/link/icons.tsx +37 -0
  100. package/src/components/link/routes.ts +4 -0
  101. package/src/components/link/short-key.tsx +22 -0
  102. package/src/components/link-button/basic.tsx +2 -0
  103. package/src/components/select/partials/cases.tsx +2 -0
  104. package/src/components/single-select/partials/cases.tsx +2 -0
  105. package/src/components/textarea/partials/cases.tsx +2 -0
  106. package/dist/3301.js +0 -2
  107. package/dist/4562.js +0 -2
  108. package/dist/9863.js +0 -2
  109. /package/dist/{3301.js.LICENSE.txt → 2657.js.LICENSE.txt} +0 -0
  110. /package/dist/{4562.js.LICENSE.txt → 3101.js.LICENSE.txt} +0 -0
  111. /package/dist/{7440.js.LICENSE.txt → 6969.js.LICENSE.txt} +0 -0
  112. /package/dist/{9863.js.LICENSE.txt → 8162.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.