architwin 1.14.8 → 1.14.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/lib/types.d.ts CHANGED
@@ -261,6 +261,12 @@ export interface IObjectData {
261
261
  node: Scene.INode;
262
262
  type?: string;
263
263
  iframeId?: string;
264
+ children?: {
265
+ component?: Scene.IComponent;
266
+ node?: Scene.INode;
267
+ type?: string;
268
+ index?: number;
269
+ }[];
264
270
  }
265
271
  export interface IObjectFilters {
266
272
  type?: string | undefined;
@@ -452,6 +458,9 @@ export interface ComponentOptions {
452
458
  floorLevel?: number | undefined;
453
459
  lineComponentType?: string | undefined;
454
460
  id?: number | undefined;
461
+ drawingMode?: string | undefined;
462
+ targetIndex?: number | undefined;
463
+ targetUUID?: string | undefined;
455
464
  }
456
465
  export interface VectorCoords {
457
466
  object_position: Vector3;
@@ -725,6 +734,7 @@ export declare enum SPACE_EVENTS {
725
734
  PARTITION_CLICKED = "PARTITION_CLICKED",
726
735
  PARTITION_DISPOSED = "PARTITION_DISPOSED",
727
736
  PARTITION_RENDERED = "PARTITION_RENDERED",
737
+ PARTITION_COLLIDER_CLICKED = "PARTITION_COLLIDER_CLICKED",
728
738
  DRAW_HISTORY = "DRAW_HISTORY",
729
739
  BASEPOINT_UPDATED = "BASEPOINT_UPDATED",
730
740
  MINIMAP_CHANGED = "MINIMAP_CHANGED",
@@ -752,6 +762,7 @@ export declare enum SPACE_EVENTS {
752
762
  SCREEN_SHARE_HOST_END_SESSION = "SCREEN_SHARE_HOST_END_SESSION",
753
763
  SCREEN_SHARE_GUEST_LEAVE_SESSION = "SCREEN_SHARE_GUEST_LEAVE_SESSION",
754
764
  SCREEN_SHARE_BACK_USER_LIST_PANE = "SCREEN_SHARE_BACK_USER_LIST_PANE",
765
+ SCREEN_SHARE_TERMINATED = "SCREEN_SHARE_TERMINATED",
755
766
  PIPE_INIT = "PIPE_INIT",
756
767
  PIPE_CATEGORY_REMOVED = "PIPE_CATEGORY_REMOVED",
757
768
  PIPE_CATEGORY_SAVED = "PIPE_CATEGORY_SAVED",
@@ -1084,6 +1095,7 @@ export interface FloorPolyData {
1084
1095
  perimeter: number | undefined;
1085
1096
  floor_level: number;
1086
1097
  edges: Array<EdgePolyData>;
1098
+ material?: string | undefined;
1087
1099
  }
1088
1100
  export interface WallPolyData {
1089
1101
  uuid?: string | undefined;
@@ -1095,11 +1107,29 @@ export interface WallPolyData {
1095
1107
  is_visible?: boolean | undefined;
1096
1108
  is_deleted?: boolean | undefined;
1097
1109
  };
1110
+ material?: string | undefined;
1098
1111
  area: number;
1099
1112
  perimeter: number | undefined;
1100
1113
  width: number | undefined;
1101
1114
  wall_height: number;
1102
1115
  edges: Array<EdgePolyData>;
1116
+ windows?: Array<WindowPolyData>;
1117
+ }
1118
+ export interface WindowPolyData {
1119
+ path: Array<Vector3>;
1120
+ uuid?: string | undefined;
1121
+ name?: string | undefined;
1122
+ index?: number | undefined;
1123
+ options?: {
1124
+ color?: number | undefined;
1125
+ opacity?: number | undefined;
1126
+ is_visible?: boolean | undefined;
1127
+ is_deleted?: boolean | undefined;
1128
+ };
1129
+ area: number;
1130
+ width: number | undefined;
1131
+ edges: Array<EdgePolyData>;
1132
+ material?: string | undefined;
1103
1133
  }
1104
1134
  export interface PolygonData {
1105
1135
  path: Array<Vector3>;
@@ -1113,6 +1143,7 @@ export interface PolygonData {
1113
1143
  wall_height: number;
1114
1144
  totalWallArea?: number;
1115
1145
  totalWallPerimeter?: number;
1146
+ material?: string | undefined;
1116
1147
  }
1117
1148
  export interface PolyWallVisibility {
1118
1149
  index: number;
package/lib/types.js CHANGED
@@ -95,6 +95,7 @@ export var SPACE_EVENTS;
95
95
  SPACE_EVENTS["PARTITION_CLICKED"] = "PARTITION_CLICKED";
96
96
  SPACE_EVENTS["PARTITION_DISPOSED"] = "PARTITION_DISPOSED";
97
97
  SPACE_EVENTS["PARTITION_RENDERED"] = "PARTITION_RENDERED";
98
+ SPACE_EVENTS["PARTITION_COLLIDER_CLICKED"] = "PARTITION_COLLIDER_CLICKED";
98
99
  SPACE_EVENTS["DRAW_HISTORY"] = "DRAW_HISTORY";
99
100
  SPACE_EVENTS["BASEPOINT_UPDATED"] = "BASEPOINT_UPDATED";
100
101
  SPACE_EVENTS["MINIMAP_CHANGED"] = "MINIMAP_CHANGED";
@@ -123,6 +124,7 @@ export var SPACE_EVENTS;
123
124
  SPACE_EVENTS["SCREEN_SHARE_HOST_END_SESSION"] = "SCREEN_SHARE_HOST_END_SESSION";
124
125
  SPACE_EVENTS["SCREEN_SHARE_GUEST_LEAVE_SESSION"] = "SCREEN_SHARE_GUEST_LEAVE_SESSION";
125
126
  SPACE_EVENTS["SCREEN_SHARE_BACK_USER_LIST_PANE"] = "SCREEN_SHARE_BACK_USER_LIST_PANE";
127
+ SPACE_EVENTS["SCREEN_SHARE_TERMINATED"] = "SCREEN_SHARE_TERMINATED";
126
128
  // PIPE
127
129
  SPACE_EVENTS["PIPE_INIT"] = "PIPE_INIT";
128
130
  SPACE_EVENTS["PIPE_CATEGORY_REMOVED"] = "PIPE_CATEGORY_REMOVED";
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.14.8",
3
+ "version": "1.14.10",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.js",
6
6
  "types": "./lib/architwin.d.ts",
@@ -1307,7 +1307,7 @@
1307
1307
 
1308
1308
  /* Room */
1309
1309
 
1310
- .at_empty-display {
1310
+ .at_empty_display {
1311
1311
  display: var(--container-display);
1312
1312
  justify-content: center;
1313
1313
  align-items: center;
@@ -1330,7 +1330,8 @@
1330
1330
 
1331
1331
  .at_undo_btn,
1332
1332
  .at_redo_btn,
1333
- .at_draw_partition_btn {
1333
+ .at_draw_partition_btn,
1334
+ .at_add_window_door_btn {
1334
1335
  background-color: black;
1335
1336
  border: solid white 2px;
1336
1337
  font-size: smaller;
@@ -1342,7 +1343,8 @@
1342
1343
  }
1343
1344
 
1344
1345
 
1345
- .at_draw_partition_btn {
1346
+ .at_draw_partition_btn,
1347
+ .at_add_window_door_btn {
1346
1348
  flex-grow: 2;
1347
1349
  }
1348
1350
 
@@ -1350,7 +1352,8 @@
1350
1352
  font-size: x-small;
1351
1353
  }
1352
1354
 
1353
- .at_draw_partition_btn_active {
1355
+ .at_draw_partition_btn_active,
1356
+ .at_add_window_door_btn_active {
1354
1357
  background-color: var(--bg-accent);
1355
1358
  border: solid white 2px;
1356
1359
  font-size: smaller;
@@ -1359,24 +1362,6 @@
1359
1362
  flex-grow: 2;
1360
1363
  }
1361
1364
 
1362
- .at_partition_list_container {
1363
- display: var(--container-display);
1364
- border-radius: var(--border-radius);
1365
- background-color: black;
1366
- flex-direction: column;
1367
- padding: 8px 6px 8px 6px;
1368
- min-height: 22rem;
1369
- }
1370
-
1371
- .at_partition_item_container {
1372
- display: var(--container-display);
1373
- flex-direction: column;
1374
- gap: 4px;
1375
- margin-bottom: 0.5rem;
1376
- }
1377
-
1378
- .at_face_title,
1379
- .at_partition_title,
1380
1365
  .at_converted_coordinates_title {
1381
1366
  display: var(--container-display);
1382
1367
  background-color: hsla(0,0%,19%,1);
@@ -1391,65 +1376,6 @@
1391
1376
  padding-right: 18px;
1392
1377
  }
1393
1378
 
1394
- .at_face_title .mdi-chevron-left {
1395
- cursor: pointer;
1396
- background-color: hsla(0, 3%, 6%, 0.8);
1397
- line-height: 1;
1398
- padding: 2px;
1399
- border-radius: 4px;
1400
- }
1401
-
1402
- .at_partition_item {
1403
- display: var(--container-display);
1404
- background-color: hsla(0,0%,19%,1);
1405
- border-radius: 4px;
1406
- justify-content: space-between;
1407
- align-items: center;
1408
- padding: 2px 5px 2px 5px;
1409
- margin: 0 4px 0 4px;
1410
- }
1411
-
1412
- .at_partition_name {
1413
- display: flex;
1414
- background-color: hsla(0, 3%, 6%, 0.8);
1415
- border-radius: 4px;
1416
- justify-content: space-between;
1417
- flex: 1;
1418
- padding: 0 5px 0 5px;
1419
- margin: 0 20px 0 20px;
1420
- font-size: 12px;
1421
- font-family: Arial, sans-serif;
1422
- }
1423
-
1424
- .at_icon_left {
1425
- line-height: 1;
1426
- background-color: hsla(173,75%,58%,1);
1427
- color: black;
1428
- border-radius: 4px;
1429
- padding: 1px;
1430
- }
1431
-
1432
- .at_icon_right {
1433
- cursor: pointer;
1434
- }
1435
-
1436
- .at_face_vertex_container,
1437
- .at_coordinaes_container {
1438
- display: flex;
1439
- flex-direction: column;
1440
- gap: 4px;
1441
- padding: 0px;
1442
- margin-top: 4px;
1443
- }
1444
-
1445
- .at_face_vertex_item {
1446
- display: var(--container-display);
1447
- background-color: hsla(0,0%,19%,1);
1448
- flex-direction: column;
1449
- border-radius: 4px;
1450
- margin: 0px 4px 0px 4px;
1451
- }
1452
-
1453
1379
  .at_face_item {
1454
1380
  display: var(--container-display);
1455
1381
  border-radius: 4px;
@@ -1463,96 +1389,21 @@
1463
1389
  background-color: hsla(220, 20%, 25%, 1);
1464
1390
  }
1465
1391
 
1466
- .at_face_name {
1467
- background-color: hsla(0, 3%, 6%, 0.8);
1468
- border-radius: 4px;
1469
- cursor: pointer;
1470
- margin: 2px;
1471
- font-size: 12px;
1472
- font-family: Arial, sans-serif;
1473
- text-align: center;
1474
- width:100px;
1475
- }
1476
-
1477
- .at_face_icon_left {
1478
- display: inline-block;
1479
- line-height: 1;
1480
- background-color: hsla(173,75%,58%,1);
1481
- color: black;
1482
- border-radius: 4px;
1483
- padding: 2px;
1484
- cursor: default;
1485
- }
1486
-
1487
- .at_face_icon_right {
1488
- cursor: pointer;
1489
- }
1490
-
1491
- .at_face_icon_right:hover {
1492
- color: var(--bg-accent-azusa)
1493
- }
1494
-
1495
- .at_face_icon_rotate_90 {
1496
- display: inline-block;
1497
- transform: rotate(90deg);
1498
- }
1499
-
1500
- .at_face_icon_rotate_180 {
1501
- display: inline-block;
1502
- transform: rotate(180deg);
1503
- }
1504
-
1505
- .at_face_icon_rotate_270 {
1506
- display: inline-block;
1507
- transform: rotate(270deg);
1508
- }
1509
-
1510
- .at_edit_name {
1511
- display: none;
1512
- flex-direction: column;
1513
- align-items: center;
1514
- justify-content: center;
1515
- padding-bottom: 6px;
1516
- }
1517
-
1518
- .at_edit_name_text {
1392
+ .at_edit_name, .at_edit_material {
1519
1393
  display: flex;
1520
- font-family: Arial, sans-serif;
1521
- font-size: 10px;
1522
- text-align: center;
1523
- cursor: pointer;
1524
- gap: 5px;
1525
- }
1526
-
1527
- .at_edit_name_input {
1528
- display: none;
1529
1394
  align-items: center;
1530
1395
  padding-bottom: 4px;
1396
+ width: 100%;
1531
1397
  }
1532
1398
 
1533
- .at_edit_face_name_input {
1534
- background-color: hsla(0,0%,19%,1);
1535
- font-family: Arial, sans-serif;
1536
- font-size: 10px;
1537
- box-sizing: border-box;
1538
- text-align: center;
1539
- color: white;
1540
- border:none;
1541
- border-bottom: 1px solid;
1542
- outline: none;
1543
- padding-bottom: 2px;
1544
- height: 20px;
1545
- max-width: 85px;
1546
- }
1547
-
1548
- .at_edit_partition_name_input {
1399
+ .at_edit_name_input, .at_edit_material_input {
1549
1400
  display:flex;
1550
- background-color: black;
1401
+ background-color: inherit;
1551
1402
  font-family: Arial, sans-serif;
1552
1403
  font-size: 10px;
1553
1404
  box-sizing: border-box;
1554
- color: white;
1555
1405
  border:none;
1406
+ color:white;
1556
1407
  border-bottom: 1px solid;
1557
1408
  outline: none;
1558
1409
  padding-bottom: 2px;
@@ -1560,7 +1411,10 @@
1560
1411
  width: 100%;
1561
1412
  }
1562
1413
 
1563
- .at_edit_name_input .mdi-check {
1414
+ .at_edit_name .mdi-check,
1415
+ .at_edit_name .mdi-pencil,
1416
+ .at_edit_material .mdi-check,
1417
+ .at_edit_material .mdi-pencil {
1564
1418
  display: inline-flex;
1565
1419
  align-items: center;
1566
1420
  cursor: pointer;
@@ -1569,78 +1423,8 @@
1569
1423
  padding-bottom: 3px;
1570
1424
  }
1571
1425
 
1572
- .at_vertex_list {
1573
- display: var(--container-display);
1574
- flex-direction: column;
1575
- border-radius: 4px;
1576
- margin-bottom: 6px;
1577
- padding-top: 6px;
1578
- }
1579
-
1580
- .at_vertex_list.show {
1581
- display: var(--container-display);
1582
- }
1583
-
1584
- .at_vertex_item {
1585
- display: var(--container-display);
1586
- background-color: hsla(0, 3%, 6%, 0.8);
1587
- border-radius: 4px;
1588
- flex-direction: row;
1589
- justify-content: space-between;
1590
- align-items: center;
1591
- padding: 2px 5px 2px 5px;
1592
- margin: 0px 14px 4px 15px;
1593
- }
1594
-
1595
- .at_vertex_item.selected {
1596
- background-color: hsla(220, 25%, 25%, 1)
1597
- }
1598
-
1599
- .at_vertex_center {
1600
- display: flex;
1601
- flex-direction: row;
1602
- justify-content: space-between;
1603
- align-items: center;
1604
- gap: 6px;
1605
- }
1606
-
1607
- .at_vertex_distance {
1608
- background-color:hsla(0,0%,100%,0.8) ;
1609
- border-radius: 4px;
1610
- color: black;
1611
- }
1612
-
1613
- .at_vertex_name,
1614
- .at_vertex_distance {
1615
- font-size: 12px;
1616
- font-family: Arial, sans-serif;
1617
- white-space: nowrap;
1618
- text-align: center;
1619
- width: 50px;
1620
- }
1621
-
1622
- .at_vertex_icon_left {
1623
- display: inline-block;
1624
- line-height: 1;
1625
- background-color: hsla(71,96%,62%,1);
1626
- color: black;
1627
- border-radius: 4px;
1628
- padding: 2px;
1629
- cursor: default;
1630
- margin: 2px;
1631
- cursor: pointer;
1632
- }
1633
-
1634
- .at_vertex_icon_right {
1635
- cursor: pointer;
1636
- }
1637
-
1638
- .at_vertex_icon_right:hover {
1639
- color: var(--bg-accent-azusa)
1640
- }
1641
-
1642
1426
  .at_invisible {
1643
- opacity: 0;
1427
+ visibility: hidden;
1644
1428
  pointer-events: none;
1645
1429
  cursor: default;
1646
1430
  }
@@ -2270,7 +2054,8 @@ dialog#at-screen-share-request-modal::backdrop {
2270
2054
 
2271
2055
  .at_screen_share_request_message {
2272
2056
  font-size: 24px;
2273
- font-weight: bold;
2057
+ font-weight: 700;
2058
+ color: #263646ef !important;
2274
2059
  padding: none !important;
2275
2060
  margin: none !important;
2276
2061
  }
@@ -2383,10 +2168,245 @@ dialog#at-screen-share-request-modal::backdrop {
2383
2168
  background-color: var(--bg-accent) !important;
2384
2169
  }
2385
2170
 
2171
+
2172
+ /* Generic Elements */
2173
+
2174
+ .at_section {
2175
+ display: var(--container-display);
2176
+ border-radius: var(--border-radius);
2177
+ background-color: black;
2178
+ flex-direction: column;
2179
+ padding: 8px 6px 8px 6px;
2180
+ min-height: 22rem;
2181
+ }
2182
+
2183
+ .at_section .at_title {
2184
+ display: var(--container-display);
2185
+ background-color: hsla(0,0%,19%,1);
2186
+ border-radius: 4px;
2187
+ align-items: center;
2188
+ justify-content: space-between;
2189
+ margin-bottom: 10px;
2190
+ font-size: 15px;
2191
+ font-weight: normal;
2192
+ font-family: Arial, sans-serif;
2193
+ padding-left: 2px;
2194
+ padding-right: 18px;
2195
+ }
2196
+
2197
+ .at_section .at_title .at_back_btn{
2198
+ cursor: pointer;
2199
+ background-color: hsla(0, 3%, 6%, 0.8);
2200
+ line-height: 1;
2201
+ padding: 2px;
2202
+ border-radius: 4px;
2203
+ }
2204
+
2205
+ .at_section .at_body {
2206
+ display: var(--container-display);
2207
+ flex-direction: column;
2208
+ gap: 4px;
2209
+ margin-bottom: 0.5rem;
2210
+ }
2211
+
2212
+ .at_section .at_body .at_container{
2213
+ display: block;
2214
+ background-color: hsla(0,0%,19%,1);
2215
+ flex-direction: column;
2216
+ border-radius: 4px;
2217
+ padding: 0px;
2218
+ }
2219
+
2220
+ .at_section .at_body .at_item {
2221
+ display: var(--container-display);
2222
+ background-color: hsla(0,0%,19%,1);
2223
+ border-radius: 4px;
2224
+ justify-content: space-between;
2225
+ align-items: center;
2226
+ padding: 2px 5px 2px 5px;
2227
+ }
2228
+
2229
+ .at_section .at_body .at_item .at_subitem_left {
2230
+ line-height: 1;
2231
+ background-color: hsla(173,75%,58%,1);
2232
+ color: black;
2233
+ border-radius: 4px;
2234
+ padding: 1px;
2235
+ }
2236
+
2237
+ .at_section .at_body .at_item .at_subitem_right {
2238
+ cursor: pointer;
2239
+ }
2240
+
2241
+ .at_section .at_body .at_item .at_subitem_right:hover {
2242
+ color: var(--bg-accent-azusa)
2243
+ }
2244
+
2245
+ .at_section .at_body .at_item .at_name {
2246
+ display: flex;
2247
+ background-color: hsla(0, 3%, 6%, 0.8);
2248
+ border-radius: 4px;
2249
+ justify-content: space-between;
2250
+ flex: 1;
2251
+ padding: 0 5px 0 5px;
2252
+ margin: 0 20px 0 20px;
2253
+ font-size: 12px;
2254
+ font-family: Arial, sans-serif;
2255
+ }
2256
+
2257
+ .at_section .at_body .at_item.selected {
2258
+ background-color: hsla(220, 20%, 25%, 1);
2259
+ }
2260
+
2261
+ .at_dropdown_item_container {
2262
+ display: var(--container-display);
2263
+ flex-direction: column;
2264
+ border-radius: 4px;
2265
+ padding: 4px;
2266
+ }
2267
+
2268
+ .at_dropdown_item_container.show {
2269
+ display: var(--container-display);
2270
+ }
2271
+
2272
+ .at_section .at_body .at_container .at_dropdown_item_container .at_dropdown_item {
2273
+ display: var(--container-display);
2274
+ background-color: hsla(0, 3%, 6%, 0.8);
2275
+ border-radius: 4px;
2276
+ flex-direction: column;
2277
+ justify-content: space-between;
2278
+ align-items: center;
2279
+ padding: 2px 2px 2px 2px;
2280
+ margin: 0px 4px 2px 4px;
2281
+ }
2282
+
2283
+ .at_section .at_body .at_container .at_dropdown_item_container .at_dropdown_item.selected {
2284
+ background-color: hsla(220, 25%, 25%, 1)
2285
+ }
2286
+
2287
+ .at_dropdown_item .at_subitem_left {
2288
+ display: inline-block;
2289
+ line-height: 1;
2290
+ background-color: hsla(71,96%,62%,1);
2291
+ color: black;
2292
+ border-radius: 4px;
2293
+ padding: 2px;
2294
+ margin: 2px;
2295
+ }
2296
+
2297
+ .at_dropdown_item .at_subitem_right {
2298
+ cursor: pointer;
2299
+ display: flex;
2300
+ }
2301
+
2302
+ .at_dropdown_item .at_subitem_right span:hover{
2303
+ color: var(--bg-accent-azusa)
2304
+ }
2305
+
2306
+ .at_dropdown_item .at_subitem_center {
2307
+ display: flex;
2308
+ justify-content: space-around;
2309
+ align-items: center;
2310
+ gap: 4px;
2311
+ }
2312
+
2313
+ .at_dropdown_item .at_subitem_center .at_icon {
2314
+ font-size: 1em;
2315
+ }
2316
+
2317
+ .at_dropdown_subitem_container {
2318
+ display: var(--container-display);
2319
+ background-color: hsla(0, 3%, 6%, 0.8);
2320
+ border-radius: 4px;
2321
+ flex-direction: row;
2322
+ justify-content: space-between;
2323
+ align-items: center;
2324
+ padding: 2px 2px 2px 2px;
2325
+ margin: 0px 4px 2px 4px;
2326
+ width: 100%;
2327
+ }
2328
+
2329
+ .at_subitem_center .at_name {
2330
+ max-width: 75px;
2331
+ overflow: hidden;
2332
+ text-overflow: ellipsis;
2333
+ white-space: nowrap;
2334
+ position: relative;
2335
+ }
2336
+
2337
+ .at_subitem_center .at_tooltip {
2338
+ position: absolute;
2339
+ top: -70%;
2340
+ left: -10%;
2341
+ width: min-content;
2342
+ color: #fff;
2343
+ transform: translateY(-50%);
2344
+ font-size: 12px;
2345
+ padding: 4px 8px;
2346
+ border-radius: 4px;
2347
+ white-space: nowrap;
2348
+ z-index: 9999999;
2349
+ visibility: hidden;
2350
+ background-color: #2A2B26;
2351
+ opacity: 0;
2352
+ transition: opacity 0.3s ease;
2353
+ }
2354
+
2355
+ .at_subitem_center:hover .at_tooltip {
2356
+ transition: opacity 0.3s ease;
2357
+ visibility: visible;
2358
+ opacity: 1;
2359
+ }
2360
+
2361
+ .at_subitem_center .at_tooltip::after {
2362
+ content: "";
2363
+ position: absolute;
2364
+ top: 115%;
2365
+ left: 50%;
2366
+ margin-top: -5px;
2367
+ border-width: 5px;
2368
+ border-style: solid;
2369
+ border-color: #2A2B26 transparent transparent transparent;
2370
+ }
2371
+
2372
+ .at_subitem_center .at_name,
2373
+ .at_subitem_center .at_distance {
2374
+ font-size: 12px;
2375
+ font-family: Arial, sans-serif;
2376
+ white-space: nowrap;
2377
+ text-align: center;
2378
+ padding-left: 5px;
2379
+ padding-right: 5px;
2380
+ }
2381
+
2382
+ .at_subitem_center .at_distance {
2383
+ background-color:hsla(0,0%,100%,0.8) ;
2384
+ border-radius: 4px;
2385
+ color: black;
2386
+ }
2387
+
2388
+ .at_container .at_item .at_subitem_center {
2389
+ background-color: hsla(0, 3%, 6%, 0.8);
2390
+ border-radius: 4px;
2391
+ cursor: pointer;
2392
+ margin: 4px;
2393
+ font-size: 12px;
2394
+ text-align: center;
2395
+ width:100px;
2396
+ }
2397
+
2386
2398
  .at_tags_filter_section {
2387
2399
  display: flex;
2388
2400
  flex-direction: row;
2389
2401
  gap: 2px !important;
2390
2402
  height: max-content;
2391
2403
  height: 3rem;
2404
+ }
2405
+
2406
+ .at_partition_wall_row_item {
2407
+ cursor: pointer;
2408
+ }
2409
+
2410
+ .at_partition_floor_row_item {
2411
+ cursor: pointer;
2392
2412
  }