@genesislcap/foundation-zero 14.155.0-canary.2 → 14.155.0-canary.4

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 +143 -143
  2. package/package.json +12 -12
@@ -687,115 +687,7 @@
687
687
  },
688
688
  {
689
689
  "kind": "javascript-module",
690
- "path": "src/_common/colors.hex.ts",
691
- "declarations": [],
692
- "exports": []
693
- },
694
- {
695
- "kind": "javascript-module",
696
- "path": "src/_common/colors.ts",
697
- "declarations": [
698
- {
699
- "kind": "variable",
700
- "name": "defaultRapidTextColor"
701
- },
702
- {
703
- "kind": "variable",
704
- "name": "defaultRapidBGColor"
705
- },
706
- {
707
- "kind": "variable",
708
- "name": "defaultRapidLabelColor"
709
- },
710
- {
711
- "kind": "variable",
712
- "name": "defaultRapidActiveBGColor"
713
- },
714
- {
715
- "kind": "variable",
716
- "name": "defaultRapidBorderUnfocusedColor"
717
- },
718
- {
719
- "kind": "variable",
720
- "name": "FastAppearanceValues",
721
- "type": {
722
- "text": "array"
723
- },
724
- "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
725
- },
726
- {
727
- "kind": "variable",
728
- "name": "ZeroAppearanceValues"
729
- }
730
- ],
731
- "exports": [
732
- {
733
- "kind": "js",
734
- "name": "defaultRapidTextColor",
735
- "declaration": {
736
- "name": "defaultRapidTextColor",
737
- "module": "src/_common/colors.ts"
738
- }
739
- },
740
- {
741
- "kind": "js",
742
- "name": "defaultRapidBGColor",
743
- "declaration": {
744
- "name": "defaultRapidBGColor",
745
- "module": "src/_common/colors.ts"
746
- }
747
- },
748
- {
749
- "kind": "js",
750
- "name": "defaultRapidLabelColor",
751
- "declaration": {
752
- "name": "defaultRapidLabelColor",
753
- "module": "src/_common/colors.ts"
754
- }
755
- },
756
- {
757
- "kind": "js",
758
- "name": "defaultRapidActiveBGColor",
759
- "declaration": {
760
- "name": "defaultRapidActiveBGColor",
761
- "module": "src/_common/colors.ts"
762
- }
763
- },
764
- {
765
- "kind": "js",
766
- "name": "defaultRapidBorderUnfocusedColor",
767
- "declaration": {
768
- "name": "defaultRapidBorderUnfocusedColor",
769
- "module": "src/_common/colors.ts"
770
- }
771
- },
772
- {
773
- "kind": "js",
774
- "name": "FastAppearanceValues",
775
- "declaration": {
776
- "name": "FastAppearanceValues",
777
- "module": "src/_common/colors.ts"
778
- }
779
- },
780
- {
781
- "kind": "js",
782
- "name": "ZeroAppearanceValues",
783
- "declaration": {
784
- "name": "ZeroAppearanceValues",
785
- "module": "src/_common/colors.ts"
786
- }
787
- }
788
- ]
789
- },
790
- {
791
- "kind": "javascript-module",
792
- "path": "src/_common/colors.util.ts",
793
- "declarations": [],
794
- "exports": []
795
- },
796
- {
797
- "kind": "javascript-module",
798
- "path": "src/_common/index.ts",
690
+ "path": "src/_config/index.ts",
799
691
  "declarations": [],
800
692
  "exports": [
801
693
  {
@@ -803,7 +695,7 @@
803
695
  "name": "*",
804
696
  "declaration": {
805
697
  "name": "*",
806
- "package": "./colors"
698
+ "package": "./styles"
807
699
  }
808
700
  },
809
701
  {
@@ -811,7 +703,7 @@
811
703
  "name": "*",
812
704
  "declaration": {
813
705
  "name": "*",
814
- "package": "./colors.hex"
706
+ "package": "./tokens"
815
707
  }
816
708
  },
817
709
  {
@@ -819,7 +711,7 @@
819
711
  "name": "*",
820
712
  "declaration": {
821
713
  "name": "*",
822
- "package": "./colors.util"
714
+ "package": "./values"
823
715
  }
824
716
  }
825
717
  ]
@@ -1012,6 +904,145 @@
1012
904
  }
