architwin 1.14.16 → 1.15.1

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.
Files changed (35) hide show
  1. package/lib/architwin.d.ts +13 -2
  2. package/lib/architwin.js +1 -1
  3. package/lib/atwinui/components/toolbar/i18n.js +71 -3
  4. package/lib/atwinui/components/toolbar/index.js +5 -1
  5. package/lib/atwinui/components/toolbar/menuBar.d.ts +1 -0
  6. package/lib/atwinui/components/toolbar/menuBar.js +12 -0
  7. package/lib/atwinui/components/toolbar/spacePartition/roomFormPane.d.ts +2 -0
  8. package/lib/atwinui/components/toolbar/spacePartition/roomFormPane.js +41 -12
  9. package/lib/atwinui/components/toolbar/spacePartition/roomTreePane.d.ts +21 -2
  10. package/lib/atwinui/components/toolbar/spacePartition/roomTreePane.js +35 -14
  11. package/lib/atwinui/components/toolbar/tagFormPane.js +2 -1
  12. package/lib/atwinui/components/toolbar/tagListPane.d.ts +7 -2
  13. package/lib/atwinui/components/toolbar/tagListPane.js +126 -38
  14. package/lib/atwinui/events.d.ts +3 -1
  15. package/lib/atwinui/events.js +629 -107
  16. package/lib/atwinui/index.js +9 -1
  17. package/lib/color.js +12 -1
  18. package/lib/loaders/polydrawerLoader.js +3 -0
  19. package/lib/types.d.ts +75 -1
  20. package/lib/types.js +17 -0
  21. package/package.json +1 -1
  22. package/static/atwinui.css +55 -7
  23. package/static/colors/SOFT_ROYAL_BLUE.png +0 -0
  24. package/static/colors/YELLOW_ORANGE.png +0 -0
  25. package/static/utility.css +156 -537
  26. package/lib/atwinui/components/toolbar/roomCreation/roomFormPane.d.ts +0 -68
  27. package/lib/atwinui/components/toolbar/roomCreation/roomFormPane.js +0 -798
  28. package/lib/atwinui/components/toolbar/roomCreation/roomLayerListPane.d.ts +0 -33
  29. package/lib/atwinui/components/toolbar/roomCreation/roomLayerListPane.js +0 -447
  30. package/lib/atwinui/components/toolbar/tagIotForm.d.ts +0 -20
  31. package/lib/atwinui/components/toolbar/tagIotForm.js +0 -391
  32. package/lib/atwinui/components/toolbar/usersPane.d.ts +0 -14
  33. package/lib/atwinui/components/toolbar/usersPane.js +0 -273
  34. package/lib/convert.d.ts +0 -13
  35. package/lib/convert.js +0 -54
@@ -131,6 +131,11 @@
131
131
  width: 26rem;
132
132
  }
133
133
 
134
+ .at_w-15 {
135
+ width: 20rem;
136
+ }
137
+
138
+
134
139
  .at_mx-w-8 {
135
140
  max-width: 8rem;
136
141
  }
@@ -144,6 +149,8 @@
144
149
  ;
145
150
  }
146
151
 
152
+
153
+
147
154
  /* Height Utility Classes */
148
155
 
149
156
  .at_h-auto {
@@ -558,543 +565,155 @@
558
565
  transform: rotate(360deg);
559
566
  }
560
567
 
