@orangelogic/design-system 2.121.0 → 2.122.0
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.
|
@@ -89395,7 +89395,7 @@ const N4t = {
|
|
|
89395
89395
|
callback: ({ extraValue: i, record: o }) => ({
|
|
89396
89396
|
...o,
|
|
89397
89397
|
"format-dark-mode": r ? "TR1" : "TRX",
|
|
89398
|
-
"record-id-dark-mode": i?.["record-id"],
|
|
89398
|
+
"record-id-dark-mode": i?.["record-id-dark-mode"],
|
|
89399
89399
|
"transformations-dark-mode": "[]"
|
|
89400
89400
|
}),
|
|
89401
89401
|
controlType: "image-picker",
|
package/library/package.json
CHANGED