@genesislcap/foundation-zero 14.148.1-alpha-eb67ade.0 → 14.149.0

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 +755 -755
  2. package/package.json +12 -12
@@ -816,6 +816,37 @@
816
816
  }
817
817
  ]
818
818
  },
819
+ {
820
+ "kind": "javascript-module",
821
+ "path": "src/_config/index.ts",
822
+ "declarations": [],
823
+ "exports": [
824
+ {
825
+ "kind": "js",
826
+ "name": "*",
827
+ "declaration": {
828
+ "name": "*",
829
+ "package": "./styles"
830
+ }
831
+ },
832
+ {
833
+ "kind": "js",
834
+ "name": "*",
835
+ "declaration": {
836
+ "name": "*",
837
+ "package": "./tokens"
838
+ }
839
+ },
840
+ {
841
+ "kind": "js",
842
+ "name": "*",
843
+ "declaration": {
844
+ "name": "*",
845
+ "package": "./values"
846
+ }
847
+ }
848
+ ]
849
+ },
819
850
  {
820
851
  "kind": "javascript-module",
821
852
  "path": "src/accordion/accordion.stories.ts",
@@ -1004,37 +1035,6 @@
1004
1035
  }
1005
1036
  ]
1006
1037
  },
1007
- {
1008
- "kind": "javascript-module",
1009
- "path": "src/_config/index.ts",
1010
- "declarations": [],
1011
- "exports": [
1012
- {
1013
- "kind": "js",
1014
- "name": "*",
1015
- "declaration": {
1016
- "name": "*",
1017
- "package": "./styles"
1018
- }
1019
- },
1020
- {
1021
- "kind": "js",
1022
- "name": "*",
1023
- "declaration": {
1024
- "name": "*",
1025
- "package": "./tokens"
1026
- }
1027
- },
1028
- {
1029
- "kind": "js",
1030
- "name": "*",
1031
- "declaration": {
1032
- "name": "*",
1033
- "package": "./values"
1034
- }
1035
- }
1036
- ]
1037
- },
1038
1038
  {
1039
1039
  "kind": "javascript-module",
1040
1040
  "path": "src/accordion-item/accordion-item.styles.ts",
@@ -30527,6 +30527,293 @@
30527
30527
  }
30528
30528
  ]
30529
30529
  },
