@nattstack/ui 0.0.102 → 0.0.104

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.
@@ -8,7 +8,7 @@
8
8
  align-items: center;
9
9
  column-gap: 8px;
10
10
  font-size: 14px;
11
- font-weight: 500;
11
+ font-weight: 450;
12
12
  transition-property: background-color, box-shadow, translate;
13
13
  transition-duration: .15s;
14
14
  display: inline-flex;
@@ -12,7 +12,7 @@
12
12
  width: 40px;
13
13
  height: 48px;
14
14
  font-size: 14px;
15
- font-weight: 500;
15
+ font-weight: 450;
16
16
  transition-property: box-shadow;
17
17
  transition-duration: .15s;
18
18
  }
@@ -3,6 +3,6 @@
3
3
  background-color: var(--color-border);
4
4
  flex-shrink: 0;
5
5
  height: 1px;
6
- margin: 0 8px;
6
+ margin: 2px 8px;
7
7
  }
8
8
  }
@@ -15,7 +15,7 @@
15
15
  height: 40px;
16
16
  padding: 0 14px;
17
17
  font-size: 14px;
18
- font-weight: 500;
18
+ font-weight: 450;
19
19
  transition-property: background-color, color;
20
20
  transition-duration: .15s;
21
21
  display: flex;
@@ -15,7 +15,7 @@
15
15
  height: 100%;
16
16
  padding: 0 14px;
17
17
  font-size: 14px;
18
- font-weight: 500;
18
+ font-weight: 450;
19
19
  transition-property: color;
20
20
  transition-duration: .15s;
21
21
  display: flex;
@@ -14,7 +14,7 @@
14
14
  margin-bottom: 6px;
15
15
  padding: 6px 12px;
16
16
  font-size: 14px;
17
- font-weight: 500;
17
+ font-weight: 450;
18
18
  transition-property: color;
19
19
  transition-duration: .15s;
20
20
  display: flex;
@@ -14,7 +14,7 @@
14
14
  column-gap: 8px;
15
15
  padding: 8px 12px;
16
16
  font-size: 14px;
17
- font-weight: 500;
17
+ font-weight: 450;
18
18
  transition-property: background-color, box-shadow, color;
19
19
  transition-duration: .15s;
20
20
  display: flex;
@@ -6,7 +6,7 @@
6
6
  border-radius: 8px;
7
7
  padding: 4px 8px;
8
8
  font-size: 13px;
9
- font-weight: 500;
9
+ font-weight: 450;
10
10
  transition-property: opacity, scale;
11
11
  transition-duration: .15s;
12
12
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px -1px #0000001a;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nattstack/ui",
3
- "version": "0.0.102",
3
+ "version": "0.0.104",
4
4
  "description": "A collection of reusable React components built with Base UI, TypeScript, and CSS Modules",
5
5
  "keywords": [
6
6
  "base-ui",