sprint-asia-custom-component 0.1.43 → 0.1.44
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
CHANGED
|
@@ -46892,13 +46892,13 @@
|
|
|
46892
46892
|
}, /*#__PURE__*/React__default["default"].createElement(PiNotePencil, {
|
|
46893
46893
|
size: "24",
|
|
46894
46894
|
variant: "Bold",
|
|
46895
|
-
className: "text-
|
|
46895
|
+
className: "text-primary500 cursor-pointer mr-2"
|
|
46896
46896
|
})), /*#__PURE__*/React__default["default"].createElement("div", {
|
|
46897
46897
|
onClick: onClickDelete
|
|
46898
46898
|
}, /*#__PURE__*/React__default["default"].createElement(PiTrash, {
|
|
46899
46899
|
size: "24",
|
|
46900
46900
|
variant: "Bold",
|
|
46901
|
-
className: "text-
|
|
46901
|
+
className: "text-primary500 cursor-pointer"
|
|
46902
46902
|
}))))));
|
|
46903
46903
|
};
|
|
46904
46904
|
|
package/package.json
CHANGED
|
@@ -151,14 +151,14 @@ const CellModelThree = ({
|
|
|
151
151
|
<PiNotePencil
|
|
152
152
|
size="24"
|
|
153
153
|
variant="Bold"
|
|
154
|
-
className="text-
|
|
154
|
+
className="text-primary500 cursor-pointer mr-2"
|
|
155
155
|
/>
|
|
156
156
|
</div>
|
|
157
157
|
<div onClick={onClickDelete}>
|
|
158
158
|
<PiTrash
|
|
159
159
|
size="24"
|
|
160
160
|
variant="Bold"
|
|
161
|
-
className="text-
|
|
161
|
+
className="text-primary500 cursor-pointer"
|
|
162
162
|
/>
|
|
163
163
|
</div>
|
|
164
164
|
</div>
|