architwin 1.14.7 → 1.14.8

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.
@@ -85,7 +85,7 @@ export function renderModelControlPane(type = 'Translate') {
85
85
  <span class="at_bolder at_model_unit">m</span>
86
86
  </div>
87
87
  <div class="at_number_field">
88
- <span class="at_bolder at_text_yellow_500">Y</span>
88
+ <span class="at_bolder at_text_yellowgreen_500">Y</span>
89
89
  <input type="number" id="at-input-y" class="at_rounded_input"/>
90
90
  <span class="at_bolder at_model_unit">m</span>
91
91
  </div>
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "architwin",
3
- "version": "1.14.7",
3
+ "version": "1.14.8",
4
4
  "description": "ArchiTwin Library for Matterport",
5
5
  "main": "./lib/architwin.js",
6
6
  "types": "./lib/architwin.d.ts",
@@ -574,6 +574,18 @@ width: 100vw;
574
574
  .at_text_blue_900 { color: #1e3a8a; }
575
575
  .at_text_blue_950 { color: #172554; }
576
576
 
577
+ .at_text_yellowgreen_50 { color: #f7fee7; }
578
+ .at_text_yellowgreen_100 { color: #ecfccb; }
579
+ .at_text_yellowgreen_200 { color: #d9f99d; }
580
+ .at_text_yellowgreen_300 { color: #bef264; }
581
+ .at_text_yellowgreen_400 { color: #a3e635; }
582
+ .at_text_yellowgreen_500 { color: #84cc16; }
583
+ .at_text_yellowgreen_600 { color: #65a30d; }
584
+ .at_text_yellowgreen_700 { color: #4d7c0f; }
585
+ .at_text_yellowgreen_800 { color: #3f6212; }
586
+ .at_text_yellowgreen_900 { color: #365314; }
587
+ .at_text_yellowgreen_950 { color: #1a2e05; }
588
+
577
589
  .at_bg_red_50 { background-color: #fef2f2; }
578
590
  .at_bg_red_100 { background-color: #fee2e2; }
579
591
  .at_bg_red_200 { background-color: #fecaca; }
@@ -610,6 +622,18 @@ width: 100vw;
610
622
  .at_bg_blue_900 { background-color: #1e3a8a; }
611
623
  .at_bg_blue_950 { background-color: #172554; }
612
624
 
625
+ .at_bg_yellowgreen_50 { background-color: #f7fee7; }
626
+ .at_bg_yellowgreen_50 { background-color: #ecfccb; }
627
+ .at_bg_yellowgreen_50 { background-color: #d9f99d; }
628
+ .at_bg_yellowgreen_50 { background-color: #bef264; }
629
+ .at_bg_yellowgreen_50 { background-color: #a3e635; }
630
+ .at_bg_yellowgreen_50 { background-color: #84cc16; }
631
+ .at_bg_yellowgreen_50 { background-color: #65a30d; }
632
+ .at_bg_yellowgreen_50 { background-color: #4d7c0f; }
633
+ .at_bg_yellowgreen_50 { background-color: #3f6212; }
634
+ .at_bg_yellowgreen_50 { background-color: #365314; }
635
+ .at_bg_yellowgreen_50 { background-color: #1a2e05; }
636
+
613
637
  .at_border_red_50 { border-color: #fef2f2; }
614
638
  .at_border_red_100 { border-color: #fee2e2; }
615
639
  .at_border_red_200 { border-color: #fecaca; }
@@ -646,3 +670,15 @@ width: 100vw;
646
670
  .at_border_blue_800 { border-color: #1e40af; }
647
671
  .at_border_blue_900 { border-color: #1e3a8a; }
648
672
  .at_border_blue_950 { border-color: #172554; }
673
+
674
+ .at_border_yellowgreen_50 { border-color: #f7fee7; }
675
+ .at_border_yellowgreen_100 { border-color: #ecfccb; }
676
+ .at_border_yellowgreen_200 { border-color: #d9f99d; }
677
+ .at_border_yellowgreen_300 { border-color: #bef264; }
678
+ .at_border_yellowgreen_400 { border-color: #a3e635; }
679
+ .at_border_yellowgreen_500 { border-color: #84cc16; }
680
+ .at_border_yellowgreen_600 { border-color: #65a30d; }
681
+ .at_border_yellowgreen_700 { border-color: #4d7c0f; }
682
+ .at_border_yellowgreen_800 { border-color: #3f6212; }
683
+ .at_border_yellowgreen_900 { border-color: #365314; }
684
+ .at_border_yellowgreen_950 { border-color: #1a2e05; }