@genesislcap/foundation-zero 15.6.0 → 15.6.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.
Files changed (2) hide show
  1. package/dist/custom-elements.json +447 -447
  2. package/package.json +12 -12
@@ -46550,6 +46550,87 @@
46550
46550
  }
46551
46551
  ]
46552
46552
  },
46553
+ {
46554
+ "kind": "javascript-module",
46555
+ "path": "src/utils/behaviors.ts",
46556
+ "declarations": [
46557
+ {
46558
+ "kind": "function",
46559
+ "name": "appearanceBehavior",
46560
+ "parameters": [
46561
+ {
46562
+ "name": "value",
46563
+ "type": {
46564
+ "text": "string"
46565
+ },
46566
+ "description": "The value of the appearance property"
46567
+ },
46568
+ {
46569
+ "name": "styles",
46570
+ "type": {
46571
+ "text": "ElementStyles"
46572
+ },
46573
+ "description": "The styles to be applied when condition matches"
46574
+ }
46575
+ ],
46576
+ "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
46577
+ "privacy": "public"
46578
+ }
46579
+ ],
46580
+ "exports": [
46581
+ {
46582
+ "kind": "js",
46583
+ "name": "appearanceBehavior",
46584
+ "declaration": {
46585
+ "name": "appearanceBehavior",
46586
+ "module": "src/utils/behaviors.ts"
46587
+ }
46588
+ }
46589
+ ]
46590
+ },
46591
+ {
46592
+ "kind": "javascript-module",
46593
+ "path": "src/utils/index.ts",
46594
+ "declarations": [],
46595
+ "exports": [
46596
+ {
46597
+ "kind": "js",
46598
+ "name": "*",
46599
+ "declaration": {
46600
+ "name": "*",
46601
+ "package": "./behaviors"
46602
+ }
46603
+ },
46604
+ {
46605
+ "kind": "js",
46606
+ "name": "*",
46607
+ "declaration": {
46608
+ "name": "*",
46609
+ "package": "./logger"
46610
+ }
46611
+ }
46612
+ ]
46613
+ },
46614
+ {
46615
+ "kind": "javascript-module",
46616
+ "path": "src/utils/logger.ts",
46617
+ "declarations": [
46618
+ {
46619
+ "kind": "variable",
46620
+ "name": "logger"
46621
+ }
46622
+ ],
46623
+ "exports": [
46624
+ {
46625
+ "kind": "js",
46626
+ "name": "logger",
46627
+ "declaration": {
46628
+ "name": "logger",
46629
+ "module": "src/utils/logger.ts"
46630
+ }
46631
+ }
46632
+ ]
46633
+ },
46553
46634
  {
46554
46635
  "kind": "javascript-module",
46555
46636
  "path": "src/verification-code-input/index.ts",
@@ -47495,108 +47576,409 @@
47495
47576
  },
