@genesislcap/foundation-zero 14.335.0 → 14.336.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 (2) hide show
  1. package/dist/custom-elements.json +170 -170
  2. package/package.json +12 -12
@@ -743,176 +743,6 @@
743
743
  }
744
744
  ]
745
745
  },
746
- {
747
- "kind": "javascript-module",
748
- "path": "src/_common/colors.hex.ts",
749
- "declarations": [],
750
- "exports": []
751
- },
752
- {
753
- "kind": "javascript-module",
754
- "path": "src/_common/colors.ts",
755
- "declarations": [
756
- {
757
- "kind": "variable",
758
- "name": "defaultRapidTextColor"
759
- },
760
- {
761
- "kind": "variable",
762
- "name": "defaultRapidBGColor"
763
- },
764
- {
765
- "kind": "variable",
766
- "name": "defaultRapidLabelColor"
767
- },
768
- {
769
- "kind": "variable",
770
- "name": "defaultRapidActiveBGColor"
771
- },
772
- {
773
- "kind": "variable",
774
- "name": "defaultRapidBorderUnfocusedColor"
775
- },
776
- {
777
- "kind": "variable",
778
- "name": "FastAppearanceValues",
779
- "type": {
780
- "text": "array"
781
- },
782
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
783
- },
784
- {
785
- "kind": "variable",
786
- "name": "ZeroAppearanceValues"
787
- }
788
- ],
789
- "exports": [
790
- {
791
- "kind": "js",
792
- "name": "defaultRapidTextColor",
793
- "declaration": {
794
- "name": "defaultRapidTextColor",
795
- "module": "src/_common/colors.ts"
796
- }
797
- },
798
- {
799
- "kind": "js",
800
- "name": "defaultRapidBGColor",
801
- "declaration": {
802
- "name": "defaultRapidBGColor",
803
- "module": "src/_common/colors.ts"
804
- }
805
- },
806
- {
807
- "kind": "js",
808
- "name": "defaultRapidLabelColor",
809
- "declaration": {
810
- "name": "defaultRapidLabelColor",
811
- "module": "src/_common/colors.ts"
812
- }
813
- },
814
- {
815
- "kind": "js",
816
- "name": "defaultRapidActiveBGColor",
817
- "declaration": {
818
- "name": "defaultRapidActiveBGColor",
819
- "module": "src/_common/colors.ts"
820
- }
821
- },
822
- {
823
- "kind": "js",
824
- "name": "defaultRapidBorderUnfocusedColor",
825
- "declaration": {
826
- "name": "defaultRapidBorderUnfocusedColor",
827
- "module": "src/_common/colors.ts"
828
- }
829
- },
830
- {
831
- "kind": "js",
832
- "name": "FastAppearanceValues",
833
- "declaration": {
834
- "name": "FastAppearanceValues",
835
- "module": "src/_common/colors.ts"
836
- }
837
- },
838
- {
839
- "kind": "js",
840
- "name": "ZeroAppearanceValues",
841
- "declaration": {
842
- "name": "ZeroAppearanceValues",
843
- "module": "src/_common/colors.ts"
844
- }
845
- }
846
- ]
847
- },
848
- {
849
- "kind": "javascript-module",
850
- "path": "src/_common/colors.util.ts",
851
- "declarations": [],
852
- "exports": []
853
- },
854
- {
855
- "kind": "javascript-module",
856
- "path": "src/_common/index.ts",
857
- "declarations": [],
858
- "exports": [
859
- {
860
- "kind": "js",
861
- "name": "*",
862
- "declaration": {
863
- "name": "*",
864
- "package": "./colors"
865
- }
866
- },
867
- {
868
- "kind": "js",
869
- "name": "*",
870
- "declaration": {
871
- "name": "*",
872
- "package": "./colors.hex"
873
- }
874
- },
875
- {
876
- "kind": "js",
877
- "name": "*",
878
- "declaration": {
879
- "name": "*",
880
- "package": "./colors.util"
881
- }
882
- }
883
- ]
884
- },
885
- {
886
- "kind": "javascript-module",
887
- "path": "src/_config/index.ts",
888
- "declarations": [],
889
- "exports": [
890
- {
891
- "kind": "js",
892
- "name": "*",
893
- "declaration": {
894
- "name": "*",
895
- "package": "./styles"
896
- }
897
- },
898
- {
899
- "kind": "js",
900
- "name": "*",
901
- "declaration": {
902
- "name": "*",
903
- "package": "./tokens"
904
- }
905
- },
906
- {
907
- "kind": "js",
908
- "name": "*",
909
- "declaration": {
910
- "name": "*",
911
- "package": "./values"
912
- }
913
- }
914
- ]
915
- },
916
746
  {
917
747
  "kind": "javascript-module",
918
748
  "path": "src/accordion/accordion.styles.ts",
@@ -4035,6 +3865,176 @@
4035
3865
  }
