tabexseriescomponents 0.2.1322 → 0.2.1323
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 +1 -1
- package/dist/index.esm.js +1 -1
- package/dist/index.umd.js +1 -1
- package/package.json +1 -1
package/dist/index.cjs.js
CHANGED
|
@@ -77578,7 +77578,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
77578
77578
|
':before': {
|
|
77579
77579
|
width: '100%',
|
|
77580
77580
|
height: '100%',
|
|
77581
|
-
background: 'rgba(0,0,0,
|
|
77581
|
+
background: 'rgba(0,0,0,' + sectionproperties.cardbgcont_opacity + ')',
|
|
77582
77582
|
zIndex: 1,
|
|
77583
77583
|
position: 'absolute',
|
|
77584
77584
|
content: 's',
|
package/dist/index.esm.js
CHANGED
|
@@ -77527,7 +77527,7 @@ var Servicesection = function Servicesection(props) {
|
|
|
77527
77527
|
':before': {
|
|
77528
77528
|
width: '100%',
|
|
77529
77529
|
height: '100%',
|
|
77530
|
-
background: 'rgba(0,0,0,
|
|
77530
|
+
background: 'rgba(0,0,0,' + sectionproperties.cardbgcont_opacity + ')',
|
|
77531
77531
|
zIndex: 1,
|
|
77532
77532
|
position: 'absolute',
|
|
77533
77533
|
content: 's',
|
package/dist/index.umd.js
CHANGED
|
@@ -77384,7 +77384,7 @@
|
|
|
77384
77384
|
':before': {
|
|
77385
77385
|
width: '100%',
|
|
77386
77386
|
height: '100%',
|
|
77387
|
-
background: 'rgba(0,0,0,
|
|
77387
|
+
background: 'rgba(0,0,0,' + sectionproperties.cardbgcont_opacity + ')',
|
|
77388
77388
|
zIndex: 1,
|
|
77389
77389
|
position: 'absolute',
|
|
77390
77390
|
content: 's',
|