@homebound/beam 3.23.1 → 3.25.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/Css.json +4 -1
- package/dist/index.cjs +611 -324
- package/dist/index.cjs.map +1 -1
- package/dist/index.css +4 -0
- package/dist/index.css.map +1 -1
- package/dist/index.d.cts +72 -3
- package/dist/index.d.ts +72 -3
- package/dist/index.js +515 -235
- package/dist/index.js.map +1 -1
- package/dist/truss.css +18 -0
- package/package.json +2 -2
package/dist/truss.css
CHANGED
|
@@ -53,6 +53,8 @@
|
|
|
53
53
|
.borderRadius_16px_0_0_16px { border-radius: 16px 0 0 16px; }
|
|
54
54
|
/* @truss p:2000 c:borderRadius_4px_0_0_4px */
|
|
55
55
|
.borderRadius_4px_0_0_4px { border-radius: 4px 0 0 4px; }
|
|
56
|
+
/* @truss p:2000 c:borderRadius_50 */
|
|
57
|
+
.borderRadius_50 { border-radius: 50%; }
|
|
56
58
|
/* @truss p:2000 c:borderRadius_8px_0_0_0 */
|
|
57
59
|
.borderRadius_8px_0_0_0 { border-radius: 8px 0 0 0 ; }
|
|
58
60
|
/* @truss p:2000 c:borderRadius_8px_8px_0_0 */
|
|
@@ -223,6 +225,8 @@
|
|
|
223
225
|
.bgBlue700 { background-color: rgba(29, 78, 216, 1); }
|
|
224
226
|
/* @truss p:3000 c:bgBlue900 */
|
|
225
227
|
.bgBlue900 { background-color: rgba(30, 58, 138, 1); }
|
|
228
|
+
/* @truss p:3000 c:bgColor_FFFFFF90 */
|
|
229
|
+
.bgColor_FFFFFF90 { background-color: #FFFFFF90; }
|
|
226
230
|
/* @truss p:3000 c:bgGray100 */
|
|
227
231
|
.bgGray100 { background-color: rgba(247, 245, 245, 1); }
|
|
228
232
|
/* @truss p:3000 c:bgGray200 */
|
|
@@ -361,6 +365,8 @@
|
|
|
361
365
|
.fs0 { flex-shrink: 0; }
|
|
362
366
|
/* @truss p:3000 c:fs1 */
|
|
363
367
|
.fs1 { flex-shrink: 1; }
|
|
368
|
+
/* @truss p:3000 c:fsyi */
|
|
369
|
+
.fsyi { font-style: italic; }
|
|
364
370
|
/* @truss p:3000 c:fw4 */
|
|
365
371
|
.fw4 { font-weight: 400; }
|
|
366
372
|
/* @truss p:3000 c:fw5 */
|
|
@@ -603,6 +609,10 @@
|
|
|
603
609
|
.h_lh_24px:hover { line-height: 24px; }
|
|
604
610
|
/* @truss p:3130.5 c:h_bgColor_var */
|
|
605
611
|
.h_bgColor_var:hover { background-color: var(--h_backgroundColor); }
|
|
612
|
+
/* @truss p:3200 c:mdandup_df */
|
|
613
|
+
@media screen and (min-width: 600px) { .mdandup_df.mdandup_df { display: flex; } }
|
|
614
|
+
/* @truss p:3200 c:mdandup_dib */
|
|
615
|
+
@media screen and (min-width: 600px) { .mdandup_dib.mdandup_dib { display: inline-block; } }
|
|
606
616
|
/* @truss p:4000 c:bbs_solid */
|
|
607
617
|
.bbs_solid { border-bottom-style: solid; }
|
|
608
618
|
/* @truss p:4000 c:bbw_1px */
|
|
@@ -641,6 +651,8 @@
|
|
|
641
651
|
.h_18px { height: 18px; }
|
|
642
652
|
/* @truss p:4000 c:h_1px */
|
|
643
653
|
.h_1px { height: 1px; }
|
|
654
|
+
/* @truss p:4000 c:h_200 */
|
|
655
|
+
.h_200 { height: 200%; }
|
|
644
656
|
/* @truss p:4000 c:h_24px */
|
|
645
657
|
.h_24px { height: 24px; }
|
|
646
658
|
/* @truss p:4000 c:h_28px */
|
|
@@ -935,6 +947,8 @@
|
|
|
935
947
|
.w_18px { width: 18px; }
|
|
936
948
|
/* @truss p:4000 c:w_1px */
|
|
937
949
|
.w_1px { width: 1px; }
|
|
950
|
+
/* @truss p:4000 c:w_200 */
|
|
951
|
+
.w_200 { width: 200%; }
|
|
938
952
|
/* @truss p:4000 c:w_244px */
|
|
939
953
|
.w_244px { width: 244px; }
|
|
940
954
|
/* @truss p:4000 c:w_24px */
|
|
@@ -1027,6 +1041,10 @@
|
|
|
1027
1041
|
.top_var { top: var(--top); }
|
|
1028
1042
|
/* @truss p:4000.5 c:w_var */
|
|
1029
1043
|
.w_var { width: var(--width); }
|
|
1044
|
+
/* @truss p:4200 c:mdandup_pl6 */
|
|
1045
|
+
@media screen and (min-width: 600px) { .mdandup_pl6.mdandup_pl6 { padding-left: calc(var(--t-spacing) * 6); } }
|
|
1046
|
+
/* @truss p:4200 c:mdandup_pr6 */
|
|
1047
|
+
@media screen and (min-width: 600px) { .mdandup_pr6.mdandup_pr6 { padding-right: calc(var(--t-spacing) * 6); } }
|
|
1030
1048
|
/* @truss p:8000.5 c:selection_bgColor_var */
|
|
1031
1049
|
.selection_bgColor_var::selection { background-color: var(--selection_backgroundColor); }
|
|
1032
1050
|
/* @truss @property */
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@homebound/beam",
|
|
3
|
-
"version": "3.
|
|
3
|
+
"version": "3.25.0",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"author": "Homebound",
|
|
6
6
|
"license": "MIT",
|
|
@@ -96,7 +96,7 @@
|
|
|
96
96
|
"@homebound/eslint-config": "^1.10.2",
|
|
97
97
|
"@homebound/rtl-react-router-utils": "2.0.0",
|
|
98
98
|
"@homebound/rtl-utils": "^2.71.0",
|
|
99
|
-
"@homebound/truss": "2.
|
|
99
|
+
"@homebound/truss": "2.26.0",
|
|
100
100
|
"@homebound/tsconfig": "^1.1.1",
|
|
101
101
|
"@semantic-release/exec": "^7.1.0",
|
|
102
102
|
"@semantic-release/git": "^10.0.1",
|