@public-ui/sample-react 1.7.24 → 1.7.26-rc.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.
- package/dist/1069.js +2 -0
- package/dist/1085.js +2 -0
- package/dist/{8928.js → 1184.js} +2 -2
- package/dist/1222.js +2 -0
- package/dist/1278.js +1 -1
- package/dist/1325.js +2 -0
- package/dist/1333.js +2 -0
- package/dist/1661.js +2 -0
- package/dist/{9031.js → 1703.js} +2 -2
- package/dist/{7055.js → 1711.js} +2 -2
- package/dist/1792.js +2 -0
- package/dist/1793.js +2 -0
- package/dist/187.js +1 -0
- package/dist/{4486.js → 1878.js} +2 -2
- package/dist/{4626.js → 1941.js} +2 -2
- package/dist/1957.js +2 -0
- package/dist/{5155.js → 2195.js} +2 -2
- package/dist/2305.js +2 -0
- package/dist/{2858.js → 2538.js} +2 -2
- package/dist/279.js +1 -0
- package/dist/2830.js +2 -0
- package/dist/3128.js +2 -0
- package/dist/3180.js +2 -0
- package/dist/{8516.js → 3332.js} +2 -2
- package/dist/{1376.js → 3344.js} +2 -2
- package/dist/3596.js +2 -0
- package/dist/3714.js +2 -0
- package/dist/3974.js +2 -0
- package/dist/4014.js +1 -1
- package/dist/{5670.js → 4102.js} +2 -2
- package/dist/4218.js +2 -0
- package/dist/4404.js +2 -0
- package/dist/4941.js +2 -0
- package/dist/500.js +2 -0
- package/dist/{4179.js → 5139.js} +2 -2
- package/dist/5164.js +2 -0
- package/dist/{4412.js → 5484.js} +2 -2
- package/dist/5540.js +2 -0
- package/dist/5756.js +2 -0
- package/dist/6682.js +2 -0
- package/dist/{8797.js → 6781.js} +2 -2
- package/dist/7245.js +2 -0
- package/dist/{2879.js → 7263.js} +2 -2
- package/dist/7512.js +2 -0
- package/dist/7856.js +2 -0
- package/dist/8002.js +2 -0
- package/dist/8049.js +2 -0
- package/dist/{2381.js → 8189.js} +2 -2
- package/dist/8264.js +2 -0
- package/dist/8389.js +2 -0
- package/dist/{1443.js → 8515.js} +2 -2
- package/dist/{2221.js → 8557.js} +2 -2
- package/dist/8588.js +2 -0
- package/dist/{1524.js → 8724.js} +2 -2
- package/dist/882.js +2 -0
- package/dist/895.js +2 -0
- package/dist/8993.js +2 -0
- package/dist/902.js +2 -0
- package/dist/9175.js +2 -0
- package/dist/9202.js +2 -0
- package/dist/{7142.js → 9558.js} +2 -2
- package/dist/9567.js +2 -0
- package/dist/9654.js +2 -0
- package/dist/9833.js +2 -0
- package/dist/9961.js +2 -0
- package/dist/{6090.js → 9962.js} +2 -2
- package/dist/index.html +2 -2
- package/dist/main.css +1 -1
- package/dist/main.js +1 -1
- package/dist/main.js.LICENSE.txt +2 -2
- package/package.json +16 -12
- package/public/index.html +2 -2
- package/src/components/SampleDescription.tsx +16 -9
- package/src/components/Sidebar.tsx +4 -4
- package/src/components/abbr/basic.tsx +5 -0
- package/src/components/accordion/basic.tsx +21 -11
- package/src/components/accordion/headlines.tsx +26 -20
- package/src/components/accordion/routes.ts +0 -5
- package/src/components/alert/basic.tsx +15 -1
- package/src/components/alert/card-msg.tsx +15 -6
- package/src/components/alert/html.tsx +7 -3
- package/src/components/avatar/basic.tsx +13 -6
- package/src/components/badge/basic.tsx +14 -7
- package/src/components/badge/button.tsx +7 -0
- package/src/components/breadcrumb/basic.tsx +53 -46
- package/src/components/button/basic.tsx +13 -2
- package/src/components/button/icons.tsx +26 -19
- package/src/components/button/routes.ts +0 -3
- package/src/components/button/width.tsx +22 -15
- package/src/components/button-group/basic.tsx +18 -7
- package/src/components/button-link/basic.tsx +26 -16
- package/src/components/button-link/icons.tsx +37 -30
- package/src/components/button-link/image.tsx +14 -7
- package/src/components/card/basic.tsx +12 -5
- package/src/components/card/routes.ts +0 -9
- package/src/components/details/basic.tsx +21 -12
- package/src/components/heading/badged.tsx +28 -20
- package/src/components/heading/basic.tsx +14 -8
- package/src/components/heading/paragraph.tsx +44 -38
- package/src/components/icon/basic.tsx +16 -10
- package/src/components/image/basic.tsx +9 -1
- package/src/components/indented-text/basic.tsx +25 -17
- package/src/components/input-checkbox/basic.tsx +9 -1
- package/src/components/input-checkbox/button.tsx +9 -1
- package/src/components/input-checkbox/switch.tsx +9 -1
- package/src/components/input-color/basic.tsx +9 -1
- package/src/components/input-date/basic.tsx +9 -1
- package/src/components/input-email/basic.tsx +9 -1
- package/src/components/input-file/basic.tsx +9 -1
- package/src/components/input-number/basic.tsx +13 -1
- package/src/components/input-password/basic.tsx +9 -1
- package/src/components/input-password/show-password.tsx +26 -19
- package/src/components/input-radio/basic.tsx +9 -1
- package/src/components/input-radio/horizontal.tsx +5 -5
- package/src/components/input-radio/routes.ts +0 -3
- package/src/components/input-range/basic.tsx +12 -1
- package/src/components/input-text/basic.tsx +9 -1
- package/src/components/input-text/focus.tsx +14 -8
- package/src/components/input-text/hide-errors.tsx +4 -1
- package/src/components/input-text/routes.ts +0 -2
- package/src/components/kolibri/basic.tsx +5 -0
- package/src/components/link/basic.tsx +25 -17
- package/src/components/link/icons.tsx +40 -34
- package/src/components/link/image.tsx +18 -12
- package/src/components/link/target.tsx +16 -8
- package/src/components/link-button/basic.tsx +14 -8
- package/src/components/link-group/basic.tsx +13 -2
- package/src/components/link-group/horizontal.tsx +13 -2
- package/src/components/logo/basic.tsx +13 -2
- package/src/components/modal/basic.tsx +9 -2
- package/src/components/nav/aria-current.tsx +24 -15
- package/src/components/nav/basic.tsx +64 -55
- package/src/components/nav/horizontal.tsx +58 -52
- package/src/components/nav/routes.ts +0 -3
- package/src/components/pagination/basic.tsx +15 -6
- package/src/components/progress/basic.tsx +10 -4
- package/src/components/quote/basic.tsx +7 -1
- package/src/components/quote/block.tsx +12 -6
- package/src/components/select/basic.tsx +9 -1
- package/src/components/skip-nav/basic.tsx +7 -11
- package/src/components/spin/basic.tsx +10 -1
- package/src/components/spin/custom.tsx +13 -3
- package/src/components/spin/cycle.tsx +10 -1
- package/src/components/split-button/basic.tsx +9 -2
- package/src/components/table/column-alignment.tsx +4 -0
- package/src/components/table/horizontal-scrollbar.tsx +7 -0
- package/src/components/table/render-cell.tsx +9 -1
- package/src/components/table/routes.ts +0 -3
- package/src/components/table/sort-date.tsx +9 -1
- package/src/components/table/with-pagination.tsx +1 -4
- package/src/components/tabs/basic.tsx +4 -0
- package/src/components/tabs/icons-only.tsx +12 -6
- package/src/components/textarea/adjust-height.tsx +12 -8
- package/src/components/textarea/basic.tsx +10 -1
- package/src/components/textarea/counter.tsx +10 -1
- package/src/components/textarea/resize.tsx +15 -6
- package/src/components/textarea/routes.ts +0 -9
- package/src/components/textarea/rows.tsx +12 -3
- package/src/components/toast/basic.tsx +17 -10
- package/src/components/toast-legacy/basic.tsx +17 -8
- package/src/components/version/basic.tsx +10 -1
- package/src/components/version/context.tsx +12 -5
- package/src/react.main.tsx +1 -1
- package/src/scenarios/appointment-form/AppointmentForm.tsx +53 -43
- package/src/scenarios/custom-tooltip-width.tsx +10 -1
- package/src/scenarios/static-form.tsx +1 -1
- package/src/shares/constants.ts +1 -0
- package/dist/1016.js +0 -2
- package/dist/149.js +0 -2
- package/dist/1531.js +0 -2
- package/dist/1818.js +0 -1
- package/dist/1999.js +0 -2
- package/dist/2072.js +0 -2
- package/dist/2252.js +0 -2
- package/dist/2256.js +0 -2
- package/dist/2545.js +0 -2
- package/dist/263.js +0 -2
- package/dist/2639.js +0 -2
- package/dist/2657.js +0 -2
- package/dist/2669.js +0 -2
- package/dist/3110.js +0 -2
- package/dist/3261.js +0 -2
- package/dist/3353.js +0 -2
- package/dist/3833.js +0 -2
- package/dist/3869.js +0 -2
- package/dist/4082.js +0 -2
- package/dist/4156.js +0 -2
- package/dist/4177.js +0 -2
- package/dist/4178.js +0 -2
- package/dist/4212.js +0 -2
- package/dist/4318.js +0 -2
- package/dist/4346.js +0 -2
- package/dist/4702.js +0 -2
- package/dist/5018.js +0 -2
- package/dist/5157.js +0 -2
- package/dist/5233.js +0 -2
- package/dist/5327.js +0 -2
- package/dist/5350.js +0 -2
- package/dist/5716.js +0 -2
- package/dist/605.js +0 -2
- package/dist/6402.js +0 -2
- package/dist/6596.js +0 -2
- package/dist/6636.js +0 -2
- package/dist/6716.js +0 -2
- package/dist/7132.js +0 -2
- package/dist/7219.js +0 -2
- package/dist/7367.js +0 -1
- package/dist/7533.js +0 -2
- package/dist/7677.js +0 -2
- package/dist/8274.js +0 -2
- package/dist/8310.js +0 -2
- package/dist/8642.js +0 -2
- package/dist/8804.js +0 -2
- package/dist/8928.js.LICENSE.txt +0 -3
- package/dist/9031.js.LICENSE.txt +0 -3
- package/dist/9064.js +0 -2
- package/dist/9064.js.LICENSE.txt +0 -3
- package/dist/9344.js +0 -2
- package/dist/9344.js.LICENSE.txt +0 -3
- package/dist/9673.js +0 -2
- package/dist/9673.js.LICENSE.txt +0 -3
- package/dist/9730.js +0 -2
- package/dist/9730.js.LICENSE.txt +0 -3
- package/src/components/accordion/header.tsx +0 -17
- package/src/components/accordion/list.tsx +0 -32
- package/src/components/button/hide-label.tsx +0 -31
- package/src/components/card/confirm.tsx +0 -19
- package/src/components/card/flex.tsx +0 -44
- package/src/components/card/selection.tsx +0 -70
- package/src/components/input-radio/select.tsx +0 -18
- package/src/components/input-text/blur.tsx +0 -14
- package/src/components/nav/active.tsx +0 -89
- package/src/components/table/badge-size.tsx +0 -51
- package/src/components/textarea/disabled.tsx +0 -10
- package/src/components/textarea/placeholder.tsx +0 -10
- package/src/components/textarea/readonly.tsx +0 -10
- /package/dist/{1016.js.LICENSE.txt → 1069.js.LICENSE.txt} +0 -0
- /package/dist/{1376.js.LICENSE.txt → 1085.js.LICENSE.txt} +0 -0
- /package/dist/{1443.js.LICENSE.txt → 1184.js.LICENSE.txt} +0 -0
- /package/dist/{149.js.LICENSE.txt → 1222.js.LICENSE.txt} +0 -0
- /package/dist/{1524.js.LICENSE.txt → 1325.js.LICENSE.txt} +0 -0
- /package/dist/{1531.js.LICENSE.txt → 1333.js.LICENSE.txt} +0 -0
- /package/dist/{1999.js.LICENSE.txt → 1661.js.LICENSE.txt} +0 -0
- /package/dist/{2072.js.LICENSE.txt → 1703.js.LICENSE.txt} +0 -0
- /package/dist/{2221.js.LICENSE.txt → 1711.js.LICENSE.txt} +0 -0
- /package/dist/{2252.js.LICENSE.txt → 1792.js.LICENSE.txt} +0 -0
- /package/dist/{2256.js.LICENSE.txt → 1793.js.LICENSE.txt} +0 -0
- /package/dist/{2381.js.LICENSE.txt → 1878.js.LICENSE.txt} +0 -0
- /package/dist/{2545.js.LICENSE.txt → 1941.js.LICENSE.txt} +0 -0
- /package/dist/{263.js.LICENSE.txt → 1957.js.LICENSE.txt} +0 -0
- /package/dist/{2639.js.LICENSE.txt → 2195.js.LICENSE.txt} +0 -0
- /package/dist/{2657.js.LICENSE.txt → 2305.js.LICENSE.txt} +0 -0
- /package/dist/{2669.js.LICENSE.txt → 2538.js.LICENSE.txt} +0 -0
- /package/dist/{2858.js.LICENSE.txt → 2830.js.LICENSE.txt} +0 -0
- /package/dist/{2879.js.LICENSE.txt → 3128.js.LICENSE.txt} +0 -0
- /package/dist/{3110.js.LICENSE.txt → 3180.js.LICENSE.txt} +0 -0
- /package/dist/{3261.js.LICENSE.txt → 3332.js.LICENSE.txt} +0 -0
- /package/dist/{3353.js.LICENSE.txt → 3344.js.LICENSE.txt} +0 -0
- /package/dist/{3833.js.LICENSE.txt → 3596.js.LICENSE.txt} +0 -0
- /package/dist/{3869.js.LICENSE.txt → 3714.js.LICENSE.txt} +0 -0
- /package/dist/{4082.js.LICENSE.txt → 3974.js.LICENSE.txt} +0 -0
- /package/dist/{4156.js.LICENSE.txt → 4102.js.LICENSE.txt} +0 -0
- /package/dist/{4177.js.LICENSE.txt → 4218.js.LICENSE.txt} +0 -0
- /package/dist/{4178.js.LICENSE.txt → 4404.js.LICENSE.txt} +0 -0
- /package/dist/{4179.js.LICENSE.txt → 4941.js.LICENSE.txt} +0 -0
- /package/dist/{4212.js.LICENSE.txt → 500.js.LICENSE.txt} +0 -0
- /package/dist/{4318.js.LICENSE.txt → 5139.js.LICENSE.txt} +0 -0
- /package/dist/{4346.js.LICENSE.txt → 5164.js.LICENSE.txt} +0 -0
- /package/dist/{4412.js.LICENSE.txt → 5484.js.LICENSE.txt} +0 -0
- /package/dist/{4486.js.LICENSE.txt → 5540.js.LICENSE.txt} +0 -0
- /package/dist/{4626.js.LICENSE.txt → 5756.js.LICENSE.txt} +0 -0
- /package/dist/{4702.js.LICENSE.txt → 6682.js.LICENSE.txt} +0 -0
- /package/dist/{5018.js.LICENSE.txt → 6781.js.LICENSE.txt} +0 -0
- /package/dist/{5155.js.LICENSE.txt → 7245.js.LICENSE.txt} +0 -0
- /package/dist/{5157.js.LICENSE.txt → 7263.js.LICENSE.txt} +0 -0
- /package/dist/{5233.js.LICENSE.txt → 7512.js.LICENSE.txt} +0 -0
- /package/dist/{5327.js.LICENSE.txt → 7856.js.LICENSE.txt} +0 -0
- /package/dist/{5350.js.LICENSE.txt → 8002.js.LICENSE.txt} +0 -0
- /package/dist/{5670.js.LICENSE.txt → 8049.js.LICENSE.txt} +0 -0
- /package/dist/{5716.js.LICENSE.txt → 8189.js.LICENSE.txt} +0 -0
- /package/dist/{605.js.LICENSE.txt → 8264.js.LICENSE.txt} +0 -0
- /package/dist/{6090.js.LICENSE.txt → 8389.js.LICENSE.txt} +0 -0
- /package/dist/{6402.js.LICENSE.txt → 8515.js.LICENSE.txt} +0 -0
- /package/dist/{6596.js.LICENSE.txt → 8557.js.LICENSE.txt} +0 -0
- /package/dist/{6636.js.LICENSE.txt → 8588.js.LICENSE.txt} +0 -0
- /package/dist/{6716.js.LICENSE.txt → 8724.js.LICENSE.txt} +0 -0
- /package/dist/{7055.js.LICENSE.txt → 882.js.LICENSE.txt} +0 -0
- /package/dist/{7132.js.LICENSE.txt → 895.js.LICENSE.txt} +0 -0
- /package/dist/{7142.js.LICENSE.txt → 8993.js.LICENSE.txt} +0 -0
- /package/dist/{7219.js.LICENSE.txt → 902.js.LICENSE.txt} +0 -0
- /package/dist/{7533.js.LICENSE.txt → 9175.js.LICENSE.txt} +0 -0
- /package/dist/{7677.js.LICENSE.txt → 9202.js.LICENSE.txt} +0 -0
- /package/dist/{8274.js.LICENSE.txt → 9558.js.LICENSE.txt} +0 -0
- /package/dist/{8310.js.LICENSE.txt → 9567.js.LICENSE.txt} +0 -0
- /package/dist/{8516.js.LICENSE.txt → 9654.js.LICENSE.txt} +0 -0
- /package/dist/{8642.js.LICENSE.txt → 9833.js.LICENSE.txt} +0 -0
- /package/dist/{8797.js.LICENSE.txt → 9961.js.LICENSE.txt} +0 -0
- /package/dist/{8804.js.LICENSE.txt → 9962.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.