4036
3866
  ]
4037
3867
  },
3868
+ {
3869
+ "kind": "javascript-module",
3870
+ "path": "src/_config/index.ts",
3871
+ "declarations": [],
3872
+ "exports": [
3873
+ {
3874
+ "kind": "js",
3875
+ "name": "*",
3876
+ "declaration": {
3877
+ "name": "*",
3878
+ "package": "./styles"
3879
+ }
3880
+ },
3881
+ {
3882
+ "kind": "js",
3883
+ "name": "*",
3884
+ "declaration": {
3885
+ "name": "*",
3886
+ "package": "./tokens"
3887
+ }
3888
+ },
3889
+ {
3890
+ "kind": "js",
3891
+ "name": "*",
3892
+ "declaration": {
3893
+ "name": "*",
3894
+ "package": "./values"
3895
+ }
3896
+ }
3897
+ ]
3898
+ },
3899
+ {
3900
+ "kind": "javascript-module",
3901
+ "path": "src/_common/colors.hex.ts",
3902
+ "declarations": [],
3903
+ "exports": []
3904
+ },
3905
+ {
3906
+ "kind": "javascript-module",
3907
+ "path": "src/_common/colors.ts",
3908
+ "declarations": [
3909
+ {
3910
+ "kind": "variable",
3911
+ "name": "defaultRapidTextColor"
3912
+ },
3913
+ {
3914
+ "kind": "variable",
3915
+ "name": "defaultRapidBGColor"
3916
+ },
3917
+ {
3918
+ "kind": "variable",
3919
+ "name": "defaultRapidLabelColor"
3920
+ },
3921
+ {
3922
+ "kind": "variable",
3923
+ "name": "defaultRapidActiveBGColor"
3924
+ },
3925
+ {
3926
+ "kind": "variable",
3927
+ "name": "defaultRapidBorderUnfocusedColor"
3928
+ },
3929
+ {
3930
+ "kind": "variable",
3931
+ "name": "FastAppearanceValues",
3932
+ "type": {
3933
+ "text": "array"
3934
+ },
3935
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
3936
+ },
3937
+ {
3938
+ "kind": "variable",
3939
+ "name": "ZeroAppearanceValues"
3940
+ }
3941
+ ],
3942
+ "exports": [
3943
+ {
3944
+ "kind": "js",
3945
+ "name": "defaultRapidTextColor",
3946
+ "declaration": {
3947
+ "name": "defaultRapidTextColor",
3948
+ "module": "src/_common/colors.ts"
3949
+ }
3950
+ },
3951
+ {
3952
+ "kind": "js",
3953
+ "name": "defaultRapidBGColor",
3954
+ "declaration": {
3955
+ "name": "defaultRapidBGColor",
3956
+ "module": "src/_common/colors.ts"
3957
+ }
3958
+ },
3959
+ {
3960
+ "kind": "js",
3961
+ "name": "defaultRapidLabelColor",
3962
+ "declaration": {
3963
+ "name": "defaultRapidLabelColor",
3964
+ "module": "src/_common/colors.ts"
3965
+ }
3966
+ },
3967
+ {
3968
+ "kind": "js",
3969
+ "name": "defaultRapidActiveBGColor",
3970
+ "declaration": {
3971
+ "name": "defaultRapidActiveBGColor",
3972
+ "module": "src/_common/colors.ts"
3973
+ }
3974
+ },
3975
+ {
3976
+ "kind": "js",
3977
+ "name": "defaultRapidBorderUnfocusedColor",
3978
+ "declaration": {
3979
+ "name": "defaultRapidBorderUnfocusedColor",
3980
+ "module": "src/_common/colors.ts"
3981
+ }
3982
+ },
3983
+ {
3984
+ "kind": "js",
3985
+ "name": "FastAppearanceValues",
3986
+ "declaration": {
3987
+ "name": "FastAppearanceValues",
3988
+ "module": "src/_common/colors.ts"
3989
+ }
3990
+ },
3991
+ {
3992
+ "kind": "js",
3993
+ "name": "ZeroAppearanceValues",
3994
+ "declaration": {
3995
+ "name": "ZeroAppearanceValues",
3996
+ "module": "src/_common/colors.ts"
3997
+ }
3998
+ }
3999
+ ]
4000
+ },
4001
+ {
4002
+ "kind": "javascript-module",
4003
+ "path": "src/_common/colors.util.ts",
4004
+ "declarations": [],
4005
+ "exports": []
4006
+ },
4007
+ {
4008
+ "kind": "javascript-module",
4009
+ "path": "src/_common/index.ts",
4010
+ "declarations": [],
4011
+ "exports": [
4012
+ {
4013
+ "kind": "js",
4014
+ "name": "*",
4015
+ "declaration": {
4016
+ "name": "*",
4017
+ "package": "./colors"
4018
+ }
4019
+ },
4020
+ {
4021
+ "kind": "js",
4022
+ "name": "*",
4023
+ "declaration": {
4024
+ "name": "*",
4025
+ "package": "./colors.hex"
4026
+ }
4027
+ },
4028
+ {
4029
+ "kind": "js",
4030
+ "name": "*",
4031
+ "declaration": {
4032
+ "name": "*",
4033
+ "package": "./colors.util"
4034
+ }
4035
+ }
4036
+ ]
4037
+ },
4038
4038
  {
4039
4039
  "kind": "javascript-module",
4040
4040
  "path": "src/avatar/avatar.styles.ts",
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@genesislcap/foundation-zero",
3
3
  "description": "Genesis Foundation Zero Design System",
4
- "version": "14.335.0",
4
+ "version": "14.336.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -71,18 +71,18 @@
71
71
  },
