@ctlyst.id/internal-ui 2.0.24 → 2.0.25
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/config/theme/components/table.d.ts +12 -0
- package/dist/internal-ui.cjs.development.js +14 -2
- package/dist/internal-ui.cjs.development.js.map +1 -1
- package/dist/internal-ui.cjs.production.min.js +1 -1
- package/dist/internal-ui.cjs.production.min.js.map +1 -1
- package/dist/internal-ui.esm.js +14 -2
- package/dist/internal-ui.esm.js.map +1 -1
- package/package.json +2 -2
package/dist/internal-ui.esm.js
CHANGED
@@ -4597,12 +4597,24 @@ const sizes$3 = {
|
|
4597
4597
|
px: '2',
|
4598
4598
|
py: '4',
|
4599
4599
|
lineHeight: '4',
|
4600
|
-
fontSize: 'xs'
|
4600
|
+
fontSize: 'xs',
|
4601
|
+
'&:first-of-type': {
|
4602
|
+
pl: 6
|
4603
|
+
},
|
4604
|
+
'&:last-of-type': {
|
4605
|
+
pr: 6
|
4606
|
+
}
|
4601
4607
|
},
|
4602
4608
|
td: {
|
4603
4609
|
px: '2',
|
4604
4610
|
py: '4',
|
4605
|
-
lineHeight: '5'
|
4611
|
+
lineHeight: '5',
|
4612
|
+
'&:first-of-type': {
|
4613
|
+
pl: 6
|
4614
|
+
},
|
4615
|
+
'&:last-of-type': {
|
4616
|
+
pr: 6
|
4617
|
+
}
|
4606
4618
|
},
|
4607
4619
|
caption: {
|
4608
4620
|
px: '6',
|