@fctc/sme-widget-ui 2.1.0 → 2.1.1
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/index.js +1 -0
- package/dist/index.mjs +1 -0
- package/dist/widgets.js +1 -0
- package/dist/widgets.mjs +1 -0
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13190,6 +13190,7 @@ var TableHead = (props) => {
|
|
|
13190
13190
|
{
|
|
13191
13191
|
style: {
|
|
13192
13192
|
maxWidth: "50px",
|
|
13193
|
+
minWidth: "50px",
|
|
13193
13194
|
right: 0
|
|
13194
13195
|
},
|
|
13195
13196
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|
package/dist/index.mjs
CHANGED
|
@@ -13065,6 +13065,7 @@ var TableHead = (props) => {
|
|
|
13065
13065
|
{
|
|
13066
13066
|
style: {
|
|
13067
13067
|
maxWidth: "50px",
|
|
13068
|
+
minWidth: "50px",
|
|
13068
13069
|
right: 0
|
|
13069
13070
|
},
|
|
13070
13071
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|
package/dist/widgets.js
CHANGED
|
@@ -12432,6 +12432,7 @@ var TableHead = (props) => {
|
|
|
12432
12432
|
{
|
|
12433
12433
|
style: {
|
|
12434
12434
|
maxWidth: "50px",
|
|
12435
|
+
minWidth: "50px",
|
|
12435
12436
|
right: 0
|
|
12436
12437
|
},
|
|
12437
12438
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|
package/dist/widgets.mjs
CHANGED
|
@@ -12370,6 +12370,7 @@ var TableHead = (props) => {
|
|
|
12370
12370
|
{
|
|
12371
12371
|
style: {
|
|
12372
12372
|
maxWidth: "50px",
|
|
12373
|
+
minWidth: "50px",
|
|
12373
12374
|
right: 0
|
|
12374
12375
|
},
|
|
12375
12376
|
className: `column whitespace-nowrap text-left p-3 text-sm font-medium capitalize text-[#121212] min-w-[40px] sticky right-[0px] bg-white`,
|