@genesislcap/foundation-zero 15.4.0 → 15.4.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 +332 -332
  2. package/package.json +12 -12
@@ -914,6 +914,37 @@
914
914
  }
915
915
  ]
916
916
  },
917
+ {
918
+ "kind": "javascript-module",
919
+ "path": "src/_config/index.ts",
920
+ "declarations": [],
921
+ "exports": [
922
+ {
923
+ "kind": "js",
924
+ "name": "*",
925
+ "declaration": {
926
+ "name": "*",
927
+ "package": "./styles"
928
+ }
929
+ },
930
+ {
931
+ "kind": "js",
932
+ "name": "*",
933
+ "declaration": {
934
+ "name": "*",
935
+ "package": "./tokens"
936
+ }
937
+ },
938
+ {
939
+ "kind": "js",
940
+ "name": "*",
941
+ "declaration": {
942
+ "name": "*",
943
+ "package": "./values"
944
+ }
945
+ }
946
+ ]
947
+ },
917
948
  {
918
949
  "kind": "javascript-module",
919
950
  "path": "src/accordion/accordion.styles.ts",
@@ -1395,37 +1426,6 @@
1395
1426
  }
1396
1427
  ]
1397
1428
  },
1398
- {
1399
- "kind": "javascript-module",
1400
- "path": "src/_config/index.ts",
1401
- "declarations": [],
1402
- "exports": [
1403
- {
1404
- "kind": "js",
1405
- "name": "*",
1406
- "declaration": {
1407
- "name": "*",
1408
- "package": "./styles"
1409
- }
1410
- },
1411
- {
1412
- "kind": "js",
1413
- "name": "*",
1414
- "declaration": {
1415
- "name": "*",
1416
- "package": "./tokens"
1417
- }
1418
- },
1419
- {
1420
- "kind": "js",
1421
- "name": "*",
1422
- "declaration": {
1423
- "name": "*",
1424
- "package": "./values"
1425
- }
1426
- }
1427
- ]
1428
- },
1429
1429
  {
1430
1430
  "kind": "javascript-module",
1431
1431
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -47574,6 +47574,307 @@
47574
47574
  }
47575
47575
  ]
47576
47576
  },