30530
+ {
30531
+ "kind": "javascript-module",
30532
+ "path": "src/tab/index.ts",
30533
+ "declarations": [],
30534
+ "exports": [
30535
+ {
30536
+ "kind": "js",
30537
+ "name": "*",
30538
+ "declaration": {
30539
+ "name": "*",
30540
+ "package": "./tab"
30541
+ }
30542
+ },
30543
+ {
30544
+ "kind": "js",
30545
+ "name": "*",
30546
+ "declaration": {
30547
+ "name": "*",
30548
+ "package": "./tab.styles"
30549
+ }
30550
+ },
30551
+ {
30552
+ "kind": "js",
30553
+ "name": "*",
30554
+ "declaration": {
30555
+ "name": "*",
30556
+ "package": "./tab.template"
30557
+ }
30558
+ }
30559
+ ]
30560
+ },
30561
+ {
30562
+ "kind": "javascript-module",
30563
+ "path": "src/tab/tab.styles.ts",
30564
+ "declarations": [
30565
+ {
30566
+ "kind": "function",
30567
+ "name": "zeroTabStyles",
30568
+ "return": {
30569
+ "type": {
30570
+ "text": "ElementStyles"
30571
+ }
30572
+ },
30573
+ "parameters": [
30574
+ {
30575
+ "name": "context",
30576
+ "type": {
30577
+ "text": "ElementDefinitionContext"
30578
+ }
30579
+ },
30580
+ {
30581
+ "name": "definition",
30582
+ "type": {
30583
+ "text": "FoundationElementDefinition"
30584
+ }
30585
+ }
30586
+ ]
30587
+ }
30588
+ ],
30589
+ "exports": [
30590
+ {
30591
+ "kind": "js",
30592
+ "name": "zeroTabStyles",
30593
+ "declaration": {
30594
+ "name": "zeroTabStyles",
30595
+ "module": "src/tab/tab.styles.ts"
30596
+ }
30597
+ }
30598
+ ]
30599
+ },
30600
+ {
30601
+ "kind": "javascript-module",
30602
+ "path": "src/tab/tab.template.ts",
30603
+ "declarations": [
30604
+ {
30605
+ "kind": "function",
30606
+ "name": "zeroTabTemplate",
30607
+ "return": {
30608
+ "type": {
30609
+ "text": "ViewTemplate<Tab>"
30610
+ }
30611
+ },
30612
+ "parameters": [
30613
+ {
30614
+ "name": "context",
30615
+ "type": {
30616
+ "text": "ElementDefinitionContext"
30617
+ }
30618
+ },
30619
+ {
30620
+ "name": "definition",
30621
+ "type": {
30622
+ "text": "FoundationElementDefinition"
30623
+ }
30624
+ }
30625
+ ]
30626
+ }
30627
+ ],
30628
+ "exports": [
30629
+ {
30630
+ "kind": "js",
30631
+ "name": "zeroTabTemplate",
30632
+ "declaration": {
30633
+ "name": "zeroTabTemplate",
30634
+ "module": "src/tab/tab.template.ts"
30635
+ }
30636
+ }
30637
+ ]
30638
+ },
30639
+ {
30640
+ "kind": "javascript-module",
30641
+ "path": "src/tab/tab.ts",
30642
+ "declarations": [
30643
+ {
30644
+ "kind": "class",
30645
+ "description": "",
30646
+ "name": "Tab",
30647
+ "superclass": {
30648
+ "name": "FoundationTab",
30649
+ "package": "@genesislcap/foundation-ui"
30650
+ },
30651
+ "tagName": "%%prefix%%-tab",
30652
+ "customElement": true,
30653
+ "attributes": [
30654
+ {
30655
+ "type": {
30656
+ "text": "boolean"
30657
+ },
30658
+ "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
30659
+ "fieldName": "disabled",
30660
+ "inheritedFrom": {
30661
+ "name": "Tab",
30662
+ "module": "src/tab/tab.ts"
30663
+ }
30664
+ }
30665
+ ],
30666
+ "members": [
30667
+ {
30668
+ "kind": "field",
30669
+ "name": "disabled",
30670
+ "type": {
30671
+ "text": "boolean"
30672
+ },
30673
+ "privacy": "public",
30674
+ "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
30675
+ "inheritedFrom": {
30676
+ "name": "Tab",
30677
+ "module": "src/tab/tab.ts"
30678
+ }
30679
+ },
30680
+ {
30681
+ "kind": "field",
30682
+ "name": "_presentation",
30683
+ "type": {
30684
+ "text": "ComponentPresentation | null | undefined"
30685
+ },
30686
+ "privacy": "private",
30687
+ "default": "void 0",
30688
+ "inheritedFrom": {
30689
+ "name": "Tab",
30690
+ "module": "src/tab/tab.ts"
30691
+ }
30692
+ },
30693
+ {
30694
+ "kind": "field",
30695
+ "name": "$presentation",
30696
+ "type": {
30697
+ "text": "ComponentPresentation | null"
30698
+ },
30699
+ "privacy": "public",
30700
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
30701
+ "inheritedFrom": {
30702
+ "name": "Tab",
30703
+ "module": "src/tab/tab.ts"
30704
+ }
30705
+ },
30706
+ {
30707
+ "kind": "field",
30708
+ "name": "template",
30709
+ "type": {
30710
+ "text": "ElementViewTemplate | void | null"
30711
+ },
30712
+ "privacy": "public",
30713
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
30714
+ "inheritedFrom": {
30715
+ "name": "Tab",
30716
+ "module": "src/tab/tab.ts"
30717
+ }
30718
+ },
30719
+ {
30720
+ "kind": "method",
30721
+ "name": "templateChanged",
30722
+ "privacy": "protected",
30723
+ "return": {
30724
+ "type": {
30725
+ "text": "void"
30726
+ }
30727
+ },
30728
+ "inheritedFrom": {
30729
+ "name": "Tab",
30730
+ "module": "src/tab/tab.ts"
30731
+ }
30732
+ },
30733
+ {
30734
+ "kind": "field",
30735
+ "name": "styles",
30736
+ "type": {
30737
+ "text": "ElementStyles | void | null"
30738
+ },
30739
+ "privacy": "public",
30740
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
30741
+ "inheritedFrom": {
30742
+ "name": "Tab",
30743
+ "module": "src/tab/tab.ts"
30744
+ }
30745
+ },
30746
+ {
30747
+ "kind": "method",
30748
+ "name": "stylesChanged",
30749
+ "privacy": "protected",
30750
+ "return": {
30751
+ "type": {
30752
+ "text": "void"
30753
+ }
30754
+ },
30755
+ "inheritedFrom": {
30756
+ "name": "Tab",
30757
+ "module": "src/tab/tab.ts"
30758
+ }
30759
+ },
30760
+ {
30761
+ "kind": "method",
30762
+ "name": "compose",
30763
+ "privacy": "public",
30764
+ "static": true,
30765
+ "return": {
30766
+ "type": {
30767
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
30768
+ }
30769
+ },
30770
+ "parameters": [
30771
+ {
30772
+ "name": "this",
30773
+ "type": {
30774
+ "text": "K"
30775
+ }
30776
+ },
30777
+ {
30778
+ "name": "elementDefinition",
30779
+ "type": {
30780
+ "text": "T"
30781
+ },
30782
+ "description": "The definition of the element to create the registry\nfunction for."
30783
+ }
30784
+ ],
30785
+ "description": "Defines an element registry function with a set of element definition defaults.",
30786
+ "inheritedFrom": {
30787
+ "name": "Tab",
30788
+ "module": "src/tab/tab.ts"
30789
+ }
30790
+ }
30791
+ ]
30792
+ },
30793
+ {
30794
+ "kind": "variable",
30795
+ "name": "zeroTab"
30796
+ }
30797
+ ],
30798
+ "exports": [
30799
+ {
30800
+ "kind": "js",
30801
+ "name": "Tab",
30802
+ "declaration": {
30803
+ "name": "Tab",
30804
+ "module": "src/tab/tab.ts"
30805
+ }
30806
+ },
30807
+ {
30808
+ "kind": "js",
30809
+ "name": "zeroTab",
30810
+ "declaration": {
30811
+ "name": "zeroTab",
30812
+ "module": "src/tab/tab.ts"
30813
+ }
30814
+ }
30815
+ ]
30816
+ },
30530
30817
  {
30531
30818
  "kind": "javascript-module",
30532
30819
  "path": "src/switch/index.ts",
@@ -30887,293 +31174,6 @@
30887
31174
  }
30888
31175
  ]
30889
31176
  },
