@deque/cauldron-styles 7.1.0-canary.63bb41ac → 7.1.0-canary.6e748e46
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 +3 -6
- package/package.json +10 -10
package/dist/index.css
CHANGED
|
@@ -2438,8 +2438,7 @@ a.IconButton {
|
|
|
2438
2438
|
font-style: normal;
|
|
2439
2439
|
font-size: var(--text-size-small);
|
|
2440
2440
|
color: var(--field-content-color);
|
|
2441
|
-
|
|
2442
|
-
text-decoration: rgb(102, 102, 102);
|
|
2441
|
+
text-decoration: rgb(102, 102, 102);
|
|
2443
2442
|
box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
|
|
2444
2443
|
-webkit-appearance: none;
|
|
2445
2444
|
-moz-appearance: none;
|
|
@@ -5265,8 +5264,7 @@ button.Accordion__trigger {
|
|
|
5265
5264
|
font-size: var(--text-size-small);
|
|
5266
5265
|
margin-top: var(--space-small);
|
|
5267
5266
|
color: var(--accordion-trigger-text-color);
|
|
5268
|
-
|
|
5269
|
-
text-decoration: var(--accordion-trigger-text-decoration);
|
|
5267
|
+
text-decoration: var(--accordion-trigger-text-decoration);
|
|
5270
5268
|
}
|
|
5271
5269
|
|
|
5272
5270
|
.Accordion__trigger[aria-expanded='true'] {
|
|
@@ -5279,8 +5277,7 @@ button.Accordion__trigger {
|
|
|
5279
5277
|
box-shadow: inset 8px 0 0 -4px var(--accordion-trigger-box-shadow-hover);
|
|
5280
5278
|
color: var(--accordion-trigger-text-color-hover);
|
|
5281
5279
|
transition: all 0.2s ease-in-out;
|
|
5282
|
-
|
|
5283
|
-
text-decoration: underline solid var(--accordion-trigger-text-color-hover);
|
|
5280
|
+
text-decoration: underline solid var(--accordion-trigger-text-color-hover);
|
|
5284
5281
|
}
|
|
5285
5282
|
|
|
5286
5283
|
.Accordion__trigger:hover .Icon {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@deque/cauldron-styles",
|
|
3
|
-
"version": "7.1.0-canary.
|
|
3
|
+
"version": "7.1.0-canary.6e748e46",
|
|
4
4
|
"license": "MPL-2.0",
|
|
5
5
|
"description": "deque cauldron pattern library styles",
|
|
6
6
|
"repository": "https://github.com/dequelabs/cauldron",
|
|
@@ -9,17 +9,17 @@
|
|
|
9
9
|
"files": [
|
|
10
10
|
"dist/"
|
|
11
11
|
],
|
|
12
|
-
"scripts": {
|
|
13
|
-
"build": "postcss index.css --dir ./dist",
|
|
14
|
-
"dev": "npm run build -- --watch",
|
|
15
|
-
"prepublishOnly": "NODE_ENV=production yarn build"
|
|
16
|
-
},
|
|
17
12
|
"publishConfig": {
|
|
18
13
|
"access": "public"
|
|
19
14
|
},
|
|
20
15
|
"devDependencies": {
|
|
21
|
-
"autoprefixer": "^
|
|
22
|
-
"postcss
|
|
23
|
-
"postcss-
|
|
16
|
+
"autoprefixer": "^10.5.0",
|
|
17
|
+
"postcss": "^8.5.15",
|
|
18
|
+
"postcss-cli": "^11.0.1",
|
|
19
|
+
"postcss-import": "^16.1.1"
|
|
20
|
+
},
|
|
21
|
+
"scripts": {
|
|
22
|
+
"build": "postcss index.css --dir ./dist",
|
|
23
|
+
"dev": "pnpm run build --watch"
|
|
24
24
|
}
|
|
25
|
-
}
|
|
25
|
+
}
|