@homebound/beam 3.0.0-alpha.9 → 3.0.0
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.cjs +1469 -1432
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +49 -6
- package/dist/index.d.ts +49 -6
- package/dist/index.js +1116 -1082
- package/dist/index.js.map +1 -1
- package/dist/truss.css +8 -1
- package/package.json +2 -2
package/dist/truss.css
CHANGED
|
@@ -1135,4 +1135,11 @@
|
|
|
1135
1135
|
/* @truss @property */
|
|
1136
1136
|
@property --top { syntax: "*"; inherits: false; }
|
|
1137
1137
|
/* @truss @property */
|
|
1138
|
-
@property --width { syntax: "*"; inherits: false; }
|
|
1138
|
+
@property --width { syntax: "*"; inherits: false; }
|
|
1139
|
+
/* @truss arbitrary:start */
|
|
1140
|
+
.beam-bhp:hover:not(:has(.beam-bhc:hover)) .beam-bhc {
|
|
1141
|
+
border-style: solid;
|
|
1142
|
+
border-width: 1px;
|
|
1143
|
+
border-color: rgba(147, 197, 253, 1);
|
|
1144
|
+
}
|
|
1145
|
+
/* @truss arbitrary:end */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "3.0.0
|
|
3
|
+
"version": "3.0.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -88,7 +88,7 @@
|
|
|
88
88
|
"@homebound/eslint-config": "^1.10.2",
|
|
89
89
|
"@homebound/rtl-react-router-utils": "1.3.0",
|
|
90
90
|
"@homebound/rtl-utils": "^2.70.0",
|
|
91
|
-
"@homebound/truss": "^2.
|
|
91
|
+
"@homebound/truss": "^2.15.2",
|
|
92
92
|
"@homebound/tsconfig": "^1.1.1",
|
|
93
93
|
"@semantic-release/exec": "^7.1.0",
|
|
94
94
|
"@semantic-release/git": "^10.0.1",
|