generated from idealjs/mono-template
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
54 changed files
with
9,779 additions
and
7,949 deletions.
There are no files selected for viewing
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,17 @@ | ||
compressionLevel: mixed | ||
|
||
enableGlobalCache: false | ||
|
||
httpProxy: "${http_proxy:-}" | ||
|
||
httpsProxy: "${http_proxy:-}" | ||
|
||
nodeLinker: node-modules | ||
|
||
plugins: | ||
- path: .yarn/plugins/@yarnpkg/plugin-workspace-tools.cjs | ||
spec: "@yarnpkg/plugin-workspace-tools" | ||
npmAuthToken: "${NODE_AUTH_TOKEN:-}" | ||
|
||
npmPublishAccess: public | ||
|
||
npmPublishRegistry: "https://registry.npmjs.com/" | ||
|
||
yarnPath: .yarn/releases/yarn-3.6.1.cjs | ||
yarnPath: .yarn/releases/yarn-4.0.2.cjs |
39 changes: 0 additions & 39 deletions
39
apps/website/docs/components/Actions/popover/BottomHover.tsx
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
1 change: 1 addition & 0 deletions
1
...e/docs/components/Actions/_category_.json → ...e/docs/components/actions/_category_.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,6 @@ | ||
{ | ||
"position": 1, | ||
"label": "Actions", | ||
"link": { | ||
"type": "generated-index", | ||
"title": "Action Components", | ||
|
File renamed without changes.
File renamed without changes
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
38 changes: 38 additions & 0 deletions
38
apps/website/docs/components/actions/popover/BottomFocus.tsx
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
import { | ||
button, | ||
buttonGhost, | ||
card, | ||
focusReaction, | ||
popover, | ||
popoverBottom, | ||
popoverContent, | ||
} from "@idealjs/camphora-styled"; | ||
import clsx from "clsx"; | ||
import React from "react"; | ||
|
||
const Popover = () => { | ||
return ( | ||
<div | ||
style={{ | ||
height: "100%", | ||
display: "flex", | ||
alignItems: "center", | ||
justifyContent: "center", | ||
}} | ||
> | ||
<div tabIndex={0} className={clsx(popover, focusReaction)}> | ||
<label className={clsx(button, buttonGhost)}>click</label> | ||
<div className={clsx(popoverContent, popoverBottom)}> | ||
<div className={clsx(card)}> | ||
Lorem ipsum dolor sit amet consectetur adipisicing elit. Cum | ||
cupiditate, dolore harum in optio culpa commodi est ad itaque eum, | ||
hic perferendis numquam quibusdam laboriosam beatae fuga vero! | ||
Reprehenderit, fugit? | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
); | ||
}; | ||
|
||
export default Popover; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
4f27930
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
camphora – ./
camphora-idealjs.vercel.app
camphora-git-main-idealjs.vercel.app
camphora-styled.vercel.app