@nattstack/ui 0.0.62 → 0.0.64

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.
@@ -348,7 +348,7 @@
348
348
  outline: 2px solid #0000;
349
349
  width: 100%;
350
350
  font-size: 14px;
351
- font-weight: 500;
351
+ font-weight: 400;
352
352
  line-height: 1.5;
353
353
  text-decoration: none;
354
354
  transition-property: box-shadow, opacity;
@@ -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.62",
3
+ "version": "0.0.64",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",