@tamagui/colors 1.123.13 → 1.123.15

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.
Files changed (2) hide show
  1. package/README.md +1 -5
  2. package/package.json +2 -2
package/README.md CHANGED
@@ -1,8 +1,4 @@
1
- # Radix Colors
2
- A quick guide on using Radix Colors with Stitches.
3
-
4
- ## Documentation
5
- For full documentation, visit [radix-ui.com/docs/colors](https://radix-ui.com/docs/colors).
1
+ Based on radix colors
6
2
 
7
3
  ## Installation
8
4
 
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tamagui/colors",
3
- "version": "1.123.13",
3
+ "version": "1.123.15",
4
4
  "sideEffects": false,
5
5
  "source": "src/index.ts",
6
6
  "types": "./types/index.d.ts",
@@ -20,7 +20,7 @@
20
20
  "clean:build": "tamagui-build clean:build"
21
21
  },
22
22
  "devDependencies": {
23
- "@tamagui/build": "1.123.13"
23
+ "@tamagui/build": "1.123.15"
24
24
  },
25
25
  "exports": {
26
26
  "./package.json": "./package.json",