72
72
  "devDependencies": {
73
73
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
74
- "@genesislcap/genx": "14.335.0",
75
- "@genesislcap/rollup-builder": "14.335.0",
76
- "@genesislcap/ts-builder": "14.335.0",
77
- "@genesislcap/uvu-playwright-builder": "14.335.0",
78
- "@genesislcap/vite-builder": "14.335.0",
79
- "@genesislcap/webpack-builder": "14.335.0"
74
+ "@genesislcap/genx": "14.336.1",
75
+ "@genesislcap/rollup-builder": "14.336.1",
76
+ "@genesislcap/ts-builder": "14.336.1",
77
+ "@genesislcap/uvu-playwright-builder": "14.336.1",
78
+ "@genesislcap/vite-builder": "14.336.1",
79
+ "@genesislcap/webpack-builder": "14.336.1"
80
80
  },
81
81
  "dependencies": {
82
- "@genesislcap/foundation-comms": "14.335.0",
83
- "@genesislcap/foundation-logger": "14.335.0",
84
- "@genesislcap/foundation-ui": "14.335.0",
85
- "@genesislcap/foundation-utils": "14.335.0",
82
+ "@genesislcap/foundation-comms": "14.336.1",
83
+ "@genesislcap/foundation-logger": "14.336.1",
84
+ "@genesislcap/foundation-ui": "14.336.1",
85
+ "@genesislcap/foundation-utils": "14.336.1",
86
86
  "@microsoft/fast-colors": "5.3.1",
87
87
  "@microsoft/fast-components": "2.30.6",
88
88
  "@microsoft/fast-element": "1.14.0",
@@ -98,5 +98,5 @@
98
98
  "access": "public"
99
99
  },
100
100
  "customElements": "dist/custom-elements.json",
101
- "gitHead": "72a3dabda5167a11ed6cf96946a079f8e02d8868"
101
+ "gitHead": "6fc33bb1444bee224128bd8d5b39fcec24579f2c"
102
102
  }