@deque/cauldron-styles 5.2.0 → 5.3.0-canary.a71901f1
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 +47 -17
- package/package.json +2 -2
package/dist/index.css
CHANGED
|
@@ -31,6 +31,7 @@
|
|
|
31
31
|
--accent-warning: #ffdd75;
|
|
32
32
|
--accent-warning-light: #ffa1a1;
|
|
33
33
|
--accent-caution: #ffe69f;
|
|
34
|
+
--accent-warning-dark: #b88a00;
|
|
34
35
|
--accent-info: #6cdaf2;
|
|
35
36
|
--accent-info-light: #83e4fa;
|
|
36
37
|
--accent-primary: #3c7aae;
|
|
@@ -564,7 +565,6 @@ button.Link {
|
|
|
564
565
|
min-height: var(--button-thin-height);
|
|
565
566
|
min-width: 100px;
|
|
566
567
|
font-size: var(--text-size-smallest);
|
|
567
|
-
line-height: var(--text-size-smallest);
|
|
568
568
|
padding: 0 16px;
|
|
569
569
|
}
|
|
570
570
|
|
|
@@ -1633,6 +1633,13 @@ textarea.Field--has-error:focus:hover,
|
|
|
1633
1633
|
flex-wrap: wrap;
|
|
1634
1634
|
}
|
|
1635
1635
|
|
|
1636
|
+
.Radio--inline {
|
|
1637
|
+
display: flex;
|
|
1638
|
+
align-items: baseline;
|
|
1639
|
+
flex-wrap: wrap;
|
|
1640
|
+
gap: var(--space-small);
|
|
1641
|
+
}
|
|
1642
|
+
|
|
1636
1643
|
.Checkbox {
|
|
1637
1644
|
margin-bottom: var(--space-smallest);
|
|
1638
1645
|
}
|
|
@@ -2063,6 +2070,7 @@ p .Link {
|
|
|
2063
2070
|
width: 100%;
|
|
2064
2071
|
min-height: var(--select-min-height);
|
|
2065
2072
|
padding: var(--space-three-quarters) var(--space-smallest);
|
|
2073
|
+
padding-right: var(--space-large);
|
|
2066
2074
|
border: 1px solid var(--field-border-color);
|
|
2067
2075
|
font-family: Roboto;
|
|
2068
2076
|
font-weight: normal;
|
|
@@ -2431,7 +2439,7 @@ p .Link {
|
|
|
2431
2439
|
align-items: center;
|
|
2432
2440
|
box-sizing: border-box;
|
|
2433
2441
|
display: flex;
|
|
2434
|
-
padding:
|
|
2442
|
+
padding: var(--space-smallest) var(--space-small);
|
|
2435
2443
|
}
|
|
2436
2444
|
|
|
2437
2445
|
.Toast.Toast--non-dismissible {
|
|
@@ -3133,7 +3141,7 @@ button.TooltipTabstop {
|
|
|
3133
3141
|
}
|
|
3134
3142
|
|
|
3135
3143
|
.Code .hljs-quote {
|
|
3136
|
-
color: #
|
|
3144
|
+
color: #666666;
|
|
3137
3145
|
font-style: italic;
|
|
3138
3146
|
}
|
|
3139
3147
|
|
|
@@ -3193,11 +3201,11 @@ button.TooltipTabstop {
|
|
|
3193
3201
|
.Code .hljs-subst,
|
|
3194
3202
|
.Code .hljs-meta,
|
|
3195
3203
|
.Code .hljs-link {
|
|
3196
|
-
color: #
|
|
3204
|
+
color: #8a3500;
|
|
3197
3205
|
}
|
|
3198
3206
|
|
|
3199
3207
|
.Code .hljs-deletion {
|
|
3200
|
-
color: #
|
|
3208
|
+
color: #c92e40;
|
|
3201
3209
|
}
|
|
3202
3210
|
|
|
3203
3211
|
.Code .hljs-formula {
|
|
@@ -3228,6 +3236,14 @@ button.TooltipTabstop {
|
|
|
3228
3236
|
color: #cc99cc;
|
|
3229
3237
|
}
|
|
3230
3238
|
|
|
3239
|
+
.cauldron--theme-dark .Code .hljs-symbol,
|
|
3240
|
+
.cauldron--theme-dark .Code .hljs-bullet,
|
|
3241
|
+
.cauldron--theme-dark .Code .hljs-subst,
|
|
3242
|
+
.cauldron--theme-dark .Code .hljs-meta,
|
|
3243
|
+
.cauldron--theme-dark .Code .hljs-link {
|
|
3244
|
+
color: #f99157;
|
|
3245
|
+
}
|
|
3246
|
+
|
|
3231
3247
|
.cauldron--theme-dark .Code .hljs-comment {
|
|
3232
3248
|
color: #9f9f9f;
|
|
3233
3249
|
}
|
|
@@ -3241,6 +3257,11 @@ button.TooltipTabstop {
|
|
|
3241
3257
|
color: var(--accent-primary-active);
|
|
3242
3258
|
}
|
|
3243
3259
|
|
|
3260
|
+
.cauldron--theme-dark .Code .hljs-name,
|
|
3261
|
+
.cauldron--theme-dark .Code .hljs-section {
|
|
3262
|
+
color: #79a7d9;
|
|
3263
|
+
}
|
|
3264
|
+
|
|
3244
3265
|
.cauldron--theme-dark .Code .hljs-variable,
|
|
3245
3266
|
.cauldron--theme-dark .Code .hljs-template-variable,
|
|
3246
3267
|
.cauldron--theme-dark .Code .hljs-tag,
|
|
@@ -3473,7 +3494,7 @@ button.TooltipTabstop {
|
|
|
3473
3494
|
font-size: var(--text-size-small);
|
|
3474
3495
|
border-collapse: collapse;
|
|
3475
3496
|
text-align: left;
|
|
3476
|
-
width: 100
|
|
3497
|
+
width: var(--table-width, 100%);
|
|
3477
3498
|
overflow-wrap: break-word;
|
|
3478
3499
|
}
|
|
3479
3500
|
|
|
@@ -3826,16 +3847,6 @@ button.TooltipTabstop {
|
|
|
3826
3847
|
--panel-content-color: var(--gray-80);
|
|
3827
3848
|
}
|
|
3828
3849
|
|
|
3829
|
-
/* Resets aggressive Chrome user agent styles */
|
|
3830
|
-
|
|
3831
|
-
.Panel > :is(.Panel__Header, .Panel__Content, .Panel__Heading) > *,
|
|
3832
|
-
.Panel:first-child > :not(.Panel__Header, .Panel__Heading, .Panel__Content) {
|
|
3833
|
-
-webkit-margin-before: 0;
|
|
3834
|
-
-webkit-margin-after: 0;
|
|
3835
|
-
margin-block-start: 0;
|
|
3836
|
-
margin-block-end: 0;
|
|
3837
|
-
}
|
|
3838
|
-
|
|
3839
3850
|
.Panel {
|
|
3840
3851
|
padding: var(--panel-padding);
|
|
3841
3852
|
margin: 0;
|
|
@@ -3868,6 +3879,10 @@ button.TooltipTabstop {
|
|
|
3868
3879
|
var(--space-small) calc(var(--panel-padding) * -1);
|
|
3869
3880
|
}
|
|
3870
3881
|
|
|
3882
|
+
.Panel__Heading + .Panel__Content {
|
|
3883
|
+
margin-top: calc(var(--panel-padding) * -1);
|
|
3884
|
+
}
|
|
3885
|
+
|
|
3871
3886
|
.Panel__Header {
|
|
3872
3887
|
margin: calc(var(--panel-padding) * -1) calc(var(--panel-padding) * -1) 0
|
|
3873
3888
|
calc(var(--panel-padding) * -1);
|
|
@@ -3882,6 +3897,17 @@ button.TooltipTabstop {
|
|
|
3882
3897
|
margin: 0 calc(var(--panel-padding) * -1);
|
|
3883
3898
|
}
|
|
3884
3899
|
|
|
3900
|
+
.Panel > :not(.Panel__Heading, .Panel__Header, .Panel__Content):first-child,
|
|
3901
|
+
.Panel > :is(.Panel__Heading, .Panel__Header) + :not(.Panel__Content),
|
|
3902
|
+
.Panel__Content > :first-child {
|
|
3903
|
+
margin-top: 0;
|
|
3904
|
+
}
|
|
3905
|
+
|
|
3906
|
+
.Panel > :not(.Panel__Heading, .Panel__Header, .Panel__Content):last-child,
|
|
3907
|
+
.Panel__Content > :last-child {
|
|
3908
|
+
margin-bottom: 0;
|
|
3909
|
+
}
|
|
3910
|
+
|
|
3885
3911
|
.Panel
|
|
3886
3912
|
:is(.Panel__Header + .Panel__Content, .Panel__Content + .Panel__Content) {
|
|
3887
3913
|
border-top: 1px solid var(--panel-divider-border-color);
|
|
@@ -3907,12 +3933,16 @@ button.TooltipTabstop {
|
|
|
3907
3933
|
color: var(--panel-heading-color);
|
|
3908
3934
|
}
|
|
3909
3935
|
|
|
3936
|
+
.Panel > :is(.Panel__Header, .Panel__Heading) > :is(h1, h2, h3, h4, h5, h6) {
|
|
3937
|
+
margin: 0;
|
|
3938
|
+
}
|
|
3939
|
+
|
|
3910
3940
|
.Panel--collapsed {
|
|
3911
3941
|
--panel-padding: 12px;
|
|
3912
3942
|
}
|
|
3913
3943
|
|
|
3914
3944
|
.Panel--collapsed .Panel__Heading {
|
|
3915
|
-
margin: 0 0
|
|
3945
|
+
margin: 0 0 var(--panel-padding) 0;
|
|
3916
3946
|
font-size: var(--text-size-normal);
|
|
3917
3947
|
}
|
|
3918
3948
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-styles",
|
|
3
|
-
"version": "5.
|
|
3
|
+
"version": "5.3.0-canary.a71901f1",
|
|
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
|
+
}
|