@pine-ds/core 3.5.1 → 3.5.2
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/components/pds-box2.js +34 -4
- package/components/pds-box2.js.map +1 -1
- package/components/pds-row.js +8 -2
- package/components/pds-row.js.map +1 -1
- package/dist/cjs/loader.cjs.js +1 -1
- package/dist/cjs/pds-box.cjs.entry.js +17 -2
- package/dist/cjs/pds-box.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-box.entry.cjs.js.map +1 -1
- package/dist/cjs/pds-row.cjs.entry.js +6 -2
- package/dist/cjs/pds-row.cjs.entry.js.map +1 -1
- package/dist/cjs/pds-row.entry.cjs.js.map +1 -1
- package/dist/cjs/pine-core.cjs.js +1 -1
- package/dist/collection/components/pds-box/pds-box.css +282 -3
- package/dist/collection/components/pds-box/pds-box.js +337 -7
- package/dist/collection/components/pds-box/pds-box.js.map +1 -1
- package/dist/collection/components/pds-row/pds-row.js +56 -2
- package/dist/collection/components/pds-row/pds-row.js.map +1 -1
- package/dist/docs.json +867 -77
- package/dist/esm/loader.js +1 -1
- package/dist/esm/pds-box.entry.js +17 -2
- package/dist/esm/pds-box.entry.js.map +1 -1
- package/dist/esm/pds-row.entry.js +6 -2
- package/dist/esm/pds-row.entry.js.map +1 -1
- package/dist/esm/pine-core.js +1 -1
- package/dist/esm-es5/loader.js +1 -1
- package/dist/esm-es5/pds-box.entry.js +1 -1
- package/dist/esm-es5/pds-box.entry.js.map +1 -1
- package/dist/esm-es5/pds-row.entry.js +1 -1
- package/dist/esm-es5/pds-row.entry.js.map +1 -1
- package/dist/esm-es5/pine-core.js +1 -1
- package/dist/pine-core/p-007b61e9.system.entry.js +2 -0
- package/dist/pine-core/p-007b61e9.system.entry.js.map +1 -0
- package/dist/pine-core/p-54061a33.entry.js +2 -0
- package/dist/pine-core/p-54061a33.entry.js.map +1 -0
- package/dist/pine-core/p-Bv5PJxD8.system.js.map +1 -0
- package/dist/pine-core/p-De9tROL-.system.js +1 -1
- package/dist/pine-core/p-EYhpJx2s.system.js.map +1 -0
- package/dist/pine-core/{p-5aed29fe.system.entry.js → p-b2b1b7a9.system.entry.js} +2 -2
- package/dist/pine-core/p-b2b1b7a9.system.entry.js.map +1 -0
- package/dist/pine-core/{p-79e2782b.entry.js → p-ecb9edf8.entry.js} +2 -2
- package/dist/pine-core/p-ecb9edf8.entry.js.map +1 -0
- package/dist/pine-core/pds-box.entry.esm.js.map +1 -1
- package/dist/pine-core/pds-row.entry.esm.js.map +1 -1
- package/dist/pine-core/pine-core.esm.js +1 -1
- package/dist/types/components/pds-box/pds-box.d.ts +78 -3
- package/dist/types/components/pds-row/pds-row.d.ts +8 -0
- package/dist/types/components.d.ts +162 -6
- package/hydrate/index.js +43 -7
- package/hydrate/index.mjs +43 -7
- package/package.json +2 -2
- package/dist/pine-core/p-0d9e28a2.entry.js +0 -2
- package/dist/pine-core/p-0d9e28a2.entry.js.map +0 -1
- package/dist/pine-core/p-48b658fc.system.entry.js +0 -2
- package/dist/pine-core/p-48b658fc.system.entry.js.map +0 -1
- package/dist/pine-core/p-5aed29fe.system.entry.js.map +0 -1
- package/dist/pine-core/p-79e2782b.entry.js.map +0 -1
- package/dist/pine-core/p-BOHu_LEs.system.js.map +0 -1
- package/dist/pine-core/p-DAwJ242E.system.js.map +0 -1
package/dist/docs.json
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
{
|
|
2
|
-
"timestamp": "2025-09-
|
|
2
|
+
"timestamp": "2025-09-12T13:38:35",
|
|
3
3
|
"compiler": {
|
|
4
4
|
"name": "@stencil/core",
|
|
5
5
|
"version": "4.28.2",
|
|
@@ -806,9 +806,399 @@
|
|
|
806
806
|
"docsTags": [
|
|
807
807
|
{
|
|
808
808
|
"name": "defaultValue",
|
|
809
|
-
"text": "
|
|
809
|
+
"text": "stretch"
|
|
810
|
+
}
|
|
811
|
+
],
|
|
812
|
+
"values": [
|
|
813
|
+
{
|
|
814
|
+
"value": "baseline",
|
|
815
|
+
"type": "string"
|
|
816
|
+
},
|
|
817
|
+
{
|
|
818
|
+
"value": "center",
|
|
819
|
+
"type": "string"
|
|
820
|
+
},
|
|
821
|
+
{
|
|
822
|
+
"value": "end",
|
|
823
|
+
"type": "string"
|
|
824
|
+
},
|
|
825
|
+
{
|
|
826
|
+
"value": "start",
|
|
827
|
+
"type": "string"
|
|
828
|
+
},
|
|
829
|
+
{
|
|
830
|
+
"value": "stretch",
|
|
831
|
+
"type": "string"
|
|
832
|
+
}
|
|
833
|
+
],
|
|
834
|
+
"optional": true,
|
|
835
|
+
"required": false,
|
|
836
|
+
"getter": false,
|
|
837
|
+
"setter": false
|
|
838
|
+
},
|
|
839
|
+
{
|
|
840
|
+
"name": "alignItemsLg",
|
|
841
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
842
|
+
"complexType": {
|
|
843
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
844
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
845
|
+
"references": {}
|
|
846
|
+
},
|
|
847
|
+
"mutable": false,
|
|
848
|
+
"attr": "align-items-lg",
|
|
849
|
+
"reflectToAttr": false,
|
|
850
|
+
"docs": "Defines how items within the box are aligned at the LG breakpoint.",
|
|
851
|
+
"docsTags": [
|
|
852
|
+
{
|
|
853
|
+
"name": "defaultValue",
|
|
854
|
+
"text": "stretch"
|
|
855
|
+
}
|
|
856
|
+
],
|
|
857
|
+
"values": [
|
|
858
|
+
{
|
|
859
|
+
"value": "baseline",
|
|
860
|
+
"type": "string"
|
|
861
|
+
},
|
|
862
|
+
{
|
|
863
|
+
"value": "center",
|
|
864
|
+
"type": "string"
|
|
865
|
+
},
|
|
866
|
+
{
|
|
867
|
+
"value": "end",
|
|
868
|
+
"type": "string"
|
|
869
|
+
},
|
|
870
|
+
{
|
|
871
|
+
"value": "start",
|
|
872
|
+
"type": "string"
|
|
873
|
+
},
|
|
874
|
+
{
|
|
875
|
+
"value": "stretch",
|
|
876
|
+
"type": "string"
|
|
877
|
+
}
|
|
878
|
+
],
|
|
879
|
+
"optional": true,
|
|
880
|
+
"required": false,
|
|
881
|
+
"getter": false,
|
|
882
|
+
"setter": false
|
|
883
|
+
},
|
|
884
|
+
{
|
|
885
|
+
"name": "alignItemsMd",
|
|
886
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
887
|
+
"complexType": {
|
|
888
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
889
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
890
|
+
"references": {}
|
|
891
|
+
},
|
|
892
|
+
"mutable": false,
|
|
893
|
+
"attr": "align-items-md",
|
|
894
|
+
"reflectToAttr": false,
|
|
895
|
+
"docs": "Defines how items within the box are aligned at the MD breakpoint.",
|
|
896
|
+
"docsTags": [
|
|
897
|
+
{
|
|
898
|
+
"name": "defaultValue",
|
|
899
|
+
"text": "stretch"
|
|
900
|
+
}
|
|
901
|
+
],
|
|
902
|
+
"values": [
|
|
903
|
+
{
|
|
904
|
+
"value": "baseline",
|
|
905
|
+
"type": "string"
|
|
906
|
+
},
|
|
907
|
+
{
|
|
908
|
+
"value": "center",
|
|
909
|
+
"type": "string"
|
|
910
|
+
},
|
|
911
|
+
{
|
|
912
|
+
"value": "end",
|
|
913
|
+
"type": "string"
|
|
914
|
+
},
|
|
915
|
+
{
|
|
916
|
+
"value": "start",
|
|
917
|
+
"type": "string"
|
|
918
|
+
},
|
|
919
|
+
{
|
|
920
|
+
"value": "stretch",
|
|
921
|
+
"type": "string"
|
|
922
|
+
}
|
|
923
|
+
],
|
|
924
|
+
"optional": true,
|
|
925
|
+
"required": false,
|
|
926
|
+
"getter": false,
|
|
927
|
+
"setter": false
|
|
928
|
+
},
|
|
929
|
+
{
|
|
930
|
+
"name": "alignItemsSm",
|
|
931
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
932
|
+
"complexType": {
|
|
933
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
934
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
935
|
+
"references": {}
|
|
936
|
+
},
|
|
937
|
+
"mutable": false,
|
|
938
|
+
"attr": "align-items-sm",
|
|
939
|
+
"reflectToAttr": false,
|
|
940
|
+
"docs": "Defines how items within the box are aligned at the SM breakpoint.",
|
|
941
|
+
"docsTags": [
|
|
942
|
+
{
|
|
943
|
+
"name": "defaultValue",
|
|
944
|
+
"text": "stretch"
|
|
945
|
+
}
|
|
946
|
+
],
|
|
947
|
+
"values": [
|
|
948
|
+
{
|
|
949
|
+
"value": "baseline",
|
|
950
|
+
"type": "string"
|
|
951
|
+
},
|
|
952
|
+
{
|
|
953
|
+
"value": "center",
|
|
954
|
+
"type": "string"
|
|
955
|
+
},
|
|
956
|
+
{
|
|
957
|
+
"value": "end",
|
|
958
|
+
"type": "string"
|
|
959
|
+
},
|
|
960
|
+
{
|
|
961
|
+
"value": "start",
|
|
962
|
+
"type": "string"
|
|
963
|
+
},
|
|
964
|
+
{
|
|
965
|
+
"value": "stretch",
|
|
966
|
+
"type": "string"
|
|
967
|
+
}
|
|
968
|
+
],
|
|
969
|
+
"optional": true,
|
|
970
|
+
"required": false,
|
|
971
|
+
"getter": false,
|
|
972
|
+
"setter": false
|
|
973
|
+
},
|
|
974
|
+
{
|
|
975
|
+
"name": "alignItemsXl",
|
|
976
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
977
|
+
"complexType": {
|
|
978
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
979
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
980
|
+
"references": {}
|
|
981
|
+
},
|
|
982
|
+
"mutable": false,
|
|
983
|
+
"attr": "align-items-xl",
|
|
984
|
+
"reflectToAttr": false,
|
|
985
|
+
"docs": "Defines how items within the box are aligned at the XL breakpoint.",
|
|
986
|
+
"docsTags": [
|
|
987
|
+
{
|
|
988
|
+
"name": "defaultValue",
|
|
989
|
+
"text": "stretch"
|
|
990
|
+
}
|
|
991
|
+
],
|
|
992
|
+
"values": [
|
|
993
|
+
{
|
|
994
|
+
"value": "baseline",
|
|
995
|
+
"type": "string"
|
|
996
|
+
},
|
|
997
|
+
{
|
|
998
|
+
"value": "center",
|
|
999
|
+
"type": "string"
|
|
1000
|
+
},
|
|
1001
|
+
{
|
|
1002
|
+
"value": "end",
|
|
1003
|
+
"type": "string"
|
|
1004
|
+
},
|
|
1005
|
+
{
|
|
1006
|
+
"value": "start",
|
|
1007
|
+
"type": "string"
|
|
1008
|
+
},
|
|
1009
|
+
{
|
|
1010
|
+
"value": "stretch",
|
|
1011
|
+
"type": "string"
|
|
1012
|
+
}
|
|
1013
|
+
],
|
|
1014
|
+
"optional": true,
|
|
1015
|
+
"required": false,
|
|
1016
|
+
"getter": false,
|
|
1017
|
+
"setter": false
|
|
1018
|
+
},
|
|
1019
|
+
{
|
|
1020
|
+
"name": "alignItemsXs",
|
|
1021
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1022
|
+
"complexType": {
|
|
1023
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
1024
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1025
|
+
"references": {}
|
|
1026
|
+
},
|
|
1027
|
+
"mutable": false,
|
|
1028
|
+
"attr": "align-items-xs",
|
|
1029
|
+
"reflectToAttr": false,
|
|
1030
|
+
"docs": "Defines how items within the box are aligned at the XS breakpoint.",
|
|
1031
|
+
"docsTags": [
|
|
1032
|
+
{
|
|
1033
|
+
"name": "defaultValue",
|
|
1034
|
+
"text": "stretch"
|
|
1035
|
+
}
|
|
1036
|
+
],
|
|
1037
|
+
"values": [
|
|
1038
|
+
{
|
|
1039
|
+
"value": "baseline",
|
|
1040
|
+
"type": "string"
|
|
1041
|
+
},
|
|
1042
|
+
{
|
|
1043
|
+
"value": "center",
|
|
1044
|
+
"type": "string"
|
|
1045
|
+
},
|
|
1046
|
+
{
|
|
1047
|
+
"value": "end",
|
|
1048
|
+
"type": "string"
|
|
1049
|
+
},
|
|
1050
|
+
{
|
|
1051
|
+
"value": "start",
|
|
1052
|
+
"type": "string"
|
|
1053
|
+
},
|
|
1054
|
+
{
|
|
1055
|
+
"value": "stretch",
|
|
1056
|
+
"type": "string"
|
|
1057
|
+
}
|
|
1058
|
+
],
|
|
1059
|
+
"optional": true,
|
|
1060
|
+
"required": false,
|
|
1061
|
+
"getter": false,
|
|
1062
|
+
"setter": false
|
|
1063
|
+
},
|
|
1064
|
+
{
|
|
1065
|
+
"name": "alignSelf",
|
|
1066
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1067
|
+
"complexType": {
|
|
1068
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
1069
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1070
|
+
"references": {}
|
|
1071
|
+
},
|
|
1072
|
+
"mutable": false,
|
|
1073
|
+
"attr": "align-self",
|
|
1074
|
+
"reflectToAttr": false,
|
|
1075
|
+
"docs": "Defines how the box is aligned within its container.",
|
|
1076
|
+
"docsTags": [
|
|
1077
|
+
{
|
|
1078
|
+
"name": "defaultValue",
|
|
1079
|
+
"text": "stretch"
|
|
1080
|
+
}
|
|
1081
|
+
],
|
|
1082
|
+
"values": [
|
|
1083
|
+
{
|
|
1084
|
+
"value": "baseline",
|
|
1085
|
+
"type": "string"
|
|
1086
|
+
},
|
|
1087
|
+
{
|
|
1088
|
+
"value": "center",
|
|
1089
|
+
"type": "string"
|
|
1090
|
+
},
|
|
1091
|
+
{
|
|
1092
|
+
"value": "end",
|
|
1093
|
+
"type": "string"
|
|
1094
|
+
},
|
|
1095
|
+
{
|
|
1096
|
+
"value": "start",
|
|
1097
|
+
"type": "string"
|
|
1098
|
+
},
|
|
1099
|
+
{
|
|
1100
|
+
"value": "stretch",
|
|
1101
|
+
"type": "string"
|
|
810
1102
|
}
|
|
811
1103
|
],
|
|
1104
|
+
"optional": true,
|
|
1105
|
+
"required": false,
|
|
1106
|
+
"getter": false,
|
|
1107
|
+
"setter": false
|
|
1108
|
+
},
|
|
1109
|
+
{
|
|
1110
|
+
"name": "alignSelfLg",
|
|
1111
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1112
|
+
"complexType": {
|
|
1113
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
1114
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1115
|
+
"references": {}
|
|
1116
|
+
},
|
|
1117
|
+
"mutable": false,
|
|
1118
|
+
"attr": "align-self-lg",
|
|
1119
|
+
"reflectToAttr": false,
|
|
1120
|
+
"docs": "Defines how the box is aligned within its container at the LG breakpoint.",
|
|
1121
|
+
"docsTags": [],
|
|
1122
|
+
"values": [
|
|
1123
|
+
{
|
|
1124
|
+
"value": "baseline",
|
|
1125
|
+
"type": "string"
|
|
1126
|
+
},
|
|
1127
|
+
{
|
|
1128
|
+
"value": "center",
|
|
1129
|
+
"type": "string"
|
|
1130
|
+
},
|
|
1131
|
+
{
|
|
1132
|
+
"value": "end",
|
|
1133
|
+
"type": "string"
|
|
1134
|
+
},
|
|
1135
|
+
{
|
|
1136
|
+
"value": "start",
|
|
1137
|
+
"type": "string"
|
|
1138
|
+
},
|
|
1139
|
+
{
|
|
1140
|
+
"value": "stretch",
|
|
1141
|
+
"type": "string"
|
|
1142
|
+
}
|
|
1143
|
+
],
|
|
1144
|
+
"optional": true,
|
|
1145
|
+
"required": false,
|
|
1146
|
+
"getter": false,
|
|
1147
|
+
"setter": false
|
|
1148
|
+
},
|
|
1149
|
+
{
|
|
1150
|
+
"name": "alignSelfMd",
|
|
1151
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1152
|
+
"complexType": {
|
|
1153
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
1154
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1155
|
+
"references": {}
|
|
1156
|
+
},
|
|
1157
|
+
"mutable": false,
|
|
1158
|
+
"attr": "align-self-md",
|
|
1159
|
+
"reflectToAttr": false,
|
|
1160
|
+
"docs": "Defines how the box is aligned within its container at the MD breakpoint.",
|
|
1161
|
+
"docsTags": [],
|
|
1162
|
+
"values": [
|
|
1163
|
+
{
|
|
1164
|
+
"value": "baseline",
|
|
1165
|
+
"type": "string"
|
|
1166
|
+
},
|
|
1167
|
+
{
|
|
1168
|
+
"value": "center",
|
|
1169
|
+
"type": "string"
|
|
1170
|
+
},
|
|
1171
|
+
{
|
|
1172
|
+
"value": "end",
|
|
1173
|
+
"type": "string"
|
|
1174
|
+
},
|
|
1175
|
+
{
|
|
1176
|
+
"value": "start",
|
|
1177
|
+
"type": "string"
|
|
1178
|
+
},
|
|
1179
|
+
{
|
|
1180
|
+
"value": "stretch",
|
|
1181
|
+
"type": "string"
|
|
1182
|
+
}
|
|
1183
|
+
],
|
|
1184
|
+
"optional": true,
|
|
1185
|
+
"required": false,
|
|
1186
|
+
"getter": false,
|
|
1187
|
+
"setter": false
|
|
1188
|
+
},
|
|
1189
|
+
{
|
|
1190
|
+
"name": "alignSelfSm",
|
|
1191
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1192
|
+
"complexType": {
|
|
1193
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
1194
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1195
|
+
"references": {}
|
|
1196
|
+
},
|
|
1197
|
+
"mutable": false,
|
|
1198
|
+
"attr": "align-self-sm",
|
|
1199
|
+
"reflectToAttr": false,
|
|
1200
|
+
"docs": "Defines how the box is aligned within its container at the SM breakpoint.",
|
|
1201
|
+
"docsTags": [],
|
|
812
1202
|
"values": [
|
|
813
1203
|
{
|
|
814
1204
|
"value": "baseline",
|
|
@@ -837,7 +1227,7 @@
|
|
|
837
1227
|
"setter": false
|
|
838
1228
|
},
|
|
839
1229
|
{
|
|
840
|
-
"name": "
|
|
1230
|
+
"name": "alignSelfXl",
|
|
841
1231
|
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
842
1232
|
"complexType": {
|
|
843
1233
|
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
@@ -845,15 +1235,50 @@
|
|
|
845
1235
|
"references": {}
|
|
846
1236
|
},
|
|
847
1237
|
"mutable": false,
|
|
848
|
-
"attr": "align-self",
|
|
1238
|
+
"attr": "align-self-xl",
|
|
849
1239
|
"reflectToAttr": false,
|
|
850
|
-
"docs": "Defines how the box is aligned within its container.",
|
|
851
|
-
"docsTags": [
|
|
1240
|
+
"docs": "Defines how the box is aligned within its container at the XL breakpoint.",
|
|
1241
|
+
"docsTags": [],
|
|
1242
|
+
"values": [
|
|
852
1243
|
{
|
|
853
|
-
"
|
|
854
|
-
"
|
|
1244
|
+
"value": "baseline",
|
|
1245
|
+
"type": "string"
|
|
1246
|
+
},
|
|
1247
|
+
{
|
|
1248
|
+
"value": "center",
|
|
1249
|
+
"type": "string"
|
|
1250
|
+
},
|
|
1251
|
+
{
|
|
1252
|
+
"value": "end",
|
|
1253
|
+
"type": "string"
|
|
1254
|
+
},
|
|
1255
|
+
{
|
|
1256
|
+
"value": "start",
|
|
1257
|
+
"type": "string"
|
|
1258
|
+
},
|
|
1259
|
+
{
|
|
1260
|
+
"value": "stretch",
|
|
1261
|
+
"type": "string"
|
|
855
1262
|
}
|
|
856
1263
|
],
|
|
1264
|
+
"optional": true,
|
|
1265
|
+
"required": false,
|
|
1266
|
+
"getter": false,
|
|
1267
|
+
"setter": false
|
|
1268
|
+
},
|
|
1269
|
+
{
|
|
1270
|
+
"name": "alignSelfXs",
|
|
1271
|
+
"type": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1272
|
+
"complexType": {
|
|
1273
|
+
"original": "`start` | `center` | `end` | `baseline` | `stretch`",
|
|
1274
|
+
"resolved": "\"baseline\" | \"center\" | \"end\" | \"start\" | \"stretch\"",
|
|
1275
|
+
"references": {}
|
|
1276
|
+
},
|
|
1277
|
+
"mutable": false,
|
|
1278
|
+
"attr": "align-self-xs",
|
|
1279
|
+
"reflectToAttr": false,
|
|
1280
|
+
"docs": "Defines how the box is aligned within its container at the XS breakpoint.",
|
|
1281
|
+
"docsTags": [],
|
|
857
1282
|
"values": [
|
|
858
1283
|
{
|
|
859
1284
|
"value": "baseline",
|
|
@@ -1037,17 +1462,221 @@
|
|
|
1037
1462
|
"docs": "Defines the orientation of the box items.",
|
|
1038
1463
|
"docsTags": [
|
|
1039
1464
|
{
|
|
1040
|
-
"name": "defaultValue",
|
|
1041
|
-
"text": "row"
|
|
1042
|
-
}
|
|
1043
|
-
],
|
|
1044
|
-
"values": [
|
|
1465
|
+
"name": "defaultValue",
|
|
1466
|
+
"text": "row"
|
|
1467
|
+
}
|
|
1468
|
+
],
|
|
1469
|
+
"values": [
|
|
1470
|
+
{
|
|
1471
|
+
"value": "column",
|
|
1472
|
+
"type": "string"
|
|
1473
|
+
},
|
|
1474
|
+
{
|
|
1475
|
+
"value": "row",
|
|
1476
|
+
"type": "string"
|
|
1477
|
+
}
|
|
1478
|
+
],
|
|
1479
|
+
"optional": true,
|
|
1480
|
+
"required": false,
|
|
1481
|
+
"getter": false,
|
|
1482
|
+
"setter": false
|
|
1483
|
+
},
|
|
1484
|
+
{
|
|
1485
|
+
"name": "display",
|
|
1486
|
+
"type": "\"block\" | \"flex\" | \"inline-block\" | \"inline-flex\"",
|
|
1487
|
+
"complexType": {
|
|
1488
|
+
"original": "`flex` | `inline-flex` | `block` | `inline-block`",
|
|
1489
|
+
"resolved": "\"block\" | \"flex\" | \"inline-block\" | \"inline-flex\"",
|
|
1490
|
+
"references": {}
|
|
1491
|
+
},
|
|
1492
|
+
"mutable": false,
|
|
1493
|
+
"attr": "display",
|
|
1494
|
+
"reflectToAttr": false,
|
|
1495
|
+
"docs": "Defines the display style of the box.",
|
|
1496
|
+
"docsTags": [
|
|
1497
|
+
{
|
|
1498
|
+
"name": "defaultValue",
|
|
1499
|
+
"text": "flex"
|
|
1500
|
+
}
|
|
1501
|
+
],
|
|
1502
|
+
"values": [
|
|
1503
|
+
{
|
|
1504
|
+
"value": "block",
|
|
1505
|
+
"type": "string"
|
|
1506
|
+
},
|
|
1507
|
+
{
|
|
1508
|
+
"value": "flex",
|
|
1509
|
+
"type": "string"
|
|
1510
|
+
},
|
|
1511
|
+
{
|
|
1512
|
+
"value": "inline-block",
|
|
1513
|
+
"type": "string"
|
|
1514
|
+
},
|
|
1515
|
+
{
|
|
1516
|
+
"value": "inline-flex",
|
|
1517
|
+
"type": "string"
|
|
1518
|
+
}
|
|
1519
|
+
],
|
|
1520
|
+
"optional": true,
|
|
1521
|
+
"required": false,
|
|
1522
|
+
"getter": false,
|
|
1523
|
+
"setter": false
|
|
1524
|
+
},
|
|
1525
|
+
{
|
|
1526
|
+
"name": "fit",
|
|
1527
|
+
"type": "boolean",
|
|
1528
|
+
"complexType": {
|
|
1529
|
+
"original": "boolean",
|
|
1530
|
+
"resolved": "boolean",
|
|
1531
|
+
"references": {}
|
|
1532
|
+
},
|
|
1533
|
+
"mutable": false,
|
|
1534
|
+
"attr": "fit",
|
|
1535
|
+
"reflectToAttr": false,
|
|
1536
|
+
"docs": "If `true`, sets the box `max-width` to `100%`.",
|
|
1537
|
+
"docsTags": [],
|
|
1538
|
+
"values": [
|
|
1539
|
+
{
|
|
1540
|
+
"type": "boolean"
|
|
1541
|
+
}
|
|
1542
|
+
],
|
|
1543
|
+
"optional": true,
|
|
1544
|
+
"required": false,
|
|
1545
|
+
"getter": false,
|
|
1546
|
+
"setter": false
|
|
1547
|
+
},
|
|
1548
|
+
{
|
|
1549
|
+
"name": "flex",
|
|
1550
|
+
"type": "string",
|
|
1551
|
+
"complexType": {
|
|
1552
|
+
"original": "`none` | `grow` | `shrink` | string",
|
|
1553
|
+
"resolved": "string",
|
|
1554
|
+
"references": {}
|
|
1555
|
+
},
|
|
1556
|
+
"mutable": false,
|
|
1557
|
+
"attr": "flex",
|
|
1558
|
+
"reflectToAttr": false,
|
|
1559
|
+
"docs": "Defines how a box will grow or shrink to fit the space available in its container.\nCan be a predefined value ('none', 'grow', 'shrink') or a custom flex value (e.g., '1', '0 1 auto').",
|
|
1560
|
+
"docsTags": [
|
|
1561
|
+
{
|
|
1562
|
+
"name": "defaultValue",
|
|
1563
|
+
"text": "none"
|
|
1564
|
+
}
|
|
1565
|
+
],
|
|
1566
|
+
"values": [
|
|
1567
|
+
{
|
|
1568
|
+
"type": "string"
|
|
1569
|
+
}
|
|
1570
|
+
],
|
|
1571
|
+
"optional": true,
|
|
1572
|
+
"required": false,
|
|
1573
|
+
"getter": false,
|
|
1574
|
+
"setter": false
|
|
1575
|
+
},
|
|
1576
|
+
{
|
|
1577
|
+
"name": "gap",
|
|
1578
|
+
"type": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
1579
|
+
"complexType": {
|
|
1580
|
+
"original": "BoxTShirtSizeType",
|
|
1581
|
+
"resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
1582
|
+
"references": {
|
|
1583
|
+
"BoxTShirtSizeType": {
|
|
1584
|
+
"location": "import",
|
|
1585
|
+
"path": "../../utils/types",
|
|
1586
|
+
"id": "src/utils/types.ts::BoxTShirtSizeType"
|
|
1587
|
+
}
|
|
1588
|
+
}
|
|
1589
|
+
},
|
|
1590
|
+
"mutable": false,
|
|
1591
|
+
"attr": "gap",
|
|
1592
|
+
"reflectToAttr": false,
|
|
1593
|
+
"docs": "Defines the spacing between the box items.",
|
|
1594
|
+
"docsTags": [
|
|
1595
|
+
{
|
|
1596
|
+
"name": "defaultValue",
|
|
1597
|
+
"text": "none"
|
|
1598
|
+
}
|
|
1599
|
+
],
|
|
1600
|
+
"values": [
|
|
1601
|
+
{
|
|
1602
|
+
"value": "lg",
|
|
1603
|
+
"type": "string"
|
|
1604
|
+
},
|
|
1605
|
+
{
|
|
1606
|
+
"value": "md",
|
|
1607
|
+
"type": "string"
|
|
1608
|
+
},
|
|
1609
|
+
{
|
|
1610
|
+
"value": "none",
|
|
1611
|
+
"type": "string"
|
|
1612
|
+
},
|
|
1613
|
+
{
|
|
1614
|
+
"value": "sm",
|
|
1615
|
+
"type": "string"
|
|
1616
|
+
},
|
|
1617
|
+
{
|
|
1618
|
+
"value": "xl",
|
|
1619
|
+
"type": "string"
|
|
1620
|
+
},
|
|
1621
|
+
{
|
|
1622
|
+
"value": "xs",
|
|
1623
|
+
"type": "string"
|
|
1624
|
+
},
|
|
1625
|
+
{
|
|
1626
|
+
"value": "xxl",
|
|
1627
|
+
"type": "string"
|
|
1628
|
+
},
|
|
1629
|
+
{
|
|
1630
|
+
"value": "xxs",
|
|
1631
|
+
"type": "string"
|
|
1632
|
+
}
|
|
1633
|
+
],
|
|
1634
|
+
"optional": true,
|
|
1635
|
+
"required": false,
|
|
1636
|
+
"getter": false,
|
|
1637
|
+
"setter": false
|
|
1638
|
+
},
|
|
1639
|
+
{
|
|
1640
|
+
"name": "justifyContent",
|
|
1641
|
+
"type": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1642
|
+
"complexType": {
|
|
1643
|
+
"original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
|
|
1644
|
+
"resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1645
|
+
"references": {}
|
|
1646
|
+
},
|
|
1647
|
+
"mutable": false,
|
|
1648
|
+
"attr": "justify-content",
|
|
1649
|
+
"reflectToAttr": false,
|
|
1650
|
+
"docs": "Defines the horizontal alignment of the box items.",
|
|
1651
|
+
"docsTags": [
|
|
1652
|
+
{
|
|
1653
|
+
"name": "defaultValue",
|
|
1654
|
+
"text": "start"
|
|
1655
|
+
}
|
|
1656
|
+
],
|
|
1657
|
+
"values": [
|
|
1658
|
+
{
|
|
1659
|
+
"value": "center",
|
|
1660
|
+
"type": "string"
|
|
1661
|
+
},
|
|
1662
|
+
{
|
|
1663
|
+
"value": "end",
|
|
1664
|
+
"type": "string"
|
|
1665
|
+
},
|
|
1666
|
+
{
|
|
1667
|
+
"value": "space-around",
|
|
1668
|
+
"type": "string"
|
|
1669
|
+
},
|
|
1670
|
+
{
|
|
1671
|
+
"value": "space-between",
|
|
1672
|
+
"type": "string"
|
|
1673
|
+
},
|
|
1045
1674
|
{
|
|
1046
|
-
"value": "
|
|
1675
|
+
"value": "space-evenly",
|
|
1047
1676
|
"type": "string"
|
|
1048
1677
|
},
|
|
1049
1678
|
{
|
|
1050
|
-
"value": "
|
|
1679
|
+
"value": "start",
|
|
1051
1680
|
"type": "string"
|
|
1052
1681
|
}
|
|
1053
1682
|
],
|
|
@@ -1057,38 +1686,46 @@
|
|
|
1057
1686
|
"setter": false
|
|
1058
1687
|
},
|
|
1059
1688
|
{
|
|
1060
|
-
"name": "
|
|
1061
|
-
"type": "\"
|
|
1689
|
+
"name": "justifyContentLg",
|
|
1690
|
+
"type": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1062
1691
|
"complexType": {
|
|
1063
|
-
"original": "`
|
|
1064
|
-
"resolved": "\"
|
|
1692
|
+
"original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
|
|
1693
|
+
"resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1065
1694
|
"references": {}
|
|
1066
1695
|
},
|
|
1067
1696
|
"mutable": false,
|
|
1068
|
-
"attr": "
|
|
1697
|
+
"attr": "justify-content-lg",
|
|
1069
1698
|
"reflectToAttr": false,
|
|
1070
|
-
"docs": "Defines the
|
|
1699
|
+
"docs": "Defines the horizontal alignment of the box items at the LG breakpoint.",
|
|
1071
1700
|
"docsTags": [
|
|
1072
1701
|
{
|
|
1073
1702
|
"name": "defaultValue",
|
|
1074
|
-
"text": "
|
|
1703
|
+
"text": "start"
|
|
1075
1704
|
}
|
|
1076
1705
|
],
|
|
1077
1706
|
"values": [
|
|
1078
1707
|
{
|
|
1079
|
-
"value": "
|
|
1708
|
+
"value": "center",
|
|
1080
1709
|
"type": "string"
|
|
1081
1710
|
},
|
|
1082
1711
|
{
|
|
1083
|
-
"value": "
|
|
1712
|
+
"value": "end",
|
|
1084
1713
|
"type": "string"
|
|
1085
1714
|
},
|
|
1086
1715
|
{
|
|
1087
|
-
"value": "
|
|
1716
|
+
"value": "space-around",
|
|
1088
1717
|
"type": "string"
|
|
1089
1718
|
},
|
|
1090
1719
|
{
|
|
1091
|
-
"value": "
|
|
1720
|
+
"value": "space-between",
|
|
1721
|
+
"type": "string"
|
|
1722
|
+
},
|
|
1723
|
+
{
|
|
1724
|
+
"value": "space-evenly",
|
|
1725
|
+
"type": "string"
|
|
1726
|
+
},
|
|
1727
|
+
{
|
|
1728
|
+
"value": "start",
|
|
1092
1729
|
"type": "string"
|
|
1093
1730
|
}
|
|
1094
1731
|
],
|
|
@@ -1098,21 +1735,47 @@
|
|
|
1098
1735
|
"setter": false
|
|
1099
1736
|
},
|
|
1100
1737
|
{
|
|
1101
|
-
"name": "
|
|
1102
|
-
"type": "
|
|
1738
|
+
"name": "justifyContentMd",
|
|
1739
|
+
"type": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1103
1740
|
"complexType": {
|
|
1104
|
-
"original": "
|
|
1105
|
-
"resolved": "
|
|
1741
|
+
"original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
|
|
1742
|
+
"resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1106
1743
|
"references": {}
|
|
1107
1744
|
},
|
|
1108
1745
|
"mutable": false,
|
|
1109
|
-
"attr": "
|
|
1746
|
+
"attr": "justify-content-md",
|
|
1110
1747
|
"reflectToAttr": false,
|
|
1111
|
-
"docs": "
|
|
1112
|
-
"docsTags": [
|
|
1748
|
+
"docs": "Defines the horizontal alignment of the box items at the MD breakpoint.",
|
|
1749
|
+
"docsTags": [
|
|
1750
|
+
{
|
|
1751
|
+
"name": "defaultValue",
|
|
1752
|
+
"text": "start"
|
|
1753
|
+
}
|
|
1754
|
+
],
|
|
1113
1755
|
"values": [
|
|
1114
1756
|
{
|
|
1115
|
-
"
|
|
1757
|
+
"value": "center",
|
|
1758
|
+
"type": "string"
|
|
1759
|
+
},
|
|
1760
|
+
{
|
|
1761
|
+
"value": "end",
|
|
1762
|
+
"type": "string"
|
|
1763
|
+
},
|
|
1764
|
+
{
|
|
1765
|
+
"value": "space-around",
|
|
1766
|
+
"type": "string"
|
|
1767
|
+
},
|
|
1768
|
+
{
|
|
1769
|
+
"value": "space-between",
|
|
1770
|
+
"type": "string"
|
|
1771
|
+
},
|
|
1772
|
+
{
|
|
1773
|
+
"value": "space-evenly",
|
|
1774
|
+
"type": "string"
|
|
1775
|
+
},
|
|
1776
|
+
{
|
|
1777
|
+
"value": "start",
|
|
1778
|
+
"type": "string"
|
|
1116
1779
|
}
|
|
1117
1780
|
],
|
|
1118
1781
|
"optional": true,
|
|
@@ -1121,25 +1784,46 @@
|
|
|
1121
1784
|
"setter": false
|
|
1122
1785
|
},
|
|
1123
1786
|
{
|
|
1124
|
-
"name": "
|
|
1125
|
-
"type": "
|
|
1787
|
+
"name": "justifyContentSm",
|
|
1788
|
+
"type": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1126
1789
|
"complexType": {
|
|
1127
|
-
"original": "`
|
|
1128
|
-
"resolved": "
|
|
1790
|
+
"original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
|
|
1791
|
+
"resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1129
1792
|
"references": {}
|
|
1130
1793
|
},
|
|
1131
1794
|
"mutable": false,
|
|
1132
|
-
"attr": "
|
|
1795
|
+
"attr": "justify-content-sm",
|
|
1133
1796
|
"reflectToAttr": false,
|
|
1134
|
-
"docs": "Defines
|
|
1797
|
+
"docs": "Defines the horizontal alignment of the box items at the SM breakpoint.",
|
|
1135
1798
|
"docsTags": [
|
|
1136
1799
|
{
|
|
1137
1800
|
"name": "defaultValue",
|
|
1138
|
-
"text": "
|
|
1801
|
+
"text": "start"
|
|
1139
1802
|
}
|
|
1140
1803
|
],
|
|
1141
1804
|
"values": [
|
|
1142
1805
|
{
|
|
1806
|
+
"value": "center",
|
|
1807
|
+
"type": "string"
|
|
1808
|
+
},
|
|
1809
|
+
{
|
|
1810
|
+
"value": "end",
|
|
1811
|
+
"type": "string"
|
|
1812
|
+
},
|
|
1813
|
+
{
|
|
1814
|
+
"value": "space-around",
|
|
1815
|
+
"type": "string"
|
|
1816
|
+
},
|
|
1817
|
+
{
|
|
1818
|
+
"value": "space-between",
|
|
1819
|
+
"type": "string"
|
|
1820
|
+
},
|
|
1821
|
+
{
|
|
1822
|
+
"value": "space-evenly",
|
|
1823
|
+
"type": "string"
|
|
1824
|
+
},
|
|
1825
|
+
{
|
|
1826
|
+
"value": "start",
|
|
1143
1827
|
"type": "string"
|
|
1144
1828
|
}
|
|
1145
1829
|
],
|
|
@@ -1149,60 +1833,46 @@
|
|
|
1149
1833
|
"setter": false
|
|
1150
1834
|
},
|
|
1151
1835
|
{
|
|
1152
|
-
"name": "
|
|
1153
|
-
"type": "\"
|
|
1836
|
+
"name": "justifyContentXl",
|
|
1837
|
+
"type": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1154
1838
|
"complexType": {
|
|
1155
|
-
"original": "
|
|
1156
|
-
"resolved": "\"
|
|
1157
|
-
"references": {
|
|
1158
|
-
"BoxTShirtSizeType": {
|
|
1159
|
-
"location": "import",
|
|
1160
|
-
"path": "../../utils/types",
|
|
1161
|
-
"id": "src/utils/types.ts::BoxTShirtSizeType"
|
|
1162
|
-
}
|
|
1163
|
-
}
|
|
1839
|
+
"original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
|
|
1840
|
+
"resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1841
|
+
"references": {}
|
|
1164
1842
|
},
|
|
1165
1843
|
"mutable": false,
|
|
1166
|
-
"attr": "
|
|
1844
|
+
"attr": "justify-content-xl",
|
|
1167
1845
|
"reflectToAttr": false,
|
|
1168
|
-
"docs": "Defines the
|
|
1846
|
+
"docs": "Defines the horizontal alignment of the box items at the XL breakpoint.",
|
|
1169
1847
|
"docsTags": [
|
|
1170
1848
|
{
|
|
1171
1849
|
"name": "defaultValue",
|
|
1172
|
-
"text": "
|
|
1850
|
+
"text": "start"
|
|
1173
1851
|
}
|
|
1174
1852
|
],
|
|
1175
1853
|
"values": [
|
|
1176
1854
|
{
|
|
1177
|
-
"value": "
|
|
1178
|
-
"type": "string"
|
|
1179
|
-
},
|
|
1180
|
-
{
|
|
1181
|
-
"value": "md",
|
|
1182
|
-
"type": "string"
|
|
1183
|
-
},
|
|
1184
|
-
{
|
|
1185
|
-
"value": "none",
|
|
1855
|
+
"value": "center",
|
|
1186
1856
|
"type": "string"
|
|
1187
1857
|
},
|
|
1188
1858
|
{
|
|
1189
|
-
"value": "
|
|
1859
|
+
"value": "end",
|
|
1190
1860
|
"type": "string"
|
|
1191
1861
|
},
|
|
1192
1862
|
{
|
|
1193
|
-
"value": "
|
|
1863
|
+
"value": "space-around",
|
|
1194
1864
|
"type": "string"
|
|
1195
1865
|
},
|
|
1196
1866
|
{
|
|
1197
|
-
"value": "
|
|
1867
|
+
"value": "space-between",
|
|
1198
1868
|
"type": "string"
|
|
1199
1869
|
},
|
|
1200
1870
|
{
|
|
1201
|
-
"value": "
|
|
1871
|
+
"value": "space-evenly",
|
|
1202
1872
|
"type": "string"
|
|
1203
1873
|
},
|
|
1204
1874
|
{
|
|
1205
|
-
"value": "
|
|
1875
|
+
"value": "start",
|
|
1206
1876
|
"type": "string"
|
|
1207
1877
|
}
|
|
1208
1878
|
],
|
|
@@ -1212,17 +1882,17 @@
|
|
|
1212
1882
|
"setter": false
|
|
1213
1883
|
},
|
|
1214
1884
|
{
|
|
1215
|
-
"name": "
|
|
1216
|
-
"type": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"start\"",
|
|
1885
|
+
"name": "justifyContentXs",
|
|
1886
|
+
"type": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1217
1887
|
"complexType": {
|
|
1218
|
-
"original": "`start` | `center` | `end` | `space-between` | `space-around`",
|
|
1219
|
-
"resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"start\"",
|
|
1888
|
+
"original": "`start` | `center` | `end` | `space-between` | `space-around` | `space-evenly`",
|
|
1889
|
+
"resolved": "\"center\" | \"end\" | \"space-around\" | \"space-between\" | \"space-evenly\" | \"start\"",
|
|
1220
1890
|
"references": {}
|
|
1221
1891
|
},
|
|
1222
1892
|
"mutable": false,
|
|
1223
|
-
"attr": "justify-content",
|
|
1893
|
+
"attr": "justify-content-xs",
|
|
1224
1894
|
"reflectToAttr": false,
|
|
1225
|
-
"docs": "Defines the horizontal alignment of the box items.",
|
|
1895
|
+
"docs": "Defines the horizontal alignment of the box items at the XS breakpoint.",
|
|
1226
1896
|
"docsTags": [
|
|
1227
1897
|
{
|
|
1228
1898
|
"name": "defaultValue",
|
|
@@ -1246,6 +1916,10 @@
|
|
|
1246
1916
|
"value": "space-between",
|
|
1247
1917
|
"type": "string"
|
|
1248
1918
|
},
|
|
1919
|
+
{
|
|
1920
|
+
"value": "space-evenly",
|
|
1921
|
+
"type": "string"
|
|
1922
|
+
},
|
|
1249
1923
|
{
|
|
1250
1924
|
"value": "start",
|
|
1251
1925
|
"type": "string"
|
|
@@ -1518,7 +2192,7 @@
|
|
|
1518
2192
|
},
|
|
1519
2193
|
"mutable": false,
|
|
1520
2194
|
"attr": "min-height",
|
|
1521
|
-
"reflectToAttr":
|
|
2195
|
+
"reflectToAttr": true,
|
|
1522
2196
|
"docs": "The minimum height of the row. Used in conjunction with alignment props",
|
|
1523
2197
|
"docsTags": [],
|
|
1524
2198
|
"values": [
|
|
@@ -1541,7 +2215,7 @@
|
|
|
1541
2215
|
},
|
|
1542
2216
|
"mutable": false,
|
|
1543
2217
|
"attr": "min-width",
|
|
1544
|
-
"reflectToAttr":
|
|
2218
|
+
"reflectToAttr": true,
|
|
1545
2219
|
"docs": "The minimum width of the row. Used in conjunction with alignment props",
|
|
1546
2220
|
"docsTags": [],
|
|
1547
2221
|
"values": [
|
|
@@ -7836,6 +8510,122 @@
|
|
|
7836
8510
|
"getter": false,
|
|
7837
8511
|
"setter": false
|
|
7838
8512
|
},
|
|
8513
|
+
{
|
|
8514
|
+
"name": "colGapBlock",
|
|
8515
|
+
"type": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
8516
|
+
"complexType": {
|
|
8517
|
+
"original": "BoxTShirtSizeType | null",
|
|
8518
|
+
"resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
8519
|
+
"references": {
|
|
8520
|
+
"BoxTShirtSizeType": {
|
|
8521
|
+
"location": "import",
|
|
8522
|
+
"path": "../../utils/types",
|
|
8523
|
+
"id": "src/utils/types.ts::BoxTShirtSizeType"
|
|
8524
|
+
}
|
|
8525
|
+
}
|
|
8526
|
+
},
|
|
8527
|
+
"mutable": false,
|
|
8528
|
+
"attr": "col-gap-block",
|
|
8529
|
+
"reflectToAttr": false,
|
|
8530
|
+
"docs": "Defines the spacing between the row items vertically.",
|
|
8531
|
+
"docsTags": [],
|
|
8532
|
+
"values": [
|
|
8533
|
+
{
|
|
8534
|
+
"value": "lg",
|
|
8535
|
+
"type": "string"
|
|
8536
|
+
},
|
|
8537
|
+
{
|
|
8538
|
+
"value": "md",
|
|
8539
|
+
"type": "string"
|
|
8540
|
+
},
|
|
8541
|
+
{
|
|
8542
|
+
"value": "none",
|
|
8543
|
+
"type": "string"
|
|
8544
|
+
},
|
|
8545
|
+
{
|
|
8546
|
+
"value": "sm",
|
|
8547
|
+
"type": "string"
|
|
8548
|
+
},
|
|
8549
|
+
{
|
|
8550
|
+
"value": "xl",
|
|
8551
|
+
"type": "string"
|
|
8552
|
+
},
|
|
8553
|
+
{
|
|
8554
|
+
"value": "xs",
|
|
8555
|
+
"type": "string"
|
|
8556
|
+
},
|
|
8557
|
+
{
|
|
8558
|
+
"value": "xxl",
|
|
8559
|
+
"type": "string"
|
|
8560
|
+
},
|
|
8561
|
+
{
|
|
8562
|
+
"value": "xxs",
|
|
8563
|
+
"type": "string"
|
|
8564
|
+
}
|
|
8565
|
+
],
|
|
8566
|
+
"optional": true,
|
|
8567
|
+
"required": false,
|
|
8568
|
+
"getter": false,
|
|
8569
|
+
"setter": false
|
|
8570
|
+
},
|
|
8571
|
+
{
|
|
8572
|
+
"name": "colGapInline",
|
|
8573
|
+
"type": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
8574
|
+
"complexType": {
|
|
8575
|
+
"original": "BoxTShirtSizeType | null",
|
|
8576
|
+
"resolved": "\"lg\" | \"md\" | \"none\" | \"sm\" | \"xl\" | \"xs\" | \"xxl\" | \"xxs\"",
|
|
8577
|
+
"references": {
|
|
8578
|
+
"BoxTShirtSizeType": {
|
|
8579
|
+
"location": "import",
|
|
8580
|
+
"path": "../../utils/types",
|
|
8581
|
+
"id": "src/utils/types.ts::BoxTShirtSizeType"
|
|
8582
|
+
}
|
|
8583
|
+
}
|
|
8584
|
+
},
|
|
8585
|
+
"mutable": false,
|
|
8586
|
+
"attr": "col-gap-inline",
|
|
8587
|
+
"reflectToAttr": false,
|
|
8588
|
+
"docs": "Defines the spacing between the row items horizontally.",
|
|
8589
|
+
"docsTags": [],
|
|
8590
|
+
"values": [
|
|
8591
|
+
{
|
|
8592
|
+
"value": "lg",
|
|
8593
|
+
"type": "string"
|
|
8594
|
+
},
|
|
8595
|
+
{
|
|
8596
|
+
"value": "md",
|
|
8597
|
+
"type": "string"
|
|
8598
|
+
},
|
|
8599
|
+
{
|
|
8600
|
+
"value": "none",
|
|
8601
|
+
"type": "string"
|
|
8602
|
+
},
|
|
8603
|
+
{
|
|
8604
|
+
"value": "sm",
|
|
8605
|
+
"type": "string"
|
|
8606
|
+
},
|
|
8607
|
+
{
|
|
8608
|
+
"value": "xl",
|
|
8609
|
+
"type": "string"
|
|
8610
|
+
},
|
|
8611
|
+
{
|
|
8612
|
+
"value": "xs",
|
|
8613
|
+
"type": "string"
|
|
8614
|
+
},
|
|
8615
|
+
{
|
|
8616
|
+
"value": "xxl",
|
|
8617
|
+
"type": "string"
|
|
8618
|
+
},
|
|
8619
|
+
{
|
|
8620
|
+
"value": "xxs",
|
|
8621
|
+
"type": "string"
|
|
8622
|
+
}
|
|
8623
|
+
],
|
|
8624
|
+
"optional": true,
|
|
8625
|
+
"required": false,
|
|
8626
|
+
"getter": false,
|
|
8627
|
+
"setter": false
|
|
8628
|
+
},
|
|
7839
8629
|
{
|
|
7840
8630
|
"name": "componentId",
|
|
7841
8631
|
"type": "string",
|