@nattstack/ui 0.0.72 → 0.0.74

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.
@@ -6,6 +6,6 @@
6
6
  --blur-12: 12px;
7
7
  --blur-16: 16px;
8
8
  --blur-24: 24px;
9
- --blur-40: 40px;
9
+ --blur-48: 48px;
10
10
  --blur-64: 64px;
11
11
  }
@@ -1,11 +1,10 @@
1
1
  @theme {
2
2
  --shadow-\*: initial;
3
- --shadow-0: 0 0 #0000;
4
- --shadow-1: 0 1px rgb(0 0 0 / 0.05);
5
- --shadow-2: 0 1px 2px 0 rgb(0 0 0 / 0.05);
6
- --shadow-3: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
7
- --shadow-4: 0 4px 6px -1px rgb(0 0 0 / 0.1), 0 2px 4px -2px rgb(0 0 0 / 0.1);
8
- --shadow-5: 0 10px 15px -3px rgb(0 0 0 / 0.1), 0 4px 6px -4px rgb(0 0 0 / 0.1);
9
- --shadow-6: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
10
- --shadow-7: 0 25px 50px -12px rgb(0 0 0 / 0.25);
3
+ /*
4
+ Reference: https://www.reshaped.so/docs/tokens/shadow
5
+ */
6
+ --shadow-outline: 0px 1px 2px -0.5px #0000000f, 0px 2px 3px -1px #0000000f;
7
+ --shadow-raised: 0px 8px 12px -4px #00000014, 0px 1px 2px 0px #0000001a;
8
+ --shadow-overlay:
9
+ 0px 16px 24px -4px #0000000f, 0px 8px 12px -4px #0000000f, 0px 4px 6px -2px #0000000f;
11
10
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.72",
3
+ "version": "0.0.74",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",