124 Commits

Author SHA1 Message Date
780eed20d5 fix: remove main.ts in src 2024-06-29 22:36:20 +09:00
4d33e78454 fix: fix errors with biomejs 2024-06-29 22:33:52 +09:00
9709f0e381 fix(react): temporarily remove app import 2024-06-15 01:48:28 +09:00
Shinwoo PARK
643e607eb4 refactor: delete docs & make it dev environment 2024-06-13 19:28:32 +00:00
8de1a433c1 feat(Tooltip): add "status" prop
The tooltip component now includes a new "status" property. This property determines the color of the tooltip, with options including "normal", "error", "success" and "warning".
2024-06-11 21:00:17 +09:00
5dd74e4b3f feat(react): add Tooltip to App.tsx
This commit includes the addition of the Tooltip component to the App.tsx in the react package. With this feature, application elements now display messages based on their status (success or error) upon interaction, enhancing the user experience. Additionally, a copy-to-clipboard functionality has been implemented.
2024-06-11 20:58:45 +09:00
5db9be1eb3 feat(react): update Tooltip properties in docs
Add two new properties, 'controlled' and 'opened', to the Tooltip documentation in the React package. The 'controlled' property blocks the tooltip from being triggered by hover state, while the 'opened' property forces the tooltip to stay open.
2024-06-11 20:15:58 +09:00
90960ff800 feat: add Controlled tooltip example
Added a new example, 'Controlled', for the Tooltip component in the documentation. The 'Controlled' example demonstrates how to use tooltip with controlled states. The change includes the update of examples index and documentation MDX page.
2024-06-11 20:14:05 +09:00
937670bfea style(react): update Code component styling
Changed the styling of Code component in the 'LoadedCode.tsx' file. Specifically, the scrollbar was removed, and the types for the forwardRef function were restructured for improved code readability.
2024-06-11 19:31:25 +09:00
300c7fc8c3 docs(Tooltip): add delay option examples
Three new delay options have been added for the Tooltip component: NoDelay, EarlyDelay, and LateDelay. These options have also been incorporated into the component's documentation for better understanding.
2024-06-11 19:24:08 +09:00
ea987ad590 docs(Tooltip): add delay prop in docs
The documentation for the Tooltip component in the react package has been updated to include a new 'delay' prop. This prop controls the time between hover start and the appearance of the tooltip.
2024-06-11 19:23:48 +09:00
c27e7bd2c5 feat(react): add configuration documentation
A new configuration documentation file has been added to the react package. This document includes information about the library file, CLI, and the configuration structure. It also contains code examples for enhancing user understanding.
2024-06-11 18:52:02 +09:00
d23360887d docs(react): update installation instructions
The commit changes the package installation instructions in the React documentation. It suggests installing the package as a devDependency implying the package is primarily used in development.
2024-06-11 18:17:19 +09:00
35603cadaf refactor(react): update installation guide
Update the installation guide in React docs, transforming it into a tabbed interface separating CLI and Manual Installation methods for better readability and ease of understanding.
2024-06-11 17:40:28 +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
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
fdb4d0d70f feat: add Popover docs 2024-06-05 21:31:50 +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
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
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
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
55c9959384 docs: fix Tab docs 2024-06-03 22:09:16 +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
d85dcb4d85 docs: add Switch docs 2024-06-03 21:44:56 +09:00
b55a0ea01c docs: add Tooltip docs 2024-06-03 21:36:01 +09:00
2ce9023084 docs: add Label docs 2024-06-03 21:18:15 +09:00
1fc23f9fb4 feat: add toast documentation 2024-06-03 20:50:27 +09:00
e3086340c1 feat: add id prop in story 2024-06-03 19:54:41 +09:00
8c1aa0607c feat: add usage & props in tab 2024-06-03 19:42:35 +09:00
5f1ffd6646 docs: add Tabs docs 2024-06-03 19:32:55 +09:00
8f1caa7775 feat: add Drawer page to router 2024-06-03 16:04:56 +09:00
94ca2a93fb feat: add Drawer documentation 2024-06-03 16:04:45 +09:00
46fda16de8 fix: make button absolute for layout update 2024-06-03 15:30:35 +09:00
0bf419a5f7 feat: add Roadmap in introduction 2024-06-03 15:02:40 +09:00
8760c91c0c fix: add top margin of toaster for topnav in mobile 2024-06-03 14:48:56 +09:00
142adc0852 fix: lower z-index of top navigation for toast 2024-06-03 14:36:00 +09:00
c63bdbed90 fix: add specific language in LoadedCode pre 2024-06-03 14:27:00 +09:00
b2af7a97b2 fix: add error message when LoadedCode copy is not successful 2024-06-03 14:22:00 +09:00