@hanzo/ui 4.0.3 → 4.0.4

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hanzo/ui",
3
- "version": "4.0.3",
3
+ "version": "4.0.4",
4
4
  "description": "Library that contains shared UI primitives, support for a common design system, and other boilerplate support.",
5
5
  "publishConfig": {
6
6
  "registry": "https://registry.npmjs.org/",
@@ -7,12 +7,6 @@
7
7
  box-sizing: inherit;
8
8
  }
9
9
 
10
- *,
11
- ::before,
12
- ::after {
13
- @apply border-muted-3
14
- }
15
-
16
10
  /*
17
11
  using this approach:
18
12
  https://stackoverflow.com/a/76066443/11645689
@@ -103,7 +103,7 @@ export default {
103
103
  },
104
104
  borderColor: ({ theme }) => ({
105
105
  ...theme('colors'),
106
- DEFAULT: theme('colors.gray.200', 'currentColor'),
106
+ DEFAULT: theme('colors.muted.3'),
107
107
  }),
108
108
  borderOpacity: ({ theme }) => theme('opacity'),
109
109
  borderRadius: {