@uncinq/css-components 1.0.2 → 1.1.0

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/README.md CHANGED
@@ -24,7 +24,7 @@ Each component file contains only CSS rules, using the tokens defined in the two
24
24
  All component styles are declared inside `@layer components`:
25
25
 
26
26
  ```css
27
- @layer config, base, layouts, vendors, components;
27
+ @layer reset, tokens, base, layouts, vendors, components;
28
28
  ```
29
29
 
30
30
  This means:
@@ -67,7 +67,7 @@
67
67
 
68
68
  & > .header {
69
69
  align-items: center;
70
- border-bottom: 1px solid var(--drawer-color-border);
70
+ border-block-end: 1px solid var(--drawer-color-border);
71
71
  display: flex;
72
72
  flex-shrink: 0;
73
73
  justify-content: space-between;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@uncinq/css-components",
3
- "version": "1.0.2",
3
+ "version": "1.1.0",
4
4
  "description": "Framework-agnostic CSS component implementations.",
5
5
  "license": "MIT",
6
6
  "repository": {