@mittwald/flow-remote-react-components 0.2.0-alpha.785 → 0.2.0-alpha.786

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.
@@ -1,2 +1,2 @@
1
- export declare const colors: readonly ["neutral", "blue", "navy", "violet", "teal", "lilac", "green", "orange", "red", "dark", "light"];
1
+ export declare const colors: readonly ["neutral", "blue", "navy", "violet", "teal", "lilac", "green", "orange", "red", "dark", "light", "dark-static", "light-static"];
2
2
  //# sourceMappingURL=Badge.browser.test.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"Badge.browser.test.d.ts","sourceRoot":"","sources":["../../../../src/tests/visual/Badge.browser.test.tsx"],"names":[],"mappings":"AAGA,eAAO,MAAM,MAAM,4GAYT,CAAC"}
1
+ {"version":3,"file":"Badge.browser.test.d.ts","sourceRoot":"","sources":["../../../../src/tests/visual/Badge.browser.test.tsx"],"names":[],"mappings":"AAOA,eAAO,MAAM,MAAM,2IAWT,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@mittwald/flow-remote-react-components",
3
- "version": "0.2.0-alpha.785",
3
+ "version": "0.2.0-alpha.786",
4
4
  "type": "module",
5
5
  "description": "React components that can be used in a remote environment",
6
6
  "homepage": "https://mittwald.github.io/flow",
@@ -41,17 +41,17 @@
41
41
  "test:visual:update": "vitest run --project=visual --browser.headless --update --browser.fileParallelism=false"
42
42
  },
43
43
  "dependencies": {
44
- "@mittwald/flow-react-components": "0.2.0-alpha.785",
45
- "@mittwald/flow-remote-core": "0.2.0-alpha.785",
46
- "@mittwald/flow-remote-elements": "0.2.0-alpha.785",
44
+ "@mittwald/flow-react-components": "0.2.0-alpha.786",
45
+ "@mittwald/flow-remote-core": "0.2.0-alpha.786",
46
+ "@mittwald/flow-remote-elements": "0.2.0-alpha.786",
47
47
  "@mittwald/remote-dom-react": "1.2.2-mittwald.10",
48
48
  "@types/react": "^19.2",
49
49
  "react-error-boundary": "^6.1.0"
50
50
  },
51
51
  "devDependencies": {
52
52
  "@internationalized/date": "^3.10.1",
53
- "@mittwald/ext-bridge": "0.2.0-alpha.785",
54
- "@mittwald/flow-remote-react-renderer": "0.2.0-alpha.785",
53
+ "@mittwald/ext-bridge": "0.2.0-alpha.786",
54
+ "@mittwald/flow-remote-react-renderer": "0.2.0-alpha.786",
55
55
  "@mittwald/typescript-config": "",
56
56
  "@types/node": "^24.10.9",
57
57
  "@types/react-dom": "^19.2",
@@ -78,7 +78,7 @@
78
78
  },
79
79
  "peerDependencies": {
80
80
  "@internationalized/date": "^3.10.0",
81
- "@mittwald/ext-bridge": "0.2.0-alpha.784",
81
+ "@mittwald/ext-bridge": "0.2.0-alpha.785",
82
82
  "react": "^19.2.0",
83
83
  "react-hook-form": "*"
84
84
  },
@@ -93,5 +93,5 @@
93
93
  "optional": true
94
94
  }
95
95
  },
96
- "gitHead": "1d5c6f9e7ca4758ab179250a39ee01ce6cbfa222"
96
+ "gitHead": "aecd79f1bdb8a18bc2750b300e3eebb79416e69d"
97
97
  }