@kubex/zinc 1.1.147 → 1.1.149

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.
@@ -7081,6 +7081,15 @@
7081
7081
  "default": "\"Cancel\"",
7082
7082
  "attribute": "cancelText"
7083
7083
  },
7084
+ {
7085
+ "kind": "field",
7086
+ "name": "closeText",
7087
+ "type": {
7088
+ "text": "string"
7089
+ },
7090
+ "default": "\"Close\"",
7091
+ "attribute": "closeText"
7092
+ },
7084
7093
  {
7085
7094
  "kind": "field",
7086
7095
  "name": "hideIcon",
@@ -7328,6 +7337,14 @@
7328
7337
  "default": "\"Cancel\"",
7329
7338
  "fieldName": "cancelText"
7330
7339
  },
7340
+ {
7341
+ "name": "closeText",
7342
+ "type": {
7343
+ "text": "string"
7344
+ },
7345
+ "default": "\"Close\"",
7346
+ "fieldName": "closeText"
7347
+ },
7331
7348
  {
7332
7349
  "name": "hide-icon",
7333
7350
  "type": {
@@ -53476,7 +53493,7 @@
53476
53493
  "package": {
53477
53494
  "name": "@kubex/zinc",
53478
53495
  "description": "A collection of web components for building web applications based off of @shoelace-style/Shoelace",
53479
- "version": "1.1.147",
53496
+ "version": "1.1.149",
53480
53497
  "author": "",
53481
53498
  "license": "MIT"
53482
53499
  }
@@ -1002,6 +1002,7 @@
1002
1002
  { "name": "content", "values": [] },
1003
1003
  { "name": "confirmText", "values": [] },
1004
1004
  { "name": "cancelText", "values": [] },
1005
+ { "name": "closeText", "values": [] },
1005
1006
  { "name": "hide-icon", "values": [] },
1006
1007
  {
1007
1008
  "name": "show-loading",