47577
+ {
47578
+ "kind": "javascript-module",
47579
+ "path": "src/_config/styles/colors.ts",
47580
+ "declarations": [
47581
+ {
47582
+ "kind": "function",
47583
+ "name": "whiteWebRGBA",
47584
+ "parameters": [
47585
+ {
47586
+ "name": "alpha",
47587
+ "default": "1.0",
47588
+ "type": {
47589
+ "text": "number"
47590
+ }
47591
+ }
47592
+ ]
47593
+ },
47594
+ {
47595
+ "kind": "function",
47596
+ "name": "blackWebRGBA",
47597
+ "parameters": [
47598
+ {
47599
+ "name": "alpha",
47600
+ "default": "1.0",
47601
+ "type": {
47602
+ "text": "number"
47603
+ }
47604
+ }
47605
+ ]
47606
+ },
47607
+ {
47608
+ "kind": "variable",
47609
+ "name": "rapidDefaultFillColor"
47610
+ },
47611
+ {
47612
+ "kind": "variable",
47613
+ "name": "rapidDefaultCardFillColor"
47614
+ },
47615
+ {
47616
+ "kind": "variable",
47617
+ "name": "rapidDefaultCardPalette"
47618
+ },
47619
+ {
47620
+ "kind": "function",
47621
+ "name": "primaryBlueWebRGBA",
47622
+ "parameters": [
47623
+ {
47624
+ "name": "alpha",
47625
+ "default": "1.0",
47626
+ "type": {
47627
+ "text": "number"
47628
+ }
47629
+ }
47630
+ ]
47631
+ },
47632
+ {
47633
+ "kind": "variable",
47634
+ "name": "accentBlueSwatch"
47635
+ },
47636
+ {
47637
+ "kind": "variable",
47638
+ "name": "accentBluePalette"
47639
+ },
47640
+ {
47641
+ "kind": "function",
47642
+ "name": "primaryPurpleWebRGBA",
47643
+ "parameters": [
47644
+ {
47645
+ "name": "alpha",
47646
+ "default": "1.0",
47647
+ "type": {
47648
+ "text": "number"
47649
+ }
47650
+ }
47651
+ ]
47652
+ },
47653
+ {
47654
+ "kind": "function",
47655
+ "name": "secondaryOrangeWebRGBA",
47656
+ "parameters": [
47657
+ {
47658
+ "name": "alpha",
47659
+ "default": "1.0",
47660
+ "type": {
47661
+ "text": "number"
47662
+ }
47663
+ }
47664
+ ]
47665
+ },
47666
+ {
47667
+ "kind": "function",
47668
+ "name": "secondaryTealWebRGBA",
47669
+ "parameters": [
47670
+ {
47671
+ "name": "alpha",
47672
+ "default": "1.0",
47673
+ "type": {
47674
+ "text": "number"
47675
+ }
47676
+ }
47677
+ ]
47678
+ },
47679
+ {
47680
+ "kind": "function",
47681
+ "name": "longGreenWebRGBA",
47682
+ "parameters": [
47683
+ {
47684
+ "name": "alpha",
47685
+ "default": "1.0",
47686
+ "type": {
47687
+ "text": "number"
47688
+ }
47689
+ }
47690
+ ]
47691
+ },
47692
+ {
47693
+ "kind": "function",
47694
+ "name": "shortPinkWebRGBA",
47695
+ "parameters": [
47696
+ {
47697
+ "name": "alpha",
47698
+ "default": "1.0",
47699
+ "type": {
47700
+ "text": "number"
47701
+ }
47702
+ }
47703
+ ]
47704
+ },
47705
+ {
47706
+ "kind": "function",
47707
+ "name": "warningYellowWebRGBA",
47708
+ "parameters": [
47709
+ {
47710
+ "name": "alpha",
47711
+ "default": "1.0",
47712
+ "type": {
47713
+ "text": "number"
47714
+ }
47715
+ }
47716
+ ]
47717
+ },
47718
+ {
47719
+ "kind": "function",
47720
+ "name": "chartPinkWebRGBA",
47721
+ "parameters": [
47722
+ {
47723
+ "name": "alpha",
47724
+ "default": "1.0",
47725
+ "type": {
47726
+ "text": "number"
47727
+ }
47728
+ }
47729
+ ]
47730
+ }
47731
+ ],
47732
+ "exports": [
47733
+ {
47734
+ "kind": "js",
47735
+ "name": "whiteWebRGBA",
47736
+ "declaration": {
47737
+ "name": "whiteWebRGBA",
47738
+ "module": "src/_config/styles/colors.ts"
47739
+ }
47740
+ },
47741
+ {
47742
+ "kind": "js",
47743
+ "name": "blackWebRGBA",
47744
+ "declaration": {
47745
+ "name": "blackWebRGBA",
47746
+ "module": "src/_config/styles/colors.ts"
47747
+ }
47748
+ },
47749
+ {
47750
+ "kind": "js",
47751
+ "name": "rapidDefaultFillColor",
47752
+ "declaration": {
47753
+ "name": "rapidDefaultFillColor",
47754
+ "module": "src/_config/styles/colors.ts"
47755
+ }
47756
+ },
47757
+ {
47758
+ "kind": "js",
47759
+ "name": "rapidDefaultCardFillColor",
47760
+ "declaration": {
47761
+ "name": "rapidDefaultCardFillColor",
47762
+ "module": "src/_config/styles/colors.ts"
47763
+ }
47764
+ },
47765
+ {
47766
+ "kind": "js",
47767
+ "name": "rapidDefaultCardPalette",
47768
+ "declaration": {
47769
+ "name": "rapidDefaultCardPalette",
47770
+ "module": "src/_config/styles/colors.ts"
47771
+ }
47772
+ },
47773
+ {
47774
+ "kind": "js",
47775
+ "name": "primaryBlueWebRGBA",
47776
+ "declaration": {
47777
+ "name": "primaryBlueWebRGBA",
47778
+ "module": "src/_config/styles/colors.ts"
47779
+ }
47780
+ },
47781
+ {
47782
+ "kind": "js",
47783
+ "name": "accentBlueSwatch",
47784
+ "declaration": {
47785
+ "name": "accentBlueSwatch",
47786
+ "module": "src/_config/styles/colors.ts"
47787
+ }
47788
+ },
47789
+ {
47790
+ "kind": "js",
47791
+ "name": "accentBluePalette",
47792
+ "declaration": {
47793
+ "name": "accentBluePalette",
47794
+ "module": "src/_config/styles/colors.ts"
47795
+ }
47796
+ },
47797
+ {
47798
+ "kind": "js",
47799
+ "name": "primaryPurpleWebRGBA",
47800
+ "declaration": {
47801
+ "name": "primaryPurpleWebRGBA",
47802
+ "module": "src/_config/styles/colors.ts"
47803
+ }
47804
+ },
47805
+ {
47806
+ "kind": "js",
47807
+ "name": "secondaryOrangeWebRGBA",
47808
+ "declaration": {
47809
+ "name": "secondaryOrangeWebRGBA",
47810
+ "module": "src/_config/styles/colors.ts"
47811
+ }
47812
+ },
47813
+ {
47814
+ "kind": "js",
47815
+ "name": "secondaryTealWebRGBA",
47816
+ "declaration": {
47817
+ "name": "secondaryTealWebRGBA",
47818
+ "module": "src/_config/styles/colors.ts"
47819
+ }
47820
+ },
47821
+ {
47822
+ "kind": "js",
47823
+ "name": "longGreenWebRGBA",
47824
+ "declaration": {
47825
+ "name": "longGreenWebRGBA",
47826
+ "module": "src/_config/styles/colors.ts"
47827
+ }
47828
+ },
47829
+ {
47830
+ "kind": "js",
47831
+ "name": "shortPinkWebRGBA",
47832
+ "declaration": {
47833
+ "name": "shortPinkWebRGBA",
47834
+ "module": "src/_config/styles/colors.ts"
47835
+ }
47836
+ },
47837
+ {
47838
+ "kind": "js",
47839
+ "name": "warningYellowWebRGBA",
47840
+ "declaration": {
47841
+ "name": "warningYellowWebRGBA",
47842
+ "module": "src/_config/styles/colors.ts"
47843
+ }
47844
+ },
47845
+ {
47846
+ "kind": "js",
47847
+ "name": "chartPinkWebRGBA",
47848
+ "declaration": {
47849
+ "name": "chartPinkWebRGBA",
47850
+ "module": "src/_config/styles/colors.ts"
47851
+ }
47852
+ }
47853
+ ]
47854
+ },
47855
+ {
47856
+ "kind": "javascript-module",
47857
+ "path": "src/_config/styles/index.ts",
47858
+ "declarations": [],
47859
+ "exports": [
47860
+ {
47861
+ "kind": "js",
47862
+ "name": "*",
47863
+ "declaration": {
47864
+ "name": "*",
47865
+ "package": "./colors"
47866
+ }
47867
+ },
47868
+ {
47869
+ "kind": "js",
47870
+ "name": "*",
47871
+ "declaration": {
47872
+ "name": "*",
47873
+ "package": "./external/roboto-font"
47874
+ }
47875
+ }
47876
+ ]
47877
+ },
47577
47878
  {
47578
47879
  "kind": "javascript-module",
47579
47880
  "path": "src/_config/tokens/custom.ts",
@@ -48659,307 +48960,6 @@
48659
48960
  }