30890
- {
30891
- "kind": "javascript-module",
30892
- "path": "src/tab/index.ts",
30893
- "declarations": [],
30894
- "exports": [
30895
- {
30896
- "kind": "js",
30897
- "name": "*",
30898
- "declaration": {
30899
- "name": "*",
30900
- "package": "./tab"
30901
- }
30902
- },
30903
- {
30904
- "kind": "js",
30905
- "name": "*",
30906
- "declaration": {
30907
- "name": "*",
30908
- "package": "./tab.styles"
30909
- }
30910
- },
30911
- {
30912
- "kind": "js",
30913
- "name": "*",
30914
- "declaration": {
30915
- "name": "*",
30916
- "package": "./tab.template"
30917
- }
30918
- }
30919
- ]
30920
- },
30921
- {
30922
- "kind": "javascript-module",
30923
- "path": "src/tab/tab.styles.ts",
30924
- "declarations": [
30925
- {
30926
- "kind": "function",
30927
- "name": "zeroTabStyles",
30928
- "return": {
30929
- "type": {
30930
- "text": "ElementStyles"
30931
- }
30932
- },
30933
- "parameters": [
30934
- {
30935
- "name": "context",
30936
- "type": {
30937
- "text": "ElementDefinitionContext"
30938
- }
30939
- },
30940
- {
30941
- "name": "definition",
30942
- "type": {
30943
- "text": "FoundationElementDefinition"
30944
- }
30945
- }
30946
- ]
30947
- }
30948
- ],
30949
- "exports": [
30950
- {
30951
- "kind": "js",
30952
- "name": "zeroTabStyles",
30953
- "declaration": {
30954
- "name": "zeroTabStyles",
30955
- "module": "src/tab/tab.styles.ts"
30956
- }
30957
- }
30958
- ]
30959
- },
30960
- {
30961
- "kind": "javascript-module",
30962
- "path": "src/tab/tab.template.ts",
30963
- "declarations": [
30964
- {
30965
- "kind": "function",
30966
- "name": "zeroTabTemplate",
30967
- "return": {
30968
- "type": {
30969
- "text": "ViewTemplate<Tab>"
30970
- }
30971
- },
30972
- "parameters": [
30973
- {
30974
- "name": "context",
30975
- "type": {
30976
- "text": "ElementDefinitionContext"
30977
- }
30978
- },
30979
- {
30980
- "name": "definition",
30981
- "type": {
30982
- "text": "FoundationElementDefinition"
30983
- }
30984
- }
30985
- ]
30986
- }
30987
- ],
30988
- "exports": [
30989
- {
30990
- "kind": "js",
30991
- "name": "zeroTabTemplate",
30992
- "declaration": {
30993
- "name": "zeroTabTemplate",
30994
- "module": "src/tab/tab.template.ts"
30995
- }
30996
- }
30997
- ]
30998
- },
30999
- {
31000
- "kind": "javascript-module",
31001
- "path": "src/tab/tab.ts",
31002
- "declarations": [
31003
- {
31004
- "kind": "class",
31005
- "description": "",
31006
- "name": "Tab",
31007
- "superclass": {
31008
- "name": "FoundationTab",
31009
- "package": "@genesislcap/foundation-ui"
31010
- },
31011
- "tagName": "%%prefix%%-tab",
31012
- "customElement": true,
31013
- "attributes": [
31014
- {
31015
- "type": {
31016
- "text": "boolean"
31017
- },
31018
- "description": "When true, the control will be immutable by user interaction. See https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute for more information.",
31019
- "fieldName": "disabled",
31020
- "inheritedFrom": {
31021
- "name": "Tab",
31022
- "module": "src/tab/tab.ts"
31023
- }
31024
- }
31025
- ],
31026
- "members": [
31027
- {
31028
- "kind": "field",
31029
- "name": "disabled",
31030
- "type": {
31031
- "text": "boolean"
31032
- },
31033
- "privacy": "public",
31034
- "description": "When true, the control will be immutable by user interaction. See {@link https://developer.mozilla.org/en-US/docs/Web/HTML/Attributes/disabled | disabled HTML attribute} for more information.",
31035
- "inheritedFrom": {
31036
- "name": "Tab",
31037
- "module": "src/tab/tab.ts"
31038
- }
31039
- },
31040
- {
31041
- "kind": "field",
31042
- "name": "_presentation",
31043
- "type": {
31044
- "text": "ComponentPresentation | null | undefined"
31045
- },
31046
- "privacy": "private",
31047
- "default": "void 0",
31048
- "inheritedFrom": {
31049
- "name": "Tab",
31050
- "module": "src/tab/tab.ts"
31051
- }
31052
- },
31053
- {
31054
- "kind": "field",
31055
- "name": "$presentation",
31056
- "type": {
31057
- "text": "ComponentPresentation | null"
31058
- },
31059
- "privacy": "public",
31060
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
31061
- "inheritedFrom": {
31062
- "name": "Tab",
31063
- "module": "src/tab/tab.ts"
31064
- }
31065
- },
31066
- {
31067
- "kind": "field",
31068
- "name": "template",
31069
- "type": {
31070
- "text": "ElementViewTemplate | void | null"
31071
- },
31072
- "privacy": "public",
31073
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
31074
- "inheritedFrom": {
31075
- "name": "Tab",
31076
- "module": "src/tab/tab.ts"
31077
- }
31078
- },
31079
- {
31080
- "kind": "method",
31081
- "name": "templateChanged",
31082
- "privacy": "protected",
31083
- "return": {
31084
- "type": {
31085
- "text": "void"
31086
- }
31087
- },
31088
- "inheritedFrom": {
31089
- "name": "Tab",
31090
- "module": "src/tab/tab.ts"
31091
- }
31092
- },
31093
- {
31094
- "kind": "field",
31095
- "name": "styles",
31096
- "type": {
31097
- "text": "ElementStyles | void | null"
31098
- },
31099
- "privacy": "public",
31100
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
31101
- "inheritedFrom": {
31102
- "name": "Tab",
31103
- "module": "src/tab/tab.ts"
31104
- }
31105
- },
31106
- {
31107
- "kind": "method",
31108
- "name": "stylesChanged",
31109
- "privacy": "protected",
31110
- "return": {
31111
- "type": {
31112
- "text": "void"
31113
- }
31114
- },
31115
- "inheritedFrom": {
31116
- "name": "Tab",
31117
- "module": "src/tab/tab.ts"
31118
- }
31119
- },
31120
- {
31121
- "kind": "method",
31122
- "name": "compose",
31123
- "privacy": "public",
31124
- "static": true,
31125
- "return": {
31126
- "type": {
31127
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
31128
- }
31129
- },
31130
- "parameters": [
31131
- {
31132
- "name": "this",
31133
- "type": {
31134
- "text": "K"
31135
- }
31136
- },
31137
- {
31138
- "name": "elementDefinition",
31139
- "type": {
31140
- "text": "T"
31141
- },
31142
- "description": "The definition of the element to create the registry\nfunction for."
31143
- }
31144
- ],
31145
- "description": "Defines an element registry function with a set of element definition defaults.",
31146
- "inheritedFrom": {
31147
- "name": "Tab",
31148
- "module": "src/tab/tab.ts"
31149
- }
31150
- }
31151
- ]
31152
- },
31153
- {
31154
- "kind": "variable",
31155
- "name": "zeroTab"
31156
- }
31157
- ],
31158
- "exports": [
31159
- {
31160
- "kind": "js",
31161
- "name": "Tab",
31162
- "declaration": {
31163
- "name": "Tab",
31164
- "module": "src/tab/tab.ts"
31165
- }
31166
- },
31167
- {
31168
- "kind": "js",
31169
- "name": "zeroTab",
31170
- "declaration": {
31171
- "name": "zeroTab",
31172
- "module": "src/tab/tab.ts"
31173
- }
31174
- }
31175
- ]
31176
- },
31177
31177
  {
31178
31178
  "kind": "javascript-module",
31179
31179
  "path": "src/tab-panel/index.ts",
@@ -32793,6 +32793,362 @@
32793
32793
  }