1013
905
  ]
1014
906
  },
907
+ {
908
+ "kind": "javascript-module",
909
+ "path": "src/_common/colors.hex.ts",
910
+ "declarations": [],
911
+ "exports": []
912
+ },
913
+ {
914
+ "kind": "javascript-module",
915
+ "path": "src/_common/colors.ts",
916
+ "declarations": [
917
+ {
918
+ "kind": "variable",
919
+ "name": "defaultRapidTextColor"
920
+ },
921
+ {
922
+ "kind": "variable",
923
+ "name": "defaultRapidBGColor"
924
+ },
925
+ {
926
+ "kind": "variable",
927
+ "name": "defaultRapidLabelColor"
928
+ },
929
+ {
930
+ "kind": "variable",
931
+ "name": "defaultRapidActiveBGColor"
932
+ },
933
+ {
934
+ "kind": "variable",
935
+ "name": "defaultRapidBorderUnfocusedColor"
936
+ },
937
+ {
938
+ "kind": "variable",
939
+ "name": "FastAppearanceValues",
940
+ "type": {
941
+ "text": "array"
942
+ },
943
+ "default": "['accent', 'lightweight', 'neutral', 'outline', 'stealth']"
944
+ },
945
+ {
946
+ "kind": "variable",
947
+ "name": "ZeroAppearanceValues"
948
+ }
949
+ ],
950
+ "exports": [
951
+ {
952
+ "kind": "js",
953
+ "name": "defaultRapidTextColor",
954
+ "declaration": {
955
+ "name": "defaultRapidTextColor",
956
+ "module": "src/_common/colors.ts"
957
+ }
958
+ },
959
+ {
960
+ "kind": "js",
961
+ "name": "defaultRapidBGColor",
962
+ "declaration": {
963
+ "name": "defaultRapidBGColor",
964
+ "module": "src/_common/colors.ts"
965
+ }
966
+ },
967
+ {
968
+ "kind": "js",
969
+ "name": "defaultRapidLabelColor",
970
+ "declaration": {
971
+ "name": "defaultRapidLabelColor",
972
+ "module": "src/_common/colors.ts"
973
+ }
974
+ },
975
+ {
976
+ "kind": "js",
977
+ "name": "defaultRapidActiveBGColor",
978
+ "declaration": {
979
+ "name": "defaultRapidActiveBGColor",
980
+ "module": "src/_common/colors.ts"
981
+ }
982
+ },
983
+ {
984
+ "kind": "js",
985
+ "name": "defaultRapidBorderUnfocusedColor",
986
+ "declaration": {
987
+ "name": "defaultRapidBorderUnfocusedColor",
988
+ "module": "src/_common/colors.ts"
989
+ }
990
+ },
991
+ {
992
+ "kind": "js",
993
+ "name": "FastAppearanceValues",
994
+ "declaration": {
995
+ "name": "FastAppearanceValues",
996
+ "module": "src/_common/colors.ts"
997
+ }
998
+ },
999
+ {
1000
+ "kind": "js",
1001
+ "name": "ZeroAppearanceValues",
1002
+ "declaration": {
1003
+ "name": "ZeroAppearanceValues",
1004
+ "module": "src/_common/colors.ts"
1005
+ }
1006
+ }
1007
+ ]
1008
+ },
1009
+ {
1010
+ "kind": "javascript-module",
1011
+ "path": "src/_common/colors.util.ts",
1012
+ "declarations": [],
1013
+ "exports": []
1014
+ },
1015
+ {
1016
+ "kind": "javascript-module",
1017
+ "path": "src/_common/index.ts",
1018
+ "declarations": [],
1019
+ "exports": [
1020
+ {
1021
+ "kind": "js",
1022
+ "name": "*",
1023
+ "declaration": {
1024
+ "name": "*",
1025
+ "package": "./colors"
1026
+ }
1027
+ },
1028
+ {
1029
+ "kind": "js",
1030
+ "name": "*",
1031
+ "declaration": {
1032
+ "name": "*",
1033
+ "package": "./colors.hex"
1034
+ }
1035
+ },
1036
+ {
1037
+ "kind": "js",
1038
+ "name": "*",
1039
+ "declaration": {
1040
+ "name": "*",
1041
+ "package": "./colors.util"
1042
+ }
1043
+ }
1044
+ ]
1045
+ },
1015
1046
  {
1016
1047
  "kind": "javascript-module",
1017
1048
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -1372,37 +1403,6 @@
1372
1403
  }
