@genesislcap/foundation-zero 14.126.0 → 14.127.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 +148 -139
  2. package/package.json +12 -12
@@ -669,145 +669,6 @@
669
669
  }
670
670
  ]
671
671
  },
672
- {
673
- "kind": "javascript-module",
674
- "path": "src/_common/colors.hex.ts",
675
- "declarations": [],
676
- "exports": []
677
- },
678
- {
679
- "kind": "javascript-module",
680
- "path": "src/_common/colors.ts",
681
- "declarations": [
682
- {
683
- "kind": "variable",
684
- "name": "defaultRapidTextColor"
685
- },
686
- {
687
- "kind": "variable",
688
- "name": "defaultRapidBGColor"
689
- },
690
- {
691
- "kind": "variable",
692
- "name": "defaultRapidLabelColor"
693
- },
694
- {
695
- "kind": "variable",
696
- "name": "defaultRapidActiveBGColor"
697
- },
698
- {
699
- "kind": "variable",
700
- "name": "defaultRapidBorderUnfocusedColor"
701
- },
702
- {
703
- "kind": "variable",
704
- "name": "FastAppearanceValues",
705
- "type": {
706
- "text": "array"
707
- },
708
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
709
- },
710
- {
711
- "kind": "variable",
712
- "name": "ZeroAppearanceValues"
713
- }
714
- ],
715
- "exports": [
716
- {
717
- "kind": "js",
718
- "name": "defaultRapidTextColor",
719
- "declaration": {
720
- "name": "defaultRapidTextColor",
721
- "module": "src/_common/colors.ts"
722
- }
723
- },
724
- {
725
- "kind": "js",
726
- "name": "defaultRapidBGColor",
727
- "declaration": {
728
- "name": "defaultRapidBGColor",
729
- "module": "src/_common/colors.ts"
730
- }
731
- },
732
- {
733
- "kind": "js",
734
- "name": "defaultRapidLabelColor",
735
- "declaration": {
736
- "name": "defaultRapidLabelColor",
737
- "module": "src/_common/colors.ts"
738
- }
739
- },
740
- {
741
- "kind": "js",
742
- "name": "defaultRapidActiveBGColor",
743
- "declaration": {
744
- "name": "defaultRapidActiveBGColor",
745
- "module": "src/_common/colors.ts"
746
- }
747
- },
748
- {
749
- "kind": "js",
750
- "name": "defaultRapidBorderUnfocusedColor",
751
- "declaration": {
752
- "name": "defaultRapidBorderUnfocusedColor",
753
- "module": "src/_common/colors.ts"
754
- }
755
- },
756
- {
757
- "kind": "js",
758
- "name": "FastAppearanceValues",
759
- "declaration": {
760
- "name": "FastAppearanceValues",
761
- "module": "src/_common/colors.ts"
762
- }
763
- },
764
- {
765
- "kind": "js",
766
- "name": "ZeroAppearanceValues",
767
- "declaration": {
768
- "name": "ZeroAppearanceValues",
769
- "module": "src/_common/colors.ts"
770
- }
771
- }
772
- ]
773
- },
774
- {
775
- "kind": "javascript-module",
776
- "path": "src/_common/colors.util.ts",
777
- "declarations": [],
778
- "exports": []
779
- },
780
- {
781
- "kind": "javascript-module",
782
- "path": "src/_common/index.ts",
783
- "declarations": [],
784
- "exports": [
785
- {
786
- "kind": "js",
787
- "name": "*",
788
- "declaration": {
789
- "name": "*",
790
- "package": "./colors"
791
- }
792
- },
793
- {
794
- "kind": "js",
795
- "name": "*",
796
- "declaration": {
797
- "name": "*",
798
- "package": "./colors.hex"
799
- }
800
- },
801
- {
802
- "kind": "js",
803
- "name": "*",
804
- "declaration": {
805
- "name": "*",
806
- "package": "./colors.util"
807
- }
808
- }
809
- ]
810
- },
811
672
  {
812
673
  "kind": "javascript-module",
813
674
  "path": "src/_config/index.ts",
@@ -2015,6 +1876,145 @@
2015
1876
  }
2016
1877
  ]
2017
1878
  },
