@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260218102052 → 0.8.1-dev.20260306085544
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 +2 -1
- package/dist/index.mjs +2 -1
- package/package.json +2 -2
package/dist/index.js
CHANGED
|
@@ -951,6 +951,7 @@ var ColorInput = (props) => {
|
|
|
951
951
|
{
|
|
952
952
|
type: "color",
|
|
953
953
|
name: props.name,
|
|
954
|
+
title: color,
|
|
954
955
|
id: props.name,
|
|
955
956
|
value: color,
|
|
956
957
|
onChange: handleColorChange,
|
|
@@ -2510,7 +2511,7 @@ var DataList = (props) => {
|
|
|
2510
2511
|
return /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(
|
|
2511
2512
|
"th",
|
|
2512
2513
|
{
|
|
2513
|
-
className: "px-6 py-3 text-left font-medium cursor-pointer " + column.width + (column.controlType == ViewControlTypes_default.moneyView ? " text-right" : ""),
|
|
2514
|
+
className: "px-6 py-3 text-left font-medium cursor-pointer bg-neutral-soft " + column.width + (column.controlType == ViewControlTypes_default.moneyView ? " text-right" : ""),
|
|
2514
2515
|
children: /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Hyperlink, { href: url, className: "text-body-950", children: /* @__PURE__ */ (0, import_jsx_runtime40.jsxs)("span", { className: "flex items-center space-x-1", children: [
|
|
2515
2516
|
/* @__PURE__ */ (0, import_jsx_runtime40.jsx)("span", { children: column.label }),
|
|
2516
2517
|
column.enableSorting && /* @__PURE__ */ (0, import_jsx_runtime40.jsx)(Icon_default, { className: "w-4 h-4", name: icon })
|
package/dist/index.mjs
CHANGED
|
@@ -911,6 +911,7 @@ var ColorInput = (props) => {
|
|
|
911
911
|
{
|
|
912
912
|
type: "color",
|
|
913
913
|
name: props.name,
|
|
914
|
+
title: color,
|
|
914
915
|
id: props.name,
|
|
915
916
|
value: color,
|
|
916
917
|
onChange: handleColorChange,
|
|
@@ -2478,7 +2479,7 @@ var DataList = (props) => {
|
|
|
2478
2479
|
return /* @__PURE__ */ jsx40(
|
|
2479
2480
|
"th",
|
|
2480
2481
|
{
|
|
2481
|
-
className: "px-6 py-3 text-left font-medium cursor-pointer " + column.width + (column.controlType == ViewControlTypes_default.moneyView ? " text-right" : ""),
|
|
2482
|
+
className: "px-6 py-3 text-left font-medium cursor-pointer bg-neutral-soft " + column.width + (column.controlType == ViewControlTypes_default.moneyView ? " text-right" : ""),
|
|
2482
2483
|
children: /* @__PURE__ */ jsx40(Hyperlink, { href: url, className: "text-body-950", children: /* @__PURE__ */ jsxs22("span", { className: "flex items-center space-x-1", children: [
|
|
2483
2484
|
/* @__PURE__ */ jsx40("span", { children: column.label }),
|
|
2484
2485
|
column.enableSorting && /* @__PURE__ */ jsx40(Icon_default, { className: "w-4 h-4", name: icon })
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@acoustte-digital-services/digitalstore-controls-dev",
|
|
3
|
-
"version": "0.8.1-dev.
|
|
3
|
+
"version": "0.8.1-dev.20260306085544",
|
|
4
4
|
"description": "Reusable React components",
|
|
5
5
|
"main": "dist/index.js",
|
|
6
6
|
"module": "dist/index.mjs",
|
|
@@ -16,7 +16,7 @@
|
|
|
16
16
|
"react-dom": "^18 || ^19"
|
|
17
17
|
},
|
|
18
18
|
"devDependencies": {
|
|
19
|
-
"@types/node": "^25.
|
|
19
|
+
"@types/node": "^25.3.5",
|
|
20
20
|
"@types/react": "^19",
|
|
21
21
|
"@types/react-dom": "^19",
|
|
22
22
|
"tsup": "^8.5.1",
|