32794
32794
  ]
32795
32795
  },
32796
+ {
32797
+ "kind": "javascript-module",
32798
+ "path": "src/toast/index.ts",
32799
+ "declarations": [],
32800
+ "exports": [
32801
+ {
32802
+ "kind": "js",
32803
+ "name": "*",
32804
+ "declaration": {
32805
+ "name": "*",
32806
+ "package": "./toast.styles"
32807
+ }
32808
+ },
32809
+ {
32810
+ "kind": "js",
32811
+ "name": "*",
32812
+ "declaration": {
32813
+ "name": "*",
32814
+ "package": "./toast"
32815
+ }
32816
+ },
32817
+ {
32818
+ "kind": "js",
32819
+ "name": "zeroToastTemplate",
32820
+ "declaration": {
32821
+ "name": "foundationToastTemplate",
32822
+ "package": "@genesislcap/foundation-ui"
32823
+ }
32824
+ }
32825
+ ]
32826
+ },
32827
+ {
32828
+ "kind": "javascript-module",
32829
+ "path": "src/toast/toast.stories.ts",
32830
+ "declarations": [
32831
+ {
32832
+ "kind": "variable",
32833
+ "name": "meta",
32834
+ "type": {
32835
+ "text": "Meta"
32836
+ },
32837
+ "default": "{\n title: 'Toast',\n component: 'zero-toast',\n}"
32838
+ },
32839
+ {
32840
+ "kind": "variable",
32841
+ "name": "Primary",
32842
+ "type": {
32843
+ "text": "StoryObj"
32844
+ },
32845
+ "default": "{\n render: () => html`\n <div style=\"position: absolute; right: 0; top: 0; display: flex; flex-direction: column\">\n <zero-toast notify=\"warning\" auto-close=\"true\" close-timeout=\"5000\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast notify=\"success\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\">Close notification</zero-button>\n </foundation-toast>\n </div>\n `,\n}"
32846
+ }
32847
+ ],
32848
+ "exports": [
32849
+ {
32850
+ "kind": "js",
32851
+ "name": "default",
32852
+ "declaration": {
32853
+ "name": "meta",
32854
+ "module": "src/toast/toast.stories.ts"
32855
+ }
32856
+ },
32857
+ {
32858
+ "kind": "js",
32859
+ "name": "Primary",
32860
+ "declaration": {
32861
+ "name": "Primary",
32862
+ "module": "src/toast/toast.stories.ts"
32863
+ }
32864
+ }
32865
+ ]
32866
+ },
32867
+ {
32868
+ "kind": "javascript-module",
32869
+ "path": "src/toast/toast.styles.ts",
32870
+ "declarations": [
32871
+ {
32872
+ "kind": "variable",
32873
+ "name": "zeroToastStyles",
32874
+ "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n`"
32875
+ }
32876
+ ],
32877
+ "exports": [
32878
+ {
32879
+ "kind": "js",
32880
+ "name": "zeroToastStyles",
32881
+ "declaration": {
32882
+ "name": "zeroToastStyles",
32883
+ "module": "src/toast/toast.styles.ts"
32884
+ }
32885
+ }
32886
+ ]
32887
+ },
32888
+ {
32889
+ "kind": "javascript-module",
32890
+ "path": "src/toast/toast.ts",
32891
+ "declarations": [
32892
+ {
32893
+ "kind": "variable",
32894
+ "name": "defaultToastConfig",
32895
+ "default": "foundationConfig"
32896
+ },
32897
+ {
32898
+ "kind": "variable",
32899
+ "name": "zeroToastShadowOptions",
32900
+ "default": "foundationToastShadowOptions"
32901
+ },
32902
+ {
32903
+ "kind": "class",
32904
+ "description": "",
32905
+ "name": "Toast",
32906
+ "superclass": {
32907
+ "name": "FoundationToast",
32908
+ "package": "@genesislcap/foundation-ui"
32909
+ },
32910
+ "tagName": "%%prefix%%-toast",
32911
+ "customElement": true,
32912
+ "attributes": [
32913
+ {
32914
+ "name": "close-timeout",
32915
+ "type": {
32916
+ "text": "number"
32917
+ },
32918
+ "default": "10000",
32919
+ "fieldName": "closeTimeout",
32920
+ "inheritedFrom": {
32921
+ "name": "Toast",
32922
+ "module": "src/toast/toast.ts"
32923
+ }
32924
+ },
32925
+ {
32926
+ "name": "auto-close",
32927
+ "type": {
32928
+ "text": "boolean"
32929
+ },
32930
+ "default": "false",
32931
+ "fieldName": "autoClose",
32932
+ "inheritedFrom": {
32933
+ "name": "Toast",
32934
+ "module": "src/toast/toast.ts"
32935
+ }
32936
+ }
32937
+ ],
32938
+ "members": [
32939
+ {
32940
+ "kind": "field",
32941
+ "name": "toast",
32942
+ "type": {
32943
+ "text": "HTMLElement"
32944
+ },
32945
+ "privacy": "public",
32946
+ "inheritedFrom": {
32947
+ "name": "Toast",
32948
+ "module": "src/toast/toast.ts"
32949
+ }
32950
+ },
32951
+ {
32952
+ "kind": "field",
32953
+ "name": "deleteAnimation",
32954
+ "type": {
32955
+ "text": "string"
32956
+ },
32957
+ "default": "''",
32958
+ "inheritedFrom": {
32959
+ "name": "Toast",
32960
+ "module": "src/toast/toast.ts"
32961
+ }
32962
+ },
32963
+ {
32964
+ "kind": "field",
32965
+ "name": "closeTimeout",
32966
+ "type": {
32967
+ "text": "number"
32968
+ },
32969
+ "default": "10000",
32970
+ "inheritedFrom": {
32971
+ "name": "Toast",
32972
+ "module": "src/toast/toast.ts"
32973
+ }
32974
+ },
32975
+ {
32976
+ "kind": "field",
32977
+ "name": "autoClose",
32978
+ "type": {
32979
+ "text": "boolean"
32980
+ },
32981
+ "default": "false",
32982
+ "inheritedFrom": {
32983
+ "name": "Toast",
32984
+ "module": "src/toast/toast.ts"
32985
+ }
32986
+ },
32987
+ {
32988
+ "kind": "method",
32989
+ "name": "close",
32990
+ "privacy": "public",
32991
+ "description": "Remove the toast from display.",
32992
+ "inheritedFrom": {
32993
+ "name": "Toast",
32994
+ "module": "src/toast/toast.ts"
32995
+ }
32996
+ },
32997
+ {
32998
+ "kind": "field",
32999
+ "name": "_presentation",
33000
+ "type": {
33001
+ "text": "ComponentPresentation | null | undefined"
33002
+ },
33003
+ "privacy": "private",
33004
+ "default": "void 0",
33005
+ "inheritedFrom": {
33006
+ "name": "FoundationElement",
33007
+ "module": "src/foundation-element/foundation-element.ts"
33008
+ }
33009
+ },
33010
+ {
33011
+ "kind": "field",
33012
+ "name": "$presentation",
33013
+ "type": {
33014
+ "text": "ComponentPresentation | null"
33015
+ },
33016
+ "privacy": "public",
33017
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33018
+ "inheritedFrom": {
33019
+ "name": "FoundationElement",
33020
+ "module": "src/foundation-element/foundation-element.ts"
33021
+ }
33022
+ },
33023
+ {
33024
+ "kind": "field",
33025
+ "name": "template",
33026
+ "type": {
33027
+ "text": "ElementViewTemplate | void | null"
33028
+ },
33029
+ "privacy": "public",
33030
+ "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
33031
+ "inheritedFrom": {
33032
+ "name": "FoundationElement",
33033
+ "module": "src/foundation-element/foundation-element.ts"
33034
+ }
33035
+ },
33036
+ {
33037
+ "kind": "method",
33038
+ "name": "templateChanged",
33039
+ "privacy": "protected",
33040
+ "return": {
33041
+ "type": {
33042
+ "text": "void"
33043
+ }
33044
+ },
33045
+ "inheritedFrom": {
33046
+ "name": "FoundationElement",
33047
+ "module": "src/foundation-element/foundation-element.ts"
33048
+ }
33049
+ },
33050
+ {
33051
+ "kind": "field",
33052
+ "name": "styles",
33053
+ "type": {
33054
+ "text": "ElementStyles | void | null"
33055
+ },
33056
+ "privacy": "public",
33057
+ "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
33058
+ "inheritedFrom": {
33059
+ "name": "FoundationElement",
33060
+ "module": "src/foundation-element/foundation-element.ts"
33061
+ }
33062
+ },
33063
+ {
33064
+ "kind": "method",
33065
+ "name": "stylesChanged",
33066
+ "privacy": "protected",
33067
+ "return": {
33068
+ "type": {
33069
+ "text": "void"
33070
+ }
33071
+ },
33072
+ "inheritedFrom": {
33073
+ "name": "FoundationElement",
33074
+ "module": "src/foundation-element/foundation-element.ts"
33075
+ }
33076
+ },
33077
+ {
33078
+ "kind": "method",
33079
+ "name": "compose",
33080
+ "privacy": "public",
33081
+ "static": true,
33082
+ "return": {
33083
+ "type": {
33084
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33085
+ }
33086
+ },
33087
+ "parameters": [
33088
+ {
33089
+ "name": "this",
33090
+ "type": {
33091
+ "text": "K"
33092
+ }
33093
+ },
33094
+ {
33095
+ "name": "elementDefinition",
33096
+ "type": {
33097
+ "text": "T"
33098
+ },
33099
+ "description": "The definition of the element to create the registry\nfunction for."
33100
+ }
33101
+ ],
33102
+ "description": "Defines an element registry function with a set of element definition defaults.",
33103
+ "inheritedFrom": {
33104
+ "name": "FoundationElement",
33105
+ "module": "src/foundation-element/foundation-element.ts"
33106
+ }
33107
+ }
33108
+ ]
33109
+ },
33110
+ {
33111
+ "kind": "variable",
33112
+ "name": "zeroToast",
33113
+ "description": "The Zero Toast",
33114
+ "privacy": "public"
33115
+ }
33116
+ ],
33117
+ "exports": [
33118
+ {
33119
+ "kind": "js",
33120
+ "name": "defaultToastConfig",
33121
+ "declaration": {
33122
+ "name": "defaultToastConfig",
33123
+ "module": "src/toast/toast.ts"
33124
+ }
33125
+ },
33126
+ {
33127
+ "kind": "js",
33128
+ "name": "zeroToastShadowOptions",
33129
+ "declaration": {
33130
+ "name": "zeroToastShadowOptions",
33131
+ "module": "src/toast/toast.ts"
33132
+ }
33133
+ },
33134
+ {
33135
+ "kind": "js",
33136
+ "name": "Toast",
33137
+ "declaration": {
33138
+ "name": "Toast",
33139
+ "module": "src/toast/toast.ts"
33140
+ }
33141
+ },
33142
+ {
33143
+ "kind": "js",
33144
+ "name": "zeroToast",
33145
+ "declaration": {
33146
+ "name": "zeroToast",
33147
+ "module": "src/toast/toast.ts"
33148
+ }
33149
+ }
33150
+ ]
33151
+ },
32796
33152
  {
32797
33153
  "kind": "javascript-module",
32798
33154
  "path": "src/text-field/index.ts",
@@ -33571,362 +33927,6 @@
33571
33927
  }
