tsv2-library 1.0.61-alpha.116 → 1.0.61-alpha.118

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "tsv2-library",
3
3
  "author": "fixedassetv2-fe",
4
- "version": "1.0.61-alpha.116",
4
+ "version": "1.0.61-alpha.118",
5
5
  "license": "ISC",
6
6
  "homepage": "https://github.com/fixedassetv2-fe/tsv2-library#readme",
7
7
  "repository": {
@@ -8,6 +8,7 @@ export type TransactionRoles = Addon & {
8
8
  export type Addon = {
9
9
  repairTicketing: boolean;
10
10
  maintenance: boolean;
11
+ map: boolean;
11
12
  tracking: boolean;
12
13
  audit: boolean;
13
14
  assetControl: boolean;
@@ -304,7 +304,7 @@ export default {
304
304
  class: [
305
305
  // Position
306
306
  'absolute top-0 left-0',
307
- 'mt-1',
307
+ 'mt-1 !z-[1111]',
308
308
 
309
309
  // Shape
310
310
  'border-0',