@deque/cauldron-styles 7.1.0-canary.df3401c2 → 7.1.0-canary.e47d2a2d

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 +19 -14
  2. package/package.json +10 -10
package/dist/index.css CHANGED
@@ -1,6 +1,6 @@
1
1
  /*
2
2
  * variable naming convention:
3
- * --{component name (if applicable)}-{style property}-{...modifiers (if applicable, hypen separated)}
3
+ * --{component name (if applicable)}-{style property}-{...modifiers (if applicable, hyphen separated)}
4
4
  * example: --foo-background-color-light
5
5
  */
6
6
 
@@ -1086,7 +1086,8 @@ textarea.Field--has-error:focus:hover,
1086
1086
 
1087
1087
  .TextFieldWrapper:focus-within {
1088
1088
  border: 1px solid var(--text-field-wrapper-border-focus-color);
1089
- box-shadow: 0 0 0 1px var(--text-field-wrapper-border-focus-color),
1089
+ box-shadow:
1090
+ 0 0 0 1px var(--text-field-wrapper-border-focus-color),
1090
1091
  0 0 5px var(--text-field-wrapper-border-focus-glow-color),
1091
1092
  inset 0 1px 2px rgba(0, 0, 0, 0.05);
1092
1093
  }
@@ -1098,21 +1099,24 @@ textarea.Field--has-error:focus:hover,
1098
1099
 
1099
1100
  .TextFieldWrapper--error:focus-within {
1100
1101
  border: 1px solid var(--text-field-wrapper-error-border-color);
1101
- box-shadow: 0 0 0 1px var(--text-field-wrapper-error-border-color),
1102
+ box-shadow:
1103
+ 0 0 0 1px var(--text-field-wrapper-error-border-color),
1102
1104
  0 0 5px var(--field-border-color-error-focus-glow),
1103
1105
  inset 0 1px 2px rgba(0, 0, 0, 0.05);
1104
1106
  }
1105
1107
 
1106
1108
  .TextFieldWrapper--error:focus-within:hover {
1107
1109
  border: 1px solid var(--text-field-wrapper-error-border-color);
1108
- box-shadow: 0 0 0 1px var(--text-field-wrapper-error-border-color),
1110
+ box-shadow:
1111
+ 0 0 0 1px var(--text-field-wrapper-error-border-color),
1109
1112
  0 0 5px var(--field-border-color-error-focus-glow),
1110
1113
  inset 0 1px 2px rgba(0, 0, 0, 0.05);
1111
1114
  }
1112
1115
 
1113
1116
  .TextFieldWrapper--error:hover {
1114
1117
  border: 1px solid var(--text-field-wrapper-error-border-color);
1115
- box-shadow: 0 0 0 1px var(--text-field-wrapper-error-border-color),
1118
+ box-shadow:
1119
+ 0 0 0 1px var(--text-field-wrapper-error-border-color),
1116
1120
  inset 0 1px 2px rgba(0, 0, 0, 0.05);
1117
1121
  }
1118
1122
 
@@ -2438,8 +2442,7 @@ a.IconButton {
2438
2442
  font-style: normal;
2439
2443
  font-size: var(--text-size-small);
2440
2444
  color: var(--field-content-color);
2441
- -webkit-text-decoration: rgb(102, 102, 102);
2442
- text-decoration: rgb(102, 102, 102);
2445
+ text-decoration: rgb(102, 102, 102);
2443
2446
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.05);
2444
2447
  -webkit-appearance: none;
2445
2448
  -moz-appearance: none;
@@ -2628,7 +2631,9 @@ a.IconButton {
2628
2631
 
2629
2632
  .RadioCard__overlay.RadioCard__overlay--focused {
2630
2633
  border: 1px solid var(--focus);
2631
- box-shadow: inset 0 0 0 1px var(--focus), 0 0 4px 2px var(--focus-glow);
2634
+ box-shadow:
2635
+ inset 0 0 0 1px var(--focus),
2636
+ 0 0 4px 2px var(--focus-glow);
2632
2637
  }
2633
2638
 
2634
2639
  .RadioCard__overlay--checked.RadioCard__overlay--checked {
@@ -4691,12 +4696,14 @@ fieldset.Panel {
4691
4696
  }
4692
4697
 
4693
4698
  .NavBar.NavBar--collapsed > ul > .NavItem--active {
4694
- box-shadow: inset 0px -1px 0px var(--top-nav-box-shadow-color),
4699
+ box-shadow:
4700
+ inset 0px -1px 0px var(--top-nav-box-shadow-color),
4695
4701
  inset 6px 0px 0px var(--top-nav-active-shadow-color);
4696
4702
  }
4697
4703
 
4698
4704
  .NavBar.NavBar--collapsed > .NavBar__trigger--active {
4699
- box-shadow: inset 0px -1px 0px var(--top-nav-box-shadow-color),
4705
+ box-shadow:
4706
+ inset 0px -1px 0px var(--top-nav-box-shadow-color),
4700
4707
  inset 0px 4px 0px var(--top-nav-active-shadow-color);
4701
4708
  z-index: calc(var(--z-index-top-nav) + 1);
4702
4709
  }
@@ -5265,8 +5272,7 @@ button.Accordion__trigger {
5265
5272
  font-size: var(--text-size-small);
5266
5273
  margin-top: var(--space-small);
5267
5274
  color: var(--accordion-trigger-text-color);
5268
- -webkit-text-decoration: var(--accordion-trigger-text-decoration);
5269
- text-decoration: var(--accordion-trigger-text-decoration);
5275
+ text-decoration: var(--accordion-trigger-text-decoration);
5270
5276
  }
5271
5277
 
5272
5278
  .Accordion__trigger[aria-expanded='true'] {
@@ -5279,8 +5285,7 @@ button.Accordion__trigger {
5279
5285
  box-shadow: inset 8px 0 0 -4px var(--accordion-trigger-box-shadow-hover);
5280
5286
  color: var(--accordion-trigger-text-color-hover);
5281
5287
  transition: all 0.2s ease-in-out;
5282
- -webkit-text-decoration: underline solid var(--accordion-trigger-text-color-hover);
5283
- text-decoration: underline solid var(--accordion-trigger-text-color-hover);
5288
+ text-decoration: underline solid var(--accordion-trigger-text-color-hover);
5284
5289
  }
5285
5290
 
5286
5291
  .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.df3401c2",
3
+ "version": "7.1.0-canary.e47d2a2d",
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": "^9.7.6",
22
- "postcss-cli": "^7.1.1",
23
- "postcss-import": "^12.0.1"
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
+ }