33572
33928
  ]
33573
33929
  },
33574
- {
33575
- "kind": "javascript-module",
33576
- "path": "src/toast/index.ts",
33577
- "declarations": [],
33578
- "exports": [
33579
- {
33580
- "kind": "js",
33581
- "name": "*",
33582
- "declaration": {
33583
- "name": "*",
33584
- "package": "./toast.styles"
33585
- }
33586
- },
33587
- {
33588
- "kind": "js",
33589
- "name": "*",
33590
- "declaration": {
33591
- "name": "*",
33592
- "package": "./toast"
33593
- }
33594
- },
33595
- {
33596
- "kind": "js",
33597
- "name": "zeroToastTemplate",
33598
- "declaration": {
33599
- "name": "foundationToastTemplate",
33600
- "package": "@genesislcap/foundation-ui"
33601
- }
33602
- }
33603
- ]
33604
- },
33605
- {
33606
- "kind": "javascript-module",
33607
- "path": "src/toast/toast.stories.ts",
33608
- "declarations": [
33609
- {
33610
- "kind": "variable",
33611
- "name": "meta",
33612
- "type": {
33613
- "text": "Meta"
33614
- },
33615
- "default": "{\n title: 'Toast',\n component: 'zero-toast',\n}"
33616
- },
33617
- {
33618
- "kind": "variable",
33619
- "name": "Primary",
33620
- "type": {
33621
- "text": "StoryObj"
33622
- },
33623
- "default": "{\n render: () => html`\n <div style=\"position: absolute; right: 0; top: 0; display: flex; flex-direction: column\">\n <zero-toast notify=\"warning\" auto-close=\"true\" close-timeout=\"5000\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast notify=\"success\">\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"date\">Today 14:28</span>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n </zero-toast>\n <zero-toast>\n <h6 slot=\"top\">Toast title</h6>\n <span slot=\"content\">Lorem ipsum dolor sit amet consectetur adipisicing elit. Lorem ipsum dolor sit amet. Lorem, ipsum dolor.</span>\n <span slot=\"date\">Today 14:28</span>\n <zero-button appearance=\"primary-gradient\" slot=\"bottom\">Close notification</zero-button>\n </foundation-toast>\n </div>\n `,\n}"
33624
- }
33625
- ],
33626
- "exports": [
33627
- {
33628
- "kind": "js",
33629
- "name": "default",
33630
- "declaration": {
33631
- "name": "meta",
33632
- "module": "src/toast/toast.stories.ts"
33633
- }
33634
- },
33635
- {
33636
- "kind": "js",
33637
- "name": "Primary",
33638
- "declaration": {
33639
- "name": "Primary",
33640
- "module": "src/toast/toast.stories.ts"
33641
- }
33642
- }
33643
- ]
33644
- },
33645
- {
33646
- "kind": "javascript-module",
33647
- "path": "src/toast/toast.styles.ts",
33648
- "declarations": [
33649
- {
33650
- "kind": "variable",
33651
- "name": "zeroToastStyles",
33652
- "default": "css`\n ${foundationToastStyles}\n .toast {\n border: calc(var(--stroke-width) * 1px) solid ${neutralLayer3};\n background-color: ${neutralLayer1};\n }\n\n .toast::after {\n background-color: ${primaryBlueWebRGBA(1)};\n }\n\n :host([notify='warning']) .toast::after {\n background-color: ${chartPinkWebRGBA(1)};\n }\n\n :host([notify='success']) .toast::after {\n background-color: ${secondaryTealWebRGBA(1)};\n }\n\n :host([notify='critical']) .toast::after {\n background-color: ${warningYellowWebRGBA(1)};\n }\n\n :host([notify='serious']) .toast::after {\n background-color: ${secondaryOrangeWebRGBA(1)};\n }\n`"
33653
- }
33654
- ],
33655
- "exports": [
33656
- {
33657
- "kind": "js",
33658
- "name": "zeroToastStyles",
33659
- "declaration": {
33660
- "name": "zeroToastStyles",
33661
- "module": "src/toast/toast.styles.ts"
33662
- }
33663
- }
33664
- ]
33665
- },
33666
- {
33667
- "kind": "javascript-module",
33668
- "path": "src/toast/toast.ts",
33669
- "declarations": [
33670
- {
33671
- "kind": "variable",
33672
- "name": "defaultToastConfig",
33673
- "default": "foundationConfig"
33674
- },
33675
- {
33676
- "kind": "variable",
33677
- "name": "zeroToastShadowOptions",
33678
- "default": "foundationToastShadowOptions"
33679
- },
33680
- {
33681
- "kind": "class",
33682
- "description": "",
33683
- "name": "Toast",
33684
- "superclass": {
33685
- "name": "FoundationToast",
33686
- "package": "@genesislcap/foundation-ui"
33687
- },
33688
- "tagName": "%%prefix%%-toast",
33689
- "customElement": true,
33690
- "attributes": [
33691
- {
33692
- "name": "close-timeout",
33693
- "type": {
33694
- "text": "number"
33695
- },
33696
- "default": "10000",
33697
- "fieldName": "closeTimeout",
33698
- "inheritedFrom": {
33699
- "name": "Toast",
33700
- "module": "src/toast/toast.ts"
33701
- }
33702
- },
33703
- {
33704
- "name": "auto-close",
33705
- "type": {
33706
- "text": "boolean"
33707
- },
33708
- "default": "false",
33709
- "fieldName": "autoClose",
33710
- "inheritedFrom": {
33711
- "name": "Toast",
33712
- "module": "src/toast/toast.ts"
33713
- }
33714
- }
33715
- ],
33716
- "members": [
33717
- {
33718
- "kind": "field",
33719
- "name": "toast",
33720
- "type": {
33721
- "text": "HTMLElement"
33722
- },
33723
- "privacy": "public",
33724
- "inheritedFrom": {
33725
- "name": "Toast",
33726
- "module": "src/toast/toast.ts"
33727
- }
33728
- },
33729
- {
33730
- "kind": "field",
33731
- "name": "deleteAnimation",
33732
- "type": {
33733
- "text": "string"
33734
- },
33735
- "default": "''",
33736
- "inheritedFrom": {
33737
- "name": "Toast",
33738
- "module": "src/toast/toast.ts"
33739
- }
33740
- },
33741
- {
33742
- "kind": "field",
33743
- "name": "closeTimeout",
33744
- "type": {
33745
- "text": "number"
33746
- },
33747
- "default": "10000",
33748
- "inheritedFrom": {
33749
- "name": "Toast",
33750
- "module": "src/toast/toast.ts"
33751
- }
33752
- },
33753
- {
33754
- "kind": "field",
33755
- "name": "autoClose",
33756
- "type": {
33757
- "text": "boolean"
33758
- },
33759
- "default": "false",
33760
- "inheritedFrom": {
33761
- "name": "Toast",
33762
- "module": "src/toast/toast.ts"
33763
- }
33764
- },
33765
- {
33766
- "kind": "method",
33767
- "name": "close",
33768
- "privacy": "public",
33769
- "description": "Remove the toast from display.",
33770
- "inheritedFrom": {
33771
- "name": "Toast",
33772
- "module": "src/toast/toast.ts"
33773
- }
33774
- },
33775
- {
33776
- "kind": "field",
33777
- "name": "_presentation",
33778
- "type": {
33779
- "text": "ComponentPresentation | null | undefined"
33780
- },
33781
- "privacy": "private",
33782
- "default": "void 0",
33783
- "inheritedFrom": {
33784
- "name": "FoundationElement",
33785
- "module": "src/foundation-element/foundation-element.ts"
33786
- }
33787
- },
33788
- {
33789
- "kind": "field",
33790
- "name": "$presentation",
33791
- "type": {
33792
- "text": "ComponentPresentation | null"
33793
- },
33794
- "privacy": "public",
33795
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
33796
- "inheritedFrom": {
33797
- "name": "FoundationElement",
33798
- "module": "src/foundation-element/foundation-element.ts"
33799
- }
33800
- },
33801
- {
33802
- "kind": "field",
33803
- "name": "template",
33804
- "type": {
33805
- "text": "ElementViewTemplate | void | null"
33806
- },
33807
- "privacy": "public",
33808
- "description": "Sets the template of the element instance. When undefined,\nthe element will attempt to resolve the template from\nthe associated presentation or custom element definition.",
33809
- "inheritedFrom": {
33810
- "name": "FoundationElement",
33811
- "module": "src/foundation-element/foundation-element.ts"
33812
- }
33813
- },
33814
- {
33815
- "kind": "method",
33816
- "name": "templateChanged",
33817
- "privacy": "protected",
33818
- "return": {
33819
- "type": {
33820
- "text": "void"
33821
- }
33822
- },
33823
- "inheritedFrom": {
33824
- "name": "FoundationElement",
33825
- "module": "src/foundation-element/foundation-element.ts"
33826
- }
33827
- },
33828
- {
33829
- "kind": "field",
33830
- "name": "styles",
33831
- "type": {
33832
- "text": "ElementStyles | void | null"
33833
- },
33834
- "privacy": "public",
33835
- "description": "Sets the default styles for the element instance. When undefined,\nthe element will attempt to resolve default styles from\nthe associated presentation or custom element definition.",
33836
- "inheritedFrom": {
33837
- "name": "FoundationElement",
33838
- "module": "src/foundation-element/foundation-element.ts"
33839
- }
33840
- },
33841
- {
33842
- "kind": "method",
33843
- "name": "stylesChanged",
33844
- "privacy": "protected",
33845
- "return": {
33846
- "type": {
33847
- "text": "void"
33848
- }
33849
- },
33850
- "inheritedFrom": {
33851
- "name": "FoundationElement",
33852
- "module": "src/foundation-element/foundation-element.ts"
33853
- }
33854
- },
33855
- {
33856
- "kind": "method",
33857
- "name": "compose",
33858
- "privacy": "public",
33859
- "static": true,
33860
- "return": {
33861
- "type": {
33862
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
33863
- }
33864
- },
33865
- "parameters": [
33866
- {
33867
- "name": "this",
33868
- "type": {
33869
- "text": "K"
33870
- }
33871
- },
33872
- {
33873
- "name": "elementDefinition",
33874
- "type": {
33875
- "text": "T"
33876
- },
33877
- "description": "The definition of the element to create the registry\nfunction for."
33878
- }
33879
- ],
33880
- "description": "Defines an element registry function with a set of element definition defaults.",
33881
- "inheritedFrom": {
33882
- "name": "FoundationElement",
33883
- "module": "src/foundation-element/foundation-element.ts"
33884
- }
33885
- }
33886
- ]
33887
- },
33888
- {
33889
- "kind": "variable",
33890
- "name": "zeroToast",
33891
- "description": "The Zero Toast",
33892
- "privacy": "public"
33893
- }
33894
- ],
33895
- "exports": [
33896
- {
33897
- "kind": "js",
33898
- "name": "defaultToastConfig",
33899
- "declaration": {
33900
- "name": "defaultToastConfig",
33901
- "module": "src/toast/toast.ts"
33902
- }
33903
- },
33904
- {
33905
- "kind": "js",
33906
- "name": "zeroToastShadowOptions",
33907
- "declaration": {
33908
- "name": "zeroToastShadowOptions",
33909
- "module": "src/toast/toast.ts"
33910
- }
33911
- },
33912
- {
33913
- "kind": "js",
33914
- "name": "Toast",
33915
- "declaration": {
33916
- "name": "Toast",
33917
- "module": "src/toast/toast.ts"
33918
- }
33919
- },
33920
- {
33921
- "kind": "js",
33922
- "name": "zeroToast",
33923
- "declaration": {
33924
- "name": "zeroToast",
33925
- "module": "src/toast/toast.ts"
33926
- }
33927
- }
33928
- ]
33929
- },
33930
33930
  {
33931
33931
  "kind": "javascript-module",
33932
33932
  "path": "src/toolbar/index.ts",
@@ -35750,6 +35750,87 @@
35750
35750
  }
