@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: '0px 0px 0px 0px rgba(0,0,0,0),0px 0px 0px 0px rgba(0,0,0,0)',
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: '0px 0px 0px 0px rgba(0,0,0,0),0px 0px 0px 0px rgba(0,0,0,0)',
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': {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@i-cell/ids-styles",
3
- "version": "0.0.7",
3
+ "version": "0.0.8",
4
4
  "private": false,
5
5
  "description": "Stylesheets for i-Cell Design System UI Kit components (currently Vue and Angular)",
6
6
  "scripts": {