@genesislcap/foundation-zero 14.164.1-datasrouce-clone-fix.2 → 14.164.1-datasrouce-clone-fix.3

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 +139 -139
  2. package/package.json +12 -12
@@ -693,145 +693,6 @@
693
693
  }
694
694
  ]
695
695
  },
696
- {
697
- "kind": "javascript-module",
698
- "path": "src/_common/colors.hex.ts",
699
- "declarations": [],
700
- "exports": []
701
- },
702
- {
703
- "kind": "javascript-module",
704
- "path": "src/_common/colors.ts",
705
- "declarations": [
706
- {
707
- "kind": "variable",
708
- "name": "defaultRapidTextColor"
709
- },
710
- {
711
- "kind": "variable",
712
- "name": "defaultRapidBGColor"
713
- },
714
- {
715
- "kind": "variable",
716
- "name": "defaultRapidLabelColor"
717
- },
718
- {
719
- "kind": "variable",
720
- "name": "defaultRapidActiveBGColor"
721
- },
722
- {
723
- "kind": "variable",
724
- "name": "defaultRapidBorderUnfocusedColor"
725
- },
726
- {
727
- "kind": "variable",
728
- "name": "FastAppearanceValues",
729
- "type": {
730
- "text": "array"
731
- },
732
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
733
- },
734
- {
735
- "kind": "variable",
736
- "name": "ZeroAppearanceValues"
737
- }
738
- ],
739
- "exports": [
740
- {
741
- "kind": "js",
742
- "name": "defaultRapidTextColor",
743
- "declaration": {
744
- "name": "defaultRapidTextColor",
745
- "module": "src/_common/colors.ts"
746
- }
747
- },
748
- {
749
- "kind": "js",
750
- "name": "defaultRapidBGColor",
751
- "declaration": {
752
- "name": "defaultRapidBGColor",
753
- "module": "src/_common/colors.ts"
754
- }
755
- },
756
- {
757
- "kind": "js",
758
- "name": "defaultRapidLabelColor",
759
- "declaration": {
760
- "name": "defaultRapidLabelColor",
761
- "module": "src/_common/colors.ts"
762
- }
763
- },
764
- {
765
- "kind": "js",
766
- "name": "defaultRapidActiveBGColor",
767
- "declaration": {
768
- "name": "defaultRapidActiveBGColor",
769
- "module": "src/_common/colors.ts"
770
- }
771
- },
772
- {
773
- "kind": "js",
774
- "name": "defaultRapidBorderUnfocusedColor",
775
- "declaration": {
776
- "name": "defaultRapidBorderUnfocusedColor",
777
- "module": "src/_common/colors.ts"
778
- }
779
- },
780
- {
781
- "kind": "js",
782
- "name": "FastAppearanceValues",
783
- "declaration": {
784
- "name": "FastAppearanceValues",
785
- "module": "src/_common/colors.ts"
786
- }
787
- },
788
- {
789
- "kind": "js",
790
- "name": "ZeroAppearanceValues",
791
- "declaration": {
792
- "name": "ZeroAppearanceValues",
793
- "module": "src/_common/colors.ts"
794
- }
795
- }
796
- ]
797
- },
798
- {
799
- "kind": "javascript-module",
800
- "path": "src/_common/colors.util.ts",
801
- "declarations": [],
802
- "exports": []
803
- },
804
- {
805
- "kind": "javascript-module",
806
- "path": "src/_common/index.ts",
807
- "declarations": [],
808
- "exports": [
809
- {
810
- "kind": "js",
811
- "name": "*",
812
- "declaration": {
813
- "name": "*",
814
- "package": "./colors"
815
- }
816
- },
817
- {
818
- "kind": "js",
819
- "name": "*",
820
- "declaration": {
821
- "name": "*",
822
- "package": "./colors.hex"
823
- }
824
- },
825
- {
826
- "kind": "js",
827
- "name": "*",
828
- "declaration": {
829
- "name": "*",
830
- "package": "./colors.util"
831
- }
832
- }
833
- ]
834
- },
835
696
  {
836
697
  "kind": "javascript-module",
837
698
  "path": "src/_config/index.ts",
@@ -2039,6 +1900,145 @@
2039
1900
  }