561
- .at_text_red_50 {
562
- color: #fef2f2;
563
- }
564
-
565
- .at_text_red_100 {
566
- color: #fee2e2;
567
- }
568
-
569
- .at_text_red_200 {
570
- color: #fecaca;
571
- }
572
-
573
- .at_text_red_300 {
574
- color: #fca5a5;
575
- }
576
-
577
- .at_text_red_400 {
578
- color: #f87171;
579
- }
580
-
581
- .at_text_red_500 {
582
- color: #ef4444;
583
- }
584
-
585
- .at_text_red_600 {
586
- color: #dc2626;
587
- }
588
-
589
- .at_text_red_700 {
590
- color: #b91c1c;
591
- }
592
-
593
- .at_text_red_800 {
594
- color: #991b1b;
595
- }
596
-
597
- .at_text_red_900 {
598
- color: #7f1d1d;
599
- }
600
-
601
- .at_text_red_950 {
602
- color: #450a0a;
603
- }
604
-
605
- .at_text_yellow_50 {
606
- color: #fefce8;
607
- }
608
-
609
- .at_text_yellow_100 {
610
- color: #fef9c3;
611
- }
612
-
613
- .at_text_yellow_200 {
614
- color: #fef08a;
615
- }
616
-
617
- .at_text_yellow_300 {
618
- color: #fde047;
619
- }
620
-
621
- .at_text_yellow_400 {
622
- color: #facc15;
623
- }
624
-
625
- .at_text_yellow_500 {
626
- color: #eab308;
627
- }
628
-
629
- .at_text_yellow_600 {
630
- color: #ca8a04;
631
- }
632
-
633
- .at_text_yellow_700 {
634
- color: #a16207;
635
- }
636
-
637
- .at_text_yellow_800 {
638
- color: #854d0e;
639
- }
640
-
641
- .at_text_yellow_900 {
642
- color: #713f12;
643
- }
644
-
645
- .at_text_yellow_950 {
646
- color: #422006;
647
- }
648
-
649
- .at_text_blue_50 {
650
- color: #eff6ff;
651
- }
652
-
653
- .at_text_blue_100 {
654
- color: #dbeafe;
655
- }
656
-
657
- .at_text_blue_200 {
658
- color: #bfdbfe;
659
- }
660
-
661
- .at_text_blue_300 {
662
- color: #93c5fd;
663
- }
664
-
665
- .at_text_blue_400 {
666
- color: #60a5fa;
667
- }
668
-
669
- .at_text_blue_500 {
670
- color: #3b82f6;
671
- }
672
-
673
- .at_text_blue_600 {
674
- color: #2563eb;
675
- }
676
-
677
- .at_text_blue_700 {
678
- color: #1d4ed8;
679
- }
680
-
681
- .at_text_blue_800 {
682
- color: #1e40af;
683
- }
684
-
685
- .at_text_blue_900 {
686
- color: #1e3a8a;
687
- }
688
-
689
- .at_text_blue_950 {
690
- color: #172554;
691
- }
692
-
693
- .at_bg_red_50 {
694
- background-color: #fef2f2;
695
- }
696
-
697
- .at_bg_red_100 {
698
- background-color: #fee2e2;
699
- }
700
-
701
- .at_bg_red_200 {
702
- background-color: #fecaca;
703
- }
704
-
705
- .at_bg_red_300 {
706
- background-color: #fca5a5;
707
- }
708
-
709
- .at_bg_red_400 {
710
- background-color: #f87171;
711
- }
712
-
713
- .at_bg_red_500 {
714
- background-color: #ef4444;
715
- }
716
-
717
- .at_bg_red_600 {
718
- background-color: #dc2626;
719
- }
720
-
721
- .at_bg_red_700 {
722
- background-color: #b91c1c;
723
- }
724
-
725
- .at_bg_red_800 {
726
- background-color: #991b1b;
727
- }
728
-
729
- .at_bg_red_900 {
730
- background-color: #7f1d1d;
731
- }
732
-
733
- .at_bg_red_950 {
734
- background-color: #450a0a;
735
- }
736
-
737
- .at_bg_yellow_50 {
738
- background-color: #fefce8;
739
- }
740
-
741
- .at_bg_yellow_100 {
742
- background-color: #fef9c3;
743
- }
744
-
745
- .at_bg_yellow_200 {
746
- background-color: #fef08a;
747
- }
748
-
749
- .at_bg_yellow_300 {
750
- background-color: #fde047;
751
- }
752
-
753
- .at_bg_yellow_400 {
754
- background-color: #facc15;
755
- }
756
-
757
- .at_bg_yellow_500 {
758
- background-color: #eab308;
759
- }
760
-
761
- .at_bg_yellow_600 {
762
- background-color: #ca8a04;
763
- }
764
-
765
- .at_bg_yellow_700 {
766
- background-color: #a16207;
767
- }
768
-
769
- .at_bg_yellow_800 {
770
- background-color: #854d0e;
771
- }
772
-
773
- .at_bg_yellow_900 {
774
- background-color: #713f12;
775
- }
776
-
777
- .at_bg_yellow_950 {
778
- background-color: #422006;
779
- }
780
-
781
- .at_bg_blue_50 {
782
- background-color: #eff6ff;
783
- }
784
-
785
- .at_bg_blue_100 {
786
- background-color: #dbeafe;
787
- }
788
-
789
- .at_bg_blue_200 {
790
- background-color: #bfdbfe;
791
- }
792
-
793
- .at_bg_blue_300 {
794
- background-color: #93c5fd;
795
- }
796
-
797
- .at_bg_blue_400 {
798
- background-color: #60a5fa;
799
- }
800
-
801
- .at_bg_blue_500 {
802
- background-color: #3b82f6;
803
- }
804
-
805
- .at_bg_blue_600 {
806
- background-color: #2563eb;
807
- }
808
-
809
- .at_bg_blue_700 {
810
- background-color: #1d4ed8;
811
- }
812
-
813
- .at_bg_blue_800 {
814
- background-color: #1e40af;
815
- }
816
-
817
- .at_bg_blue_900 {
818
- background-color: #1e3a8a;
819
- }
820
-
821
- .at_bg_blue_950 {
822
- background-color: #172554;
823
- }
824
-
825
- .at_border_red_50 {
826
- border-color: #fef2f2;
827
- }
828
-
829
- .at_border_red_100 {
830
- border-color: #fee2e2;
831
- }
832
-
833
- .at_border_red_200 {
834
- border-color: #fecaca;
835
- }
836
-
837
- .at_border_red_300 {
838
- border-color: #fca5a5;
839
- }
840
-
841
- .at_border_red_400 {
842
- border-color: #f87171;
843
- }
844
-
845
- .at_border_red_500 {
846
- border-color: #ef4444;
847
- }
848
-
849
- .at_border_red_600 {
850
- border-color: #dc2626;
851
- }
852
-
853
- .at_border_red_700 {
854
- border-color: #b91c1c;
855
- }
856
-
857
- .at_border_red_800 {
858
- border-color: #991b1b;
859
- }
860
-
861
- .at_border_red_900 {
862
- border-color: #7f1d1d;
863
- }
864
-
865
- .at_border_red_950 {
866
- border-color: #450a0a;
867
- }
868
-
869
- .at_border_yellow_50 {
870
- border-color: #fefce8;
871
- }
872
-
873
- .at_border_yellow_100 {
874
- border-color: #fef9c3;
875
- }
876
-
877
- .at_border_yellow_200 {
878
- border-color: #fef08a;
879
- }
880
-
881
- .at_border_yellow_300 {
882
- border-color: #fde047;
883
- }
884
-
885
- .at_border_yellow_400 {
886
- border-color: #facc15;
887
- }
888
-
889
- .at_border_yellow_500 {
890
- border-color: #eab308;
891
- }
892
-
893
- .at_border_yellow_600 {
894
- border-color: #ca8a04;
895
- }
896
-
897
- .at_border_yellow_700 {
898
- border-color: #a16207;
899
- }
900
-
901
- .at_border_yellow_800 {
902
- border-color: #854d0e;
903
- }
904
-
905
- .at_border_yellow_900 {
906
- border-color: #713f12;
907
- }
908
-
909
- .at_border_yellow_950 {
910
- border-color: #422006;
911
- }
912
-
913
-
914
- .at_border_blue_50 {
915
- border-color: #eff6ff;
916
- }
917
-
918
- .at_border_blue_100 {
919
- border-color: #dbeafe;
920
- }
921
-
922
- .at_border_blue_200 {
923
- border-color: #bfdbfe;
924
- }
925
-
926
- .at_border_blue_300 {
927
- border-color: #93c5fd;
928
- }
929
-
930
- .at_border_blue_400 {
931
- border-color: #60a5fa;
932
- }
933
-
934
- .at_border_blue_500 {
935
- border-color: #3b82f6;
936
- }
937
-
938
- .at_border_blue_600 {
939
- border-color: #2563eb;
940
- }
941
-
942
- .at_border_blue_700 {
943
- border-color: #1d4ed8;
944
- }
945
-
946
- .at_border_blue_800 {
947
- border-color: #1e40af;
948
- }
949
-
950
- .at_border_blue_900 {
951
- border-color: #1e3a8a;
952
- }
953
-
954
- .at_border_blue_950 {
955
- border-color: #172554;
568
+ .at_width_full{
569
+ width: 100%;
956
570
  }
957
- .at_text_red_50 { color: #fef2f2; }
958
- .at_text_red_100 { color: #fee2e2; }
959
- .at_text_red_200 { color: #fecaca; }
960
- .at_text_red_300 { color: #fca5a5; }
961
- .at_text_red_400 { color: #f87171; }
962
- .at_text_red_500 { color: #ef4444; }
963
- .at_text_red_600 { color: #dc2626; }
964
- .at_text_red_700 { color: #b91c1c; }
965
- .at_text_red_800 { color: #991b1b; }
966
- .at_text_red_900 { color: #7f1d1d; }
967
- .at_text_red_950 { color: #450a0a; }
968
571
 
969
- .at_text_yellow_50 { color: #fefce8; }
970
- .at_text_yellow_100 { color: #fef9c3; }
971
- .at_text_yellow_200 { color: #fef08a; }
972
- .at_text_yellow_300 { color: #fde047; }
973
- .at_text_yellow_400 { color: #facc15; }
974
- .at_text_yellow_500 { color: #eab308; }
975
- .at_text_yellow_600 { color: #ca8a04; }
976
- .at_text_yellow_700 { color: #a16207; }
977
- .at_text_yellow_800 { color: #854d0e; }
978
- .at_text_yellow_900 { color: #713f12; }
979
- .at_text_yellow_950 { color: #422006; }
572
+ .at_text_red_50 { color: #fef2f2; }
573
+ .at_text_red_100 { color: #fee2e2; }
574
+ .at_text_red_200 { color: #fecaca; }
575
+ .at_text_red_300 { color: #fca5a5; }
576
+ .at_text_red_400 { color: #f87171; }
577
+ .at_text_red_500 { color: #ef4444; }
578
+ .at_text_red_600 { color: #dc2626; }
579
+ .at_text_red_700 { color: #b91c1c; }
580
+ .at_text_red_800 { color: #991b1b; }
581
+ .at_text_red_900 { color: #7f1d1d; }
582
+ .at_text_red_950 { color: #450a0a; }
583
+
584
+ .at_text_yellow_50 { color: #fefce8; }
585
+ .at_text_yellow_100 { color: #fef9c3; }
586
+ .at_text_yellow_200 { color: #fef08a; }
587
+ .at_text_yellow_300 { color: #fde047; }
588
+ .at_text_yellow_400 { color: #facc15; }
589
+ .at_text_yellow_500 { color: #eab308; }
590
+ .at_text_yellow_600 { color: #ca8a04; }
591
+ .at_text_yellow_700 { color: #a16207; }
592
+ .at_text_yellow_800 { color: #854d0e; }
593
+ .at_text_yellow_900 { color: #713f12; }
594
+ .at_text_yellow_950 { color: #422006; }
595
+
596
+ .at_text_blue_50 { color: #eff6ff; }
597
+ .at_text_blue_100 { color: #dbeafe; }
598
+ .at_text_blue_200 { color: #bfdbfe; }
599
+ .at_text_blue_300 { color: #93c5fd; }
600
+ .at_text_blue_400 { color: #60a5fa; }
601
+ .at_text_blue_500 { color: #3b82f6; }
602
+ .at_text_blue_600 { color: #2563eb; }
603
+ .at_text_blue_700 { color: #1d4ed8; }
604
+ .at_text_blue_800 { color: #1e40af; }
605
+ .at_text_blue_900 { color: #1e3a8a; }
606
+ .at_text_blue_950 { color: #172554; }
607
+
608
+ .at_text_yellowgreen_50 { color: #f7fee7; }
609
+ .at_text_yellowgreen_100 { color: #ecfccb; }
610
+ .at_text_yellowgreen_200 { color: #d9f99d; }
611
+ .at_text_yellowgreen_300 { color: #bef264; }
612
+ .at_text_yellowgreen_400 { color: #a3e635; }
613
+ .at_text_yellowgreen_500 { color: #84cc16; }
614
+ .at_text_yellowgreen_600 { color: #65a30d; }
615
+ .at_text_yellowgreen_700 { color: #4d7c0f; }
616
+ .at_text_yellowgreen_800 { color: #3f6212; }
617
+ .at_text_yellowgreen_900 { color: #365314; }
618
+ .at_text_yellowgreen_950 { color: #1a2e05; }
619
+
620
+ .at_bg_red_50 { background-color: #fef2f2; }
621
+ .at_bg_red_100 { background-color: #fee2e2; }
622
+ .at_bg_red_200 { background-color: #fecaca; }
623
+ .at_bg_red_300 { background-color: #fca5a5; }
624
+ .at_bg_red_400 { background-color: #f87171; }
625
+ .at_bg_red_500 { background-color: #ef4444; }
626
+ .at_bg_red_600 { background-color: #dc2626; }
627
+ .at_bg_red_700 { background-color: #b91c1c; }
628
+ .at_bg_red_750 { background-color: hsl(337.56deg 85.62% 30%); }
629
+ .at_bg_red_800 { background-color: #991b1b; }
630
+ .at_bg_red_850 { background-color: hsl(1.4deg 20.57% 40.98%); }
631
+ .at_bg_red_900 { background-color: #7f1d1d; }
632
+ .at_bg_red_950 { background-color: #450a0a; }
633
+
634
+ .at_bg_yellow_50 { background-color: #fefce8; }
635
+ .at_bg_yellow_100 { background-color: #fef9c3; }
636
+ .at_bg_yellow_200 { background-color: #fef08a; }
637
+ .at_bg_yellow_300 { background-color: #fde047; }
638
+ .at_bg_yellow_400 { background-color: #facc15; }
639
+ .at_bg_yellow_500 { background-color: #eab308; }
640
+ .at_bg_yellow_600 { background-color: #ca8a04; }
641
+ .at_bg_yellow_700 { background-color: #a16207; }
642
+ .at_bg_yellow_800 { background-color: #854d0e; }
643
+ .at_bg_yellow_900 { background-color: #713f12; }
644
+ .at_bg_yellow_950 { background-color: #422006; }
645
+
646
+ .at_bg_blue_50 { background-color: #eff6ff; }
647
+ .at_bg_blue_100 { background-color: #dbeafe; }
648
+ .at_bg_blue_200 { background-color: #bfdbfe; }
649
+ .at_bg_blue_300 { background-color: #93c5fd; }
650
+ .at_bg_blue_400 { background-color: #60a5fa; }
651
+ .at_bg_blue_500 { background-color: #3b82f6; }
652
+ .at_bg_blue_600 { background-color: #2563eb; }
653
+ .at_bg_blue_700 { background-color: #1d4ed8; }
654
+ .at_bg_blue_800 { background-color: #1e40af; }
655
+ .at_bg_blue_900 { background-color: #1e3a8a; }
656
+ .at_bg_blue_950 { background-color: #172554; }
657
+
658
+ .at_bg_yellowgreen_50 { background-color: #f7fee7; }
659
+ .at_bg_yellowgreen_50 { background-color: #ecfccb; }
660
+ .at_bg_yellowgreen_50 { background-color: #d9f99d; }
661
+ .at_bg_yellowgreen_50 { background-color: #bef264; }
662
+ .at_bg_yellowgreen_50 { background-color: #a3e635; }
663
+ .at_bg_yellowgreen_50 { background-color: #84cc16; }
664
+ .at_bg_yellowgreen_50 { background-color: #65a30d; }
665
+ .at_bg_yellowgreen_50 { background-color: #4d7c0f; }
666
+ .at_bg_yellowgreen_50 { background-color: #3f6212; }
667
+ .at_bg_yellowgreen_50 { background-color: #365314; }
668
+ .at_bg_yellowgreen_50 { background-color: #1a2e05; }
669
+
670
+ .at_border_red_50 { border-color: #fef2f2; }
671
+ .at_border_red_100 { border-color: #fee2e2; }
672
+ .at_border_red_200 { border-color: #fecaca; }
673
+ .at_border_red_300 { border-color: #fca5a5; }
674
+ .at_border_red_400 { border-color: #f87171; }
675
+ .at_border_red_500 { border-color: #ef4444; }
676
+ .at_border_red_600 { border-color: #dc2626; }
677
+ .at_border_red_700 { border-color: #b91c1c; }
678
+ .at_border_red_800 { border-color: #991b1b; }
679
+ .at_border_red_900 { border-color: #7f1d1d; }
680
+ .at_border_red_950 { border-color: #450a0a; }
681
+
682
+ .at_border_yellow_50 { border-color: #fefce8; }
683
+ .at_border_yellow_100 { border-color: #fef9c3; }
684
+ .at_border_yellow_200 { border-color: #fef08a; }
685
+ .at_border_yellow_300 { border-color: #fde047; }
686
+ .at_border_yellow_400 { border-color: #facc15; }
687
+ .at_border_yellow_500 { border-color: #eab308; }
688
+ .at_border_yellow_600 { border-color: #ca8a04; }
689
+ .at_border_yellow_700 { border-color: #a16207; }
690
+ .at_border_yellow_800 { border-color: #854d0e; }
691
+ .at_border_yellow_900 { border-color: #713f12; }
692
+ .at_border_yellow_950 { border-color: #422006; }
693
+
694
+
695
+ .at_border_blue_50 { border-color: #eff6ff; }
696
+ .at_border_blue_100 { border-color: #dbeafe; }
697
+ .at_border_blue_200 { border-color: #bfdbfe; }
698
+ .at_border_blue_300 { border-color: #93c5fd; }
699
+ .at_border_blue_400 { border-color: #60a5fa; }
700
+ .at_border_blue_500 { border-color: #3b82f6; }
701
+ .at_border_blue_600 { border-color: #2563eb; }
702
+ .at_border_blue_700 { border-color: #1d4ed8; }
703
+ .at_border_blue_800 { border-color: #1e40af; }
704
+ .at_border_blue_900 { border-color: #1e3a8a; }
705
+ .at_border_blue_950 { border-color: #172554; }
706
+
707
+ .at_border_yellowgreen_50 { border-color: #f7fee7; }
708
+ .at_border_yellowgreen_100 { border-color: #ecfccb; }
709
+ .at_border_yellowgreen_200 { border-color: #d9f99d; }
710
+ .at_border_yellowgreen_300 { border-color: #bef264; }
711
+ .at_border_yellowgreen_400 { border-color: #a3e635; }
712
+ .at_border_yellowgreen_500 { border-color: #84cc16; }
713
+ .at_border_yellowgreen_600 { border-color: #65a30d; }
714
+ .at_border_yellowgreen_700 { border-color: #4d7c0f; }
715
+ .at_border_yellowgreen_800 { border-color: #3f6212; }
716
+ .at_border_yellowgreen_900 { border-color: #365314; }
717
+ .at_border_yellowgreen_950 { border-color: #1a2e05; }
980
718
 
981
- .at_text_blue_50 { color: #eff6ff; }
982
- .at_text_blue_100 { color: #dbeafe; }
983
- .at_text_blue_200 { color: #bfdbfe; }
984
- .at_text_blue_300 { color: #93c5fd; }
985
- .at_text_blue_400 { color: #60a5fa; }
986
- .at_text_blue_500 { color: #3b82f6; }
987
- .at_text_blue_600 { color: #2563eb; }
988
- .at_text_blue_700 { color: #1d4ed8; }
989
- .at_text_blue_800 { color: #1e40af; }
990
- .at_text_blue_900 { color: #1e3a8a; }
991
- .at_text_blue_950 { color: #172554; }
992
-
993
- .at_text_yellowgreen_50 { color: #f7fee7; }
994
- .at_text_yellowgreen_100 { color: #ecfccb; }
995
- .at_text_yellowgreen_200 { color: #d9f99d; }
996
- .at_text_yellowgreen_300 { color: #bef264; }
997
- .at_text_yellowgreen_400 { color: #a3e635; }
998
- .at_text_yellowgreen_500 { color: #84cc16; }
999
- .at_text_yellowgreen_600 { color: #65a30d; }
1000
- .at_text_yellowgreen_700 { color: #4d7c0f; }
1001
- .at_text_yellowgreen_800 { color: #3f6212; }
1002
- .at_text_yellowgreen_900 { color: #365314; }
1003
- .at_text_yellowgreen_950 { color: #1a2e05; }
1004
-
1005
- .at_bg_red_50 { background-color: #fef2f2; }
1006
- .at_bg_red_100 { background-color: #fee2e2; }
1007
- .at_bg_red_200 { background-color: #fecaca; }
1008
- .at_bg_red_300 { background-color: #fca5a5; }
1009
- .at_bg_red_400 { background-color: #f87171; }
1010
- .at_bg_red_500 { background-color: #ef4444; }
1011
- .at_bg_red_600 { background-color: #dc2626; }
1012
- .at_bg_red_700 { background-color: #b91c1c; }
1013
- .at_bg_red_800 { background-color: #991b1b; }
1014
- .at_bg_red_900 { background-color: #7f1d1d; }
1015
- .at_bg_red_950 { background-color: #450a0a; }
1016
-
1017
- .at_bg_yellow_50 { background-color: #fefce8; }
1018
- .at_bg_yellow_100 { background-color: #fef9c3; }
1019
- .at_bg_yellow_200 { background-color: #fef08a; }
1020
- .at_bg_yellow_300 { background-color: #fde047; }
1021
- .at_bg_yellow_400 { background-color: #facc15; }
1022
- .at_bg_yellow_500 { background-color: #eab308; }
1023
- .at_bg_yellow_600 { background-color: #ca8a04; }
1024
- .at_bg_yellow_700 { background-color: #a16207; }
1025
- .at_bg_yellow_800 { background-color: #854d0e; }
1026
- .at_bg_yellow_900 { background-color: #713f12; }
1027
- .at_bg_yellow_950 { background-color: #422006; }
1028
-
1029
- .at_bg_blue_50 { background-color: #eff6ff; }
1030
- .at_bg_blue_100 { background-color: #dbeafe; }
1031
- .at_bg_blue_200 { background-color: #bfdbfe; }
1032
- .at_bg_blue_300 { background-color: #93c5fd; }
1033
- .at_bg_blue_400 { background-color: #60a5fa; }
1034
- .at_bg_blue_500 { background-color: #3b82f6; }
1035
- .at_bg_blue_600 { background-color: #2563eb; }
1036
- .at_bg_blue_700 { background-color: #1d4ed8; }
1037
- .at_bg_blue_800 { background-color: #1e40af; }
1038
- .at_bg_blue_900 { background-color: #1e3a8a; }
1039
- .at_bg_blue_950 { background-color: #172554; }
1040
-
1041
- .at_bg_yellowgreen_50 { background-color: #f7fee7; }
1042
- .at_bg_yellowgreen_50 { background-color: #ecfccb; }
1043
- .at_bg_yellowgreen_50 { background-color: #d9f99d; }
1044
- .at_bg_yellowgreen_50 { background-color: #bef264; }
1045
- .at_bg_yellowgreen_50 { background-color: #a3e635; }
1046
- .at_bg_yellowgreen_50 { background-color: #84cc16; }
1047
- .at_bg_yellowgreen_50 { background-color: #65a30d; }
1048
- .at_bg_yellowgreen_50 { background-color: #4d7c0f; }
1049
- .at_bg_yellowgreen_50 { background-color: #3f6212; }
1050
- .at_bg_yellowgreen_50 { background-color: #365314; }
1051
- .at_bg_yellowgreen_50 { background-color: #1a2e05; }
1052
-
1053
- .at_border_red_50 { border-color: #fef2f2; }
1054
- .at_border_red_100 { border-color: #fee2e2; }
1055
- .at_border_red_200 { border-color: #fecaca; }
1056
- .at_border_red_300 { border-color: #fca5a5; }
1057
- .at_border_red_400 { border-color: #f87171; }
1058
- .at_border_red_500 { border-color: #ef4444; }
1059
- .at_border_red_600 { border-color: #dc2626; }
1060
- .at_border_red_700 { border-color: #b91c1c; }
1061
- .at_border_red_800 { border-color: #991b1b; }
1062
- .at_border_red_900 { border-color: #7f1d1d; }
1063
- .at_border_red_950 { border-color: #450a0a; }
1064
-
1065
- .at_border_yellow_50 { border-color: #fefce8; }
1066
- .at_border_yellow_100 { border-color: #fef9c3; }
1067
- .at_border_yellow_200 { border-color: #fef08a; }
1068
- .at_border_yellow_300 { border-color: #fde047; }
1069
- .at_border_yellow_400 { border-color: #facc15; }
1070
- .at_border_yellow_500 { border-color: #eab308; }
1071
- .at_border_yellow_600 { border-color: #ca8a04; }
1072
- .at_border_yellow_700 { border-color: #a16207; }
1073
- .at_border_yellow_800 { border-color: #854d0e; }
1074
- .at_border_yellow_900 { border-color: #713f12; }
1075
- .at_border_yellow_950 { border-color: #422006; }
1076
-
1077
-
1078
- .at_border_blue_50 { border-color: #eff6ff; }
1079
- .at_border_blue_100 { border-color: #dbeafe; }
1080
- .at_border_blue_200 { border-color: #bfdbfe; }
1081
- .at_border_blue_300 { border-color: #93c5fd; }
1082
- .at_border_blue_400 { border-color: #60a5fa; }
1083
- .at_border_blue_500 { border-color: #3b82f6; }
1084
- .at_border_blue_600 { border-color: #2563eb; }
1085
- .at_border_blue_700 { border-color: #1d4ed8; }
1086
- .at_border_blue_800 { border-color: #1e40af; }
1087
- .at_border_blue_900 { border-color: #1e3a8a; }
1088
- .at_border_blue_950 { border-color: #172554; }
1089
-
1090
- .at_border_yellowgreen_50 { border-color: #f7fee7; }
1091
- .at_border_yellowgreen_100 { border-color: #ecfccb; }
1092
- .at_border_yellowgreen_200 { border-color: #d9f99d; }
1093
- .at_border_yellowgreen_300 { border-color: #bef264; }
1094
- .at_border_yellowgreen_400 { border-color: #a3e635; }
1095
- .at_border_yellowgreen_500 { border-color: #84cc16; }
1096
- .at_border_yellowgreen_600 { border-color: #65a30d; }
1097
- .at_border_yellowgreen_700 { border-color: #4d7c0f; }
1098
- .at_border_yellowgreen_800 { border-color: #3f6212; }
1099
- .at_border_yellowgreen_900 { border-color: #365314; }
1100
- .at_border_yellowgreen_950 { border-color: #1a2e05; }
719
+