@hyphen/hyphen-components 7.5.0 → 7.6.1

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.
@@ -3,7 +3,7 @@
3
3
  \***************************************************************************************************************************/
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Mon, 06 Apr 2026 19:32:43 GMT
6
+ * Generated on Tue, 02 Jun 2026 22:53:09 GMT
7
7
  */
8
8
 
9
9
  .font-family-monospace { font-family: var(--assets-font-family-monospace); }
@@ -3,7 +3,7 @@
3
3
  \*********************************************************************************************************************/
4
4
  /**
5
5
  * Do not edit directly
6
- * Generated on Mon, 06 Apr 2026 19:32:43 GMT
6
+ * Generated on Tue, 02 Jun 2026 22:53:09 GMT
7
7
  */
8
8
 
9
9
  :root {
@@ -382,7 +382,7 @@
382
382
  \*******************************************************************************************************************************/
383
383
  /**
384
384
  * Do not edit directly
385
- * Generated on Mon, 06 Apr 2026 19:32:43 GMT
385
+ * Generated on Tue, 02 Jun 2026 22:53:09 GMT
386
386
  */
387
387
 
388
388
  :root.dark {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@hyphen/hyphen-components",
3
- "version": "7.5.0",
3
+ "version": "7.6.1",
4
4
  "license": "MIT",
5
5
  "author": {
6
6
  "name": "@hyphen"
@@ -13,6 +13,10 @@
13
13
  "dist",
14
14
  "src"
15
15
  ],
16
+ "repository": {
17
+ "type": "git",
18
+ "url": "git+https://github.com/Hyphen/hyphen-components.git"
19
+ },
16
20
  "scripts": {
17
21
  "build": "cross-env IS_PUBLISHING=true tsup && cross-env IS_PUBLISHING=true webpack --config webpack.config.js && node scripts/create-cjs-shim.js",
18
22
  "build-storybook": "storybook build",
@@ -58,7 +62,7 @@
58
62
  ],
59
63
  "dependencies": {
60
64
  "@emotion/react": "^11.14.0",
61
- "@hyphen/hyphen-design-tokens": "^7.5.1",
65
+ "@hyphen/hyphen-design-tokens": "^7.6.0",
62
66
  "@radix-ui/react-aspect-ratio": "^1.1.8",
63
67
  "@radix-ui/react-collapsible": "^1.1.12",
64
68
  "@radix-ui/react-dropdown-menu": "^2.1.16",