mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-09 00:42:36 +00:00
Tokens for Ripple
This commit is contained in:
parent
2bbc5cc232
commit
51df79c306
13 changed files with 105 additions and 147 deletions
|
@ -56,6 +56,7 @@ import progressbar from 'primevue/themes/lara/progressbar';
|
|||
import progressspinner from 'primevue/themes/lara/progressspinner';
|
||||
import radiobutton from 'primevue/themes/lara/radiobutton';
|
||||
import rating from 'primevue/themes/lara/rating';
|
||||
import ripple from 'primevue/themes/lara/ripple';
|
||||
import scrollpanel from 'primevue/themes/lara/scrollpanel';
|
||||
import scrolltop from 'primevue/themes/lara/scrolltop';
|
||||
import select from 'primevue/themes/lara/select';
|
||||
|
@ -547,6 +548,7 @@ export default {
|
|||
toolbar
|
||||
},
|
||||
directives: {
|
||||
tooltip
|
||||
tooltip,
|
||||
ripple
|
||||
}
|
||||
};
|
||||
|
|
0
components/lib/themes/lara/ripple/index.d.ts
vendored
Normal file
0
components/lib/themes/lara/ripple/index.d.ts
vendored
Normal file
10
components/lib/themes/lara/ripple/index.js
Normal file
10
components/lib/themes/lara/ripple/index.js
Normal file
|
@ -0,0 +1,10 @@
|
|||
export default {
|
||||
colorScheme: {
|
||||
light: {
|
||||
background: 'rgba(0,0,0,0.5)'
|
||||
},
|
||||
dark: {
|
||||
background: 'rgba(255,255,255,0.5)'
|
||||
}
|
||||
}
|
||||
};
|
6
components/lib/themes/lara/ripple/package.json
Normal file
6
components/lib/themes/lara/ripple/package.json
Normal file
|
@ -0,0 +1,6 @@
|
|||
{
|
||||
"main": "./index.cjs.js",
|
||||
"module": "./index.esm.js",
|
||||
"unpkg": "./index.min.js",
|
||||
"types": "./index.d.ts"
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue