@supernova-studio/client 1.3.3 → 1.3.4
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.js.map +1 -1
- package/dist/index.mjs +1 -0
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -13756,6 +13756,7 @@ var LocalDocsElementActionExecutor = class {
|
|
|
13756
13756
|
name: _nullishCoalesce(input.title, () => ( existingGroup.meta.name))
|
|
13757
13757
|
},
|
|
13758
13758
|
data: {
|
|
13759
|
+
...existingGroup.data,
|
|
13759
13760
|
// TODO Artem: move somewhere reusable
|
|
13760
13761
|
configuration: input.configuration ? {
|
|
13761
13762
|
..._nullishCoalesce(_optionalChain([existingGroup, 'access', _86 => _86.data, 'optionalAccess', _87 => _87.configuration]), () => ( defaultDocumentationItemConfigurationV2)),
|