279 Commits

Author SHA1 Message Date
edfaef2c75 feat: add lib alias in vite config and tsconfig
The commit includes a new alias @pswui-lib in both the `vite.config.ts` and `tsconfig.json` files. This change facilitates a more straightforward and concise import of files located in the 'lib' directory.
2024-06-11 15:43:56 +09:00
303d6b31e7 refactor(react): update registry.json with components versions
The registry.json file has been updated to not only contain the name of the React components but also their respective versions. This detail is provided with each component as a new "libVersion" property.
2024-06-11 13:11:30 +09:00
ec4e811219 fix(react): correct base URL in registry.json
The base URL property in registry.json was corrected to point to the right path in the 'pswui/ui' repository. This resolves the incorrect path issue that could prevent fetching of the correct resources from the repository.
2024-06-11 13:06:33 +09:00
647e5c311d refactor(react): update registry.json structure
The structure of registry.json within the React package has been reorganized. Paths for base, components, and lib have been adjusted and a new field "paths" has been introduced. Additionally, the lib entry has been changed to an array.
2024-06-11 13:02:42 +09:00
946db4efd0 feat(react): update URLs in registry.json
The URLs for base and shared components in registry.json have been updated to reflect the new repository location. Additionally, a new URL for the library version 1.0.0 has been added under 'lib'.
2024-06-11 12:59:45 +09:00
4421adfe7d refactor(components): make shared version and update import in components 2024-06-11 12:56:55 +09:00
7d2aa1d7f0 feat(react): add 404 redirection and update build script
Added a 404.html file that contains a redirection script in the 'react' package. Also updated the build script in package.json to copy the 404.html into the dist folder when building.
2024-06-08 09:11:38 +09:00
ebdedd9e04 refactor(react): standardize registry keys to lowercase
This commit modifies the keys in the registry.json file within the React package to follow a consistent, all-lowercase convention. This standardization can aid in maintaining code consistency.
2024-06-08 02:44:01 +09:00
d3555fc42d docs(react): update installation instructions
Installation documentation is updated to reflect the new changes. The CLI has been introduced to automatically install components and shared core utility. The procedure of manual installation and configuration is also detailed. The new CLI can list, add, and configure components providing an easier setup process.
2024-06-07 01:28:27 +09:00
b6d32e980a fix(react): change shared file extension in registry.json
This commit updates the extension of the 'shared' file from .ts to .tsx in the registry.json file. The update ensures that the 'shared' file correctly points to a TypeScript JSX file within the React package.
2024-06-06 23:55:27 +09:00
d8825a0c10 feat(react): add shared module URL to registry.json
A new attribute "shared" has been added to the 'registry.json' file in the React package. This attribute contains the URL to the shared TypeScript module for components.
2024-06-06 22:46:04 +09:00
6fd099dc69 refactor: Moved vercel.json file to root directory
We have moved the vercel.json file to the root directory to standardize the project structure and improve the efficiency of referencing the file in our code.
2024-06-06 20:13:23 +09:00
426297796e feat: add components in registry.json
A new file called registry.json has been created in the public react package. This file maps each component to its specific TypeScript file, acting as a repository for components like Button, Checkbox, Dialog, Input and others.
2024-06-06 19:27:18 +09:00
673702947d refactor: adjust types and formatting in shared.tsx
Improved the format and type handling in the react/shared.tsx file. This includes adjustments to how variants are handled and formatted, enhancing type consistency and declarations. Also, ordinary parameters are given trailing commas as per the enhanced coding standards.
2024-06-06 00:16:22 +09:00
92b64405a4 feat: upgrade typescript version
The typescript version was upgraded from 5.3.2 to 5.4.5 in the react package.json and yarn.lock files. This update will introduce any new features and fixes from the latest typescript version.
2024-06-06 00:16:07 +09:00
fdb4d0d70f feat: add Popover docs 2024-06-05 21:31:50 +09:00
ffe49ff90f fix: ensure delta value is absolute in Drawer component
The fix ensures that the calculation of the 'movement' value in the Drawer component doesn't result in a negative number. The division by 'dragState.delta' is now divided by the absolute value to prevent faulty calculations.
2024-06-05 19:16:42 +09:00
7b17e6df9b fix: rollback unknown to any 2024-06-05 19:08:02 +09:00
8cb43b3c1f fix: add unknown index signature in VariantProps 2024-06-05 18:45:10 +09:00
9c996f564a fix: reformat table 2024-06-04 23:14:50 +09:00
b69f886e9e fix: reformat table 2024-06-04 23:11:32 +09:00
c2a1f583a9 fix: remove unused imports 2024-06-04 23:11:03 +09:00
f99d32025f fix: use const instead of let 2024-06-04 23:01:28 +09:00
f7ce1e8a1f fix: add void to explicitly ignore promise 2024-06-04 22:58:16 +09:00
08ff0ee8e2 fix: use falsy check instead of typeof 2024-06-04 22:57:47 +09:00
5f2e5b4ae8 fix: fix docs and types 2024-06-04 22:52:05 +09:00
f6f957866a feat: apply Code into pre 2024-06-04 22:41:49 +09:00
3d546e6675 feat: add Code 2024-06-04 22:41:23 +09:00
6d1732d049 feat: add SyntaxHighlighter instead of deprecated Highlight 2024-06-04 22:40:11 +09:00
b17b5ad0f9 refactor: remove highlightjs style 2024-06-04 22:36:05 +09:00
3750de01e2 refactor: remove rehype-highlight plugin 2024-06-04 22:35:27 +09:00
a4b7978110 feat: add react-syntax-highlighter instead 2024-06-04 11:50:25 +09:00
65b27a8f15 fix: drop react-highlight due to deprecated 2024-06-04 11:49:53 +09:00
9f7f7a3a8f fix: simpler route build 2024-06-04 11:46:26 +09:00
10c17bb51e fix: fix route 2024-06-04 11:43:20 +09:00
0c67ee5c62 fix: add WebkitBackdropFilter to fi x backdrop not working in safari 2024-06-04 11:35:57 +09:00
c7be14429b feat: add offset in PopoverContent 2024-06-03 23:21:05 +09:00
21fadb8c10 feat: add child w-full in PopoverContent 2024-06-03 23:16:46 +09:00
0e5fd863b0 feat: apply react-highlight in LoadedCode 2024-06-03 23:12:26 +09:00
5201dbeda9 feat: make automatic docs routing 2024-06-03 22:56:47 +09:00
146b43cffb feat: add vite-env 2024-06-03 22:56:31 +09:00
95ec9ef6d0 feat: add vite-plugin-dynamic-import 2024-06-03 22:56:24 +09:00
859a6c23fc chore: remove all stories 2024-06-03 22:09:37 +09:00
55c9959384 docs: fix Tab docs 2024-06-03 22:09:16 +09:00
fc4e11f5f9 fix: make Tab return null instead of using hidden class 2024-06-03 22:08:42 +09:00
84a6536383 fix: make Story margin y 2024-06-03 22:08:28 +09:00
86bf518f2f docs: add input docs 2024-06-03 22:05:31 +09:00
a8cdcf92eb chore: remove switch story 2024-06-03 21:45:08 +09:00
d85dcb4d85 docs: add Switch docs 2024-06-03 21:44:56 +09:00
239938ff71 chore: remove Tooltip story 2024-06-03 21:36:38 +09:00