@evercam/ui 0.0.63-preview-copilot-error-message-4d7bd3ee7 → 0.0.63-preview-copilot-error-message-dba06869b

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/styles.css CHANGED
@@ -4095,9 +4095,6 @@
4095
4095
  .e-w-max{
4096
4096
  width: max-content;
4097
4097
  }
4098
- .e-w-px{
4099
- width: 1px;
4100
- }
4101
4098
  .e-w-screen{
4102
4099
  width: 100vw;
4103
4100
  }
@@ -6945,10 +6942,6 @@
6945
6942
  --tw-bg-opacity: 1;
6946
6943
  background-color: rgb(17 24 39 / var(--tw-bg-opacity));
6947
6944
  }
6948
- .e-bg-green-600{
6949
- --tw-bg-opacity: 1;
6950
- background-color: rgb(22 163 74 / var(--tw-bg-opacity));
6951
- }
6952
6945
  .e-bg-green-900{
6953
6946
  --tw-bg-opacity: 1;
6954
6947
  background-color: rgb(20 83 45 / var(--tw-bg-opacity));
package/dist/tags.json CHANGED
@@ -115,7 +115,6 @@
115
115
  "chart-min-label-height",
116
116
  "min-date",
117
117
  "max-date",
118
- "cursor-timestamp",
119
118
  "selected-class",
120
119
  "pan-on-date-click",
121
120
  "pan-transition-duration",
@@ -135,7 +134,8 @@
135
134
  "timezone",
136
135
  "stop-click-propagation",
137
136
  "tooltip-position",
138
- "max-domain-padding"
137
+ "max-domain-padding",
138
+ "show-cursor"
139
139
  ],
140
140
  "description": ""
141
141
  },
@@ -2,7 +2,7 @@
2
2
  "$schema": "http://json.schemastore.org/web-types",
3
3
  "framework": "vue",
4
4
  "name": "@evercam/ui",
5
- "version": "0.0.63-preview-copilot-error-message-4d7bd3ee7",
5
+ "version": "0.0.63-preview-copilot-error-message-dba06869b",
6
6
  "contributions": {
7
7
  "html": {
8
8
  "types-syntax": "typescript",
@@ -859,18 +859,6 @@
859
859
  "type": "string"
860
860
  }
861
861
  },
862
- {
863
- "name": "cursor-timestamp",
864
- "doc-url": "https://www.npmjs.com/package/@evercam/ui",
865
- "default": "undefined",
866
- "value": {
867
- "kind": "expression",
868
- "type": [
869
- "string",
870
- "any"
871
- ]
872
- }
873
- },
874
862
  {
875
863
  "name": "selected-class",
876
864
  "doc-url": "https://www.npmjs.com/package/@evercam/ui",
@@ -1059,6 +1047,15 @@
1059
1047
  "kind": "expression",
1060
1048
  "type": "number"
1061
1049
  }
1050
+ },
1051
+ {
1052
+ "name": "show-cursor",
1053
+ "doc-url": "https://www.npmjs.com/package/@evercam/ui",
1054
+ "default": "true",
1055
+ "value": {
1056
+ "kind": "expression",
1057
+ "type": "boolean"
1058
+ }
1062
1059
  }
1063
1060
  ]
1064
1061
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@evercam/ui",
3
- "version": "0.0.63-preview-copilot-error-message-4d7bd3ee7",
3
+ "version": "0.0.63-preview-copilot-error-message-dba06869b",
4
4
  "license": "MIT",
5
5
  "private": false,
6
6
  "author": "Evercam - Constuction Cameras.",