mirror of
https://github.com/primefaces/primevue.git
synced 2025-05-10 09:22:34 +00:00
Fixed #5667 - Remove base option from theme config
This commit is contained in:
parent
6d688ef675
commit
0979dde96d
438 changed files with 10872 additions and 11957 deletions
33
components/lib/themes/aura/inputnumber/index.js
Normal file
33
components/lib/themes/aura/inputnumber/index.js
Normal file
|
@ -0,0 +1,33 @@
|
|||
export default {
|
||||
button: {
|
||||
width: '2.5rem'
|
||||
},
|
||||
colorScheme: {
|
||||
light: {
|
||||
button: {
|
||||
background: 'transparent',
|
||||
hoverBackground: '{surface.100}',
|
||||
activeBackground: '{surface.200}',
|
||||
borderColor: '{form.field.border.color}',
|
||||
hoverBorderColor: '{form.field.border.color}',
|
||||
activeBorderColor: '{form.field.border.color}',
|
||||
color: '{surface.400}',
|
||||
hoverColor: '{surface.500}',
|
||||
activeColor: '{surface.600}'
|
||||
}
|
||||
},
|
||||
dark: {
|
||||
button: {
|
||||
background: 'transparent',
|
||||
hoverBackground: '{surface.800}',
|
||||
activeBackground: '{surface.700}',
|
||||
borderColor: '{form.field.border.color}',
|
||||
hoverBorderColor: '{form.field.border.color}',
|
||||
activeBorderColor: '{form.field.border.color}',
|
||||
color: '{surface.400}',
|
||||
hoverColor: '{surface.300}',
|
||||
activeColor: '{surface.200}'
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
6
components/lib/themes/aura/inputnumber/package.json
Normal file
6
components/lib/themes/aura/inputnumber/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