@bethinkpl/design-system 41.1.3 → 41.1.4

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.
@@ -197,6 +197,10 @@
197
197
  left: 0;
198
198
  position: absolute;
199
199
  top: 0;
200
+ // keeps the ribbon above content elements with `position: relative` and no z-index.
201
+ // the default leaves room for content to layer within itself (1-9); override via
202
+ // `--ds-card-ribbon-z-index` when content needs a higher stacking order.
203
+ z-index: var(--ds-card-ribbon-z-index, 10);
200
204
  }
201
205
  }
202
206
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bethinkpl/design-system",
3
- "version": "41.1.3",
3
+ "version": "41.1.4",
4
4
  "description": "Bethink universe design-system",
5
5
  "repository": {
6
6
  "type": "git",