tabexseriescomponents 0.0.602 → 0.0.603

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.
package/dist/index.cjs.js CHANGED
@@ -52346,7 +52346,7 @@ var CollapsableSection = function CollapsableSection(props) {
52346
52346
  ':before': {
52347
52347
  width: '100%',
52348
52348
  height: '100%',
52349
- background: 'rgba(0,0,0,0.6)',
52349
+ background: 'rgba(0,0,0,' + sectionproperties.cardbg_opacity + ')',
52350
52350
  zIndex: 1,
52351
52351
  position: 'absolute',
52352
52352
  content: 's',
package/dist/index.esm.js CHANGED
@@ -52297,7 +52297,7 @@ var CollapsableSection = function CollapsableSection(props) {
52297
52297
  ':before': {
52298
52298
  width: '100%',
52299
52299
  height: '100%',
52300
- background: 'rgba(0,0,0,0.6)',
52300
+ background: 'rgba(0,0,0,' + sectionproperties.cardbg_opacity + ')',
52301
52301
  zIndex: 1,
52302
52302
  position: 'absolute',
52303
52303
  content: 's',
package/dist/index.umd.js CHANGED
@@ -52170,7 +52170,7 @@
52170
52170
  ':before': {
52171
52171
  width: '100%',
52172
52172
  height: '100%',
52173
- background: 'rgba(0,0,0,0.6)',
52173
+ background: 'rgba(0,0,0,' + sectionproperties.cardbg_opacity + ')',
52174
52174
  zIndex: 1,
52175
52175
  position: 'absolute',
52176
52176
  content: 's',
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "tabexseriescomponents",
3
- "version": "0.0.602",
3
+ "version": "0.0.603",
4
4
  "description": "your description",
5
5
  "main": "dist/index.cjs.js",
6
6
  "scripts": {