forked from primefaces/primeng
-
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
1 parent
76d5aa7
commit e0b4089
Showing
2,365 changed files
with
69,880 additions
and
69,997 deletions.
There are no files selected for viewing
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
9 changes: 4 additions & 5 deletions
9
...ase/src/app/showcase/layout/app.config.ts → apps/showcase/app/app.config.ts
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
import { AppComponent } from '@/components/layout/app.component'; | ||
import { bootstrapApplication } from '@angular/platform-browser'; | ||
import { appConfig } from './app.config'; | ||
|
||
bootstrapApplication(AppComponent, appConfig).catch((err) => console.error(err)); |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
@import './tailwind/main.css'; | ||
@import './layout/layout.scss'; | ||
@import 'primeicons/primeicons.css'; | ||
@import 'quill/dist/quill.snow.css'; | ||
@import './flags.css'; | ||
@import '@docsearch/css/dist/style.css'; |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
294 changes: 147 additions & 147 deletions
294
...ts/showcase/styles/layout/_docsearch.scss → ...case/assets/styles/layout/_docsearch.scss
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,147 +1,147 @@ | ||
.DocSearch-Button { | ||
border-radius: 6px; | ||
border: 1px solid var(--border-color); | ||
height: 2rem; | ||
background-color: var(--card-background); | ||
margin: 0; | ||
transition: outline-color .2s, border-color .2s; | ||
outline-color: transparent; | ||
padding: 0 .5rem; | ||
@include focus-visible(); | ||
|
||
&:hover { | ||
border-color: var(--primary-color); | ||
box-shadow: none; | ||
} | ||
|
||
.DocSearch-Search-Icon { | ||
width: 1rem; | ||
height: 1rem; | ||
} | ||
|
||
.DocSearch-Button-Keys { | ||
overflow: hidden; | ||
min-width: auto; | ||
height: auto; | ||
background: transparent; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
width: auto; | ||
padding: 0; | ||
gap: 2px; | ||
|
||
.DocSearch-Button-Key { | ||
background: transparent; | ||
display: flex; | ||
padding: 0; | ||
margin: 0; | ||
top: 0; | ||
border-radius: 0; | ||
height: auto; | ||
width: auto; | ||
font-family: inherit; | ||
|
||
&:first-child { | ||
font-size: 0.75rem; | ||
line-height: normal; | ||
} | ||
|
||
&:last-child { | ||
justify-content: start; | ||
align-items: center; | ||
font-size: 0.75rem; | ||
position: relative; | ||
|
||
&::before { | ||
content: "\e90d"; | ||
display: flex; | ||
color: var(--text-color); | ||
font-family: "primeicons"; | ||
font-size: .4rem; | ||
opacity: .7; | ||
margin-right: 2px; | ||
height: 13.5px; | ||
align-items: center; | ||
font-weight: 700; | ||
|
||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
.DocSearch-Container { | ||
z-index: 1101; | ||
} | ||
|
||
.DocSearch-Modal { | ||
border: 1px solid var(--border-color); | ||
box-shadow: none; | ||
} | ||
|
||
.DocSearch-Footer { | ||
box-shadow: none; | ||
border-top: 1px solid var(--border-color); | ||
background-color: var(--overlay-background); | ||
} | ||
|
||
.DocSearch-Form { | ||
background: var(--card-background); | ||
box-shadow: none; | ||
border: 1px solid var(--border-color); | ||
border-radius: 6px; | ||
transition: border-color .3s; | ||
|
||
&:hover { | ||
border-color: var(--primary-color); | ||
} | ||
|
||
.DocSearch-MagnifierLabel, .DocSearch-Reset { | ||
color: var(--text-color); | ||
} | ||
} | ||
|
||
.DocSearch-Hit { | ||
border-bottom: 1px solid var(--border-color); | ||
padding-bottom: 0; | ||
margin-bottom: .25rem; | ||
} | ||
|
||
.DocSearch-Hit-source { | ||
color: var(--primary-text-color); | ||
} | ||
|
||
.DocSearch-Logo .cls-1, .DocSearch-Logo .cls-2 { | ||
fill: var(--primary-text-color); | ||
} | ||
|
||
.DocSearch-Prefill { | ||
color: var(--primary-text-color); | ||
} | ||
|
||
.DocSearch-Button-Placeholder { | ||
text-align: center; | ||
display: inline-block; | ||
font-size: .875rem; | ||
} | ||
|
||
:root { | ||
--docsearch-searchbox-focus-background: var(--card-background); | ||
--docsearch-text-color: var(--text-color); | ||
--docsearch-muted-color: var(--text-color); | ||
--docsearch-searchbox-background: var(--card-background); | ||
--docsearch-text-color: var(--text-color); | ||
--docsearch-modal-background: var(--overlay-background); | ||
--docsearch-key-gradient: var(--ground-background); | ||
--docsearch-key-shadow: none; | ||
--docsearch-container-background: var(--docsearch-mask-background); | ||
--docsearch-hit-background: var(--overlay-background); | ||
--docsearch-hit-shadow: none; | ||
--docsearch-spacing: 1rem; | ||
--docsearch-hit-color: var(--text-color); | ||
--docsearch-highlight-color: var(--primary-color); | ||
--docsearch-hit-active-color: var(--primary-contrast-color); | ||
--docsearch-searchbox-shadow: none; | ||
} | ||
|
||
.DocSearch-Button { | ||
border-radius: 6px; | ||
border: 1px solid var(--border-color); | ||
height: 2rem; | ||
background-color: var(--card-background); | ||
margin: 0; | ||
transition: outline-color .2s, border-color .2s; | ||
outline-color: transparent; | ||
padding: 0 .5rem; | ||
@include focus-visible(); | ||
|
||
&:hover { | ||
border-color: var(--primary-color); | ||
box-shadow: none; | ||
} | ||
|
||
.DocSearch-Search-Icon { | ||
width: 1rem; | ||
height: 1rem; | ||
} | ||
|
||
.DocSearch-Button-Keys { | ||
overflow: hidden; | ||
min-width: auto; | ||
height: auto; | ||
background: transparent; | ||
display: flex; | ||
align-items: center; | ||
justify-content: center; | ||
width: auto; | ||
padding: 0; | ||
gap: 2px; | ||
|
||
.DocSearch-Button-Key { | ||
background: transparent; | ||
display: flex; | ||
padding: 0; | ||
margin: 0; | ||
top: 0; | ||
border-radius: 0; | ||
height: auto; | ||
width: auto; | ||
font-family: inherit; | ||
|
||
&:first-child { | ||
font-size: 0.75rem; | ||
line-height: normal; | ||
} | ||
|
||
&:last-child { | ||
justify-content: start; | ||
align-items: center; | ||
font-size: 0.75rem; | ||
position: relative; | ||
|
||
&::before { | ||
content: "\e90d"; | ||
display: flex; | ||
color: var(--text-color); | ||
font-family: "primeicons"; | ||
font-size: .4rem; | ||
opacity: .7; | ||
margin-right: 2px; | ||
height: 13.5px; | ||
align-items: center; | ||
font-weight: 700; | ||
|
||
} | ||
} | ||
} | ||
} | ||
} | ||
|
||
.DocSearch-Container { | ||
z-index: 1101; | ||
} | ||
|
||
.DocSearch-Modal { | ||
border: 1px solid var(--border-color); | ||
box-shadow: none; | ||
} | ||
|
||
.DocSearch-Footer { | ||
box-shadow: none; | ||
border-top: 1px solid var(--border-color); | ||
background-color: var(--overlay-background); | ||
} | ||
|
||
.DocSearch-Form { | ||
background: var(--card-background); | ||
box-shadow: none; | ||
border: 1px solid var(--border-color); | ||
border-radius: 6px; | ||
transition: border-color .3s; | ||
|
||
&:hover { | ||
border-color: var(--primary-color); | ||
} | ||
|
||
.DocSearch-MagnifierLabel, .DocSearch-Reset { | ||
color: var(--text-color); | ||
} | ||
} | ||
|
||
.DocSearch-Hit { | ||
border-bottom: 1px solid var(--border-color); | ||
padding-bottom: 0; | ||
margin-bottom: .25rem; | ||
} | ||
|
||
.DocSearch-Hit-source { | ||
color: var(--primary-text-color); | ||
} | ||
|
||
.DocSearch-Logo .cls-1, .DocSearch-Logo .cls-2 { | ||
fill: var(--primary-text-color); | ||
} | ||
|
||
.DocSearch-Prefill { | ||
color: var(--primary-text-color); | ||
} | ||
|
||
.DocSearch-Button-Placeholder { | ||
text-align: center; | ||
display: inline-block; | ||
font-size: .875rem; | ||
} | ||
|
||
:root { | ||
--docsearch-searchbox-focus-background: var(--card-background); | ||
--docsearch-text-color: var(--text-color); | ||
--docsearch-muted-color: var(--text-color); | ||
--docsearch-searchbox-background: var(--card-background); | ||
--docsearch-text-color: var(--text-color); | ||
--docsearch-modal-background: var(--overlay-background); | ||
--docsearch-key-gradient: var(--ground-background); | ||
--docsearch-key-shadow: none; | ||
--docsearch-container-background: var(--docsearch-mask-background); | ||
--docsearch-hit-background: var(--overlay-background); | ||
--docsearch-hit-shadow: none; | ||
--docsearch-spacing: 1rem; | ||
--docsearch-hit-color: var(--text-color); | ||
--docsearch-highlight-color: var(--primary-color); | ||
--docsearch-hit-active-color: var(--primary-contrast-color); | ||
--docsearch-searchbox-shadow: none; | ||
} | ||
|
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
@tailwind base; | ||
@tailwind components; | ||
@tailwind utilities; |
File renamed without changes.
File renamed without changes.
2 changes: 1 addition & 1 deletion
2
...showcase/layout/doc/app.code.component.ts → ...case/components/doc/app.code.component.ts
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.
Oops, something went wrong.