@utrecht/component-library-css 3.0.1-alpha.26 → 3.0.1-alpha.27

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.
Files changed (2) hide show
  1. package/dist/index.css +9 -0
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -5954,6 +5954,15 @@ however browsers don't seem to have implemented great looking supixel tweening y
5954
5954
  */
5955
5955
  /* stylelint-disable-next-line block-no-empty */
5956
5956
  /* stylelint-disable-next-line block-no-empty */
5957
+ .utrecht-table-container--overflow-inline {
5958
+ background-attachment: local, local, scroll, scroll;
5959
+ background-image: linear-gradient(to right, white, white), linear-gradient(to right, white, white), linear-gradient(to right, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0)), linear-gradient(to left, rgba(0, 0, 0, 0.25), rgba(255, 255, 255, 0));
5960
+ background-position: left center, right center, left center, right center;
5961
+ background-repeat: no-repeat;
5962
+ background-size: 20px 100%, 20px 100%, 10px 100%, 10px 100%;
5963
+ overflow: auto;
5964
+ }
5965
+
5957
5966
  .utrecht-table {
5958
5967
  /* `border-collapse: collapse` results in a broken border for sticky header and sticky footer.
5959
5968
  * Therefore we need to use `border-collapse: separate` instead.
package/package.json CHANGED
@@ -1,5 +1,5 @@
1
1
  {
2
- "version": "3.0.1-alpha.26",
2
+ "version": "3.0.1-alpha.27",
3
3
  "author": "Community for NL Design System",
4
4
  "description": "Component library bundle for the Municipality of Utrecht based on the NL Design System architecture",
5
5
  "license": "EUPL-1.2",