1373
1404
  ]
1374
1405
  },
1375
- {
1376
- "kind": "javascript-module",
1377
- "path": "src/_config/index.ts",
1378
- "declarations": [],
1379
- "exports": [
1380
- {
1381
- "kind": "js",
1382
- "name": "*",
1383
- "declaration": {
1384
- "name": "*",
1385
- "package": "./styles"
1386
- }
1387
- },
1388
- {
1389
- "kind": "js",
1390
- "name": "*",
1391
- "declaration": {
1392
- "name": "*",
1393
- "package": "./tokens"
1394
- }
1395
- },
1396
- {
1397
- "kind": "js",
1398
- "name": "*",
1399
- "declaration": {
1400
- "name": "*",
1401
- "package": "./values"
1402
- }
1403
- }
1404
- ]
1405
- },
1406
1406
  {
1407
1407
  "kind": "javascript-module",
1408
1408
  "path": "src/actions-menu/actions-menu.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.155.0-canary.2",
4
+ "version": "14.155.0-canary.4",
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.155.0-canary.2",
71
- "@genesislcap/rollup-builder": "14.155.0-canary.2",
72
- "@genesislcap/ts-builder": "14.155.0-canary.2",
73
- "@genesislcap/uvu-playwright-builder": "14.155.0-canary.2",
74
- "@genesislcap/vite-builder": "14.155.0-canary.2",
75
- "@genesislcap/webpack-builder": "14.155.0-canary.2",
70
+ "@genesislcap/genx": "14.155.0-canary.4",
71
+ "@genesislcap/rollup-builder": "14.155.0-canary.4",
72
+ "@genesislcap/ts-builder": "14.155.0-canary.4",
73
+ "@genesislcap/uvu-playwright-builder": "14.155.0-canary.4",
74
+ "@genesislcap/vite-builder": "14.155.0-canary.4",
75
+ "@genesislcap/webpack-builder": "14.155.0-canary.4",
76
76
  "@storybook/addon-coverage": "^1.0.0",
77
77
  "@storybook/addon-essentials": "^7.6.7",
78
78
  "@storybook/addon-links": "^7.6.7",
@@ -89,10 +89,10 @@
89
89
  "storybook": "^7.6.7"
90
90
  },
91
91
  "dependencies": {
92
- "@genesislcap/foundation-comms": "14.155.0-canary.2",
93
- "@genesislcap/foundation-logger": "14.155.0-canary.2",
94
- "@genesislcap/foundation-ui": "14.155.0-canary.2",
95
- "@genesislcap/foundation-utils": "14.155.0-canary.2",
92
+ "@genesislcap/foundation-comms": "14.155.0-canary.4",
93
+ "@genesislcap/foundation-logger": "14.155.0-canary.4",
94
+ "@genesislcap/foundation-ui": "14.155.0-canary.4",
95
+ "@genesislcap/foundation-utils": "14.155.0-canary.4",
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": "cc29273ef4672aa54a903a1027ebf37f81ab0766"
112
+ "gitHead": "615ea1e5c3f3f4441d429ea6789560a922ab0bd4"
113
113
  }