@public-ui/sample-react 2.0.0-rc.9 → 2.0.1
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/README.md +18 -0
- package/dist/1130.js +2 -0
- package/dist/1474.js +1 -1
- package/dist/{2597.js → 1644.js} +2 -2
- package/dist/183.js +1 -1
- package/dist/2337.js +1 -1
- package/dist/2412.js +1 -1
- package/dist/{5327.js → 2738.js} +2 -2
- package/dist/3303.js +1 -1
- package/dist/3325.js +1 -1
- package/dist/3429.js +1 -1
- package/dist/3459.js +1 -1
- package/dist/3932.js +1 -1
- package/dist/4022.js +1 -1
- package/dist/4164.js +1 -1
- package/dist/4195.js +1 -1
- package/dist/4291.js +1 -1
- package/dist/4323.js +1 -1
- package/dist/4355.js +1 -1
- package/dist/4564.js +1 -1
- package/dist/4891.js +1 -1
- package/dist/5183.js +1 -1
- package/dist/5369.js +1 -1
- package/dist/5382.js +2 -0
- package/dist/5390.js +1 -1
- package/dist/540.js +1 -1
- package/dist/5717.js +1 -1
- package/dist/{8026.js → 5860.js} +2 -2
- package/dist/5862.js +1 -1
- package/dist/5866.js +1 -1
- package/dist/589.js +2 -0
- package/dist/6012.js +1 -1
- package/dist/6068.js +1 -1
- package/dist/6210.js +1 -1
- package/dist/6320.js +1 -1
- package/dist/6558.js +1 -1
- package/dist/6813.js +1 -1
- package/dist/6908.js +1 -1
- package/dist/7029.js +1 -1
- package/dist/7255.js +1 -1
- package/dist/{9598.js → 7380.js} +2 -2
- package/dist/7447.js +1 -1
- package/dist/7535.js +1 -1
- package/dist/7715.js +1 -1
- package/dist/7722.js +1 -1
- package/dist/7734.js +1 -1
- package/dist/7801.js +1 -1
- package/dist/7858.js +1 -1
- package/dist/7955.js +1 -1
- package/dist/7995.js +1 -1
- package/dist/8061.js +1 -1
- package/dist/8065.js +1 -1
- package/dist/8073.js +1 -1
- package/dist/8111.js +1 -1
- package/dist/8255.js +1 -1
- package/dist/8291.js +1 -1
- package/dist/8709.js +1 -1
- package/dist/8761.js +1 -1
- package/dist/9734.js +1 -1
- package/dist/9747.js +1 -1
- package/dist/979.js +2 -0
- package/dist/9792.js +1 -1
- package/dist/9895.js +1 -1
- package/dist/9963.js +1 -1
- package/dist/9972.js +1 -1
- package/dist/main.css +1 -1
- package/dist/main.js +680 -3419
- package/dist/main.js.LICENSE.txt +2 -2
- package/package.json +14 -14
- package/src/App.tsx +3 -1
- package/src/components/FocusInput.tsx +9 -8
- package/src/components/avatar/basic.tsx +3 -1
- package/src/components/badge/basic.tsx +5 -9
- package/src/components/badge/button.tsx +16 -12
- package/src/components/button-link/basic.tsx +3 -0
- package/src/components/button-link/image.tsx +1 -1
- package/src/components/card/flex.tsx +1 -1
- package/src/components/card/selection.tsx +3 -3
- package/src/components/handout/basic.tsx +19 -7
- package/src/components/heading/badged.tsx +5 -5
- package/src/components/image/basic.tsx +1 -1
- package/src/components/input-checkbox/partials/cases.tsx +2 -0
- package/src/components/input-radio/partials/cases.tsx +1 -2
- package/src/components/kolibri/basic.tsx +16 -2
- package/src/components/kolibri/routes.ts +0 -4
- package/src/components/link/basic.tsx +1 -3
- package/src/components/link/image.tsx +2 -2
- package/src/components/nav/aria-current.tsx +25 -15
- package/src/components/nav/basic.tsx +1 -3
- package/src/components/nav/horizontal.tsx +0 -3
- package/src/components/nav/routes.ts +0 -6
- package/src/components/split-button/basic.tsx +13 -2
- package/src/components/table/formatter.ts +5 -0
- package/src/components/table/render-cell.tsx +16 -8
- package/src/components/table/test-data.ts +340 -0
- package/src/components/table/with-pagination.tsx +4 -3
- package/src/components/tabs/basic.tsx +21 -6
- package/src/components/toast/basic.tsx +11 -1
- package/src/hooks/useSetCurrentLocation.ts +7 -0
- package/src/react.main.tsx +13 -7
- package/src/scenarios/appointment-form/ErrorList.tsx +1 -1
- package/src/scenarios/complex-form/component.tsx +23 -23
- package/src/scenarios/custom-tooltip-width.tsx +6 -0
- package/src/scenarios/inputs-get-value.tsx +160 -0
- package/src/scenarios/routes.ts +4 -0
- package/src/shares/theme.ts +4 -4
- package/dist/3961.js +0 -2
- package/dist/4446.js +0 -2
- package/dist/7052.js +0 -2
- package/dist/9091.js +0 -2
- package/src/components/kolibri/animated.tsx +0 -4
- package/src/components/kolibri/no-label.tsx +0 -4
- package/src/components/nav/active.tsx +0 -87
- /package/dist/{2597.js.LICENSE.txt → 1130.js.LICENSE.txt} +0 -0
- /package/dist/{3961.js.LICENSE.txt → 1644.js.LICENSE.txt} +0 -0
- /package/dist/{4446.js.LICENSE.txt → 2738.js.LICENSE.txt} +0 -0
- /package/dist/{5327.js.LICENSE.txt → 5382.js.LICENSE.txt} +0 -0
- /package/dist/{7052.js.LICENSE.txt → 5860.js.LICENSE.txt} +0 -0
- /package/dist/{8026.js.LICENSE.txt → 589.js.LICENSE.txt} +0 -0
- /package/dist/{9091.js.LICENSE.txt → 7380.js.LICENSE.txt} +0 -0
- /package/dist/{9598.js.LICENSE.txt → 979.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.