@startinblox/components-ds4go 4.1.9 → 4.1.10

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
@@ -5272,7 +5272,7 @@ let Oe = class extends A {
5272
5272
  <odrl-policy-viewer .policy=${i}></odrl-policy-viewer>
5273
5273
  </div>`
5274
5274
  )}` : c`<tems-division type="h4"
5275
- ><div>${l("Access Policy")}</div></tems-division
5275
+ ><div>${l("Usage conditions")}</div></tems-division
5276
5276
  >
5277
5277
  <odrl-policy-viewer .policy=${this.policy}></odrl-policy-viewer>`}
5278
5278
  </div>`;
@@ -6910,6 +6910,7 @@ oe.styles = C`
6910
6910
  }
6911
6911
 
6912
6912
  .odrl-id {
6913
+ display: none;
6913
6914
  font-size: 0.85em;
6914
6915
  color: #666;
6915
6916
  font-family: monospace;
@@ -9860,7 +9861,7 @@ You will be charged 5€ on your account.`,
9860
9861
  s042baf59902a711f: "Policy",
9861
9862
  s95b064f1a3d622cb: "Access Policies",
9862
9863
  sdf84f71cdbae4127: "Multiple contract policies available for this asset",
9863
- sb932583a436a894b: "Access Policy",
9864
+ sf33c65e87028410a: "Usage conditions",
9864
9865
  s49bca1b76261f3ff: "Activate this service",
9865
9866
  sb332ee61b882e577: "Negotiate access",
9866
9867
  s500790e7856278ea: "Negotiating...",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@startinblox/components-ds4go",
3
- "version": "4.1.9",
3
+ "version": "4.1.10",
4
4
  "description": "Startin'blox DS4GO",
5
5
  "main": "dist/index.js",
6
6
  "type": "module",
@@ -58,7 +58,7 @@ export class CatalogModalPolicyDisplay extends LitElement {
58
58
  </div>`,
59
59
  )}`
60
60
  : html`<tems-division type="h4"
61
- ><div>${msg("Access Policy")}</div></tems-division
61
+ ><div>${msg("Usage conditions")}</div></tems-division
62
62
  >
63
63
  <odrl-policy-viewer .policy=${this.policy}></odrl-policy-viewer>`}
64
64
  </div>`;
@@ -38,6 +38,7 @@ export class OdrlPolicyViewer extends LitElement {
38
38
  }
39
39
 
40
40
  .odrl-id {
41
+ display: none;
41
42
  font-size: 0.85em;
42
43
  color: #666;
43
44
  font-family: monospace;