@genesislcap/foundation-zero 14.13.0 → 14.14.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 +299 -299
- package/package.json +5 -5
|
@@ -6738,6 +6738,192 @@
|
|
|
6738
6738
|
}
|
|
6739
6739
|
]
|
|
6740
6740
|
},
|
|
6741
|
+
{
|
|
6742
|
+
"kind": "javascript-module",
|
|
6743
|
+
"path": "src/flipper/flipper.stories.ts",
|
|
6744
|
+
"declarations": [
|
|
6745
|
+
{
|
|
6746
|
+
"kind": "variable",
|
|
6747
|
+
"name": "meta",
|
|
6748
|
+
"type": {
|
|
6749
|
+
"text": "Meta"
|
|
6750
|
+
},
|
|
6751
|
+
"default": "{\n title: 'Flipper',\n component: 'zero-flipper',\n}"
|
|
6752
|
+
},
|
|
6753
|
+
{
|
|
6754
|
+
"kind": "variable",
|
|
6755
|
+
"name": "Primary",
|
|
6756
|
+
"type": {
|
|
6757
|
+
"text": "StoryObj"
|
|
6758
|
+
},
|
|
6759
|
+
"default": "{\n argTypes: {\n direction: {\n control: 'select',\n options: ['previous', 'next'],\n },\n },\n args: {\n direction: 'next',\n },\n render: ({ direction }) =>\n html`\n <zero-flipper direction=\"${direction}\">Zero Flipper</zero-flipper>\n `,\n}"
|
|
6760
|
+
}
|
|
6761
|
+
],
|
|
6762
|
+
"exports": [
|
|
6763
|
+
{
|
|
6764
|
+
"kind": "js",
|
|
6765
|
+
"name": "default",
|
|
6766
|
+
"declaration": {
|
|
6767
|
+
"name": "meta",
|
|
6768
|
+
"module": "src/flipper/flipper.stories.ts"
|
|
6769
|
+
}
|
|
6770
|
+
},
|
|
6771
|
+
{
|
|
6772
|
+
"kind": "js",
|
|
6773
|
+
"name": "Primary",
|
|
6774
|
+
"declaration": {
|
|
6775
|
+
"name": "Primary",
|
|
6776
|
+
"module": "src/flipper/flipper.stories.ts"
|
|
6777
|
+
}
|
|
6778
|
+
}
|
|
6779
|
+
]
|
|
6780
|
+
},
|
|
6781
|
+
{
|
|
6782
|
+
"kind": "javascript-module",
|
|
6783
|
+
"path": "src/flipper/flipper.styles.ts",
|
|
6784
|
+
"declarations": [
|
|
6785
|
+
{
|
|
6786
|
+
"kind": "function",
|
|
6787
|
+
"name": "zeroFlipperStyles",
|
|
6788
|
+
"return": {
|
|
6789
|
+
"type": {
|
|
6790
|
+
"text": "ElementStyles"
|
|
6791
|
+
}
|
|
6792
|
+
},
|
|
6793
|
+
"parameters": [
|
|
6794
|
+
{
|
|
6795
|
+
"name": "context",
|
|
6796
|
+
"type": {
|
|
6797
|
+
"text": "ElementDefinitionContext"
|
|
6798
|
+
}
|
|
6799
|
+
},
|
|
6800
|
+
{
|
|
6801
|
+
"name": "definition",
|
|
6802
|
+
"type": {
|
|
6803
|
+
"text": "FlipperOptions"
|
|
6804
|
+
}
|
|
6805
|
+
}
|
|
6806
|
+
]
|
|
6807
|
+
}
|
|
6808
|
+
],
|
|
6809
|
+
"exports": [
|
|
6810
|
+
{
|
|
6811
|
+
"kind": "js",
|
|
6812
|
+
"name": "zeroFlipperStyles",
|
|
6813
|
+
"declaration": {
|
|
6814
|
+
"name": "zeroFlipperStyles",
|
|
6815
|
+
"module": "src/flipper/flipper.styles.ts"
|
|
6816
|
+
}
|
|
6817
|
+
}
|
|
6818
|
+
]
|
|
6819
|
+
},
|
|
6820
|
+
{
|
|
6821
|
+
"kind": "javascript-module",
|
|
6822
|
+
"path": "src/flipper/flipper.template.ts",
|
|
6823
|
+
"declarations": [
|
|
6824
|
+
{
|
|
6825
|
+
"kind": "function",
|
|
6826
|
+
"name": "zeroFlipperTemplate",
|
|
6827
|
+
"return": {
|
|
6828
|
+
"type": {
|
|
6829
|
+
"text": "ViewTemplate<Flipper>"
|
|
6830
|
+
}
|
|
6831
|
+
},
|
|
6832
|
+
"parameters": [
|
|
6833
|
+
{
|
|
6834
|
+
"name": "context",
|
|
6835
|
+
"type": {
|
|
6836
|
+
"text": "ElementDefinitionContext"
|
|
6837
|
+
}
|
|
6838
|
+
},
|
|
6839
|
+
{
|
|
6840
|
+
"name": "definition",
|
|
6841
|
+
"type": {
|
|
6842
|
+
"text": "FlipperOptions"
|
|
6843
|
+
}
|
|
6844
|
+
}
|
|
6845
|
+
]
|
|
6846
|
+
}
|
|
6847
|
+
],
|
|
6848
|
+
"exports": [
|
|
6849
|
+
{
|
|
6850
|
+
"kind": "js",
|
|
6851
|
+
"name": "zeroFlipperTemplate",
|
|
6852
|
+
"declaration": {
|
|
6853
|
+
"name": "zeroFlipperTemplate",
|
|
6854
|
+
"module": "src/flipper/flipper.template.ts"
|
|
6855
|
+
}
|
|
6856
|
+
}
|
|
6857
|
+
]
|
|
6858
|
+
},
|
|
6859
|
+
{
|
|
6860
|
+
"kind": "javascript-module",
|
|
6861
|
+
"path": "src/flipper/flipper.ts",
|
|
6862
|
+
"declarations": [
|
|
6863
|
+
{
|
|
6864
|
+
"kind": "class",
|
|
6865
|
+
"description": "",
|
|
6866
|
+
"name": "Flipper",
|
|
6867
|
+
"superclass": {
|
|
6868
|
+
"name": "FoundationFlipper",
|
|
6869
|
+
"package": "@genesislcap/foundation-ui"
|
|
6870
|
+
}
|
|
6871
|
+
},
|
|
6872
|
+
{
|
|
6873
|
+
"kind": "variable",
|
|
6874
|
+
"name": "zeroFlipper"
|
|
6875
|
+
}
|
|
6876
|
+
],
|
|
6877
|
+
"exports": [
|
|
6878
|
+
{
|
|
6879
|
+
"kind": "js",
|
|
6880
|
+
"name": "Flipper",
|
|
6881
|
+
"declaration": {
|
|
6882
|
+
"name": "Flipper",
|
|
6883
|
+
"module": "src/flipper/flipper.ts"
|
|
6884
|
+
}
|
|
6885
|
+
},
|
|
6886
|
+
{
|
|
6887
|
+
"kind": "js",
|
|
6888
|
+
"name": "zeroFlipper",
|
|
6889
|
+
"declaration": {
|
|
6890
|
+
"name": "zeroFlipper",
|
|
6891
|
+
"module": "src/flipper/flipper.ts"
|
|
6892
|
+
}
|
|
6893
|
+
}
|
|
6894
|
+
]
|
|
6895
|
+
},
|
|
6896
|
+
{
|
|
6897
|
+
"kind": "javascript-module",
|
|
6898
|
+
"path": "src/flipper/index.ts",
|
|
6899
|
+
"declarations": [],
|
|
6900
|
+
"exports": [
|
|
6901
|
+
{
|
|
6902
|
+
"kind": "js",
|
|
6903
|
+
"name": "*",
|
|
6904
|
+
"declaration": {
|
|
6905
|
+
"name": "*",
|
|
6906
|
+
"package": "./flipper"
|
|
6907
|
+
}
|
|
6908
|
+
},
|
|
6909
|
+
{
|
|
6910
|
+
"kind": "js",
|
|
6911
|
+
"name": "*",
|
|
6912
|
+
"declaration": {
|
|
6913
|
+
"name": "*",
|
|
6914
|
+
"package": "./flipper.styles"
|
|
6915
|
+
}
|
|
6916
|
+
},
|
|
6917
|
+
{
|
|
6918
|
+
"kind": "js",
|
|
6919
|
+
"name": "*",
|
|
6920
|
+
"declaration": {
|
|
6921
|
+
"name": "*",
|
|
6922
|
+
"package": "./flipper.template"
|
|
6923
|
+
}
|
|
6924
|
+
}
|
|
6925
|
+
]
|
|
6926
|
+
},
|
|
6741
6927
|
{
|
|
6742
6928
|
"kind": "javascript-module",
|
|
6743
6929
|
"path": "src/flyout/flyout.stories.ts",
|
|
@@ -7005,210 +7191,64 @@
|
|
|
7005
7191
|
"name": "zeroFlyoutTemplate",
|
|
7006
7192
|
"declaration": {
|
|
7007
7193
|
"name": "foundationFlyoutTemplate",
|
|
7008
|
-
"package": "@genesislcap/foundation-ui"
|
|
7009
|
-
}
|
|
7010
|
-
}
|
|
7011
|
-
]
|
|
7012
|
-
},
|
|
7013
|
-
{
|
|
7014
|
-
"kind": "javascript-module",
|
|
7015
|
-
"path": "src/flipper/flipper.stories.ts",
|
|
7016
|
-
"declarations": [
|
|
7017
|
-
{
|
|
7018
|
-
"kind": "variable",
|
|
7019
|
-
"name": "meta",
|
|
7020
|
-
"type": {
|
|
7021
|
-
"text": "Meta"
|
|
7022
|
-
},
|
|
7023
|
-
"default": "{\n title: 'Flipper',\n component: 'zero-flipper',\n}"
|
|
7024
|
-
},
|
|
7025
|
-
{
|
|
7026
|
-
"kind": "variable",
|
|
7027
|
-
"name": "Primary",
|
|
7028
|
-
"type": {
|
|
7029
|
-
"text": "StoryObj"
|
|
7030
|
-
},
|
|
7031
|
-
"default": "{\n argTypes: {\n direction: {\n control: 'select',\n options: ['previous', 'next'],\n },\n },\n args: {\n direction: 'next',\n },\n render: ({ direction }) =>\n html`\n <zero-flipper direction=\"${direction}\">Zero Flipper</zero-flipper>\n `,\n}"
|
|
7032
|
-
}
|
|
7033
|
-
],
|
|
7034
|
-
"exports": [
|
|
7035
|
-
{
|
|
7036
|
-
"kind": "js",
|
|
7037
|
-
"name": "default",
|
|
7038
|
-
"declaration": {
|
|
7039
|
-
"name": "meta",
|
|
7040
|
-
"module": "src/flipper/flipper.stories.ts"
|
|
7041
|
-
}
|
|
7042
|
-
},
|
|
7043
|
-
{
|
|
7044
|
-
"kind": "js",
|
|
7045
|
-
"name": "Primary",
|
|
7046
|
-
"declaration": {
|
|
7047
|
-
"name": "Primary",
|
|
7048
|
-
"module": "src/flipper/flipper.stories.ts"
|
|
7049
|
-
}
|
|
7050
|
-
}
|
|
7051
|
-
]
|
|
7052
|
-
},
|
|
7053
|
-
{
|
|
7054
|
-
"kind": "javascript-module",
|
|
7055
|
-
"path": "src/flipper/flipper.styles.ts",
|
|
7056
|
-
"declarations": [
|
|
7057
|
-
{
|
|
7058
|
-
"kind": "function",
|
|
7059
|
-
"name": "zeroFlipperStyles",
|
|
7060
|
-
"return": {
|
|
7061
|
-
"type": {
|
|
7062
|
-
"text": "ElementStyles"
|
|
7063
|
-
}
|
|
7064
|
-
},
|
|
7065
|
-
"parameters": [
|
|
7066
|
-
{
|
|
7067
|
-
"name": "context",
|
|
7068
|
-
"type": {
|
|
7069
|
-
"text": "ElementDefinitionContext"
|
|
7070
|
-
}
|
|
7071
|
-
},
|
|
7072
|
-
{
|
|
7073
|
-
"name": "definition",
|
|
7074
|
-
"type": {
|
|
7075
|
-
"text": "FlipperOptions"
|
|
7076
|
-
}
|
|
7077
|
-
}
|
|
7078
|
-
]
|
|
7079
|
-
}
|
|
7080
|
-
],
|
|
7081
|
-
"exports": [
|
|
7082
|
-
{
|
|
7083
|
-
"kind": "js",
|
|
7084
|
-
"name": "zeroFlipperStyles",
|
|
7085
|
-
"declaration": {
|
|
7086
|
-
"name": "zeroFlipperStyles",
|
|
7087
|
-
"module": "src/flipper/flipper.styles.ts"
|
|
7088
|
-
}
|
|
7089
|
-
}
|
|
7090
|
-
]
|
|
7091
|
-
},
|
|
7092
|
-
{
|
|
7093
|
-
"kind": "javascript-module",
|
|
7094
|
-
"path": "src/flipper/flipper.template.ts",
|
|
7095
|
-
"declarations": [
|
|
7096
|
-
{
|
|
7097
|
-
"kind": "function",
|
|
7098
|
-
"name": "zeroFlipperTemplate",
|
|
7099
|
-
"return": {
|
|
7100
|
-
"type": {
|
|
7101
|
-
"text": "ViewTemplate<Flipper>"
|
|
7102
|
-
}
|
|
7103
|
-
},
|
|
7104
|
-
"parameters": [
|
|
7105
|
-
{
|
|
7106
|
-
"name": "context",
|
|
7107
|
-
"type": {
|
|
7108
|
-
"text": "ElementDefinitionContext"
|
|
7109
|
-
}
|
|
7110
|
-
},
|
|
7111
|
-
{
|
|
7112
|
-
"name": "definition",
|
|
7113
|
-
"type": {
|
|
7114
|
-
"text": "FlipperOptions"
|
|
7115
|
-
}
|
|
7116
|
-
}
|
|
7117
|
-
]
|
|
7118
|
-
}
|
|
7119
|
-
],
|
|
7120
|
-
"exports": [
|
|
7121
|
-
{
|
|
7122
|
-
"kind": "js",
|
|
7123
|
-
"name": "zeroFlipperTemplate",
|
|
7124
|
-
"declaration": {
|
|
7125
|
-
"name": "zeroFlipperTemplate",
|
|
7126
|
-
"module": "src/flipper/flipper.template.ts"
|
|
7127
|
-
}
|
|
7128
|
-
}
|
|
7129
|
-
]
|
|
7130
|
-
},
|
|
7131
|
-
{
|
|
7132
|
-
"kind": "javascript-module",
|
|
7133
|
-
"path": "src/flipper/flipper.ts",
|
|
7134
|
-
"declarations": [
|
|
7135
|
-
{
|
|
7136
|
-
"kind": "class",
|
|
7137
|
-
"description": "",
|
|
7138
|
-
"name": "Flipper",
|
|
7139
|
-
"superclass": {
|
|
7140
|
-
"name": "FoundationFlipper",
|
|
7141
|
-
"package": "@genesislcap/foundation-ui"
|
|
7142
|
-
}
|
|
7143
|
-
},
|
|
7144
|
-
{
|
|
7145
|
-
"kind": "variable",
|
|
7146
|
-
"name": "zeroFlipper"
|
|
7147
|
-
}
|
|
7148
|
-
],
|
|
7149
|
-
"exports": [
|
|
7150
|
-
{
|
|
7151
|
-
"kind": "js",
|
|
7152
|
-
"name": "Flipper",
|
|
7153
|
-
"declaration": {
|
|
7154
|
-
"name": "Flipper",
|
|
7155
|
-
"module": "src/flipper/flipper.ts"
|
|
7156
|
-
}
|
|
7157
|
-
},
|
|
7158
|
-
{
|
|
7159
|
-
"kind": "js",
|
|
7160
|
-
"name": "zeroFlipper",
|
|
7161
|
-
"declaration": {
|
|
7162
|
-
"name": "zeroFlipper",
|
|
7163
|
-
"module": "src/flipper/flipper.ts"
|
|
7194
|
+
"package": "@genesislcap/foundation-ui"
|
|
7164
7195
|
}
|
|
7165
7196
|
}
|
|
7166
7197
|
]
|
|
7167
7198
|
},
|
|
7168
7199
|
{
|
|
7169
7200
|
"kind": "javascript-module",
|
|
7170
|
-
"path": "src/
|
|
7171
|
-
"declarations": [
|
|
7172
|
-
"exports": [
|
|
7201
|
+
"path": "src/grid-layout/grid-layout.stories.ts",
|
|
7202
|
+
"declarations": [
|
|
7173
7203
|
{
|
|
7174
|
-
"kind": "
|
|
7175
|
-
"name": "
|
|
7176
|
-
"
|
|
7177
|
-
"
|
|
7178
|
-
|
|
7179
|
-
}
|
|
7204
|
+
"kind": "variable",
|
|
7205
|
+
"name": "meta",
|
|
7206
|
+
"type": {
|
|
7207
|
+
"text": "Meta"
|
|
7208
|
+
},
|
|
7209
|
+
"default": "{\n title: 'Grid Layout',\n component: 'zero-grid-layout',\n}"
|
|
7180
7210
|
},
|
|
7211
|
+
{
|
|
7212
|
+
"kind": "variable",
|
|
7213
|
+
"name": "Primary",
|
|
7214
|
+
"type": {
|
|
7215
|
+
"text": "StoryObj"
|
|
7216
|
+
},
|
|
7217
|
+
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout\n class=\"spacing-2x\"\n col-count=\"2\"\n row-count=\"2\"\n col-lg-count=\"4\"\n row-lg-count=\"1\"\n col-sm-count=\"1\"\n row-sm-count=\"2\"\n >\n <zero-grid-layout-item\n style=\"height: 100%; background-color: green;\"\n col-lg-number=\"1\"\n row-lg-number=\"1\"\n width-lg=\"1\"\n height-lg=\"1\"\n col-md-number=\"1\"\n row-md-number=\"1\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"1\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"height: 100%; background-color: red;\"\n col-lg-number=\"3\"\n row-lg-number=\"1\"\n width-lg=\"2\"\n height-lg=\"1\"\n col-md-number=\"2\"\n row-md-number=\"2\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"2\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"2\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"4\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"3\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"3\"\n width=\"3\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"4\"\n row-number=\"3\"\n width=\"1\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"4\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"2\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"2\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"4\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"2\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"3\"\n row-number=\"1\"\n width=\"4\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"3\"\n row-number=\"4\"\n width=\"2\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"5\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"6\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n </div>\n `,\n}"
|
|
7218
|
+
}
|
|
7219
|
+
],
|
|
7220
|
+
"exports": [
|
|
7181
7221
|
{
|
|
7182
7222
|
"kind": "js",
|
|
7183
|
-
"name": "
|
|
7223
|
+
"name": "default",
|
|
7184
7224
|
"declaration": {
|
|
7185
|
-
"name": "
|
|
7186
|
-
"
|
|
7225
|
+
"name": "meta",
|
|
7226
|
+
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7187
7227
|
}
|
|
7188
7228
|
},
|
|
7189
7229
|
{
|
|
7190
7230
|
"kind": "js",
|
|
7191
|
-
"name": "
|
|
7231
|
+
"name": "Primary",
|
|
7192
7232
|
"declaration": {
|
|
7193
|
-
"name": "
|
|
7194
|
-
"
|
|
7233
|
+
"name": "Primary",
|
|
7234
|
+
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7195
7235
|
}
|
|
7196
7236
|
}
|
|
7197
7237
|
]
|
|
7198
7238
|
},
|
|
7199
7239
|
{
|
|
7200
7240
|
"kind": "javascript-module",
|
|
7201
|
-
"path": "src/grid-layout
|
|
7241
|
+
"path": "src/grid-layout/grid-layout.ts",
|
|
7202
7242
|
"declarations": [
|
|
7203
7243
|
{
|
|
7204
7244
|
"kind": "class",
|
|
7205
7245
|
"description": "",
|
|
7206
|
-
"name": "
|
|
7246
|
+
"name": "GridLayout",
|
|
7207
7247
|
"superclass": {
|
|
7208
|
-
"name": "
|
|
7248
|
+
"name": "FoundationGridLayout",
|
|
7209
7249
|
"package": "@genesislcap/foundation-ui"
|
|
7210
7250
|
},
|
|
7211
|
-
"tagName": "%%prefix%%-grid-layout
|
|
7251
|
+
"tagName": "%%prefix%%-grid-layout",
|
|
7212
7252
|
"customElement": true,
|
|
7213
7253
|
"members": [
|
|
7214
7254
|
{
|
|
@@ -7326,33 +7366,33 @@
|
|
|
7326
7366
|
},
|
|
7327
7367
|
{
|
|
7328
7368
|
"kind": "variable",
|
|
7329
|
-
"name": "
|
|
7330
|
-
"description": "The Zero Grid Layout
|
|
7369
|
+
"name": "zeroGridLayout",
|
|
7370
|
+
"description": "The Zero Grid Layout",
|
|
7331
7371
|
"privacy": "public"
|
|
7332
7372
|
}
|
|
7333
7373
|
],
|
|
7334
7374
|
"exports": [
|
|
7335
7375
|
{
|
|
7336
7376
|
"kind": "js",
|
|
7337
|
-
"name": "
|
|
7377
|
+
"name": "GridLayout",
|
|
7338
7378
|
"declaration": {
|
|
7339
|
-
"name": "
|
|
7340
|
-
"module": "src/grid-layout
|
|
7379
|
+
"name": "GridLayout",
|
|
7380
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
7341
7381
|
}
|
|
7342
7382
|
},
|
|
7343
7383
|
{
|
|
7344
7384
|
"kind": "js",
|
|
7345
|
-
"name": "
|
|
7385
|
+
"name": "zeroGridLayout",
|
|
7346
7386
|
"declaration": {
|
|
7347
|
-
"name": "
|
|
7348
|
-
"module": "src/grid-layout
|
|
7387
|
+
"name": "zeroGridLayout",
|
|
7388
|
+
"module": "src/grid-layout/grid-layout.ts"
|
|
7349
7389
|
}
|
|
7350
7390
|
}
|
|
7351
7391
|
]
|
|
7352
7392
|
},
|
|
7353
7393
|
{
|
|
7354
7394
|
"kind": "javascript-module",
|
|
7355
|
-
"path": "src/grid-layout
|
|
7395
|
+
"path": "src/grid-layout/index.ts",
|
|
7356
7396
|
"declarations": [],
|
|
7357
7397
|
"exports": [
|
|
7358
7398
|
{
|
|
@@ -7360,72 +7400,24 @@
|
|
|
7360
7400
|
"name": "*",
|
|
7361
7401
|
"declaration": {
|
|
7362
7402
|
"name": "*",
|
|
7363
|
-
"package": "./grid-layout
|
|
7364
|
-
}
|
|
7365
|
-
},
|
|
7366
|
-
{
|
|
7367
|
-
"kind": "js",
|
|
7368
|
-
"name": "zeroGridLayoutItemTemplate",
|
|
7369
|
-
"declaration": {
|
|
7370
|
-
"name": "foundationGridLayoutItemTemplate",
|
|
7371
|
-
"package": "@genesislcap/foundation-ui"
|
|
7372
|
-
}
|
|
7373
|
-
}
|
|
7374
|
-
]
|
|
7375
|
-
},
|
|
7376
|
-
{
|
|
7377
|
-
"kind": "javascript-module",
|
|
7378
|
-
"path": "src/grid-layout/grid-layout.stories.ts",
|
|
7379
|
-
"declarations": [
|
|
7380
|
-
{
|
|
7381
|
-
"kind": "variable",
|
|
7382
|
-
"name": "meta",
|
|
7383
|
-
"type": {
|
|
7384
|
-
"text": "Meta"
|
|
7385
|
-
},
|
|
7386
|
-
"default": "{\n title: 'Grid Layout',\n component: 'zero-grid-layout',\n}"
|
|
7387
|
-
},
|
|
7388
|
-
{
|
|
7389
|
-
"kind": "variable",
|
|
7390
|
-
"name": "Primary",
|
|
7391
|
-
"type": {
|
|
7392
|
-
"text": "StoryObj"
|
|
7393
|
-
},
|
|
7394
|
-
"default": "{\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout\n class=\"spacing-2x\"\n col-count=\"2\"\n row-count=\"2\"\n col-lg-count=\"4\"\n row-lg-count=\"1\"\n col-sm-count=\"1\"\n row-sm-count=\"2\"\n >\n <zero-grid-layout-item\n style=\"height: 100%; background-color: green;\"\n col-lg-number=\"1\"\n row-lg-number=\"1\"\n width-lg=\"1\"\n height-lg=\"1\"\n col-md-number=\"1\"\n row-md-number=\"1\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"1\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"height: 100%; background-color: red;\"\n col-lg-number=\"3\"\n row-lg-number=\"1\"\n width-lg=\"2\"\n height-lg=\"1\"\n col-md-number=\"2\"\n row-md-number=\"2\"\n width-md=\"1\"\n height-md=\"1\"\n col-sm-number=\"1\"\n row-sm-number=\"2\"\n width-sm=\"1\"\n height-sm=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"2\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"2\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"4\"\n row-number=\"1\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"3\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"3\"\n width=\"3\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"4\"\n row-number=\"3\"\n width=\"1\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"4\" col-count=\"4\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"1\"\n row-number=\"2\"\n width=\"1\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"2\"\n width=\"3\"\n height=\"2\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"1\"\n row-number=\"4\"\n width=\"4\"\n height=\"1\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"2\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"3\"\n row-number=\"1\"\n width=\"4\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"3\"\n row-number=\"4\"\n width=\"2\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"5\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: green;\"\n col-number=\"6\"\n row-number=\"4\"\n width=\"1\"\n height=\"3\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n\n <zero-card style=\"height: 200px; width: 100%;\">\n <zero-grid-layout row-count=\"6\" col-count=\"6\" class=\"spacing-2x\">\n <zero-grid-layout-item\n style=\"background-color: blue;\"\n col-number=\"1\"\n row-number=\"1\"\n width=\"1\"\n height=\"6\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: red;\"\n col-number=\"2\"\n row-number=\"1\"\n width=\"5\"\n height=\"4\"\n ></zero-grid-layout-item>\n <zero-grid-layout-item\n style=\"background-color: yellow;\"\n col-number=\"2\"\n row-number=\"5\"\n width=\"5\"\n height=\"2\"\n ></zero-grid-layout-item>\n </zero-grid-layout>\n </zero-card>\n </div>\n `,\n}"
|
|
7395
|
-
}
|
|
7396
|
-
],
|
|
7397
|
-
"exports": [
|
|
7398
|
-
{
|
|
7399
|
-
"kind": "js",
|
|
7400
|
-
"name": "default",
|
|
7401
|
-
"declaration": {
|
|
7402
|
-
"name": "meta",
|
|
7403
|
-
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7404
|
-
}
|
|
7405
|
-
},
|
|
7406
|
-
{
|
|
7407
|
-
"kind": "js",
|
|
7408
|
-
"name": "Primary",
|
|
7409
|
-
"declaration": {
|
|
7410
|
-
"name": "Primary",
|
|
7411
|
-
"module": "src/grid-layout/grid-layout.stories.ts"
|
|
7403
|
+
"package": "./grid-layout"
|
|
7412
7404
|
}
|
|
7413
7405
|
}
|
|
7414
7406
|
]
|
|
7415
7407
|
},
|
|
7416
7408
|
{
|
|
7417
7409
|
"kind": "javascript-module",
|
|
7418
|
-
"path": "src/grid-layout/grid-layout.ts",
|
|
7410
|
+
"path": "src/grid-layout-item/grid-layout-item.ts",
|
|
7419
7411
|
"declarations": [
|
|
7420
7412
|
{
|
|
7421
7413
|
"kind": "class",
|
|
7422
7414
|
"description": "",
|
|
7423
|
-
"name": "
|
|
7415
|
+
"name": "GridLayoutItem",
|
|
7424
7416
|
"superclass": {
|
|
7425
|
-
"name": "
|
|
7417
|
+
"name": "FoundationGridLayoutItem",
|
|
7426
7418
|
"package": "@genesislcap/foundation-ui"
|
|
7427
7419
|
},
|
|
7428
|
-
"tagName": "%%prefix%%-grid-layout",
|
|
7420
|
+
"tagName": "%%prefix%%-grid-layout-item",
|
|
7429
7421
|
"customElement": true,
|
|
7430
7422
|
"members": [
|
|
7431
7423
|
{
|
|
@@ -7543,33 +7535,33 @@
|
|
|
7543
7535
|
},
|
|
7544
7536
|
{
|
|
7545
7537
|
"kind": "variable",
|
|
7546
|
-
"name": "
|
|
7547
|
-
"description": "The Zero Grid Layout",
|
|
7538
|
+
"name": "zeroGridLayoutItem",
|
|
7539
|
+
"description": "The Zero Grid Layout Item",
|
|
7548
7540
|
"privacy": "public"
|
|
7549
7541
|
}
|
|
7550
7542
|
],
|
|
7551
7543
|
"exports": [
|
|
7552
7544
|
{
|
|
7553
7545
|
"kind": "js",
|
|
7554
|
-
"name": "
|
|
7546
|
+
"name": "GridLayoutItem",
|
|
7555
7547
|
"declaration": {
|
|
7556
|
-
"name": "
|
|
7557
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
7548
|
+
"name": "GridLayoutItem",
|
|
7549
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7558
7550
|
}
|
|
7559
7551
|
},
|
|
7560
7552
|
{
|
|
7561
7553
|
"kind": "js",
|
|
7562
|
-
"name": "
|
|
7554
|
+
"name": "zeroGridLayoutItem",
|
|
7563
7555
|
"declaration": {
|
|
7564
|
-
"name": "
|
|
7565
|
-
"module": "src/grid-layout/grid-layout.ts"
|
|
7556
|
+
"name": "zeroGridLayoutItem",
|
|
7557
|
+
"module": "src/grid-layout-item/grid-layout-item.ts"
|
|
7566
7558
|
}
|
|
7567
7559
|
}
|
|
7568
7560
|
]
|
|
7569
7561
|
},
|
|
7570
7562
|
{
|
|
7571
7563
|
"kind": "javascript-module",
|
|
7572
|
-
"path": "src/grid-layout/index.ts",
|
|
7564
|
+
"path": "src/grid-layout-item/index.ts",
|
|
7573
7565
|
"declarations": [],
|
|
7574
7566
|
"exports": [
|
|
7575
7567
|
{
|
|
@@ -7577,7 +7569,15 @@
|
|
|
7577
7569
|
"name": "*",
|
|
7578
7570
|
"declaration": {
|
|
7579
7571
|
"name": "*",
|
|
7580
|
-
"package": "./grid-layout"
|
|
7572
|
+
"package": "./grid-layout-item"
|
|
7573
|
+
}
|
|
7574
|
+
},
|
|
7575
|
+
{
|
|
7576
|
+
"kind": "js",
|
|
7577
|
+
"name": "zeroGridLayoutItemTemplate",
|
|
7578
|
+
"declaration": {
|
|
7579
|
+
"name": "foundationGridLayoutItemTemplate",
|
|
7580
|
+
"package": "@genesislcap/foundation-ui"
|
|
7581
7581
|
}
|
|
7582
7582
|
}
|
|
7583
7583
|
]
|
|
@@ -11397,7 +11397,7 @@
|
|
|
11397
11397
|
},
|
|
11398
11398
|
{
|
|
11399
11399
|
"kind": "javascript-module",
|
|
11400
|
-
"path": "src/tab
|
|
11400
|
+
"path": "src/tab/index.ts",
|
|
11401
11401
|
"declarations": [],
|
|
11402
11402
|
"exports": [
|
|
11403
11403
|
{
|
|
@@ -11405,7 +11405,7 @@
|
|
|
11405
11405
|
"name": "*",
|
|
11406
11406
|
"declaration": {
|
|
11407
11407
|
"name": "*",
|
|
11408
|
-
"package": "./tab
|
|
11408
|
+
"package": "./tab"
|
|
11409
11409
|
}
|
|
11410
11410
|
},
|
|
11411
11411
|
{
|
|
@@ -11413,7 +11413,7 @@
|
|
|
11413
11413
|
"name": "*",
|
|
11414
11414
|
"declaration": {
|
|
11415
11415
|
"name": "*",
|
|
11416
|
-
"package": "./tab
|
|
11416
|
+
"package": "./tab.styles"
|
|
11417
11417
|
}
|
|
11418
11418
|
},
|
|
11419
11419
|
{
|
|
@@ -11421,18 +11421,18 @@
|
|
|
11421
11421
|
"name": "*",
|
|
11422
11422
|
"declaration": {
|
|
11423
11423
|
"name": "*",
|
|
11424
|
-
"package": "./tab
|
|
11424
|
+
"package": "./tab.template"
|
|
11425
11425
|
}
|
|
11426
11426
|
}
|
|
11427
11427
|
]
|
|
11428
11428
|
},
|
|
11429
11429
|
{
|
|
11430
11430
|
"kind": "javascript-module",
|
|
11431
|
-
"path": "src/tab
|
|
11431
|
+
"path": "src/tab/tab.styles.ts",
|
|
11432
11432
|
"declarations": [
|
|
11433
11433
|
{
|
|
11434
11434
|
"kind": "function",
|
|
11435
|
-
"name": "
|
|
11435
|
+
"name": "zeroTabStyles",
|
|
11436
11436
|
"return": {
|
|
11437
11437
|
"type": {
|
|
11438
11438
|
"text": "ElementStyles"
|
|
@@ -11457,24 +11457,24 @@
|
|
|
11457
11457
|
"exports": [
|
|
11458
11458
|
{
|
|
11459
11459
|
"kind": "js",
|
|
11460
|
-
"name": "
|
|
11460
|
+
"name": "zeroTabStyles",
|
|
11461
11461
|
"declaration": {
|
|
11462
|
-
"name": "
|
|
11463
|
-
"module": "src/tab
|
|
11462
|
+
"name": "zeroTabStyles",
|
|
11463
|
+
"module": "src/tab/tab.styles.ts"
|
|
11464
11464
|
}
|
|
11465
11465
|
}
|
|
11466
11466
|
]
|
|
11467
11467
|
},
|
|
11468
11468
|
{
|
|
11469
11469
|
"kind": "javascript-module",
|
|
11470
|
-
"path": "src/tab
|
|
11470
|
+
"path": "src/tab/tab.template.ts",
|
|
11471
11471
|
"declarations": [
|
|
11472
11472
|
{
|
|
11473
11473
|
"kind": "function",
|
|
11474
|
-
"name": "
|
|
11474
|
+
"name": "zeroTabTemplate",
|
|
11475
11475
|
"return": {
|
|
11476
11476
|
"type": {
|
|
11477
|
-
"text": "ViewTemplate<
|
|
11477
|
+
"text": "ViewTemplate<Tab>"
|
|
11478
11478
|
}
|
|
11479
11479
|
},
|
|
11480
11480
|
"parameters": [
|
|
@@ -11496,56 +11496,56 @@
|
|
|
11496
11496
|
"exports": [
|
|
11497
11497
|
{
|
|
11498
11498
|
"kind": "js",
|
|
11499
|
-
"name": "
|
|
11499
|
+
"name": "zeroTabTemplate",
|
|
11500
11500
|
"declaration": {
|
|
11501
|
-
"name": "
|
|
11502
|
-
"module": "src/tab
|
|
11501
|
+
"name": "zeroTabTemplate",
|
|
11502
|
+
"module": "src/tab/tab.template.ts"
|
|
11503
11503
|
}
|
|
11504
11504
|
}
|
|
11505
11505
|
]
|
|
11506
11506
|
},
|
|
11507
11507
|
{
|
|
11508
11508
|
"kind": "javascript-module",
|
|
11509
|
-
"path": "src/tab
|
|
11509
|
+
"path": "src/tab/tab.ts",
|
|
11510
11510
|
"declarations": [
|
|
11511
11511
|
{
|
|
11512
11512
|
"kind": "class",
|
|
11513
11513
|
"description": "",
|
|
11514
|
-
"name": "
|
|
11514
|
+
"name": "Tab",
|
|
11515
11515
|
"superclass": {
|
|
11516
|
-
"name": "
|
|
11516
|
+
"name": "FoundationTab",
|
|
11517
11517
|
"package": "@genesislcap/foundation-ui"
|
|
11518
11518
|
},
|
|
11519
|
-
"tagName": "%%prefix%%-tab
|
|
11519
|
+
"tagName": "%%prefix%%-tab",
|
|
11520
11520
|
"customElement": true
|
|
11521
11521
|
},
|
|
11522
11522
|
{
|
|
11523
11523
|
"kind": "variable",
|
|
11524
|
-
"name": "
|
|
11524
|
+
"name": "zeroTab"
|
|
11525
11525
|
}
|
|
11526
11526
|
],
|
|
11527
11527
|
"exports": [
|
|
11528
11528
|
{
|
|
11529
11529
|
"kind": "js",
|
|
11530
|
-
"name": "
|
|
11530
|
+
"name": "Tab",
|
|
11531
11531
|
"declaration": {
|
|
11532
|
-
"name": "
|
|
11533
|
-
"module": "src/tab
|
|
11532
|
+
"name": "Tab",
|
|
11533
|
+
"module": "src/tab/tab.ts"
|
|
11534
11534
|
}
|
|
11535
11535
|
},
|
|
11536
11536
|
{
|
|
11537
11537
|
"kind": "js",
|
|
11538
|
-
"name": "
|
|
11538
|
+
"name": "zeroTab",
|
|
11539
11539
|
"declaration": {
|
|
11540
|
-
"name": "
|
|
11541
|
-
"module": "src/tab
|
|
11540
|
+
"name": "zeroTab",
|
|
11541
|
+
"module": "src/tab/tab.ts"
|
|
11542
11542
|
}
|
|
11543
11543
|
}
|
|
11544
11544
|
]
|
|
11545
11545
|
},
|
|
11546
11546
|
{
|
|
11547
11547
|
"kind": "javascript-module",
|
|
11548
|
-
"path": "src/tab/index.ts",
|
|
11548
|
+
"path": "src/tab-panel/index.ts",
|
|
11549
11549
|
"declarations": [],
|
|
11550
11550
|
"exports": [
|
|
11551
11551
|
{
|
|
@@ -11553,7 +11553,7 @@
|
|
|
11553
11553
|
"name": "*",
|
|
11554
11554
|
"declaration": {
|
|
11555
11555
|
"name": "*",
|
|
11556
|
-
"package": "./tab"
|
|
11556
|
+
"package": "./tab-panel"
|
|
11557
11557
|
}
|
|
11558
11558
|
},
|
|
11559
11559
|
{
|
|
@@ -11561,7 +11561,7 @@
|
|
|
11561
11561
|
"name": "*",
|
|
11562
11562
|
"declaration": {
|
|
11563
11563
|
"name": "*",
|
|
11564
|
-
"package": "./tab.styles"
|
|
11564
|
+
"package": "./tab-panel.styles"
|
|
11565
11565
|
}
|
|
11566
11566
|
},
|
|
11567
11567
|
{
|
|
@@ -11569,18 +11569,18 @@
|
|
|
11569
11569
|
"name": "*",
|
|
11570
11570
|
"declaration": {
|
|
11571
11571
|
"name": "*",
|
|
11572
|
-
"package": "./tab.template"
|
|
11572
|
+
"package": "./tab-panel.template"
|
|
11573
11573
|
}
|
|
11574
11574
|
}
|
|
11575
11575
|
]
|
|
11576
11576
|
},
|
|
11577
11577
|
{
|
|
11578
11578
|
"kind": "javascript-module",
|
|
11579
|
-
"path": "src/tab/tab.styles.ts",
|
|
11579
|
+
"path": "src/tab-panel/tab-panel.styles.ts",
|
|
11580
11580
|
"declarations": [
|
|
11581
11581
|
{
|
|
11582
11582
|
"kind": "function",
|
|
11583
|
-
"name": "
|
|
11583
|
+
"name": "zeroTabPanelStyles",
|
|
11584
11584
|
"return": {
|
|
11585
11585
|
"type": {
|
|
11586
11586
|
"text": "ElementStyles"
|
|
@@ -11605,24 +11605,24 @@
|
|
|
11605
11605
|
"exports": [
|
|
11606
11606
|
{
|
|
11607
11607
|
"kind": "js",
|
|
11608
|
-
"name": "
|
|
11608
|
+
"name": "zeroTabPanelStyles",
|
|
11609
11609
|
"declaration": {
|
|
11610
|
-
"name": "
|
|
11611
|
-
"module": "src/tab/tab.styles.ts"
|
|
11610
|
+
"name": "zeroTabPanelStyles",
|
|
11611
|
+
"module": "src/tab-panel/tab-panel.styles.ts"
|
|
11612
11612
|
}
|
|
11613
11613
|
}
|
|
11614
11614
|
]
|
|
11615
11615
|
},
|
|
11616
11616
|
{
|
|
11617
11617
|
"kind": "javascript-module",
|
|
11618
|
-
"path": "src/tab/tab.template.ts",
|
|
11618
|
+
"path": "src/tab-panel/tab-panel.template.ts",
|
|
11619
11619
|
"declarations": [
|
|
11620
11620
|
{
|
|
11621
11621
|
"kind": "function",
|
|
11622
|
-
"name": "
|
|
11622
|
+
"name": "zeroTabPanelTemplate",
|
|
11623
11623
|
"return": {
|
|
11624
11624
|
"type": {
|
|
11625
|
-
"text": "ViewTemplate<
|
|
11625
|
+
"text": "ViewTemplate<TabPanel>"
|
|
11626
11626
|
}
|
|
11627
11627
|
},
|
|
11628
11628
|
"parameters": [
|
|
@@ -11644,49 +11644,49 @@
|
|
|
11644
11644
|
"exports": [
|
|
11645
11645
|
{
|
|
11646
11646
|
"kind": "js",
|
|
11647
|
-
"name": "
|
|
11647
|
+
"name": "zeroTabPanelTemplate",
|
|
11648
11648
|
"declaration": {
|
|
11649
|
-
"name": "
|
|
11650
|
-
"module": "src/tab/tab.template.ts"
|
|
11649
|
+
"name": "zeroTabPanelTemplate",
|
|
11650
|
+
"module": "src/tab-panel/tab-panel.template.ts"
|
|
11651
11651
|
}
|
|
11652
11652
|
}
|
|
11653
11653
|
]
|
|
11654
11654
|
},
|
|
11655
11655
|
{
|
|
11656
11656
|
"kind": "javascript-module",
|
|
11657
|
-
"path": "src/tab/tab.ts",
|
|
11657
|
+
"path": "src/tab-panel/tab-panel.ts",
|
|
11658
11658
|
"declarations": [
|
|
11659
11659
|
{
|
|
11660
11660
|
"kind": "class",
|
|
11661
11661
|
"description": "",
|
|
11662
|
-
"name": "
|
|
11662
|
+
"name": "TabPanel",
|
|
11663
11663
|
"superclass": {
|
|
11664
|
-
"name": "
|
|
11664
|
+
"name": "FoundationTabPanel",
|
|
11665
11665
|
"package": "@genesislcap/foundation-ui"
|
|
11666
11666
|
},
|
|
11667
|
-
"tagName": "%%prefix%%-tab",
|
|
11667
|
+
"tagName": "%%prefix%%-tab-panel",
|
|
11668
11668
|
"customElement": true
|
|
11669
11669
|
},
|
|
11670
11670
|
{
|
|
11671
11671
|
"kind": "variable",
|
|
11672
|
-
"name": "
|
|
11672
|
+
"name": "zeroTabPanel"
|
|
11673
11673
|
}
|
|
11674
11674
|
],
|
|
11675
11675
|
"exports": [
|
|
11676
11676
|
{
|
|
11677
11677
|
"kind": "js",
|
|
11678
|
-
"name": "
|
|
11678
|
+
"name": "TabPanel",
|
|
11679
11679
|
"declaration": {
|
|
11680
|
-
"name": "
|
|
11681
|
-
"module": "src/tab/tab.ts"
|
|
11680
|
+
"name": "TabPanel",
|
|
11681
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
11682
11682
|
}
|
|
11683
11683
|
},
|
|
11684
11684
|
{
|
|
11685
11685
|
"kind": "js",
|
|
11686
|
-
"name": "
|
|
11686
|
+
"name": "zeroTabPanel",
|
|
11687
11687
|
"declaration": {
|
|
11688
|
-
"name": "
|
|
11689
|
-
"module": "src/tab/tab.ts"
|
|
11688
|
+
"name": "zeroTabPanel",
|
|
11689
|
+
"module": "src/tab-panel/tab-panel.ts"
|
|
11690
11690
|
}
|
|
11691
11691
|
}
|
|
11692
11692
|
]
|
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.
|
|
4
|
+
"version": "14.14.0",
|
|
5
5
|
"sideEffects": false,
|
|
6
6
|
"license": "SEE LICENSE IN license.txt",
|
|
7
7
|
"main": "dist/esm/index.js",
|
|
@@ -97,9 +97,9 @@
|
|
|
97
97
|
"webpack-merge": "^5.7.3"
|
|
98
98
|
},
|
|
99
99
|
"dependencies": {
|
|
100
|
-
"@genesislcap/foundation-comms": "^14.
|
|
101
|
-
"@genesislcap/foundation-ui": "^14.
|
|
102
|
-
"@genesislcap/foundation-utils": "^14.
|
|
100
|
+
"@genesislcap/foundation-comms": "^14.14.0",
|
|
101
|
+
"@genesislcap/foundation-ui": "^14.14.0",
|
|
102
|
+
"@genesislcap/foundation-utils": "^14.14.0",
|
|
103
103
|
"@microsoft/fast-colors": "^5.1.4",
|
|
104
104
|
"@microsoft/fast-components": "^2.21.3",
|
|
105
105
|
"@microsoft/fast-element": "^1.7.0",
|
|
@@ -112,5 +112,5 @@
|
|
|
112
112
|
"access": "public"
|
|
113
113
|
},
|
|
114
114
|
"customElements": "dist/custom-elements.json",
|
|
115
|
-
"gitHead": "
|
|
115
|
+
"gitHead": "985b16962c0e45c142c67e94a62e5f2ca139798b"
|
|
116
116
|
}
|