48660
48961
  ]
48661
48962
  },
48662
- {
48663
- "kind": "javascript-module",
48664
- "path": "src/_config/styles/colors.ts",
48665
- "declarations": [
48666
- {
48667
- "kind": "function",
48668
- "name": "whiteWebRGBA",
48669
- "parameters": [
48670
- {
48671
- "name": "alpha",
48672
- "default": "1.0",
48673
- "type": {
48674
- "text": "number"
48675
- }
48676
- }
48677
- ]
48678
- },
48679
- {
48680
- "kind": "function",
48681
- "name": "blackWebRGBA",
48682
- "parameters": [
48683
- {
48684
- "name": "alpha",
48685
- "default": "1.0",
48686
- "type": {
48687
- "text": "number"
48688
- }
48689
- }
48690
- ]
48691
- },
48692
- {
48693
- "kind": "variable",
48694
- "name": "rapidDefaultFillColor"
48695
- },
48696
- {
48697
- "kind": "variable",
48698
- "name": "rapidDefaultCardFillColor"
48699
- },
48700
- {
48701
- "kind": "variable",
48702
- "name": "rapidDefaultCardPalette"
48703
- },
48704
- {
48705
- "kind": "function",
48706
- "name": "primaryBlueWebRGBA",
48707
- "parameters": [
48708
- {
48709
- "name": "alpha",
48710
- "default": "1.0",
48711
- "type": {
48712
- "text": "number"
48713
- }
48714
- }
48715
- ]
48716
- },
48717
- {
48718
- "kind": "variable",
48719
- "name": "accentBlueSwatch"
48720
- },
48721
- {
48722
- "kind": "variable",
48723
- "name": "accentBluePalette"
48724
- },
48725
- {
48726
- "kind": "function",
48727
- "name": "primaryPurpleWebRGBA",
48728
- "parameters": [
48729
- {
48730
- "name": "alpha",
48731
- "default": "1.0",
48732
- "type": {
48733
- "text": "number"
48734
- }
48735
- }
48736
- ]
48737
- },
48738
- {
48739
- "kind": "function",
48740
- "name": "secondaryOrangeWebRGBA",
48741
- "parameters": [
48742
- {
48743
- "name": "alpha",
48744
- "default": "1.0",
48745
- "type": {
48746
- "text": "number"
48747
- }
48748
- }
48749
- ]
48750
- },
48751
- {
48752
- "kind": "function",
48753
- "name": "secondaryTealWebRGBA",
48754
- "parameters": [
48755
- {
48756
- "name": "alpha",
48757
- "default": "1.0",
48758
- "type": {
48759
- "text": "number"
48760
- }
48761
- }
48762
- ]
48763
- },
48764
- {
48765
- "kind": "function",
48766
- "name": "longGreenWebRGBA",
48767
- "parameters": [
48768
- {
48769
- "name": "alpha",
48770
- "default": "1.0",
48771
- "type": {
48772
- "text": "number"
48773
- }
48774
- }
48775
- ]
48776
- },
48777
- {
48778
- "kind": "function",
48779
- "name": "shortPinkWebRGBA",
48780
- "parameters": [
48781
- {
48782
- "name": "alpha",
48783
- "default": "1.0",
48784
- "type": {
48785
- "text": "number"
48786
- }
48787
- }
48788
- ]
48789
- },
48790
- {
48791
- "kind": "function",
48792
- "name": "warningYellowWebRGBA",
48793
- "parameters": [
48794
- {
48795
- "name": "alpha",
48796
- "default": "1.0",
48797
- "type": {
48798
- "text": "number"
48799
- }
48800
- }
48801
- ]
48802
- },
48803
- {
48804
- "kind": "function",
48805
- "name": "chartPinkWebRGBA",
48806
- "parameters": [
48807
- {
48808
- "name": "alpha",
48809
- "default": "1.0",
48810
- "type": {
48811
- "text": "number"
48812
- }
48813
- }
48814
- ]
48815
- }
48816
- ],
48817
- "exports": [
48818
- {
48819
- "kind": "js",
48820
- "name": "whiteWebRGBA",
48821
- "declaration": {
48822
- "name": "whiteWebRGBA",
48823
- "module": "src/_config/styles/colors.ts"
48824
- }
48825
- },
48826
- {
48827
- "kind": "js",
48828
- "name": "blackWebRGBA",
48829
- "declaration": {
48830
- "name": "blackWebRGBA",
48831
- "module": "src/_config/styles/colors.ts"
48832
- }
48833
- },
48834
- {
48835
- "kind": "js",
48836
- "name": "rapidDefaultFillColor",
48837
- "declaration": {
48838
- "name": "rapidDefaultFillColor",
48839
- "module": "src/_config/styles/colors.ts"
48840
- }
48841
- },
48842
- {
48843
- "kind": "js",
48844
- "name": "rapidDefaultCardFillColor",
48845
- "declaration": {
48846
- "name": "rapidDefaultCardFillColor",
48847
- "module": "src/_config/styles/colors.ts"
48848
- }
48849
- },
48850
- {
48851
- "kind": "js",
48852
- "name": "rapidDefaultCardPalette",
48853
- "declaration": {
48854
- "name": "rapidDefaultCardPalette",
48855
- "module": "src/_config/styles/colors.ts"
48856
- }
48857
- },
48858
- {
48859
- "kind": "js",
48860
- "name": "primaryBlueWebRGBA",
48861
- "declaration": {
48862
- "name": "primaryBlueWebRGBA",
48863
- "module": "src/_config/styles/colors.ts"
48864
- }
48865
- },
48866
- {
48867
- "kind": "js",
48868
- "name": "accentBlueSwatch",
48869
- "declaration": {
48870
- "name": "accentBlueSwatch",
48871
- "module": "src/_config/styles/colors.ts"
48872
- }
48873
- },
48874
- {
48875
- "kind": "js",
48876
- "name": "accentBluePalette",
48877
- "declaration": {
48878
- "name": "accentBluePalette",
48879
- "module": "src/_config/styles/colors.ts"
48880
- }
48881
- },
48882
- {
48883
- "kind": "js",
48884
- "name": "primaryPurpleWebRGBA",
48885
- "declaration": {
48886
- "name": "primaryPurpleWebRGBA",
48887
- "module": "src/_config/styles/colors.ts"
48888
- }
48889
- },
48890
- {
48891
- "kind": "js",
48892
- "name": "secondaryOrangeWebRGBA",
48893
- "declaration": {
48894
- "name": "secondaryOrangeWebRGBA",
48895
- "module": "src/_config/styles/colors.ts"
48896
- }
48897
- },
48898
- {
48899
- "kind": "js",
48900
- "name": "secondaryTealWebRGBA",
48901
- "declaration": {
48902
- "name": "secondaryTealWebRGBA",
48903
- "module": "src/_config/styles/colors.ts"
48904
- }
48905
- },
48906
- {
48907
- "kind": "js",
48908
- "name": "longGreenWebRGBA",
48909
- "declaration": {
48910
- "name": "longGreenWebRGBA",
48911
- "module": "src/_config/styles/colors.ts"
48912
- }
48913
- },
48914
- {
48915
- "kind": "js",
48916
- "name": "shortPinkWebRGBA",
48917
- "declaration": {
48918
- "name": "shortPinkWebRGBA",
48919
- "module": "src/_config/styles/colors.ts"
48920
- }
48921
- },
48922
- {
48923
- "kind": "js",
48924
- "name": "warningYellowWebRGBA",
48925
- "declaration": {
48926
- "name": "warningYellowWebRGBA",
48927
- "module": "src/_config/styles/colors.ts"
48928
- }
48929
- },
48930
- {
48931
- "kind": "js",
48932
- "name": "chartPinkWebRGBA",
48933
- "declaration": {
48934
- "name": "chartPinkWebRGBA",
48935
- "module": "src/_config/styles/colors.ts"
48936
- }
48937
- }
48938
- ]
48939
- },
48940
- {
48941
- "kind": "javascript-module",
48942
- "path": "src/_config/styles/index.ts",
48943
- "declarations": [],
48944
- "exports": [
48945
- {
48946
- "kind": "js",
48947
- "name": "*",
48948
- "declaration": {
48949
- "name": "*",
48950
- "package": "./colors"
48951
- }
48952
- },
48953
- {
48954
- "kind": "js",
48955
- "name": "*",
48956
- "declaration": {
48957
- "name": "*",
48958
- "package": "./external/roboto-font"
48959
- }
48960
- }
48961
- ]
48962
- },
48963
48963
  {
48964
48964
  "kind": "javascript-module",
48965
48965
  "path": "src/_config/values/color.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": "15.4.0",
4
+ "version": "15.4.1",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -73,18 +73,18 @@
73
73
  },
