@deque/cauldron-styles 4.2.1-canary.f766f9dd → 4.3.0-canary.bb49adf8

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 +4 -1
  2. package/package.json +1 -1
package/dist/index.css CHANGED
@@ -181,7 +181,6 @@ button,
181
181
  display: inline-block;
182
182
  zoom: 1;
183
183
  line-height: normal;
184
- white-space: nowrap;
185
184
  vertical-align: middle;
186
185
  text-align: center;
187
186
  -moz-user-select: none;
@@ -4297,4 +4296,8 @@ fieldset.Panel {
4297
4296
  .TwoColumnPanel--hide .TwoColumnPanel__Left {
4298
4297
  transform: translateX(-10vw);
4299
4298
  }
4299
+
4300
+ .TwoColumnPanel > .SkipLink {
4301
+ display: none;
4302
+ }
4300
4303
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@deque/cauldron-styles",
3
- "version": "4.2.1-canary.f766f9dd",
3
+ "version": "4.3.0-canary.bb49adf8",
4
4
  "license": "MPL-2.0",
5
5
  "description": "deque cauldron pattern library styles",
6
6
  "repository": "https://github.com/dequelabs/cauldron",