35751
35751
  ]
35752
35752
  },
35753
+ {
35754
+ "kind": "javascript-module",
35755
+ "path": "src/utils/behaviors.ts",
35756
+ "declarations": [
35757
+ {
35758
+ "kind": "function",
35759
+ "name": "appearanceBehavior",
35760
+ "parameters": [
35761
+ {
35762
+ "name": "value",
35763
+ "type": {
35764
+ "text": "string"
35765
+ },
35766
+ "description": "The value of the appearance property"
35767
+ },
35768
+ {
35769
+ "name": "styles",
35770
+ "type": {
35771
+ "text": "ElementStyles"
35772
+ },
35773
+ "description": "The styles to be applied when condition matches"
35774
+ }
35775
+ ],
35776
+ "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
35777
+ "privacy": "public"
35778
+ }
35779
+ ],
35780
+ "exports": [
35781
+ {
35782
+ "kind": "js",
35783
+ "name": "appearanceBehavior",
35784
+ "declaration": {
35785
+ "name": "appearanceBehavior",
35786
+ "module": "src/utils/behaviors.ts"
35787
+ }
35788
+ }
35789
+ ]
35790
+ },
35791
+ {
35792
+ "kind": "javascript-module",
35793
+ "path": "src/utils/index.ts",
35794
+ "declarations": [],
35795
+ "exports": [
35796
+ {
35797
+ "kind": "js",
35798
+ "name": "*",
35799
+ "declaration": {
35800
+ "name": "*",
35801
+ "package": "./behaviors"
35802
+ }
35803
+ },
35804
+ {
35805
+ "kind": "js",
35806
+ "name": "*",
35807
+ "declaration": {
35808
+ "name": "*",
35809
+ "package": "./logger"
35810
+ }
35811
+ }
35812
+ ]
35813
+ },
35814
+ {
35815
+ "kind": "javascript-module",
35816
+ "path": "src/utils/logger.ts",
35817
+ "declarations": [
35818
+ {
35819
+ "kind": "variable",
35820
+ "name": "logger"
35821
+ }
35822
+ ],
35823
+ "exports": [
35824
+ {
35825
+ "kind": "js",
35826
+ "name": "logger",
35827
+ "declaration": {
35828
+ "name": "logger",
35829
+ "module": "src/utils/logger.ts"
35830
+ }
35831
+ }
35832
+ ]
35833
+ },
35753
35834
  {
35754
35835
  "kind": "javascript-module",
35755
35836
  "path": "src/url-input/index.ts",
@@ -36473,87 +36554,6 @@
36473
36554
  }
