@i-cell/ids-styles 0.0.7 → 0.0.8
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -415,11 +415,12 @@ module.exports = function ComponentsPlugin() {
|
|
|
415
415
|
border: 'var(--ids-comp-action-panel-size-border-dense) solid var(--ids-comp-action-panel-elevated-color-border-light-default)',
|
|
416
416
|
},
|
|
417
417
|
'.ids-action-panel.ids-action-panel-filled': {
|
|
418
|
-
boxShadow: '
|
|
418
|
+
boxShadow: 'none',
|
|
419
419
|
background: 'var(--ids-comp-action-panel-filled-color-bg-light-default)',
|
|
420
420
|
},
|
|
421
421
|
'.ids-action-panel.ids-action-panel-outlined': {
|
|
422
|
-
boxShadow:
|
|
422
|
+
boxShadow:
|
|
423
|
+
'var(--ids-smc-reference-container-effects-shadow-horizontal-none) var(--ids-smc-reference-container-effects-shadow-vertical-xxs) var(--ids-smc-reference-container-effects-shadow-blur-xxs) var(--ids-smc-reference-container-effects-shadow-spread-none) var(--ids-smc-reference-container-effects-shadow-color-dark-lighter)',
|
|
423
424
|
background: 'var(--ids-comp-action-panel-outlined-color-bg-light-default)',
|
|
424
425
|
},
|
|
425
426
|
'.ids-action-panel.ids-action-panel-elevated': {
|