@deque/cauldron-styles 4.6.0-canary.74cbb93c → 4.6.0-canary.8df85c5f

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 +1 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -4032,7 +4032,7 @@ fieldset.Panel {
4032
4032
  font-size: var(--text-size-small);
4033
4033
  }
4034
4034
 
4035
- .Pagination > ul > li {
4035
+ .Pagination > ul > li:not(:last-child) {
4036
4036
  margin-right: var(--space-smallest);
4037
4037
  }
4038
4038
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.6.0-canary.74cbb93c",
3
+ "version": "4.6.0-canary.8df85c5f",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",