74
74
  "devDependencies": {
75
75
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^5.0.3",
76
- "@genesislcap/genx": "15.4.0",
77
- "@genesislcap/rollup-builder": "15.4.0",
78
- "@genesislcap/ts-builder": "15.4.0",
79
- "@genesislcap/uvu-playwright-builder": "15.4.0",
80
- "@genesislcap/vite-builder": "15.4.0",
81
- "@genesislcap/webpack-builder": "15.4.0"
76
+ "@genesislcap/genx": "15.4.1",
77
+ "@genesislcap/rollup-builder": "15.4.1",
78
+ "@genesislcap/ts-builder": "15.4.1",
79
+ "@genesislcap/uvu-playwright-builder": "15.4.1",
80
+ "@genesislcap/vite-builder": "15.4.1",
81
+ "@genesislcap/webpack-builder": "15.4.1"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "15.4.0",
85
- "@genesislcap/foundation-logger": "15.4.0",
86
- "@genesislcap/foundation-ui": "15.4.0",
87
- "@genesislcap/foundation-utils": "15.4.0",
84
+ "@genesislcap/foundation-comms": "15.4.1",
85
+ "@genesislcap/foundation-logger": "15.4.1",
86
+ "@genesislcap/foundation-ui": "15.4.1",
87
+ "@genesislcap/foundation-utils": "15.4.1",
88
88
  "@microsoft/fast-colors": "5.3.1",
89
89
  "@microsoft/fast-components": "2.30.6",
90
90
  "@microsoft/fast-element": "1.14.0",
@@ -111,5 +111,5 @@
111
111
  "require": "./dist/react.cjs"
112
112
  }
113
113
  },
114
- "gitHead": "2c61100a9805e799c8047a26ad6a147d1ac1af87"
114
+ "gitHead": "984a77280362d69ba3eab6256dbb7fe03b8c76b3"
115
115
  }