1879
+ {
1880
+ "kind": "javascript-module",
1881
+ "path": "src/_common/colors.hex.ts",
1882
+ "declarations": [],
1883
+ "exports": []
1884
+ },
1885
+ {
1886
+ "kind": "javascript-module",
1887
+ "path": "src/_common/colors.ts",
1888
+ "declarations": [
1889
+ {
1890
+ "kind": "variable",
1891
+ "name": "defaultRapidTextColor"
1892
+ },
1893
+ {
1894
+ "kind": "variable",
1895
+ "name": "defaultRapidBGColor"
1896
+ },
1897
+ {
1898
+ "kind": "variable",
1899
+ "name": "defaultRapidLabelColor"
1900
+ },
1901
+ {
1902
+ "kind": "variable",
1903
+ "name": "defaultRapidActiveBGColor"
1904
+ },
1905
+ {
1906
+ "kind": "variable",
1907
+ "name": "defaultRapidBorderUnfocusedColor"
1908
+ },
1909
+ {
1910
+ "kind": "variable",
1911
+ "name": "FastAppearanceValues",
1912
+ "type": {
1913
+ "text": "array"
1914
+ },
1915
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
1916
+ },
1917
+ {
1918
+ "kind": "variable",
1919
+ "name": "ZeroAppearanceValues"
1920
+ }
1921
+ ],
1922
+ "exports": [
1923
+ {
1924
+ "kind": "js",
1925
+ "name": "defaultRapidTextColor",
1926
+ "declaration": {
1927
+ "name": "defaultRapidTextColor",
1928
+ "module": "src/_common/colors.ts"
1929
+ }
1930
+ },
1931
+ {
1932
+ "kind": "js",
1933
+ "name": "defaultRapidBGColor",
1934
+ "declaration": {
1935
+ "name": "defaultRapidBGColor",
1936
+ "module": "src/_common/colors.ts"
1937
+ }
1938
+ },
1939
+ {
1940
+ "kind": "js",
1941
+ "name": "defaultRapidLabelColor",
1942
+ "declaration": {
1943
+ "name": "defaultRapidLabelColor",
1944
+ "module": "src/_common/colors.ts"
1945
+ }
1946
+ },
1947
+ {
1948
+ "kind": "js",
1949
+ "name": "defaultRapidActiveBGColor",
1950
+ "declaration": {
1951
+ "name": "defaultRapidActiveBGColor",
1952
+ "module": "src/_common/colors.ts"
1953
+ }
1954
+ },
1955
+ {
1956
+ "kind": "js",
1957
+ "name": "defaultRapidBorderUnfocusedColor",
1958
+ "declaration": {
1959
+ "name": "defaultRapidBorderUnfocusedColor",
1960
+ "module": "src/_common/colors.ts"
1961
+ }
1962
+ },
1963
+ {
1964
+ "kind": "js",
1965
+ "name": "FastAppearanceValues",
1966
+ "declaration": {
1967
+ "name": "FastAppearanceValues",
1968
+ "module": "src/_common/colors.ts"
1969
+ }
1970
+ },
1971
+ {
1972
+ "kind": "js",
1973
+ "name": "ZeroAppearanceValues",
1974
+ "declaration": {
1975
+ "name": "ZeroAppearanceValues",
1976
+ "module": "src/_common/colors.ts"
1977
+ }
1978
+ }
1979
+ ]
1980
+ },
1981
+ {
1982
+ "kind": "javascript-module",
1983
+ "path": "src/_common/colors.util.ts",
1984
+ "declarations": [],
1985
+ "exports": []
1986
+ },
1987
+ {
1988
+ "kind": "javascript-module",
1989
+ "path": "src/_common/index.ts",
1990
+ "declarations": [],
1991
+ "exports": [
1992
+ {
1993
+ "kind": "js",
1994
+ "name": "*",
1995
+ "declaration": {
1996
+ "name": "*",
1997
+ "package": "./colors"
1998
+ }
1999
+ },
2000
+ {
2001
+ "kind": "js",
2002
+ "name": "*",
2003
+ "declaration": {
2004
+ "name": "*",
2005
+ "package": "./colors.hex"
2006
+ }
2007
+ },
2008
+ {
2009
+ "kind": "js",
2010
+ "name": "*",
2011
+ "declaration": {
2012
+ "name": "*",
2013
+ "package": "./colors.util"
2014
+ }
2015
+ }
2016
+ ]
2017
+ },
2018
2018
  {
2019
2019
  "kind": "javascript-module",
2020
2020
  "path": "src/anchor/anchor.stories.ts",
@@ -30076,6 +30076,15 @@
30076
30076
  "module": "src/tabs/tabs.ts"
30077
30077
  }
30078
30078
  },
30079
+ {
30080
+ "kind": "field",
30081
+ "name": "isHiddenElement",
30082
+ "privacy": "private",
30083
+ "inheritedFrom": {
30084
+ "name": "Tabs",
30085
+ "module": "src/tabs/tabs.ts"
30086
+ }
30087
+ },
30079
30088
  {
30080
30089
  "kind": "field",
30081
30090
  "name": "isFocusableElement",
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.126.0",
4
+ "version": "14.127.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,7 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.126.0",
70
+ "@genesislcap/genx": "14.127.1",
71
71
  "@storybook/addon-coverage": "^1.0.0",
72
72
  "@storybook/addon-essentials": "^7.5.3",
73
73
  "@storybook/addon-links": "^7.5.3",
@@ -82,15 +82,15 @@
82
82
  "storybook": "^7.5.3"
83
83
  },
84
84
  "dependencies": {
85
- "@genesislcap/foundation-comms": "14.126.0",
86
- "@genesislcap/foundation-logger": "14.126.0",
87
- "@genesislcap/foundation-ui": "14.126.0",
88
- "@genesislcap/foundation-utils": "14.126.0",
89
- "@microsoft/fast-colors": "^5.1.4",
90
- "@microsoft/fast-components": "^2.21.3",
91
- "@microsoft/fast-element": "^1.7.0",
92
- "@microsoft/fast-foundation": "^2.33.2",
93
- "@microsoft/fast-web-utilities": "^5.0.2",
85
+ "@genesislcap/foundation-comms": "14.127.1",
86
+ "@genesislcap/foundation-logger": "14.127.1",
87
+ "@genesislcap/foundation-ui": "14.127.1",
88
+ "@genesislcap/foundation-utils": "14.127.1",
89
+ "@microsoft/fast-colors": "^5.3.1",
90
+ "@microsoft/fast-components": "^2.30.6",
91
+ "@microsoft/fast-element": "^1.12.0",
92
+ "@microsoft/fast-foundation": "^2.49.4",
93
+ "@microsoft/fast-web-utilities": "^5.4.1",
94
94
  "tslib": "^2.3.1"
95
95
  },
96
96
  "repository": {
@@ -102,5 +102,5 @@
102
102
  "access": "public"
103
103
  },
104
104
  "customElements": "dist/custom-elements.json",
105
- "gitHead": "726c78d9ec85c2d1b308d070eb090db8b68e421d"
105
+ "gitHead": "02e9aea553b0bb4e7792d6b0a7dce6067a7eea7a"
106
106
  }