@deque/cauldron-styles 4.3.0 → 4.4.0-canary.77fc2183
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.css +6 -3
- package/package.json +2 -2
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;
|
|
@@ -2604,7 +2603,7 @@ button.TooltipTabstop {
|
|
|
2604
2603
|
}
|
|
2605
2604
|
|
|
2606
2605
|
.TopBar > ul > li:not(.TopBar__menu-trigger) {
|
|
2607
|
-
padding: 0 var(--space-
|
|
2606
|
+
padding: 0 var(--space-small);
|
|
2608
2607
|
font-size: var(--text-size-small);
|
|
2609
2608
|
height: var(--top-bar-height);
|
|
2610
2609
|
display: flex;
|
|
@@ -3808,7 +3807,7 @@ fieldset.Panel {
|
|
|
3808
3807
|
display: flex;
|
|
3809
3808
|
align-items: center;
|
|
3810
3809
|
justify-content: center;
|
|
3811
|
-
padding: 0 var(--space-
|
|
3810
|
+
padding: 0 var(--space-small);
|
|
3812
3811
|
/* clicking anywhere in the "item" should activate the anchor */
|
|
3813
3812
|
height: 100%;
|
|
3814
3813
|
width: 100%;
|
|
@@ -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.
|
|
3
|
+
"version": "4.4.0-canary.77fc2183",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "deque cauldron pattern library styles",
|
|
6
6
|
"repository": "https://github.com/dequelabs/cauldron",
|
|
@@ -22,4 +22,4 @@
|
|
|
22
22
|
"postcss-cli": "^7.1.1",
|
|
23
23
|
"postcss-import": "^12.0.1"
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|