36474
36555
  ]
36475
36556
  },
36476
- {
36477
- "kind": "javascript-module",
36478
- "path": "src/utils/behaviors.ts",
36479
- "declarations": [
36480
- {
36481
- "kind": "function",
36482
- "name": "appearanceBehavior",
36483
- "parameters": [
36484
- {
36485
- "name": "value",
36486
- "type": {
36487
- "text": "string"
36488
- },
36489
- "description": "The value of the appearance property"
36490
- },
36491
- {
36492
- "name": "styles",
36493
- "type": {
36494
- "text": "ElementStyles"
36495
- },
36496
- "description": "The styles to be applied when condition matches"
36497
- }
36498
- ],
36499
- "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
36500
- "privacy": "public"
36501
- }
36502
- ],
36503
- "exports": [
36504
- {
36505
- "kind": "js",
36506
- "name": "appearanceBehavior",
36507
- "declaration": {
36508
- "name": "appearanceBehavior",
36509
- "module": "src/utils/behaviors.ts"
36510
- }
36511
- }
36512
- ]
36513
- },
36514
- {
36515
- "kind": "javascript-module",
36516
- "path": "src/utils/index.ts",
36517
- "declarations": [],
36518
- "exports": [
36519
- {
36520
- "kind": "js",
36521
- "name": "*",
36522
- "declaration": {
36523
- "name": "*",
36524
- "package": "./behaviors"
36525
- }
36526
- },
36527
- {
36528
- "kind": "js",
36529
- "name": "*",
36530
- "declaration": {
36531
- "name": "*",
36532
- "package": "./logger"
36533
- }
36534
- }
36535
- ]
36536
- },
36537
- {
36538
- "kind": "javascript-module",
36539
- "path": "src/utils/logger.ts",
36540
- "declarations": [
36541
- {
36542
- "kind": "variable",
36543
- "name": "logger"
36544
- }
36545
- ],
36546
- "exports": [
36547
- {
36548
- "kind": "js",
36549
- "name": "logger",
36550
- "declaration": {
36551
- "name": "logger",
36552
- "module": "src/utils/logger.ts"
36553
- }
36554
- }
36555
- ]
36556
- },
36557
36557
  {
36558
36558
  "kind": "javascript-module",
36559
36559
  "path": "src/_config/styles/colors.ts",