@genesislcap/foundation-zero 14.127.1 → 14.127.2
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.
- package/dist/custom-elements.json +161 -139
- package/package.json +7 -7
|
@@ -669,6 +669,145 @@
|
|
|
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
|
+
},
|
|
672
811
|
{
|
|
673
812
|
"kind": "javascript-module",
|
|
674
813
|
"path": "src/_config/index.ts",
|
|
@@ -1876,145 +2015,6 @@
|
|
|
1876
2015
|
}
|
|
1877
2016
|
]
|
|
1878
2017
|
},
|
|
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",
|
|
@@ -10416,6 +10416,17 @@
|
|
|
10416
10416
|
"module": "src/date-picker/date-picker.ts"
|
|
10417
10417
|
}
|
|
10418
10418
|
},
|
|
10419
|
+
{
|
|
10420
|
+
"name": "label",
|
|
10421
|
+
"type": {
|
|
10422
|
+
"text": "string"
|
|
10423
|
+
},
|
|
10424
|
+
"fieldName": "label",
|
|
10425
|
+
"inheritedFrom": {
|
|
10426
|
+
"name": "DatePicker",
|
|
10427
|
+
"module": "src/date-picker/date-picker.ts"
|
|
10428
|
+
}
|
|
10429
|
+
},
|
|
10419
10430
|
{
|
|
10420
10431
|
"name": "value",
|
|
10421
10432
|
"type": {
|
|
@@ -10499,6 +10510,17 @@
|
|
|
10499
10510
|
"module": "src/date-picker/date-picker.ts"
|
|
10500
10511
|
}
|
|
10501
10512
|
},
|
|
10513
|
+
{
|
|
10514
|
+
"kind": "field",
|
|
10515
|
+
"name": "label",
|
|
10516
|
+
"type": {
|
|
10517
|
+
"text": "string"
|
|
10518
|
+
},
|
|
10519
|
+
"inheritedFrom": {
|
|
10520
|
+
"name": "DatePicker",
|
|
10521
|
+
"module": "src/date-picker/date-picker.ts"
|
|
10522
|
+
}
|
|
10523
|
+
},
|
|
10502
10524
|
{
|
|
10503
10525
|
"kind": "field",
|
|
10504
10526
|
"name": "value",
|
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.127.
|
|
4
|
+
"version": "14.127.2",
|
|
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.127.
|
|
70
|
+
"@genesislcap/genx": "14.127.2",
|
|
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,10 +82,10 @@
|
|
|
82
82
|
"storybook": "^7.5.3"
|
|
83
83
|
},
|
|
84
84
|
"dependencies": {
|
|
85
|
-
"@genesislcap/foundation-comms": "14.127.
|
|
86
|
-
"@genesislcap/foundation-logger": "14.127.
|
|
87
|
-
"@genesislcap/foundation-ui": "14.127.
|
|
88
|
-
"@genesislcap/foundation-utils": "14.127.
|
|
85
|
+
"@genesislcap/foundation-comms": "14.127.2",
|
|
86
|
+
"@genesislcap/foundation-logger": "14.127.2",
|
|
87
|
+
"@genesislcap/foundation-ui": "14.127.2",
|
|
88
|
+
"@genesislcap/foundation-utils": "14.127.2",
|
|
89
89
|
"@microsoft/fast-colors": "^5.3.1",
|
|
90
90
|
"@microsoft/fast-components": "^2.30.6",
|
|
91
91
|
"@microsoft/fast-element": "^1.12.0",
|
|
@@ -102,5 +102,5 @@
|
|
|
102
102
|
"access": "public"
|
|
103
103
|
},
|
|
104
104
|
"customElements": "dist/custom-elements.json",
|
|
105
|
-
"gitHead": "
|
|
105
|
+
"gitHead": "80ea1376a014bd79ecb63f650a1f2472d2fe1fd4"
|
|
106
106
|
}
|