@a-type/ui 6.1.11 → 6.1.12

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.
@@ -312,9 +312,9 @@
312
312
  }
313
313
 
314
314
  @property --shadow-inset {
315
- syntax: 'inset';
315
+ syntax: 'inset | outset';
316
316
  inherits: false;
317
- initial-value:;
317
+ initial-value: outset;
318
318
  }
319
319
 
320
320
  @property --padding {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@a-type/ui",
3
- "version": "6.1.11",
3
+ "version": "6.1.12",
4
4
  "type": "module",
5
5
  "repository": {
6
6
  "url": "https://github.com/a-type/ui"
@@ -312,9 +312,9 @@
312
312
  }
313
313
 
314
314
  @property --shadow-inset {
315
- syntax: 'inset';
315
+ syntax: 'inset | outset';
316
316
  inherits: false;
317
- initial-value:;
317
+ initial-value: outset;
318
318
  }
319
319
 
320
320
  @property --padding {