2040
1901
  ]
2041
1902
  },
1903
+ {
1904
+ "kind": "javascript-module",
1905
+ "path": "src/_common/colors.hex.ts",
1906
+ "declarations": [],
1907
+ "exports": []
1908
+ },
1909
+ {
1910
+ "kind": "javascript-module",
1911
+ "path": "src/_common/colors.ts",
1912
+ "declarations": [
1913
+ {
1914
+ "kind": "variable",
1915
+ "name": "defaultRapidTextColor"
1916
+ },
1917
+ {
1918
+ "kind": "variable",
1919
+ "name": "defaultRapidBGColor"
1920
+ },
1921
+ {
1922
+ "kind": "variable",
1923
+ "name": "defaultRapidLabelColor"
1924
+ },
1925
+ {
1926
+ "kind": "variable",
1927
+ "name": "defaultRapidActiveBGColor"
1928
+ },
1929
+ {
1930
+ "kind": "variable",
1931
+ "name": "defaultRapidBorderUnfocusedColor"
1932
+ },
1933
+ {
1934
+ "kind": "variable",
1935
+ "name": "FastAppearanceValues",
1936
+ "type": {
1937
+ "text": "array"
1938
+ },
1939
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
1940
+ },
1941
+ {
1942
+ "kind": "variable",
1943
+ "name": "ZeroAppearanceValues"
1944
+ }
1945
+ ],
1946
+ "exports": [
1947
+ {
1948
+ "kind": "js",
1949
+ "name": "defaultRapidTextColor",
1950
+ "declaration": {
1951
+ "name": "defaultRapidTextColor",
1952
+ "module": "src/_common/colors.ts"
1953
+ }
1954
+ },
1955
+ {
1956
+ "kind": "js",
1957
+ "name": "defaultRapidBGColor",
1958
+ "declaration": {
1959
+ "name": "defaultRapidBGColor",
1960
+ "module": "src/_common/colors.ts"
1961
+ }
1962
+ },
1963
+ {
1964
+ "kind": "js",
1965
+ "name": "defaultRapidLabelColor",
1966
+ "declaration": {
1967
+ "name": "defaultRapidLabelColor",
1968
+ "module": "src/_common/colors.ts"
1969
+ }
1970
+ },
1971
+ {
1972
+ "kind": "js",
1973
+ "name": "defaultRapidActiveBGColor",
1974
+ "declaration": {
1975
+ "name": "defaultRapidActiveBGColor",
1976
+ "module": "src/_common/colors.ts"
1977
+ }
1978
+ },
1979
+ {
1980
+ "kind": "js",
1981
+ "name": "defaultRapidBorderUnfocusedColor",
1982
+ "declaration": {
1983
+ "name": "defaultRapidBorderUnfocusedColor",
1984
+ "module": "src/_common/colors.ts"
1985
+ }
1986
+ },
1987
+ {
1988
+ "kind": "js",
1989
+ "name": "FastAppearanceValues",
1990
+ "declaration": {
1991
+ "name": "FastAppearanceValues",
1992
+ "module": "src/_common/colors.ts"
1993
+ }
1994
+ },
1995
+ {
1996
+ "kind": "js",
1997
+ "name": "ZeroAppearanceValues",
1998
+ "declaration": {
1999
+ "name": "ZeroAppearanceValues",
2000
+ "module": "src/_common/colors.ts"
2001
+ }
2002
+ }
2003
+ ]
2004
+ },
2005
+ {
2006
+ "kind": "javascript-module",
2007
+ "path": "src/_common/colors.util.ts",
2008
+ "declarations": [],
2009
+ "exports": []
2010
+ },
2011
+ {
2012
+ "kind": "javascript-module",
2013
+ "path": "src/_common/index.ts",
2014
+ "declarations": [],
2015
+ "exports": [
2016
+ {
2017
+ "kind": "js",
2018
+ "name": "*",
2019
+ "declaration": {
2020
+ "name": "*",
2021
+ "package": "./colors"
2022
+ }
2023
+ },
2024
+ {
2025
+ "kind": "js",
2026
+ "name": "*",
2027
+ "declaration": {
2028
+ "name": "*",
2029
+ "package": "./colors.hex"
2030
+ }
2031
+ },
2032
+ {
2033
+ "kind": "js",
2034
+ "name": "*",
2035
+ "declaration": {
2036
+ "name": "*",
2037
+ "package": "./colors.util"
2038
+ }
2039
+ }
2040
+ ]
2041
+ },
2042
2042
  {
2043
2043
  "kind": "javascript-module",
2044
2044
  "path": "src/anchor/anchor.stories.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.164.1-datasrouce-clone-fix.2",
4
+ "version": "14.164.1-datasrouce-clone-fix.3",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,12 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.164.1-datasrouce-clone-fix.2",
71
- "@genesislcap/rollup-builder": "14.164.1-datasrouce-clone-fix.2",
72
- "@genesislcap/ts-builder": "14.164.1-datasrouce-clone-fix.2",
73
- "@genesislcap/uvu-playwright-builder": "14.164.1-datasrouce-clone-fix.2",
74
- "@genesislcap/vite-builder": "14.164.1-datasrouce-clone-fix.2",
75
- "@genesislcap/webpack-builder": "14.164.1-datasrouce-clone-fix.2",
70
+ "@genesislcap/genx": "14.164.1-datasrouce-clone-fix.3",
71
+ "@genesislcap/rollup-builder": "14.164.1-datasrouce-clone-fix.3",
72
+ "@genesislcap/ts-builder": "14.164.1-datasrouce-clone-fix.3",
73
+ "@genesislcap/uvu-playwright-builder": "14.164.1-datasrouce-clone-fix.3",
74
+ "@genesislcap/vite-builder": "14.164.1-datasrouce-clone-fix.3",
75
+ "@genesislcap/webpack-builder": "14.164.1-datasrouce-clone-fix.3",
76
76
  "@storybook/addon-coverage": "^1.0.1",
77
77
  "@storybook/addon-essentials": "^8.0.0",
78
78
  "@storybook/addon-links": "^8.0.0",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^8.0.0"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.164.1-datasrouce-clone-fix.2",
93
- "@genesislcap/foundation-logger": "14.164.1-datasrouce-clone-fix.2",
94
- "@genesislcap/foundation-ui": "14.164.1-datasrouce-clone-fix.2",
95
- "@genesislcap/foundation-utils": "14.164.1-datasrouce-clone-fix.2",
92
+ "@genesislcap/foundation-comms": "14.164.1-datasrouce-clone-fix.3",
93
+ "@genesislcap/foundation-logger": "14.164.1-datasrouce-clone-fix.3",
94
+ "@genesislcap/foundation-ui": "14.164.1-datasrouce-clone-fix.3",
95
+ "@genesislcap/foundation-utils": "14.164.1-datasrouce-clone-fix.3",
96
96
  "@microsoft/fast-colors": "^5.3.1",
97
97
  "@microsoft/fast-components": "^2.30.6",
98
98
  "@microsoft/fast-element": "^1.12.0",
@@ -109,5 +109,5 @@
109
109
  "access": "public"
110
110
  },
111
111
  "customElements": "dist/custom-elements.json",
112
- "gitHead": "f2aeccb9f83230edce7ba576a22fc6a8c0a367da"
112
+ "gitHead": "f0e5585af4660897c4a24b9cd003e4e4d85ce62c"
113
113
  }