@pathway-io/core 1.0.23 → 1.0.24

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/dist/index.d.mts CHANGED
@@ -1,5 +1,6 @@
1
1
  declare const colors: {
2
2
  readonly neutral: {
3
+ 0: string;
3
4
  50: string;
4
5
  100: string;
5
6
  200: string;
package/dist/index.d.ts CHANGED
@@ -1,5 +1,6 @@
1
1
  declare const colors: {
2
2
  readonly neutral: {
3
+ 0: string;
3
4
  50: string;
4
5
  100: string;
5
6
  200: string;
package/dist/index.js CHANGED
@@ -27,6 +27,7 @@ module.exports = __toCommonJS(core_exports);
27
27
 
28
28
  // src/styles/index.ts
29
29
  var gray = {
30
+ 0: "#ffffff",
30
31
  50: "#fafaf9",
31
32
  100: "#f5f5f4",
32
33
  200: "#e7e5e4",
package/dist/index.mjs CHANGED
@@ -1,5 +1,6 @@
1
1
  // src/styles/index.ts
2
2
  var gray = {
3
+ 0: "#ffffff",
3
4
  50: "#fafaf9",
4
5
  100: "#f5f5f4",
5
6
  200: "#e7e5e4",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@pathway-io/core",
3
- "version": "1.0.23",
3
+ "version": "1.0.24",
4
4
  "description": "Shared constants and types for Pathway",
5
5
  "main": "dist/index.js",
6
6
  "module": "dist/index.mjs",
@@ -1,4 +1,5 @@
1
1
  const gray = {
2
+ 0: "#ffffff",
2
3
  50: "#fafaf9",
3
4
  100: "#f5f5f4",
4
5
  200: "#e7e5e4",