@genesislcap/foundation-zero 14.20.0 → 14.20.1-alpha-ea89a96.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.
- package/dist/custom-elements.json +324 -324
- package/package.json +10 -14
|
@@ -10556,194 +10556,6 @@
|
|
|
10556
10556
|
}
|
|
10557
10557
|
]
|
|
10558
10558
|
},
|
|
10559
|
-
{
|
|
10560
|
-
"kind": "javascript-module",
|
|
10561
|
-
"path": "src/skeleton/index.ts",
|
|
10562
|
-
"declarations": [],
|
|
10563
|
-
"exports": [
|
|
10564
|
-
{
|
|
10565
|
-
"kind": "js",
|
|
10566
|
-
"name": "*",
|
|
10567
|
-
"declaration": {
|
|
10568
|
-
"name": "*",
|
|
10569
|
-
"package": "./skeleton"
|
|
10570
|
-
}
|
|
10571
|
-
},
|
|
10572
|
-
{
|
|
10573
|
-
"kind": "js",
|
|
10574
|
-
"name": "*",
|
|
10575
|
-
"declaration": {
|
|
10576
|
-
"name": "*",
|
|
10577
|
-
"package": "./skeleton.styles"
|
|
10578
|
-
}
|
|
10579
|
-
},
|
|
10580
|
-
{
|
|
10581
|
-
"kind": "js",
|
|
10582
|
-
"name": "*",
|
|
10583
|
-
"declaration": {
|
|
10584
|
-
"name": "*",
|
|
10585
|
-
"package": "./skeleton.template"
|
|
10586
|
-
}
|
|
10587
|
-
}
|
|
10588
|
-
]
|
|
10589
|
-
},
|
|
10590
|
-
{
|
|
10591
|
-
"kind": "javascript-module",
|
|
10592
|
-
"path": "src/skeleton/skeleton.stories.ts",
|
|
10593
|
-
"declarations": [
|
|
10594
|
-
{
|
|
10595
|
-
"kind": "variable",
|
|
10596
|
-
"name": "meta",
|
|
10597
|
-
"type": {
|
|
10598
|
-
"text": "Meta"
|
|
10599
|
-
},
|
|
10600
|
-
"default": "{\n title: 'Skeleton',\n component: 'zero-skeleton',\n}"
|
|
10601
|
-
},
|
|
10602
|
-
{
|
|
10603
|
-
"kind": "variable",
|
|
10604
|
-
"name": "Primary",
|
|
10605
|
-
"type": {
|
|
10606
|
-
"text": "StoryObj"
|
|
10607
|
-
},
|
|
10608
|
-
"default": "{\n render: () => html`\n <div\n style=\"\n background-color: #fff;\n padding: 20px;\n width: 500px;\n border-radius: 4px;\"\n >\n <zero-skeleton style=\"width: 50px; height: 50px;\" shape=\"circle\"></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px;width: 75px;height: 30px;margin-top: 20px;margin-bottom: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n </div>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 20px;\"\n shape=\"rect\"\n ></zero-skeleton>\n `,\n}"
|
|
10609
|
-
}
|
|
10610
|
-
],
|
|
10611
|
-
"exports": [
|
|
10612
|
-
{
|
|
10613
|
-
"kind": "js",
|
|
10614
|
-
"name": "default",
|
|
10615
|
-
"declaration": {
|
|
10616
|
-
"name": "meta",
|
|
10617
|
-
"module": "src/skeleton/skeleton.stories.ts"
|
|
10618
|
-
}
|
|
10619
|
-
},
|
|
10620
|
-
{
|
|
10621
|
-
"kind": "js",
|
|
10622
|
-
"name": "Primary",
|
|
10623
|
-
"declaration": {
|
|
10624
|
-
"name": "Primary",
|
|
10625
|
-
"module": "src/skeleton/skeleton.stories.ts"
|
|
10626
|
-
}
|
|
10627
|
-
}
|
|
10628
|
-
]
|
|
10629
|
-
},
|
|
10630
|
-
{
|
|
10631
|
-
"kind": "javascript-module",
|
|
10632
|
-
"path": "src/skeleton/skeleton.styles.ts",
|
|
10633
|
-
"declarations": [
|
|
10634
|
-
{
|
|
10635
|
-
"kind": "function",
|
|
10636
|
-
"name": "zeroSkeletonStyles",
|
|
10637
|
-
"return": {
|
|
10638
|
-
"type": {
|
|
10639
|
-
"text": "ElementStyles"
|
|
10640
|
-
}
|
|
10641
|
-
},
|
|
10642
|
-
"parameters": [
|
|
10643
|
-
{
|
|
10644
|
-
"name": "context",
|
|
10645
|
-
"type": {
|
|
10646
|
-
"text": "ElementDefinitionContext"
|
|
10647
|
-
}
|
|
10648
|
-
},
|
|
10649
|
-
{
|
|
10650
|
-
"name": "definition",
|
|
10651
|
-
"type": {
|
|
10652
|
-
"text": "FoundationElementDefinition"
|
|
10653
|
-
}
|
|
10654
|
-
}
|
|
10655
|
-
]
|
|
10656
|
-
}
|
|
10657
|
-
],
|
|
10658
|
-
"exports": [
|
|
10659
|
-
{
|
|
10660
|
-
"kind": "js",
|
|
10661
|
-
"name": "zeroSkeletonStyles",
|
|
10662
|
-
"declaration": {
|
|
10663
|
-
"name": "zeroSkeletonStyles",
|
|
10664
|
-
"module": "src/skeleton/skeleton.styles.ts"
|
|
10665
|
-
}
|
|
10666
|
-
}
|
|
10667
|
-
]
|
|
10668
|
-
},
|
|
10669
|
-
{
|
|
10670
|
-
"kind": "javascript-module",
|
|
10671
|
-
"path": "src/skeleton/skeleton.template.ts",
|
|
10672
|
-
"declarations": [
|
|
10673
|
-
{
|
|
10674
|
-
"kind": "function",
|
|
10675
|
-
"name": "zeroSkeletonTemplate",
|
|
10676
|
-
"return": {
|
|
10677
|
-
"type": {
|
|
10678
|
-
"text": "ViewTemplate<Skeleton>"
|
|
10679
|
-
}
|
|
10680
|
-
},
|
|
10681
|
-
"parameters": [
|
|
10682
|
-
{
|
|
10683
|
-
"name": "context",
|
|
10684
|
-
"type": {
|
|
10685
|
-
"text": "ElementDefinitionContext"
|
|
10686
|
-
}
|
|
10687
|
-
},
|
|
10688
|
-
{
|
|
10689
|
-
"name": "definition",
|
|
10690
|
-
"type": {
|
|
10691
|
-
"text": "FoundationElementDefinition"
|
|
10692
|
-
}
|
|
10693
|
-
}
|
|
10694
|
-
]
|
|
10695
|
-
}
|
|
10696
|
-
],
|
|
10697
|
-
"exports": [
|
|
10698
|
-
{
|
|
10699
|
-
"kind": "js",
|
|
10700
|
-
"name": "zeroSkeletonTemplate",
|
|
10701
|
-
"declaration": {
|
|
10702
|
-
"name": "zeroSkeletonTemplate",
|
|
10703
|
-
"module": "src/skeleton/skeleton.template.ts"
|
|
10704
|
-
}
|
|
10705
|
-
}
|
|
10706
|
-
]
|
|
10707
|
-
},
|
|
10708
|
-
{
|
|
10709
|
-
"kind": "javascript-module",
|
|
10710
|
-
"path": "src/skeleton/skeleton.ts",
|
|
10711
|
-
"declarations": [
|
|
10712
|
-
{
|
|
10713
|
-
"kind": "class",
|
|
10714
|
-
"description": "",
|
|
10715
|
-
"name": "Skeleton",
|
|
10716
|
-
"superclass": {
|
|
10717
|
-
"name": "FoundationSkeleton",
|
|
10718
|
-
"package": "@genesislcap/foundation-ui"
|
|
10719
|
-
},
|
|
10720
|
-
"tagName": "%%prefix%%-skeleton",
|
|
10721
|
-
"customElement": true
|
|
10722
|
-
},
|
|
10723
|
-
{
|
|
10724
|
-
"kind": "variable",
|
|
10725
|
-
"name": "zeroSkeleton"
|
|
10726
|
-
}
|
|
10727
|
-
],
|
|
10728
|
-
"exports": [
|
|
10729
|
-
{
|
|
10730
|
-
"kind": "js",
|
|
10731
|
-
"name": "Skeleton",
|
|
10732
|
-
"declaration": {
|
|
10733
|
-
"name": "Skeleton",
|
|
10734
|
-
"module": "src/skeleton/skeleton.ts"
|
|
10735
|
-
}
|
|
10736
|
-
},
|
|
10737
|
-
{
|
|
10738
|
-
"kind": "js",
|
|
10739
|
-
"name": "zeroSkeleton",
|
|
10740
|
-
"declaration": {
|
|
10741
|
-
"name": "zeroSkeleton",
|
|
10742
|
-
"module": "src/skeleton/skeleton.ts"
|
|
10743
|
-
}
|
|
10744
|
-
}
|
|
10745
|
-
]
|
|
10746
|
-
},
|
|
10747
10559
|
{
|
|
10748
10560
|
"kind": "javascript-module",
|
|
10749
10561
|
"path": "src/slider/index.ts",
|
|
@@ -11114,95 +10926,283 @@
|
|
|
11114
10926
|
}
|
|
11115
10927
|
},
|
|
11116
10928
|
{
|
|
11117
|
-
"kind": "field",
|
|
11118
|
-
"name": "styles",
|
|
10929
|
+
"kind": "field",
|
|
10930
|
+
"name": "styles",
|
|
10931
|
+
"type": {
|
|
10932
|
+
"text": "ElementStyles | void | null"
|
|
10933
|
+
},
|
|
10934
|
+
"privacy": "public",
|
|
10935
|
+
"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.",
|
|
10936
|
+
"inheritedFrom": {
|
|
10937
|
+
"name": "FoundationElement",
|
|
10938
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10939
|
+
}
|
|
10940
|
+
},
|
|
10941
|
+
{
|
|
10942
|
+
"kind": "method",
|
|
10943
|
+
"name": "stylesChanged",
|
|
10944
|
+
"privacy": "protected",
|
|
10945
|
+
"return": {
|
|
10946
|
+
"type": {
|
|
10947
|
+
"text": "void"
|
|
10948
|
+
}
|
|
10949
|
+
},
|
|
10950
|
+
"inheritedFrom": {
|
|
10951
|
+
"name": "FoundationElement",
|
|
10952
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10953
|
+
}
|
|
10954
|
+
},
|
|
10955
|
+
{
|
|
10956
|
+
"kind": "method",
|
|
10957
|
+
"name": "compose",
|
|
10958
|
+
"privacy": "public",
|
|
10959
|
+
"static": true,
|
|
10960
|
+
"return": {
|
|
10961
|
+
"type": {
|
|
10962
|
+
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
10963
|
+
}
|
|
10964
|
+
},
|
|
10965
|
+
"parameters": [
|
|
10966
|
+
{
|
|
10967
|
+
"name": "this",
|
|
10968
|
+
"type": {
|
|
10969
|
+
"text": "K"
|
|
10970
|
+
}
|
|
10971
|
+
},
|
|
10972
|
+
{
|
|
10973
|
+
"name": "elementDefinition",
|
|
10974
|
+
"type": {
|
|
10975
|
+
"text": "T"
|
|
10976
|
+
},
|
|
10977
|
+
"description": "The definition of the element to create the registry\nfunction for."
|
|
10978
|
+
}
|
|
10979
|
+
],
|
|
10980
|
+
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
10981
|
+
"inheritedFrom": {
|
|
10982
|
+
"name": "FoundationElement",
|
|
10983
|
+
"module": "src/foundation-element/foundation-element.ts"
|
|
10984
|
+
}
|
|
10985
|
+
}
|
|
10986
|
+
]
|
|
10987
|
+
},
|
|
10988
|
+
{
|
|
10989
|
+
"kind": "variable",
|
|
10990
|
+
"name": "zeroSnackbar",
|
|
10991
|
+
"description": "The Zero Snackbar",
|
|
10992
|
+
"privacy": "public"
|
|
10993
|
+
}
|
|
10994
|
+
],
|
|
10995
|
+
"exports": [
|
|
10996
|
+
{
|
|
10997
|
+
"kind": "js",
|
|
10998
|
+
"name": "zeroSnackbarShadowOptions",
|
|
10999
|
+
"declaration": {
|
|
11000
|
+
"name": "zeroSnackbarShadowOptions",
|
|
11001
|
+
"module": "src/snackbar/snackbar.ts"
|
|
11002
|
+
}
|
|
11003
|
+
},
|
|
11004
|
+
{
|
|
11005
|
+
"kind": "js",
|
|
11006
|
+
"name": "Snackbar",
|
|
11007
|
+
"declaration": {
|
|
11008
|
+
"name": "Snackbar",
|
|
11009
|
+
"module": "src/snackbar/snackbar.ts"
|
|
11010
|
+
}
|
|
11011
|
+
},
|
|
11012
|
+
{
|
|
11013
|
+
"kind": "js",
|
|
11014
|
+
"name": "zeroSnackbar",
|
|
11015
|
+
"declaration": {
|
|
11016
|
+
"name": "zeroSnackbar",
|
|
11017
|
+
"module": "src/snackbar/snackbar.ts"
|
|
11018
|
+
}
|
|
11019
|
+
}
|
|
11020
|
+
]
|
|
11021
|
+
},
|
|
11022
|
+
{
|
|
11023
|
+
"kind": "javascript-module",
|
|
11024
|
+
"path": "src/skeleton/index.ts",
|
|
11025
|
+
"declarations": [],
|
|
11026
|
+
"exports": [
|
|
11027
|
+
{
|
|
11028
|
+
"kind": "js",
|
|
11029
|
+
"name": "*",
|
|
11030
|
+
"declaration": {
|
|
11031
|
+
"name": "*",
|
|
11032
|
+
"package": "./skeleton"
|
|
11033
|
+
}
|
|
11034
|
+
},
|
|
11035
|
+
{
|
|
11036
|
+
"kind": "js",
|
|
11037
|
+
"name": "*",
|
|
11038
|
+
"declaration": {
|
|
11039
|
+
"name": "*",
|
|
11040
|
+
"package": "./skeleton.styles"
|
|
11041
|
+
}
|
|
11042
|
+
},
|
|
11043
|
+
{
|
|
11044
|
+
"kind": "js",
|
|
11045
|
+
"name": "*",
|
|
11046
|
+
"declaration": {
|
|
11047
|
+
"name": "*",
|
|
11048
|
+
"package": "./skeleton.template"
|
|
11049
|
+
}
|
|
11050
|
+
}
|
|
11051
|
+
]
|
|
11052
|
+
},
|
|
11053
|
+
{
|
|
11054
|
+
"kind": "javascript-module",
|
|
11055
|
+
"path": "src/skeleton/skeleton.stories.ts",
|
|
11056
|
+
"declarations": [
|
|
11057
|
+
{
|
|
11058
|
+
"kind": "variable",
|
|
11059
|
+
"name": "meta",
|
|
11060
|
+
"type": {
|
|
11061
|
+
"text": "Meta"
|
|
11062
|
+
},
|
|
11063
|
+
"default": "{\n title: 'Skeleton',\n component: 'zero-skeleton',\n}"
|
|
11064
|
+
},
|
|
11065
|
+
{
|
|
11066
|
+
"kind": "variable",
|
|
11067
|
+
"name": "Primary",
|
|
11068
|
+
"type": {
|
|
11069
|
+
"text": "StoryObj"
|
|
11070
|
+
},
|
|
11071
|
+
"default": "{\n render: () => html`\n <div\n style=\"\n background-color: #fff;\n padding: 20px;\n width: 500px;\n border-radius: 4px;\"\n >\n <zero-skeleton style=\"width: 50px; height: 50px;\" shape=\"circle\"></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n <zero-skeleton\n style=\"border-radius: 4px;width: 75px;height: 30px;margin-top: 20px;margin-bottom: 10px;\"\n shape=\"rect\"\n ></zero-skeleton>\n </div>\n <zero-skeleton\n style=\"border-radius: 4px; margin-top: 10px; height: 20px;\"\n shape=\"rect\"\n ></zero-skeleton>\n `,\n}"
|
|
11072
|
+
}
|
|
11073
|
+
],
|
|
11074
|
+
"exports": [
|
|
11075
|
+
{
|
|
11076
|
+
"kind": "js",
|
|
11077
|
+
"name": "default",
|
|
11078
|
+
"declaration": {
|
|
11079
|
+
"name": "meta",
|
|
11080
|
+
"module": "src/skeleton/skeleton.stories.ts"
|
|
11081
|
+
}
|
|
11082
|
+
},
|
|
11083
|
+
{
|
|
11084
|
+
"kind": "js",
|
|
11085
|
+
"name": "Primary",
|
|
11086
|
+
"declaration": {
|
|
11087
|
+
"name": "Primary",
|
|
11088
|
+
"module": "src/skeleton/skeleton.stories.ts"
|
|
11089
|
+
}
|
|
11090
|
+
}
|
|
11091
|
+
]
|
|
11092
|
+
},
|
|
11093
|
+
{
|
|
11094
|
+
"kind": "javascript-module",
|
|
11095
|
+
"path": "src/skeleton/skeleton.styles.ts",
|
|
11096
|
+
"declarations": [
|
|
11097
|
+
{
|
|
11098
|
+
"kind": "function",
|
|
11099
|
+
"name": "zeroSkeletonStyles",
|
|
11100
|
+
"return": {
|
|
11101
|
+
"type": {
|
|
11102
|
+
"text": "ElementStyles"
|
|
11103
|
+
}
|
|
11104
|
+
},
|
|
11105
|
+
"parameters": [
|
|
11106
|
+
{
|
|
11107
|
+
"name": "context",
|
|
11108
|
+
"type": {
|
|
11109
|
+
"text": "ElementDefinitionContext"
|
|
11110
|
+
}
|
|
11111
|
+
},
|
|
11112
|
+
{
|
|
11113
|
+
"name": "definition",
|
|
11114
|
+
"type": {
|
|
11115
|
+
"text": "FoundationElementDefinition"
|
|
11116
|
+
}
|
|
11117
|
+
}
|
|
11118
|
+
]
|
|
11119
|
+
}
|
|
11120
|
+
],
|
|
11121
|
+
"exports": [
|
|
11122
|
+
{
|
|
11123
|
+
"kind": "js",
|
|
11124
|
+
"name": "zeroSkeletonStyles",
|
|
11125
|
+
"declaration": {
|
|
11126
|
+
"name": "zeroSkeletonStyles",
|
|
11127
|
+
"module": "src/skeleton/skeleton.styles.ts"
|
|
11128
|
+
}
|
|
11129
|
+
}
|
|
11130
|
+
]
|
|
11131
|
+
},
|
|
11132
|
+
{
|
|
11133
|
+
"kind": "javascript-module",
|
|
11134
|
+
"path": "src/skeleton/skeleton.template.ts",
|
|
11135
|
+
"declarations": [
|
|
11136
|
+
{
|
|
11137
|
+
"kind": "function",
|
|
11138
|
+
"name": "zeroSkeletonTemplate",
|
|
11139
|
+
"return": {
|
|
11140
|
+
"type": {
|
|
11141
|
+
"text": "ViewTemplate<Skeleton>"
|
|
11142
|
+
}
|
|
11143
|
+
},
|
|
11144
|
+
"parameters": [
|
|
11145
|
+
{
|
|
11146
|
+
"name": "context",
|
|
11119
11147
|
"type": {
|
|
11120
|
-
"text": "
|
|
11121
|
-
},
|
|
11122
|
-
"privacy": "public",
|
|
11123
|
-
"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.",
|
|
11124
|
-
"inheritedFrom": {
|
|
11125
|
-
"name": "FoundationElement",
|
|
11126
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
11127
|
-
}
|
|
11128
|
-
},
|
|
11129
|
-
{
|
|
11130
|
-
"kind": "method",
|
|
11131
|
-
"name": "stylesChanged",
|
|
11132
|
-
"privacy": "protected",
|
|
11133
|
-
"return": {
|
|
11134
|
-
"type": {
|
|
11135
|
-
"text": "void"
|
|
11136
|
-
}
|
|
11137
|
-
},
|
|
11138
|
-
"inheritedFrom": {
|
|
11139
|
-
"name": "FoundationElement",
|
|
11140
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
11148
|
+
"text": "ElementDefinitionContext"
|
|
11141
11149
|
}
|
|
11142
11150
|
},
|
|
11143
11151
|
{
|
|
11144
|
-
"
|
|
11145
|
-
"
|
|
11146
|
-
|
|
11147
|
-
"static": true,
|
|
11148
|
-
"return": {
|
|
11149
|
-
"type": {
|
|
11150
|
-
"text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
|
|
11151
|
-
}
|
|
11152
|
-
},
|
|
11153
|
-
"parameters": [
|
|
11154
|
-
{
|
|
11155
|
-
"name": "this",
|
|
11156
|
-
"type": {
|
|
11157
|
-
"text": "K"
|
|
11158
|
-
}
|
|
11159
|
-
},
|
|
11160
|
-
{
|
|
11161
|
-
"name": "elementDefinition",
|
|
11162
|
-
"type": {
|
|
11163
|
-
"text": "T"
|
|
11164
|
-
},
|
|
11165
|
-
"description": "The definition of the element to create the registry\nfunction for."
|
|
11166
|
-
}
|
|
11167
|
-
],
|
|
11168
|
-
"description": "Defines an element registry function with a set of element definition defaults.",
|
|
11169
|
-
"inheritedFrom": {
|
|
11170
|
-
"name": "FoundationElement",
|
|
11171
|
-
"module": "src/foundation-element/foundation-element.ts"
|
|
11152
|
+
"name": "definition",
|
|
11153
|
+
"type": {
|
|
11154
|
+
"text": "FoundationElementDefinition"
|
|
11172
11155
|
}
|
|
11173
11156
|
}
|
|
11174
11157
|
]
|
|
11175
|
-
},
|
|
11176
|
-
{
|
|
11177
|
-
"kind": "variable",
|
|
11178
|
-
"name": "zeroSnackbar",
|
|
11179
|
-
"description": "The Zero Snackbar",
|
|
11180
|
-
"privacy": "public"
|
|
11181
11158
|
}
|
|
11182
11159
|
],
|
|
11183
11160
|
"exports": [
|
|
11184
11161
|
{
|
|
11185
11162
|
"kind": "js",
|
|
11186
|
-
"name": "
|
|
11163
|
+
"name": "zeroSkeletonTemplate",
|
|
11187
11164
|
"declaration": {
|
|
11188
|
-
"name": "
|
|
11189
|
-
"module": "src/
|
|
11165
|
+
"name": "zeroSkeletonTemplate",
|
|
11166
|
+
"module": "src/skeleton/skeleton.template.ts"
|
|
11190
11167
|
}
|
|
11168
|
+
}
|
|
11169
|
+
]
|
|
11170
|
+
},
|
|
11171
|
+
{
|
|
11172
|
+
"kind": "javascript-module",
|
|
11173
|
+
"path": "src/skeleton/skeleton.ts",
|
|
11174
|
+
"declarations": [
|
|
11175
|
+
{
|
|
11176
|
+
"kind": "class",
|
|
11177
|
+
"description": "",
|
|
11178
|
+
"name": "Skeleton",
|
|
11179
|
+
"superclass": {
|
|
11180
|
+
"name": "FoundationSkeleton",
|
|
11181
|
+
"package": "@genesislcap/foundation-ui"
|
|
11182
|
+
},
|
|
11183
|
+
"tagName": "%%prefix%%-skeleton",
|
|
11184
|
+
"customElement": true
|
|
11191
11185
|
},
|
|
11186
|
+
{
|
|
11187
|
+
"kind": "variable",
|
|
11188
|
+
"name": "zeroSkeleton"
|
|
11189
|
+
}
|
|
11190
|
+
],
|
|
11191
|
+
"exports": [
|
|
11192
11192
|
{
|
|
11193
11193
|
"kind": "js",
|
|
11194
|
-
"name": "
|
|
11194
|
+
"name": "Skeleton",
|
|
11195
11195
|
"declaration": {
|
|
11196
|
-
"name": "
|
|
11197
|
-
"module": "src/
|
|
11196
|
+
"name": "Skeleton",
|
|
11197
|
+
"module": "src/skeleton/skeleton.ts"
|
|
11198
11198
|
}
|
|
11199
11199
|
},
|
|
11200
11200
|
{
|
|
11201
11201
|
"kind": "js",
|
|
11202
|
-
"name": "
|
|
11202
|
+
"name": "zeroSkeleton",
|
|
11203
11203
|
"declaration": {
|
|
11204
|
-
"name": "
|
|
11205
|
-
"module": "src/
|
|
11204
|
+
"name": "zeroSkeleton",
|
|
11205
|
+
"module": "src/skeleton/skeleton.ts"
|
|
11206
11206
|
}
|
|
11207
11207
|
}
|
|
11208
11208
|
]
|
|
@@ -14744,6 +14744,76 @@
|
|
|
14744
14744
|
}
|
|
14745
14745
|
]
|
|
14746
14746
|
},
|
|
14747
|
+
{
|
|
14748
|
+
"kind": "javascript-module",
|
|
14749
|
+
"path": "src/dialog/styles/colors.ts",
|
|
14750
|
+
"declarations": [
|
|
14751
|
+
{
|
|
14752
|
+
"kind": "variable",
|
|
14753
|
+
"name": "defaultDialogActiveBGColor"
|
|
14754
|
+
}
|
|
14755
|
+
],
|
|
14756
|
+
"exports": [
|
|
14757
|
+
{
|
|
14758
|
+
"kind": "js",
|
|
14759
|
+
"name": "defaultDialogActiveBGColor",
|
|
14760
|
+
"declaration": {
|
|
14761
|
+
"name": "defaultDialogActiveBGColor",
|
|
14762
|
+
"module": "src/dialog/styles/colors.ts"
|
|
14763
|
+
}
|
|
14764
|
+
}
|
|
14765
|
+
]
|
|
14766
|
+
},
|
|
14767
|
+
{
|
|
14768
|
+
"kind": "javascript-module",
|
|
14769
|
+
"path": "src/dialog/styles/index.ts",
|
|
14770
|
+
"declarations": [],
|
|
14771
|
+
"exports": [
|
|
14772
|
+
{
|
|
14773
|
+
"kind": "js",
|
|
14774
|
+
"name": "*",
|
|
14775
|
+
"declaration": {
|
|
14776
|
+
"name": "*",
|
|
14777
|
+
"package": "./colors"
|
|
14778
|
+
}
|
|
14779
|
+
}
|
|
14780
|
+
]
|
|
14781
|
+
},
|
|
14782
|
+
{
|
|
14783
|
+
"kind": "javascript-module",
|
|
14784
|
+
"path": "src/listbox-option/style/colors.ts",
|
|
14785
|
+
"declarations": [
|
|
14786
|
+
{
|
|
14787
|
+
"kind": "variable",
|
|
14788
|
+
"name": "defaultSelectedListboxFillColor"
|
|
14789
|
+
}
|
|
14790
|
+
],
|
|
14791
|
+
"exports": [
|
|
14792
|
+
{
|
|
14793
|
+
"kind": "js",
|
|
14794
|
+
"name": "defaultSelectedListboxFillColor",
|
|
14795
|
+
"declaration": {
|
|
14796
|
+
"name": "defaultSelectedListboxFillColor",
|
|
14797
|
+
"module": "src/listbox-option/style/colors.ts"
|
|
14798
|
+
}
|
|
14799
|
+
}
|
|
14800
|
+
]
|
|
14801
|
+
},
|
|
14802
|
+
{
|
|
14803
|
+
"kind": "javascript-module",
|
|
14804
|
+
"path": "src/listbox-option/style/index.ts",
|
|
14805
|
+
"declarations": [],
|
|
14806
|
+
"exports": [
|
|
14807
|
+
{
|
|
14808
|
+
"kind": "js",
|
|
14809
|
+
"name": "*",
|
|
14810
|
+
"declaration": {
|
|
14811
|
+
"name": "*",
|
|
14812
|
+
"package": "./colors"
|
|
14813
|
+
}
|
|
14814
|
+
}
|
|
14815
|
+
]
|
|
14816
|
+
},
|
|
14747
14817
|
{
|
|
14748
14818
|
"kind": "javascript-module",
|
|
14749
14819
|
"path": "src/_config/values/color.ts",
|
|
@@ -14988,76 +15058,6 @@
|
|
|
14988
15058
|
}
|
|
14989
15059
|
]
|
|
14990
15060
|
},
|
|
14991
|
-
{
|
|
14992
|
-
"kind": "javascript-module",
|
|
14993
|
-
"path": "src/dialog/styles/colors.ts",
|
|
14994
|
-
"declarations": [
|
|
14995
|
-
{
|
|
14996
|
-
"kind": "variable",
|
|
14997
|
-
"name": "defaultDialogActiveBGColor"
|
|
14998
|
-
}
|
|
14999
|
-
],
|
|
15000
|
-
"exports": [
|
|
15001
|
-
{
|
|
15002
|
-
"kind": "js",
|
|
15003
|
-
"name": "defaultDialogActiveBGColor",
|
|
15004
|
-
"declaration": {
|
|
15005
|
-
"name": "defaultDialogActiveBGColor",
|
|
15006
|
-
"module": "src/dialog/styles/colors.ts"
|
|
15007
|
-
}
|
|
15008
|
-
}
|
|
15009
|
-
]
|
|
15010
|
-
},
|
|
15011
|
-
{
|
|
15012
|
-
"kind": "javascript-module",
|
|
15013
|
-
"path": "src/dialog/styles/index.ts",
|
|
15014
|
-
"declarations": [],
|
|
15015
|
-
"exports": [
|
|
15016
|
-
{
|
|
15017
|
-
"kind": "js",
|
|
15018
|
-
"name": "*",
|
|
15019
|
-
"declaration": {
|
|
15020
|
-
"name": "*",
|
|
15021
|
-
"package": "./colors"
|
|
15022
|
-
}
|
|
15023
|
-
}
|
|
15024
|
-
]
|
|
15025
|
-
},
|
|
15026
|
-
{
|
|
15027
|
-
"kind": "javascript-module",
|
|
15028
|
-
"path": "src/listbox-option/style/colors.ts",
|
|
15029
|
-
"declarations": [
|
|
15030
|
-
{
|
|
15031
|
-
"kind": "variable",
|
|
15032
|
-
"name": "defaultSelectedListboxFillColor"
|
|
15033
|
-
}
|
|
15034
|
-
],
|
|
15035
|
-
"exports": [
|
|
15036
|
-
{
|
|
15037
|
-
"kind": "js",
|
|
15038
|
-
"name": "defaultSelectedListboxFillColor",
|
|
15039
|
-
"declaration": {
|
|
15040
|
-
"name": "defaultSelectedListboxFillColor",
|
|
15041
|
-
"module": "src/listbox-option/style/colors.ts"
|
|
15042
|
-
}
|
|
15043
|
-
}
|
|
15044
|
-
]
|
|
15045
|
-
},
|
|
15046
|
-
{
|
|
15047
|
-
"kind": "javascript-module",
|
|
15048
|
-
"path": "src/listbox-option/style/index.ts",
|
|
15049
|
-
"declarations": [],
|
|
15050
|
-
"exports": [
|
|
15051
|
-
{
|
|
15052
|
-
"kind": "js",
|
|
15053
|
-
"name": "*",
|
|
15054
|
-
"declaration": {
|
|
15055
|
-
"name": "*",
|
|
15056
|
-
"package": "./colors"
|
|
15057
|
-
}
|
|
15058
|
-
}
|
|
15059
|
-
]
|
|
15060
|
-
},
|
|
15061
15061
|
{
|
|
15062
15062
|
"kind": "javascript-module",
|
|
15063
15063
|
"path": "src/_config/styles/external/roboto-font/index.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.20.0",
|
|
4
|
+
"version": "14.20.1-alpha-ea89a96.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -11,21 +11,17 @@
|
|
|
11
11
|
"PORT": 4020
|
|
12
12
|
},
|
|
13
13
|
"scripts": {
|
|
14
|
-
"
|
|
15
|
-
"build": "
|
|
16
|
-
"build-storybook": "storybook build",
|
|
14
|
+
"build": "genx build",
|
|
15
|
+
"build-storybook": "genx clean storybook-static && storybook build",
|
|
17
16
|
"build:rollup": "rollup -c",
|
|
18
17
|
"build:rollup:stats": "cross-env ANALYZE=1 npm run build:rollup",
|
|
19
|
-
"build:tsc": "tsc -b ./tsconfig.json",
|
|
20
18
|
"build:webpack": "cross-env NODE_ENV=production webpack",
|
|
21
19
|
"build:webpack:make-federated-types": "make-federated-types",
|
|
22
20
|
"build:webpack:stats": "cross-env ANALYZE=1 npm run build:webpack",
|
|
23
|
-
"
|
|
24
|
-
"clean": "genx clean dist tsconfig.tsbuildinfo .rollup.cache storybook-static",
|
|
25
|
-
"copy-files": "copyfiles -u 1 src/**/*.{css,scss,ttf} ./dist/esm",
|
|
21
|
+
"clean": "genx clean",
|
|
26
22
|
"dev": "npm run dev:tsc",
|
|
27
23
|
"dev:rollup": "rollup -c -w --configDev",
|
|
28
|
-
"dev:tsc": "
|
|
24
|
+
"dev:tsc": "genx dev",
|
|
29
25
|
"dev:webpack": "cross-env NODE_ENV=development webpack serve",
|
|
30
26
|
"serve": "genx serve",
|
|
31
27
|
"start": "npm run storybook",
|
|
@@ -34,7 +30,7 @@
|
|
|
34
30
|
},
|
|
35
31
|
"devDependencies": {
|
|
36
32
|
"@custom-elements-manifest/analyzer": "^0.8.2",
|
|
37
|
-
"@genesislcap/genx": "
|
|
33
|
+
"@genesislcap/genx": "14.20.1-alpha-ea89a96.0",
|
|
38
34
|
"@module-federation/dashboard-plugin": "2.3.0",
|
|
39
35
|
"@pixability-ui/federated-types": "^0.2.0",
|
|
40
36
|
"@playwright/test": "^1.18.1",
|
|
@@ -96,9 +92,9 @@
|
|
|
96
92
|
"webpack-merge": "^5.7.3"
|
|
97
93
|
},
|
|
98
94
|
"dependencies": {
|
|
99
|
-
"@genesislcap/foundation-comms": "
|
|
100
|
-
"@genesislcap/foundation-ui": "
|
|
101
|
-
"@genesislcap/foundation-utils": "
|
|
95
|
+
"@genesislcap/foundation-comms": "14.20.1-alpha-ea89a96.0",
|
|
96
|
+
"@genesislcap/foundation-ui": "14.20.1-alpha-ea89a96.0",
|
|
97
|
+
"@genesislcap/foundation-utils": "14.20.1-alpha-ea89a96.0",
|
|
102
98
|
"@microsoft/fast-colors": "^5.1.4",
|
|
103
99
|
"@microsoft/fast-components": "^2.21.3",
|
|
104
100
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -111,5 +107,5 @@
|
|
|
111
107
|
"access": "public"
|
|
112
108
|
},
|
|
113
109
|
"customElements": "dist/custom-elements.json",
|
|
114
|
-
"gitHead": "
|
|
110
|
+
"gitHead": "912a2105583bd536acd8c30e35375bd1dafaa012"
|
|
115
111
|
}
|