@@ -255,6 +255,7 @@ exports[`<Chip /> should prioritize Chip's isDisabled prop instead of ChipGroup
255
255
data-blade-component = " base-box"
256
256
display = " flex"
257
257
flexDirection = " row"
258
+ gap = " spacing.3"
258
259
height = " 28px"
259
260
isChecked = { false }
260
261
isDisabled = { true }
@@ -271,6 +272,7 @@ exports[`<Chip /> should prioritize Chip's isDisabled prop instead of ChipGroup
271
272
" borderWidth" : 0.5 ,
272
273
" display" : " flex" ,
273
274
" flexDirection" : " row" ,
275
+ " gap" : 8 ,
274
276
" height" : 28 ,
275
277
" justifyContent" : " center" ,
276
278
" overflow" : " hidden" ,
@@ -462,6 +464,7 @@ exports[`<Chip /> should prioritize Chip's isDisabled prop instead of ChipGroup
462
464
data-blade-component = " base-box"
463
465
display = " flex"
464
466
flexDirection = " row"
467
+ gap = " spacing.3"
465
468
height = " 28px"
466
469
isChecked = { false }
467
470
isDisabled = { false }
@@ -478,6 +481,7 @@ exports[`<Chip /> should prioritize Chip's isDisabled prop instead of ChipGroup
478
481
" borderWidth" : 0.5 ,
479
482
" display" : " flex" ,
480
483
" flexDirection" : " row" ,
484
+ " gap" : 8 ,
481
485
" height" : 28 ,
482
486
" justifyContent" : " center" ,
483
487
" overflow" : " hidden" ,
@@ -795,6 +799,7 @@ exports[`<Chip /> should render chip 1`] = `
795
799
data-blade-component = " base-box"
796
800
display = " flex"
797
801
flexDirection = " row"
802
+ gap = " spacing.3"
798
803
height = " 28px"
799
804
isChecked = { false }
800
805
isDisabled = { false }
@@ -811,6 +816,7 @@ exports[`<Chip /> should render chip 1`] = `
811
816
" borderWidth" : 0.5 ,
812
817
" display" : " flex" ,
813
818
" flexDirection" : " row" ,
819
+ " gap" : 8 ,
814
820
" height" : 28 ,
815
821
" justifyContent" : " center" ,
816
822
" overflow" : " hidden" ,
@@ -1002,6 +1008,7 @@ exports[`<Chip /> should render chip 1`] = `
1002
1008
data-blade-component = " base-box"
1003
1009
display = " flex"
1004
1010
flexDirection = " row"
1011
+ gap = " spacing.3"
1005
1012
height = " 28px"
1006
1013
isChecked = { false }
1007
1014
isDisabled = { false }
@@ -1018,6 +1025,7 @@ exports[`<Chip /> should render chip 1`] = `
1018
1025
" borderWidth" : 0.5 ,
1019
1026
" display" : " flex" ,
1020
1027
" flexDirection" : " row" ,
1028
+ " gap" : 8 ,
1021
1029
" height" : 28 ,
1022
1030
" justifyContent" : " center" ,
1023
1031
" overflow" : " hidden" ,
@@ -1335,6 +1343,7 @@ exports[`<Chip /> should render chip with icon 1`] = `
1335
1343
data-blade-component = " base-box"
1336
1344
display = " flex"
1337
1345
flexDirection = " row"
1346
+ gap = " spacing.3"
1338
1347
height = " 28px"
1339
1348
isChecked = { false }
1340
1349
isDisabled = { false }
@@ -1351,6 +1360,7 @@ exports[`<Chip /> should render chip with icon 1`] = `
1351
1360
" borderWidth" : 0.5 ,
1352
1361
" display" : " flex" ,
1353
1362
" flexDirection" : " row" ,
1363
+ " gap" : 8 ,
1354
1364
" height" : 28 ,
1355
1365
" justifyContent" : " center" ,
1356
1366
" overflow" : " hidden" ,
@@ -1371,7 +1381,6 @@ exports[`<Chip /> should render chip with icon 1`] = `
1371
1381
[
1372
1382
{
1373
1383
" display" : " flex" ,
1374
- " paddingRight" : 8 ,
1375
1384
},
1376
1385
]
1377
1386
}
@@ -1643,6 +1652,7 @@ exports[`<Chip /> should render chip with icon 1`] = `
1643
1652
data-blade-component = " base-box"
1644
1653
display = " flex"
1645
1654
flexDirection = " row"
1655
+ gap = " spacing.3"
1646
1656
height = " 28px"
1647
1657
isChecked = { false }
1648
1658
isDisabled = { false }
@@ -1659,6 +1669,7 @@ exports[`<Chip /> should render chip with icon 1`] = `
1659
1669
" borderWidth" : 0.5 ,
1660
1670
" display" : " flex" ,
1661
1671
" flexDirection" : " row" ,
1672
+ " gap" : 8 ,
1662
1673
" height" : 28 ,
1663
1674
" justifyContent" : " center" ,
1664
1675
" overflow" : " hidden" ,
@@ -1679,7 +1690,6 @@ exports[`<Chip /> should render chip with icon 1`] = `
1679
1690
[
1680
1691
{
1681
1692
" display" : " flex" ,
1682
- " paddingRight" : 8 ,
1683
1693
},
1684
1694
]
1685
1695
}
@@ -2077,6 +2087,7 @@ exports[`<Chip /> should set disabled state with isDisabled 1`] = `
2077
2087
data-blade-component = " base-box"
2078
2088
display = " flex"
2079
2089
flexDirection = " row"
2090
+ gap = " spacing.3"
2080
2091
height = " 28px"
2081
2092
isChecked = { false }
2082
2093
isDisabled = { true }
@@ -2093,6 +2104,7 @@ exports[`<Chip /> should set disabled state with isDisabled 1`] = `
2093
2104
" borderWidth" : 0.5 ,
2094
2105
" display" : " flex" ,
2095
2106
" flexDirection" : " row" ,
2107
+ " gap" : 8 ,
2096
2108
" height" : 28 ,
2097
2109
" justifyContent" : " center" ,
2098
2110
" overflow" : " hidden" ,
@@ -2284,6 +2296,7 @@ exports[`<Chip /> should set disabled state with isDisabled 1`] = `
2284
2296
data-blade-component = " base-box"
2285
2297
display = " flex"
2286
2298
flexDirection = " row"
2299
+ gap = " spacing.3"
2287
2300
height = " 28px"
2288
2301
isChecked = { false }
2289
2302
isDisabled = { false }
@@ -2300,6 +2313,7 @@ exports[`<Chip /> should set disabled state with isDisabled 1`] = `
2300
2313
" borderWidth" : 0.5 ,
2301
2314
" display" : " flex" ,
2302
2315
" flexDirection" : " row" ,
2316
+ " gap" : 8 ,
2303
2317
" height" : 28 ,
2304
2318
" justifyContent" : " center" ,
2305
2319
" overflow" : " hidden" ,
0 commit comments