47496
47577
  {
47497
47578
  "kind": "javascript-module",
47498
- "path": "src/_config/tokens/custom.ts",
47579
+ "path": "src/_config/styles/colors.ts",
47499
47580
  "declarations": [
47500
47581
  {
47501
- "kind": "variable",
47502
- "name": "defaultErrorColor"
47582
+ "kind": "function",
47583
+ "name": "whiteWebRGBA",
47584
+ "parameters": [
47585
+ {
47586
+ "name": "alpha",
47587
+ "default": "1.0",
47588
+ "type": {
47589
+ "text": "number"
47590
+ }
47591
+ }
47592
+ ]
47503
47593
  },
47504
47594
  {
47505
- "kind": "variable",
47506
- "name": "errorColor",
47507
- "privacy": "public"
47595
+ "kind": "function",
47596
+ "name": "blackWebRGBA",
47597
+ "parameters": [
47598
+ {
47599
+ "name": "alpha",
47600
+ "default": "1.0",
47601
+ "type": {
47602
+ "text": "number"
47603
+ }
47604
+ }
47605
+ ]
47508
47606
  },
47509
47607
  {
47510
47608
  "kind": "variable",
47511
- "name": "defaultSuccessColor"
47609
+ "name": "rapidDefaultFillColor"
47512
47610
  },
47513
47611
  {
47514
47612
  "kind": "variable",
47515
- "name": "successColor",
47516
- "privacy": "public"
47613
+ "name": "rapidDefaultCardFillColor"
47517
47614
  },
47518
47615
  {
47519
47616
  "kind": "variable",
47520
- "name": "defaultWarningColor"
47617
+ "name": "rapidDefaultCardPalette"
47521
47618
  },
47522
47619
  {
47523
- "kind": "variable",
47524
- "name": "warningColor",
47525
- "privacy": "public"
47620
+ "kind": "function",
47621
+ "name": "primaryBlueWebRGBA",
47622
+ "parameters": [
47623
+ {
47624
+ "name": "alpha",
47625
+ "default": "1.0",
47626
+ "type": {
47627
+ "text": "number"
47628
+ }
47629
+ }
47630
+ ]
47526
47631
  },
47527
47632
  {
47528
47633
  "kind": "variable",
47529
- "name": "defaultBuyColor"
47634
+ "name": "accentBlueSwatch"
47530
47635
  },
47531
47636
  {
47532
47637
  "kind": "variable",
47533
- "name": "buyColor",
47534
- "privacy": "public"
47638
+ "name": "accentBluePalette"
47535
47639
  },
47536
47640
  {
47537
- "kind": "variable",
47538
- "name": "defaultSellColor"
47641
+ "kind": "function",
47642
+ "name": "primaryPurpleWebRGBA",
47643
+ "parameters": [
47644
+ {
47645
+ "name": "alpha",
47646
+ "default": "1.0",
47647
+ "type": {
47648
+ "text": "number"
47649
+ }
47650
+ }
47651
+ ]
47539
47652
  },
47540
47653
  {
47541
- "kind": "variable",
47542
- "name": "sellColor",
47543
- "privacy": "public"
47654
+ "kind": "function",
47655
+ "name": "secondaryOrangeWebRGBA",
47656
+ "parameters": [
47657
+ {
47658
+ "name": "alpha",
47659
+ "default": "1.0",
47660
+ "type": {
47661
+ "text": "number"
47662
+ }
47663
+ }
47664
+ ]
47544
47665
  },
47545
47666
  {
47546
- "kind": "variable",
47547
- "name": "defaultInfoColor"
47667
+ "kind": "function",
47668
+ "name": "secondaryTealWebRGBA",
47669
+ "parameters": [
47670
+ {
47671
+ "name": "alpha",
47672
+ "default": "1.0",
47673
+ "type": {
47674
+ "text": "number"
47675
+ }
47676
+ }
47677
+ ]
47548
47678
  },
47549
47679
  {
47550
- "kind": "variable",
47551
- "name": "infoColor",
47552
- "privacy": "public"
47680
+ "kind": "function",
47681
+ "name": "longGreenWebRGBA",
47682
+ "parameters": [
47683
+ {
47684
+ "name": "alpha",
47685
+ "default": "1.0",
47686
+ "type": {
47687
+ "text": "number"
47688
+ }
47689
+ }
47690
+ ]
47553
47691
  },
47554
47692
  {
47555
- "kind": "variable",
47556
- "name": "defaultSeriousNotifyColor"
47693
+ "kind": "function",
47694
+ "name": "shortPinkWebRGBA",
47695
+ "parameters": [
47696
+ {
47697
+ "name": "alpha",
47698
+ "default": "1.0",
47699
+ "type": {
47700
+ "text": "number"
47701
+ }
47702
+ }
47703
+ ]
47557
47704
  },
47558
47705
  {
47559
- "kind": "variable",
47560
- "name": "seriousNotifyColor",
47561
- "privacy": "public"
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
+ ]
47562
47730
  }
47563
47731
  ],
