@peerbots/core 0.2.3 → 0.2.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
@@ -3,7 +3,7 @@
3
3
  "publishConfig": {
4
4
  "access": "public"
5
5
  },
6
- "version": "0.2.3",
6
+ "version": "0.2.4",
7
7
  "main": "dist/index.js",
8
8
  "style": "./dist/index.css",
9
9
  "types": "dist/index.d.ts",
@@ -1,5 +1,6 @@
1
1
  @import "tailwindcss" prefix(pb);
2
2
  @import "./theme.css";
3
+ @source "../**/*.{ts,tsx}";
3
4
 
4
5
  @utility input-base {
5
6
  @apply pb:bg-primary/10 pb:border pb:border-b-2 pb:border-gray-300 pb:focus:border-gray-600 pb:py-2 pb:px-2;
@@ -1,7 +1,7 @@
1
1
  @theme {
2
2
  --color-primary: #46d9d9;
3
3
  /* --color-old-dark-primary: #5fc7cc; */
4
- --color-dark-primary: var(--color-teal-700);
4
+ --color-dark-primary: #0f766e;
5
5
  --color-secondary: #e86e8a;
6
6
  --color-accent: #d9e021;
7
7
  --color-accent-hc: #c4cc24;