@vygruppen/spor-react 12.24.2 → 12.24.3
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/.turbo/turbo-build.log +12 -12
- package/.turbo/turbo-postinstall.log +2 -2
- package/CHANGELOG.md +6 -0
- package/dist/index.cjs +7 -7
- package/dist/index.cjs.map +1 -1
- package/dist/index.d.cts +6 -6
- package/dist/index.d.ts +6 -6
- package/dist/index.mjs +7 -7
- package/dist/index.mjs.map +1 -1
- package/package.json +5 -5
- package/src/theme/recipes/attached-inputs.ts +7 -7
package/dist/index.d.cts
CHANGED
|
@@ -1222,13 +1222,13 @@ declare const attachedInputsRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
|
1222
1222
|
horizontal: {
|
|
1223
1223
|
flexDirection: "row";
|
|
1224
1224
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
1225
|
-
borderEndRadius:
|
|
1225
|
+
borderEndRadius: number;
|
|
1226
1226
|
};
|
|
1227
1227
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
1228
|
-
borderRadius:
|
|
1228
|
+
borderRadius: number;
|
|
1229
1229
|
};
|
|
1230
1230
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
1231
|
-
borderStartRadius:
|
|
1231
|
+
borderStartRadius: number;
|
|
1232
1232
|
};
|
|
1233
1233
|
"&[data-with-flip-button]": {
|
|
1234
1234
|
"& > *:nth-of-type(2) [data-scope='field'][data-part='root']": {
|
|
@@ -1244,13 +1244,13 @@ declare const attachedInputsRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
|
1244
1244
|
vertical: {
|
|
1245
1245
|
flexDirection: "column";
|
|
1246
1246
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
1247
|
-
borderBottomRadius:
|
|
1247
|
+
borderBottomRadius: number;
|
|
1248
1248
|
};
|
|
1249
1249
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
1250
|
-
borderRadius:
|
|
1250
|
+
borderRadius: number;
|
|
1251
1251
|
};
|
|
1252
1252
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
1253
|
-
borderTopRadius:
|
|
1253
|
+
borderTopRadius: number;
|
|
1254
1254
|
};
|
|
1255
1255
|
};
|
|
1256
1256
|
};
|
package/dist/index.d.ts
CHANGED
|
@@ -1222,13 +1222,13 @@ declare const attachedInputsRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
|
1222
1222
|
horizontal: {
|
|
1223
1223
|
flexDirection: "row";
|
|
1224
1224
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
1225
|
-
borderEndRadius:
|
|
1225
|
+
borderEndRadius: number;
|
|
1226
1226
|
};
|
|
1227
1227
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
1228
|
-
borderRadius:
|
|
1228
|
+
borderRadius: number;
|
|
1229
1229
|
};
|
|
1230
1230
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
1231
|
-
borderStartRadius:
|
|
1231
|
+
borderStartRadius: number;
|
|
1232
1232
|
};
|
|
1233
1233
|
"&[data-with-flip-button]": {
|
|
1234
1234
|
"& > *:nth-of-type(2) [data-scope='field'][data-part='root']": {
|
|
@@ -1244,13 +1244,13 @@ declare const attachedInputsRecipe: _chakra_ui_react.RecipeDefinition<{
|
|
|
1244
1244
|
vertical: {
|
|
1245
1245
|
flexDirection: "column";
|
|
1246
1246
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
1247
|
-
borderBottomRadius:
|
|
1247
|
+
borderBottomRadius: number;
|
|
1248
1248
|
};
|
|
1249
1249
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
1250
|
-
borderRadius:
|
|
1250
|
+
borderRadius: number;
|
|
1251
1251
|
};
|
|
1252
1252
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
1253
|
-
borderTopRadius:
|
|
1253
|
+
borderTopRadius: number;
|
|
1254
1254
|
};
|
|
1255
1255
|
};
|
|
1256
1256
|
};
|
package/dist/index.mjs
CHANGED
|
@@ -6430,7 +6430,7 @@ var attachedInputsRecipe = defineRecipe({
|
|
|
6430
6430
|
gap: "0.1rem",
|
|
6431
6431
|
width: "100%",
|
|
6432
6432
|
"& select": {
|
|
6433
|
-
borderEndRadius:
|
|
6433
|
+
borderEndRadius: 0
|
|
6434
6434
|
},
|
|
6435
6435
|
"& > *": {
|
|
6436
6436
|
position: "relative",
|
|
@@ -6445,13 +6445,13 @@ var attachedInputsRecipe = defineRecipe({
|
|
|
6445
6445
|
horizontal: {
|
|
6446
6446
|
flexDirection: "row",
|
|
6447
6447
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
6448
|
-
borderEndRadius:
|
|
6448
|
+
borderEndRadius: 0
|
|
6449
6449
|
},
|
|
6450
6450
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
6451
|
-
borderRadius:
|
|
6451
|
+
borderRadius: 0
|
|
6452
6452
|
},
|
|
6453
6453
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
6454
|
-
borderStartRadius:
|
|
6454
|
+
borderStartRadius: 0
|
|
6455
6455
|
},
|
|
6456
6456
|
"&[data-with-flip-button]": {
|
|
6457
6457
|
"& > *:nth-of-type(2) [data-scope='field'][data-part='root']": {
|
|
@@ -6467,13 +6467,13 @@ var attachedInputsRecipe = defineRecipe({
|
|
|
6467
6467
|
vertical: {
|
|
6468
6468
|
flexDirection: "column",
|
|
6469
6469
|
"& > *:first-of-type:not(:last-of-type) [data-attachable]": {
|
|
6470
|
-
borderBottomRadius:
|
|
6470
|
+
borderBottomRadius: 0
|
|
6471
6471
|
},
|
|
6472
6472
|
"& > *:not(:first-of-type):not(:last-of-type) [data-attachable]": {
|
|
6473
|
-
borderRadius:
|
|
6473
|
+
borderRadius: 0
|
|
6474
6474
|
},
|
|
6475
6475
|
"& > *:not(:first-of-type):last-of-type [data-attachable]": {
|
|
6476
|
-
borderTopRadius:
|
|
6476
|
+
borderTopRadius: 0
|
|
6477
6477
|
}
|
|
6478
6478
|
}
|
|
6479
6479
|
}
|