47564
47732
  "exports": [
47565
47733
  {
47566
47734
  "kind": "js",
47567
- "name": "defaultErrorColor",
47735
+ "name": "whiteWebRGBA",
47568
47736
  "declaration": {
47569
- "name": "defaultErrorColor",
47570
- "module": "src/_config/tokens/custom.ts"
47737
+ "name": "whiteWebRGBA",
47738
+ "module": "src/_config/styles/colors.ts"
47571
47739
  }
47572
47740
  },
47573
47741
  {
47574
47742
  "kind": "js",
47575
- "name": "errorColor",
47743
+ "name": "blackWebRGBA",
47576
47744
  "declaration": {
47577
- "name": "errorColor",
47578
- "module": "src/_config/tokens/custom.ts"
47745
+ "name": "blackWebRGBA",
47746
+ "module": "src/_config/styles/colors.ts"
47579
47747
  }
47580
47748
  },
47581
47749
  {
47582
47750
  "kind": "js",
47583
- "name": "defaultSuccessColor",
47751
+ "name": "rapidDefaultFillColor",
47584
47752
  "declaration": {
47585
- "name": "defaultSuccessColor",
47586
- "module": "src/_config/tokens/custom.ts"
47753
+ "name": "rapidDefaultFillColor",
47754
+ "module": "src/_config/styles/colors.ts"
47587
47755
  }
47588
47756
  },
47589
47757
  {
47590
47758
  "kind": "js",
47591
- "name": "successColor",
47759
+ "name": "rapidDefaultCardFillColor",
47592
47760
  "declaration": {
47593
- "name": "successColor",
47594
- "module": "src/_config/tokens/custom.ts"
47761
+ "name": "rapidDefaultCardFillColor",
47762
+ "module": "src/_config/styles/colors.ts"
47595
47763
  }
47596
47764
  },
47597
47765
  {
47598
47766
  "kind": "js",
47599
- "name": "defaultWarningColor",
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
+ },
47878
+ {
47879
+ "kind": "javascript-module",
47880
+ "path": "src/_config/tokens/custom.ts",
47881
+ "declarations": [
47882
+ {
47883
+ "kind": "variable",
47884
+ "name": "defaultErrorColor"
47885
+ },
47886
+ {
47887
+ "kind": "variable",
47888
+ "name": "errorColor",
47889
+ "privacy": "public"
47890
+ },
47891
+ {
47892
+ "kind": "variable",
47893
+ "name": "defaultSuccessColor"
47894
+ },
47895
+ {
47896
+ "kind": "variable",
47897
+ "name": "successColor",
47898
+ "privacy": "public"
47899
+ },
47900
+ {
47901
+ "kind": "variable",
47902
+ "name": "defaultWarningColor"
47903
+ },
47904
+ {
47905
+ "kind": "variable",
47906
+ "name": "warningColor",
47907
+ "privacy": "public"
47908
+ },
47909
+ {
47910
+ "kind": "variable",
47911
+ "name": "defaultBuyColor"
47912
+ },
47913
+ {
47914
+ "kind": "variable",
47915
+ "name": "buyColor",
47916
+ "privacy": "public"
47917
+ },
47918
+ {
47919
+ "kind": "variable",
47920
+ "name": "defaultSellColor"
47921
+ },
47922
+ {
47923
+ "kind": "variable",
47924
+ "name": "sellColor",
47925
+ "privacy": "public"
47926
+ },
47927
+ {
47928
+ "kind": "variable",
47929
+ "name": "defaultInfoColor"
47930
+ },
47931
+ {
47932
+ "kind": "variable",
47933
+ "name": "infoColor",
47934
+ "privacy": "public"
47935
+ },
47936
+ {
47937
+ "kind": "variable",
47938
+ "name": "defaultSeriousNotifyColor"
47939
+ },
47940
+ {
47941
+ "kind": "variable",
47942
+ "name": "seriousNotifyColor",
47943
+ "privacy": "public"
47944
+ }
47945
+ ],
47946
+ "exports": [
47947
+ {
47948
+ "kind": "js",
47949
+ "name": "defaultErrorColor",
47950
+ "declaration": {
47951
+ "name": "defaultErrorColor",
47952
+ "module": "src/_config/tokens/custom.ts"
47953
+ }
47954
+ },
47955
+ {
47956
+ "kind": "js",
47957
+ "name": "errorColor",
47958
+ "declaration": {
47959
+ "name": "errorColor",
47960
+ "module": "src/_config/tokens/custom.ts"
47961
+ }
47962
+ },
47963
+ {
47964
+ "kind": "js",
47965
+ "name": "defaultSuccessColor",
47966
+ "declaration": {
47967
+ "name": "defaultSuccessColor",
47968
+ "module": "src/_config/tokens/custom.ts"
47969
+ }
47970
+ },
47971
+ {
47972
+ "kind": "js",
47973
+ "name": "successColor",
47974
+ "declaration": {
47975
+ "name": "successColor",
47976
+ "module": "src/_config/tokens/custom.ts"
47977
+ }
47978
+ },
47979
+ {
47980
+ "kind": "js",
47981
+ "name": "defaultWarningColor",
47600
47982
  "declaration": {
47601
47983
  "name": "defaultWarningColor",
47602
47984
  "module": "src/_config/tokens/custom.ts"
@@ -48580,358 +48962,22 @@
48580
48962
  },
48581
48963
  {
48582
48964
  "kind": "javascript-module",
48583
- "path": "src/_config/styles/colors.ts",
48965
+ "path": "src/_config/values/color.ts",
48584
48966
  "declarations": [
48585
- {
48586
- "kind": "function",
48587
- "name": "whiteWebRGBA",
48588
- "parameters": [
48589
- {
48590
- "name": "alpha",
48591
- "default": "1.0",
48592
- "type": {
48593
- "text": "number"
48594
- }
48595
- }
48596
- ]
48597
- },
48598
- {
48599
- "kind": "function",
48600
- "name": "blackWebRGBA",
48601
- "parameters": [
48602
- {
48603
- "name": "alpha",
48604
- "default": "1.0",
48605
- "type": {
48606
- "text": "number"
48607
- }
48608
- }
48609
- ]
48610
- },
48611
48967
  {
48612
48968
  "kind": "variable",
48613
- "name": "rapidDefaultFillColor"
48969
+ "name": "accentPaletteValue"
48614
48970
  },
48615
48971
  {
48616
48972
  "kind": "variable",
48617
- "name": "rapidDefaultCardFillColor"
48973
+ "name": "neutralPaletteValue"
48618
48974
  },
48619
48975
  {
48620
48976
  "kind": "variable",
48621
- "name": "rapidDefaultCardPalette"
48622
- },
48623
- {
48624
- "kind": "function",
48625
- "name": "primaryBlueWebRGBA",
48626
- "parameters": [
48627
- {
48628
- "name": "alpha",
48629
- "default": "1.0",
48630
- "type": {
48631
- "text": "number"
48632
- }
48633
- }
48634
- ]
48635
- },
48636
- {
48637
- "kind": "variable",
48638
- "name": "accentBlueSwatch"
48639
- },
48640
- {
48641
- "kind": "variable",
48642
- "name": "accentBluePalette"
48643
- },
48644
- {
48645
- "kind": "function",
48646
- "name": "primaryPurpleWebRGBA",
48647
- "parameters": [
48648
- {
48649
- "name": "alpha",
48650
- "default": "1.0",
48651
- "type": {
48652
- "text": "number"
48653
- }
48654
- }
48655
- ]
48656
- },
48657
- {
48658
- "kind": "function",
48659
- "name": "secondaryOrangeWebRGBA",
48660
- "parameters": [
48661
- {
48662
- "name": "alpha",
48663
- "default": "1.0",
48664
- "type": {
48665
- "text": "number"
48666
- }
48667
- }
48668
- ]
48669
- },
48670
- {
48671
- "kind": "function",
48672
- "name": "secondaryTealWebRGBA",
48673
- "parameters": [
48674
- {
48675
- "name": "alpha",
48676
- "default": "1.0",
48677
- "type": {
48678
- "text": "number"
48679
- }
48680
- }
48681
- ]
48682
- },
48683
- {
48684
- "kind": "function",
48685
- "name": "longGreenWebRGBA",
48686
- "parameters": [
48687
- {
48688
- "name": "alpha",
48689
- "default": "1.0",
48690
- "type": {
48691
- "text": "number"
48692
- }
48693
- }
48694
- ]
48695
- },
48696
- {
48697
- "kind": "function",
48698
- "name": "shortPinkWebRGBA",
48699
- "parameters": [
48700
- {
48701
- "name": "alpha",
48702
- "default": "1.0",
48703
- "type": {
48704
- "text": "number"
48705
- }
48706
- }
48707
- ]
48708
- },
48709
- {
48710
- "kind": "function",
48711
- "name": "warningYellowWebRGBA",
48712
- "parameters": [
48713
- {
48714
- "name": "alpha",
48715
- "default": "1.0",
48716
- "type": {
48717
- "text": "number"
48718
- }
48719
- }
48720
- ]
48721
- },
48722
- {
48723
- "kind": "function",
48724
- "name": "chartPinkWebRGBA",
48725
- "parameters": [
48726
- {
48727
- "name": "alpha",
48728
- "default": "1.0",
48729
- "type": {
48730
- "text": "number"
48731
- }
48732
- }
48733
- ]
48734
- }
48735
- ],
48736
- "exports": [
48737
- {
48738
- "kind": "js",
48739
- "name": "whiteWebRGBA",
48740
- "declaration": {
48741
- "name": "whiteWebRGBA",
48742
- "module": "src/_config/styles/colors.ts"
48743
- }
48744
- },
48745
- {
48746
- "kind": "js",
48747
- "name": "blackWebRGBA",
48748
- "declaration": {
48749
- "name": "blackWebRGBA",
48750
- "module": "src/_config/styles/colors.ts"
48751
- }
48752
- },
48753
- {
48754
- "kind": "js",
48755
- "name": "rapidDefaultFillColor",
48756
- "declaration": {
48757
- "name": "rapidDefaultFillColor",
48758
- "module": "src/_config/styles/colors.ts"
48759
- }
48760
- },
48761
- {
48762
- "kind": "js",
48763
- "name": "rapidDefaultCardFillColor",
48764
- "declaration": {
48765
- "name": "rapidDefaultCardFillColor",
48766
- "module": "src/_config/styles/colors.ts"
48767
- }
48768
- },
48769
- {
48770
- "kind": "js",
48771
- "name": "rapidDefaultCardPalette",
48772
- "declaration": {
48773
- "name": "rapidDefaultCardPalette",
48774
- "module": "src/_config/styles/colors.ts"
48775
- }
48776
- },
48777
- {
48778
- "kind": "js",
48779
- "name": "primaryBlueWebRGBA",
48780
- "declaration": {
48781
- "name": "primaryBlueWebRGBA",
48782
- "module": "src/_config/styles/colors.ts"
48783
- }
48784
- },
48785
- {
48786
- "kind": "js",
48787
- "name": "accentBlueSwatch",
48788
- "declaration": {
48789
- "name": "accentBlueSwatch",
48790
- "module": "src/_config/styles/colors.ts"
48791
- }
48792
- },
48793
- {
48794
- "kind": "js",
48795
- "name": "accentBluePalette",
48796
- "declaration": {
48797
- "name": "accentBluePalette",
48798
- "module": "src/_config/styles/colors.ts"
48799
- }
48800
- },
48801
- {
48802
- "kind": "js",
48803
- "name": "primaryPurpleWebRGBA",
48804
- "declaration": {
48805
- "name": "primaryPurpleWebRGBA",
48806
- "module": "src/_config/styles/colors.ts"
48807
- }
48808
- },
48809
- {
48810
- "kind": "js",
48811
- "name": "secondaryOrangeWebRGBA",
48812
- "declaration": {
48813
- "name": "secondaryOrangeWebRGBA",
48814
- "module": "src/_config/styles/colors.ts"
48815
- }
48816
- },
48817
- {
48818
- "kind": "js",
48819
- "name": "secondaryTealWebRGBA",
48820
- "declaration": {
48821
- "name": "secondaryTealWebRGBA",
48822
- "module": "src/_config/styles/colors.ts"
48823
- }
48824
- },
48825
- {
48826
- "kind": "js",
48827
- "name": "longGreenWebRGBA",
48828
- "declaration": {
48829
- "name": "longGreenWebRGBA",
48830
- "module": "src/_config/styles/colors.ts"
48831
- }
48832
- },
48833
- {
48834
- "kind": "js",
48835
- "name": "shortPinkWebRGBA",
48836
- "declaration": {
48837
- "name": "shortPinkWebRGBA",
48838
- "module": "src/_config/styles/colors.ts"
48839
- }
48840
- },
48841
- {
48842
- "kind": "js",
48843
- "name": "warningYellowWebRGBA",
48844
- "declaration": {
48845
- "name": "warningYellowWebRGBA",
48846
- "module": "src/_config/styles/colors.ts"
48847
- }
48848
- },
48849
- {
48850
- "kind": "js",
48851
- "name": "chartPinkWebRGBA",
48852
- "declaration": {
48853
- "name": "chartPinkWebRGBA",
48854
- "module": "src/_config/styles/colors.ts"
48855
- }
48856
- }
48857
- ]
48858
- },
48859
- {
48860
- "kind": "javascript-module",
48861
- "path": "src/_config/styles/index.ts",
48862
- "declarations": [],
48863
- "exports": [
48864
- {
48865
- "kind": "js",
48866
- "name": "*",
48867
- "declaration": {
48868
- "name": "*",
48869
- "package": "./colors"
48870
- }
48871
- },
48872
- {
48873
- "kind": "js",
48874
- "name": "*",
48875
- "declaration": {
48876
- "name": "*",
48877
- "package": "./external/roboto-font"
48878
- }
48879
- }
48880
- ]
48881
- },
48882
- {
48883
- "kind": "javascript-module",
48884
- "path": "src/dialog/styles/colors.ts",
48885
- "declarations": [
48886
- {
48887
- "kind": "variable",
48888
- "name": "defaultDialogActiveBGColor"
48889
- }
48890
- ],
48891
- "exports": [
48892
- {
48893
- "kind": "js",
48894
- "name": "defaultDialogActiveBGColor",
48895
- "declaration": {
48896
- "name": "defaultDialogActiveBGColor",
48897
- "module": "src/dialog/styles/colors.ts"
48898
- }
48899
- }
48900
- ]
48901
- },
48902
- {
48903
- "kind": "javascript-module",
48904
- "path": "src/dialog/styles/index.ts",
48905
- "declarations": [],
48906
- "exports": [
48907
- {
48908
- "kind": "js",
48909
- "name": "*",
48910
- "declaration": {
48911
- "name": "*",
48912
- "package": "./colors"
48913
- }
48914
- }
48915
- ]
48916
- },
48917
- {
48918
- "kind": "javascript-module",
48919
- "path": "src/_config/values/color.ts",
48920
- "declarations": [
48921
- {
48922
- "kind": "variable",
48923
- "name": "accentPaletteValue"
48924
- },
48925
- {
48926
- "kind": "variable",
48927
- "name": "neutralPaletteValue"
48928
- },
48929
- {
48930
- "kind": "variable",
48931
- "name": "baseLayerLuminanceValue"
48932
- }
48933
- ],
48934
- "exports": [
48977
+ "name": "baseLayerLuminanceValue"
48978
+ }
48979
+ ],
48980
+ "exports": [
48935
48981
  {
48936
48982
  "kind": "js",
48937
48983
  "name": "accentPaletteValue",
@@ -49176,27 +49222,27 @@
49176
49222
  },
49177
49223
  {
49178
49224
  "kind": "javascript-module",
49179
- "path": "src/listbox-option/style/colors.ts",
49225
+ "path": "src/dialog/styles/colors.ts",
49180
49226
  "declarations": [
49181
49227
  {
49182
49228
  "kind": "variable",
49183
- "name": "defaultSelectedListboxFillColor"
49229
+ "name": "defaultDialogActiveBGColor"
49184
49230
  }
49185
49231
  ],
49186
49232
  "exports": [
49187
49233
  {
49188
49234
  "kind": "js",
49189
- "name": "defaultSelectedListboxFillColor",
49235
+ "name": "defaultDialogActiveBGColor",
49190
49236
  "declaration": {
49191
- "name": "defaultSelectedListboxFillColor",
49192
- "module": "src/listbox-option/style/colors.ts"
49237
+ "name": "defaultDialogActiveBGColor",
49238
+ "module": "src/dialog/styles/colors.ts"
49193
49239
  }
49194
49240
  }
49195
49241
  ]
49196
49242
  },
49197
49243
  {
49198
49244
  "kind": "javascript-module",
49199
- "path": "src/listbox-option/style/index.ts",
49245
+ "path": "src/dialog/styles/index.ts",
49200
49246
  "declarations": [],
49201
49247
  "exports": [
49202
49248
  {
@@ -49211,45 +49257,27 @@
49211
49257
  },
49212
49258
  {
49213
49259
  "kind": "javascript-module",
49214
- "path": "src/utils/behaviors.ts",
49260
+ "path": "src/listbox-option/style/colors.ts",
49215
49261
  "declarations": [
49216
49262
  {
49217
- "kind": "function",
49218
- "name": "appearanceBehavior",
49219
- "parameters": [
49220
- {
49221
- "name": "value",
49222
- "type": {
49223
- "text": "string"
49224
- },
49225
- "description": "The value of the appearance property"
49226
- },
49227
- {
49228
- "name": "styles",
49229
- "type": {
49230
- "text": "ElementStyles"
49231
- },
49232
- "description": "The styles to be applied when condition matches"
49233
- }
49234
- ],
49235
- "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
49236
- "privacy": "public"
49263
+ "kind": "variable",
49264
+ "name": "defaultSelectedListboxFillColor"
49237
49265
  }
49238
49266
  ],
49239
49267
  "exports": [
49240
49268
  {
49241
49269
  "kind": "js",
49242
- "name": "appearanceBehavior",
49270
+ "name": "defaultSelectedListboxFillColor",
49243
49271
  "declaration": {
49244
- "name": "appearanceBehavior",
49245
- "module": "src/utils/behaviors.ts"
49272
+ "name": "defaultSelectedListboxFillColor",
49273
+ "module": "src/listbox-option/style/colors.ts"
49246
49274
  }
49247
49275
  }
49248
49276
  ]
49249
49277
  },
49250
49278
  {
49251
49279
  "kind": "javascript-module",
49252
- "path": "src/utils/index.ts",
49280
+ "path": "src/listbox-option/style/index.ts",
49253
49281
  "declarations": [],
49254
49282
  "exports": [
49255
49283
  {
@@ -49257,35 +49285,7 @@
49257
49285
  "name": "*",
49258
49286
  "declaration": {
49259
49287
  "name": "*",
49260
- "package": "./behaviors"
49261
- }
49262
- },
49263
- {
49264
- "kind": "js",
49265
- "name": "*",
49266
- "declaration": {
49267
- "name": "*",
49268
- "package": "./logger"
49269
- }
49270
- }
49271
- ]
49272
- },
49273
- {
49274
- "kind": "javascript-module",
49275
- "path": "src/utils/logger.ts",
49276
- "declarations": [
49277
- {
49278
- "kind": "variable",
49279
- "name": "logger"
49280
- }
49281
- ],
49282
- "exports": [
49283
- {
49284
- "kind": "js",
49285
- "name": "logger",
49286
- "declaration": {
49287
- "name": "logger",
49288
- "module": "src/utils/logger.ts"
49288
+ "package": "./colors"
49289
49289
  }
49290
49290
  }
49291
49291
  ]
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.6.0",
4
+ "version": "15.6.2",
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.6.0",
77
- "@genesislcap/rollup-builder": "15.6.0",
78
- "@genesislcap/ts-builder": "15.6.0",
79
- "@genesislcap/uvu-playwright-builder": "15.6.0",
80
- "@genesislcap/vite-builder": "15.6.0",
81
- "@genesislcap/webpack-builder": "15.6.0"
76
+ "@genesislcap/genx": "15.6.2",
77
+ "@genesislcap/rollup-builder": "15.6.2",
78
+ "@genesislcap/ts-builder": "15.6.2",
79
+ "@genesislcap/uvu-playwright-builder": "15.6.2",
80
+ "@genesislcap/vite-builder": "15.6.2",
81
+ "@genesislcap/webpack-builder": "15.6.2"
82
82
  },
83
83
  "dependencies": {
84
- "@genesislcap/foundation-comms": "15.6.0",
85
- "@genesislcap/foundation-logger": "15.6.0",
86
- "@genesislcap/foundation-ui": "15.6.0",
87
- "@genesislcap/foundation-utils": "15.6.0",
84
+ "@genesislcap/foundation-comms": "15.6.2",
85
+ "@genesislcap/foundation-logger": "15.6.2",
86
+ "@genesislcap/foundation-ui": "15.6.2",
87
+ "@genesislcap/foundation-utils": "15.6.2",
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": "dbf070bac8a4bfc2a178e335b1faffb130e8f761"
114
+ "gitHead": "a5781780cb56906755ddbfc4be75e221719ae4b4"
115
115
  }