@acoustte-digital-services/digitalstore-controls-dev 0.8.1-dev.20260624062618 → 0.8.1-dev.20260624070938
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 -2
- package/dist/index.mjs +1 -2
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -5987,9 +5987,8 @@ var DocumentNode = (props) => {
|
|
|
5987
5987
|
"a",
|
|
5988
5988
|
{
|
|
5989
5989
|
href: documentUrl,
|
|
5990
|
-
download: true,
|
|
5991
5990
|
target: "_blank",
|
|
5992
|
-
rel: "noreferrer",
|
|
5991
|
+
rel: "noopener noreferrer",
|
|
5993
5992
|
className: "inline-flex items-center px-4 py-2 text-sm font-medium bg-default border rounded focus:outline-none focus:ring-2 focus:ring-offset-2 transition-colors",
|
|
5994
5993
|
children: [
|
|
5995
5994
|
/* @__PURE__ */ (0, import_jsx_runtime70.jsxs)(
|
package/dist/index.mjs
CHANGED
|
@@ -4381,9 +4381,8 @@ var DocumentNode = (props) => {
|
|
|
4381
4381
|
"a",
|
|
4382
4382
|
{
|
|
4383
4383
|
href: documentUrl,
|
|
4384
|
-
download: true,
|
|
4385
4384
|
target: "_blank",
|
|
4386
|
-
rel: "noreferrer",
|
|
4385
|
+
rel: "noopener noreferrer",
|
|
4387
4386
|
className: "inline-flex items-center px-4 py-2 text-sm font-medium bg-default border rounded focus:outline-none focus:ring-2 focus:ring-offset-2 transition-colors",
|
|
4388
4387
|
children: [
|
|
4389
4388
|
/* @__PURE__ */ jsxs32(
|
package/package.json
CHANGED