@nattstack/ui 0.0.63 → 0.0.65

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.
@@ -210,6 +210,10 @@
210
210
  background-color: var(--color-gray-3);
211
211
  }
212
212
 
213
+ .dark .button-module_button__variant_secondary_4nLWdW {
214
+ color: #fff;
215
+ }
216
+
213
217
  .button-module_button__width_base_4nLWdW {
214
218
  width: max-content;
215
219
  }
@@ -1,16 +1,14 @@
1
1
  @theme {
2
2
  --container-\*: initial;
3
3
  --container-256: 25.6rem;
4
- --container-288: 28.8rem;
5
4
  --container-320: 32rem;
6
5
  --container-384: 38.4rem;
7
- --container-448: 44.8rem;
6
+ --container-480: 48rem;
8
7
  --container-512: 51.2rem;
9
- --container-576: 57.6rem;
10
- --container-672: 67.2rem;
8
+ --container-640: 64rem;
11
9
  --container-768: 76.8rem;
12
- --container-896: 89.6rem;
10
+ --container-800: 80rem;
11
+ --container-960: 96rem;
13
12
  --container-1024: 102.4rem;
14
- --container-1152: 115.2rem;
15
13
  --container-1280: 128rem;
16
14
  }
@@ -1,16 +1,14 @@
1
1
  @theme {
2
2
  --container-\*: initial;
3
3
  --container-256: 16rem;
4
- --container-288: 18rem;
5
4
  --container-320: 20rem;
6
5
  --container-384: 24rem;
7
- --container-448: 28rem;
6
+ --container-480: 30rem;
8
7
  --container-512: 32rem;
9
- --container-576: 36rem;
10
- --container-672: 42rem;
8
+ --container-640: 40rem;
11
9
  --container-768: 48rem;
12
- --container-896: 56rem;
10
+ --container-800: 50rem;
11
+ --container-960: 60rem;
13
12
  --container-1024: 64rem;
14
- --container-1152: 72rem;
15
13
  --container-1280: 80rem;
16
14
  }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.63",
3
+ "version": "0.0.65",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",