@peerbots/core 0.2.3 → 0.2.5

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.5",
7
7
  "main": "dist/index.js",
8
8
  "style": "./dist/index.css",
9
9
  "types": "dist/index.d.ts",
@@ -57,6 +57,7 @@
57
57
  "victory": "^37.3.6"
58
58
  },
59
59
  "devDependencies": {
60
+ "@changesets/changelog-github": "^0.6.0",
60
61
  "@changesets/cli": "^2.30.0",
61
62
  "@chromatic-com/storybook": "^5.1.1",
62
63
  "@storybook/addon-a11y": "^10.3.3",
@@ -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;
@@ -11,6 +11,7 @@
11
11
  --color-danger: #e86e8a;
12
12
  --color-light-bg: #d8e7eb;
13
13
  --sidebar-bg: #f9ffff;
14
+ --color-sidebar-bg: #f9ffff;
14
15
 
15
16
  --background-image-gradient-radial: radial-gradient(var(--tw-gradient-stops));
16
17
  --background-image-gradient-conic: conic-gradient(from 180deg at 50% 50%,
@@ -10,7 +10,7 @@ const meta = {
10
10
  },
11
11
  decorators: [
12
12
  (Story) => (
13
- <div className="pb:w-[450px] pb:border pb:border-gray-200 pb:rounded-lg pb:shadow-sm pb:bg-white pb:overflow-hidden pb:p-4">
13
+ <div className="pb:w-[450px] pb:rounded-lg pb:shadow-sm pb:bg-white pb:overflow-hidden pb:p-4">
14
14
  <Story />
15
15
  </div>
16
16
  ),
@@ -32,7 +32,7 @@ export function BasePanel({
32
32
  return (
33
33
  <div className={`pb:space-y-1 pb:p-1 ${className}`}>
34
34
  <div
35
- className={`pb:flex pb:items-center pb:justify-between pb:px-1 pb:mb-1 pb:border pb:border-solid pb:border-gray-400 pb:pb-1 ${headerClassName}`}
35
+ className={`pb:flex pb:items-center pb:justify-between pb:px-1 pb:mb-1 pb:pb-1 ${headerClassName}`}
36
36
  >
37
37
  <Heading level={headingLevel} className="pb:text-lg">
38
38
  {title}