@genesislcap/foundation-zero 14.146.1 → 14.147.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.
@@ -6849,7 +6849,7 @@
6849
6849
  },
6850
6850
  {
6851
6851
  "kind": "javascript-module",
6852
- "path": "src/card/card.stories.ts",
6852
+ "path": "src/calendar/calendar.stories.ts",
6853
6853
  "declarations": [
6854
6854
  {
6855
6855
  "kind": "variable",
@@ -6857,7 +6857,7 @@
6857
6857
  "type": {
6858
6858
  "text": "Meta"
6859
6859
  },
6860
- "default": "{\n title: 'Card',\n component: 'zero-card',\n}"
6860
+ "default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
6861
6861
  },
6862
6862
  {
6863
6863
  "kind": "variable",
@@ -6865,7 +6865,7 @@
6865
6865
  "type": {
6866
6866
  "text": "StoryObj"
6867
6867
  },
6868
- "default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
6868
+ "default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
6869
6869
  }
6870
6870
  ],
6871
6871
  "exports": [
@@ -6874,7 +6874,7 @@
6874
6874
  "name": "default",
6875
6875
  "declaration": {
6876
6876
  "name": "meta",
6877
- "module": "src/card/card.stories.ts"
6877
+ "module": "src/calendar/calendar.stories.ts"
6878
6878
  }
6879
6879
  },
6880
6880
  {
@@ -6882,60 +6882,46 @@
6882
6882
  "name": "Primary",
6883
6883
  "declaration": {
6884
6884
  "name": "Primary",
6885
- "module": "src/card/card.stories.ts"
6885
+ "module": "src/calendar/calendar.stories.ts"
6886
6886
  }
6887
6887
  }
6888
6888
  ]
6889
6889
  },
6890
6890
  {
6891
6891
  "kind": "javascript-module",
6892
- "path": "src/card/card.styles.ts",
6892
+ "path": "src/calendar/calendar.styles.ts",
6893
6893
  "declarations": [
6894
6894
  {
6895
6895
  "kind": "function",
6896
- "name": "zeroCardStyles",
6896
+ "name": "zeroCalendarStyles",
6897
6897
  "return": {
6898
6898
  "type": {
6899
6899
  "text": "ElementStyles"
6900
6900
  }
6901
- },
6902
- "parameters": [
6903
- {
6904
- "name": "context",
6905
- "type": {
6906
- "text": "ElementDefinitionContext"
6907
- }
6908
- },
6909
- {
6910
- "name": "definition",
6911
- "type": {
6912
- "text": "FoundationElementDefinition"
6913
- }
6914
- }
6915
- ]
6901
+ }
6916
6902
  }
6917
6903
  ],
6918
6904
  "exports": [
6919
6905
  {
6920
6906
  "kind": "js",
6921
- "name": "zeroCardStyles",
6907
+ "name": "zeroCalendarStyles",
6922
6908
  "declaration": {
6923
- "name": "zeroCardStyles",
6924
- "module": "src/card/card.styles.ts"
6909
+ "name": "zeroCalendarStyles",
6910
+ "module": "src/calendar/calendar.styles.ts"
6925
6911
  }
6926
6912
  }
6927
6913
  ]
6928
6914
  },
6929
6915
  {
6930
6916
  "kind": "javascript-module",
6931
- "path": "src/card/card.template.ts",
6917
+ "path": "src/calendar/calendar.template.ts",
6932
6918
  "declarations": [
6933
6919
  {
6934
6920
  "kind": "function",
6935
- "name": "zeroCardTemplate",
6921
+ "name": "zeroCalendarTemplate",
6936
6922
  "return": {
6937
6923
  "type": {
6938
- "text": "ViewTemplate<Card>"
6924
+ "text": "ViewTemplate<Calendar>"
6939
6925
  }
6940
6926
  },
6941
6927
  "parameters": [
@@ -6957,29 +6943,161 @@
6957
6943
  "exports": [
6958
6944
  {
6959
6945
  "kind": "js",
6960
- "name": "zeroCardTemplate",
6946
+ "name": "zeroCalendarTemplate",
6961
6947
  "declaration": {
6962
- "name": "zeroCardTemplate",
6963
- "module": "src/card/card.template.ts"
6948
+ "name": "zeroCalendarTemplate",
6949
+ "module": "src/calendar/calendar.template.ts"
6964
6950
  }
6965
6951
  }
6966
6952
  ]
6967
6953
  },
6968
6954
  {
6969
6955
  "kind": "javascript-module",
6970
- "path": "src/card/card.ts",
6956
+ "path": "src/calendar/calendar.ts",
6971
6957
  "declarations": [
6972
6958
  {
6973
6959
  "kind": "class",
6974
6960
  "description": "",
6975
- "name": "Card",
6961
+ "name": "Calendar",
6976
6962
  "superclass": {
6977
- "name": "FoundationCard",
6963
+ "name": "FoundationCalendar",
6978
6964
  "package": "@genesislcap/foundation-ui"
6979
6965
  },
6980
- "tagName": "%%prefix%%-card",
6966
+ "tagName": "%%prefix%%-calendar",
6981
6967
  "customElement": true,
6982
6968
  "members": [
6969
+ {
6970
+ "kind": "field",
6971
+ "name": "today",
6972
+ "type": {
6973
+ "text": "any"
6974
+ },
6975
+ "default": "new Day(null, lang)",
6976
+ "inheritedFrom": {
6977
+ "name": "Calendar",
6978
+ "module": "src/date-picker/calendar.ts"
6979
+ }
6980
+ },
6981
+ {
6982
+ "kind": "field",
6983
+ "name": "year",
6984
+ "type": {
6985
+ "text": "number"
6986
+ },
6987
+ "inheritedFrom": {
6988
+ "name": "Calendar",
6989
+ "module": "src/date-picker/calendar.ts"
6990
+ }
6991
+ },
6992
+ {
6993
+ "kind": "field",
6994
+ "name": "month",
6995
+ "type": {
6996
+ "text": "any"
6997
+ },
6998
+ "default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
6999
+ "inheritedFrom": {
7000
+ "name": "Calendar",
7001
+ "module": "src/date-picker/calendar.ts"
7002
+ }
7003
+ },
7004
+ {
7005
+ "kind": "field",
7006
+ "name": "lang",
7007
+ "type": {
7008
+ "text": "string"
7009
+ },
7010
+ "default": "lang",
7011
+ "inheritedFrom": {
7012
+ "name": "Calendar",
7013
+ "module": "src/date-picker/calendar.ts"
7014
+ }
7015
+ },
7016
+ {
7017
+ "kind": "field",
7018
+ "name": "weekDays",
7019
+ "inheritedFrom": {
7020
+ "name": "Calendar",
7021
+ "module": "src/date-picker/calendar.ts"
7022
+ }
7023
+ },
7024
+ {
7025
+ "kind": "method",
7026
+ "name": "getMonth",
7027
+ "parameters": [
7028
+ {
7029
+ "name": "monthNumber"
7030
+ }
7031
+ ],
7032
+ "inheritedFrom": {
7033
+ "name": "Calendar",
7034
+ "module": "src/date-picker/calendar.ts"
7035
+ }
7036
+ },
7037
+ {
7038
+ "kind": "method",
7039
+ "name": "getPreviousMonth",
7040
+ "inheritedFrom": {
7041
+ "name": "Calendar",
7042
+ "module": "src/date-picker/calendar.ts"
7043
+ }
7044
+ },
7045
+ {
7046
+ "kind": "method",
7047
+ "name": "getNextMonth",
7048
+ "inheritedFrom": {
7049
+ "name": "Calendar",
7050
+ "module": "src/date-picker/calendar.ts"
7051
+ }
7052
+ },
7053
+ {
7054
+ "kind": "method",
7055
+ "name": "goToDate",
7056
+ "parameters": [
7057
+ {
7058
+ "name": "monthNumber"
7059
+ },
7060
+ {
7061
+ "name": "year"
7062
+ }
7063
+ ],
7064
+ "inheritedFrom": {
7065
+ "name": "Calendar",
7066
+ "module": "src/date-picker/calendar.ts"
7067
+ }
7068
+ },
7069
+ {
7070
+ "kind": "method",
7071
+ "name": "goToNextYear",
7072
+ "inheritedFrom": {
7073
+ "name": "Calendar",
7074
+ "module": "src/date-picker/calendar.ts"
7075
+ }
7076
+ },
7077
+ {
7078
+ "kind": "method",
7079
+ "name": "goToPreviousYear",
7080
+ "inheritedFrom": {
7081
+ "name": "Calendar",
7082
+ "module": "src/date-picker/calendar.ts"
7083
+ }
7084
+ },
7085
+ {
7086
+ "kind": "method",
7087
+ "name": "goToNextMonth",
7088
+ "inheritedFrom": {
7089
+ "name": "Calendar",
7090
+ "module": "src/date-picker/calendar.ts"
7091
+ }
7092
+ },
7093
+ {
7094
+ "kind": "method",
7095
+ "name": "goToPreviousMonth",
7096
+ "inheritedFrom": {
7097
+ "name": "Calendar",
7098
+ "module": "src/date-picker/calendar.ts"
7099
+ }
7100
+ },
6983
7101
  {
6984
7102
  "kind": "field",
6985
7103
  "name": "_presentation",
@@ -6989,8 +7107,8 @@
6989
7107
  "privacy": "private",
6990
7108
  "default": "void 0",
6991
7109
  "inheritedFrom": {
6992
- "name": "Card",
6993
- "module": "src/card/card.ts"
7110
+ "name": "Calendar",
7111
+ "module": "src/date-picker/calendar.ts"
6994
7112
  }
6995
7113
  },
6996
7114
  {
@@ -7002,8 +7120,8 @@
7002
7120
  "privacy": "public",
7003
7121
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7004
7122
  "inheritedFrom": {
7005
- "name": "Card",
7006
- "module": "src/card/card.ts"
7123
+ "name": "Calendar",
7124
+ "module": "src/date-picker/calendar.ts"
7007
7125
  }
7008
7126
  },
7009
7127
  {
@@ -7015,8 +7133,8 @@
7015
7133
  "privacy": "public",
7016
7134
  "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.",
7017
7135
  "inheritedFrom": {
7018
- "name": "Card",
7019
- "module": "src/card/card.ts"
7136
+ "name": "Calendar",
7137
+ "module": "src/date-picker/calendar.ts"
7020
7138
  }
7021
7139
  },
7022
7140
  {
@@ -7029,8 +7147,8 @@
7029
7147
  }
7030
7148
  },
7031
7149
  "inheritedFrom": {
7032
- "name": "Card",
7033
- "module": "src/card/card.ts"
7150
+ "name": "Calendar",
7151
+ "module": "src/date-picker/calendar.ts"
7034
7152
  }
7035
7153
  },
7036
7154
  {
@@ -7042,8 +7160,8 @@
7042
7160
  "privacy": "public",
7043
7161
  "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.",
7044
7162
  "inheritedFrom": {
7045
- "name": "Card",
7046
- "module": "src/card/card.ts"
7163
+ "name": "Calendar",
7164
+ "module": "src/date-picker/calendar.ts"
7047
7165
  }
7048
7166
  },
7049
7167
  {
@@ -7056,8 +7174,8 @@
7056
7174
  }
7057
7175
  },
7058
7176
  "inheritedFrom": {
7059
- "name": "Card",
7060
- "module": "src/card/card.ts"
7177
+ "name": "Calendar",
7178
+ "module": "src/date-picker/calendar.ts"
7061
7179
  }
7062
7180
  },
7063
7181
  {
@@ -7087,39 +7205,39 @@
7087
7205
  ],
7088
7206
  "description": "Defines an element registry function with a set of element definition defaults.",
7089
7207
  "inheritedFrom": {
7090
- "name": "Card",
7091
- "module": "src/card/card.ts"
7208
+ "name": "Calendar",
7209
+ "module": "src/date-picker/calendar.ts"
7092
7210
  }
7093
7211
  }
7094
7212
  ]
7095
7213
  },
7096
7214
  {
7097
7215
  "kind": "variable",
7098
- "name": "zeroCard"
7216
+ "name": "zeroCalendar"
7099
7217
  }
7100
7218
  ],
7101
7219
  "exports": [
7102
7220
  {
7103
7221
  "kind": "js",
7104
- "name": "Card",
7222
+ "name": "Calendar",
7105
7223
  "declaration": {
7106
- "name": "Card",
7107
- "module": "src/card/card.ts"
7224
+ "name": "Calendar",
7225
+ "module": "src/calendar/calendar.ts"
7108
7226
  }
7109
7227
  },
7110
7228
  {
7111
7229
  "kind": "js",
7112
- "name": "zeroCard",
7230
+ "name": "zeroCalendar",
7113
7231
  "declaration": {
7114
- "name": "zeroCard",
7115
- "module": "src/card/card.ts"
7232
+ "name": "zeroCalendar",
7233
+ "module": "src/calendar/calendar.ts"
7116
7234
  }
7117
7235
  }
7118
7236
  ]
7119
7237
  },
7120
7238
  {
7121
7239
  "kind": "javascript-module",
7122
- "path": "src/card/index.ts",
7240
+ "path": "src/calendar/index.ts",
7123
7241
  "declarations": [],
7124
7242
  "exports": [
7125
7243
  {
@@ -7127,7 +7245,7 @@
7127
7245
  "name": "*",
7128
7246
  "declaration": {
7129
7247
  "name": "*",
7130
- "package": "./card"
7248
+ "package": "./calendar"
7131
7249
  }
7132
7250
  },
7133
7251
  {
@@ -7135,7 +7253,7 @@
7135
7253
  "name": "*",
7136
7254
  "declaration": {
7137
7255
  "name": "*",
7138
- "package": "./card.styles"
7256
+ "package": "./calendar.styles"
7139
7257
  }
7140
7258
  },
7141
7259
  {
@@ -7143,14 +7261,14 @@
7143
7261
  "name": "*",
7144
7262
  "declaration": {
7145
7263
  "name": "*",
7146
- "package": "./card.template"
7264
+ "package": "./calendar.template"
7147
7265
  }
7148
7266
  }
7149
7267
  ]
7150
7268
  },
7151
7269
  {
7152
7270
  "kind": "javascript-module",
7153
- "path": "src/calendar/calendar.stories.ts",
7271
+ "path": "src/card/card.stories.ts",
7154
7272
  "declarations": [
7155
7273
  {
7156
7274
  "kind": "variable",
@@ -7158,7 +7276,7 @@
7158
7276
  "type": {
7159
7277
  "text": "Meta"
7160
7278
  },
7161
- "default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
7279
+ "default": "{\n title: 'Card',\n component: 'zero-card',\n}"
7162
7280
  },
7163
7281
  {
7164
7282
  "kind": "variable",
@@ -7166,7 +7284,7 @@
7166
7284
  "type": {
7167
7285
  "text": "StoryObj"
7168
7286
  },
7169
- "default": "{\n args: {},\n render: () => html`\n <div style=\"${wrapperStyle}\">\n <zero-calendar\n id=\"zCalendar\"\n month=\"${new Date().getMonth() + 1}\"\n year=\"${new Date().getFullYear()}\"\n month-format=\"short\"\n weekday-format=\"narrow\"\n disabled-dates=\"${new Date().getMonth() + 1}-${new Date().getDate() > 1\n ? new Date().getDate() - 1\n : new Date().getDate() + 2}-${new Date().getFullYear()}\"\n selected-dates=\"${new Date().getMonth() +\n 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n <div\n slot=\"${new Date().getMonth() + 1}-${new Date().getDate()}-${new Date().getFullYear()}\"\n >\n Test slot\n </div>\n </zero-calendar>\n </div>\n `,\n}"
7287
+ "default": "{\n args: {\n cardFillColor: '#2f353a',\n cardHeading: 'Card 1',\n cardText: 'This is a Rapid Card (and the only one with without extra fui elements!)',\n },\n render: ({ cardFillColor, cardHeading, cardText }) => html`\n <div style=\"${wrapperStyle} --zero-card-fill-color:${cardFillColor};\">\n <zero-card style=\"${cardStyle}\">\n <h6>${cardHeading}</h6>\n <span>${cardText}</span>\n </zero-card>\n </div>\n `,\n}"
7170
7288
  }
7171
7289
  ],
7172
7290
  "exports": [
@@ -7175,7 +7293,7 @@
7175
7293
  "name": "default",
7176
7294
  "declaration": {
7177
7295
  "name": "meta",
7178
- "module": "src/calendar/calendar.stories.ts"
7296
+ "module": "src/card/card.stories.ts"
7179
7297
  }
7180
7298
  },
7181
7299
  {
@@ -7183,47 +7301,22 @@
7183
7301
  "name": "Primary",
7184
7302
  "declaration": {
7185
7303
  "name": "Primary",
7186
- "module": "src/calendar/calendar.stories.ts"
7304
+ "module": "src/card/card.stories.ts"
7187
7305
  }
7188
7306
  }
7189
7307
  ]
7190
7308
  },
7191
7309
  {
7192
7310
  "kind": "javascript-module",
7193
- "path": "src/calendar/calendar.styles.ts",
7311
+ "path": "src/card/card.styles.ts",
7194
7312
  "declarations": [
7195
7313
  {
7196
7314
  "kind": "function",
7197
- "name": "zeroCalendarStyles",
7315
+ "name": "zeroCardStyles",
7198
7316
  "return": {
7199
7317
  "type": {
7200
7318
  "text": "ElementStyles"
7201
7319
  }
7202
- }
7203
- }
7204
- ],
7205
- "exports": [
7206
- {
7207
- "kind": "js",
7208
- "name": "zeroCalendarStyles",
7209
- "declaration": {
7210
- "name": "zeroCalendarStyles",
7211
- "module": "src/calendar/calendar.styles.ts"
7212
- }
7213
- }
7214
- ]
7215
- },
7216
- {
7217
- "kind": "javascript-module",
7218
- "path": "src/calendar/calendar.template.ts",
7219
- "declarations": [
7220
- {
7221
- "kind": "function",
7222
- "name": "zeroCalendarTemplate",
7223
- "return": {
7224
- "type": {
7225
- "text": "ViewTemplate<Calendar>"
7226
- }
7227
7320
  },
7228
7321
  "parameters": [
7229
7322
  {
@@ -7244,161 +7337,68 @@
7244
7337
  "exports": [
7245
7338
  {
7246
7339
  "kind": "js",
7247
- "name": "zeroCalendarTemplate",
7340
+ "name": "zeroCardStyles",
7248
7341
  "declaration": {
7249
- "name": "zeroCalendarTemplate",
7250
- "module": "src/calendar/calendar.template.ts"
7342
+ "name": "zeroCardStyles",
7343
+ "module": "src/card/card.styles.ts"
7251
7344
  }
7252
7345
  }
7253
7346
  ]
7254
7347
  },
7255
7348
  {
7256
7349
  "kind": "javascript-module",
7257
- "path": "src/calendar/calendar.ts",
7350
+ "path": "src/card/card.template.ts",
7258
7351
  "declarations": [
7259
7352
  {
7260
- "kind": "class",
7261
- "description": "",
7262
- "name": "Calendar",
7263
- "superclass": {
7264
- "name": "FoundationCalendar",
7265
- "package": "@genesislcap/foundation-ui"
7353
+ "kind": "function",
7354
+ "name": "zeroCardTemplate",
7355
+ "return": {
7356
+ "type": {
7357
+ "text": "ViewTemplate<Card>"
7358
+ }
7266
7359
  },
7267
- "tagName": "%%prefix%%-calendar",
7268
- "customElement": true,
7269
- "members": [
7270
- {
7271
- "kind": "field",
7272
- "name": "today",
7273
- "type": {
7274
- "text": "any"
7275
- },
7276
- "default": "new Day(null, lang)",
7277
- "inheritedFrom": {
7278
- "name": "Calendar",
7279
- "module": "src/date-picker/calendar.ts"
7280
- }
7281
- },
7282
- {
7283
- "kind": "field",
7284
- "name": "year",
7285
- "type": {
7286
- "text": "number"
7287
- },
7288
- "inheritedFrom": {
7289
- "name": "Calendar",
7290
- "module": "src/date-picker/calendar.ts"
7291
- }
7292
- },
7293
- {
7294
- "kind": "field",
7295
- "name": "month",
7296
- "type": {
7297
- "text": "any"
7298
- },
7299
- "default": "new Month(new Date(this.year, (monthNumber || this.today.monthNumber) - 1), lang)",
7300
- "inheritedFrom": {
7301
- "name": "Calendar",
7302
- "module": "src/date-picker/calendar.ts"
7303
- }
7304
- },
7305
- {
7306
- "kind": "field",
7307
- "name": "lang",
7308
- "type": {
7309
- "text": "string"
7310
- },
7311
- "default": "lang",
7312
- "inheritedFrom": {
7313
- "name": "Calendar",
7314
- "module": "src/date-picker/calendar.ts"
7315
- }
7316
- },
7317
- {
7318
- "kind": "field",
7319
- "name": "weekDays",
7320
- "inheritedFrom": {
7321
- "name": "Calendar",
7322
- "module": "src/date-picker/calendar.ts"
7323
- }
7324
- },
7325
- {
7326
- "kind": "method",
7327
- "name": "getMonth",
7328
- "parameters": [
7329
- {
7330
- "name": "monthNumber"
7331
- }
7332
- ],
7333
- "inheritedFrom": {
7334
- "name": "Calendar",
7335
- "module": "src/date-picker/calendar.ts"
7336
- }
7337
- },
7338
- {
7339
- "kind": "method",
7340
- "name": "getPreviousMonth",
7341
- "inheritedFrom": {
7342
- "name": "Calendar",
7343
- "module": "src/date-picker/calendar.ts"
7344
- }
7345
- },
7346
- {
7347
- "kind": "method",
7348
- "name": "getNextMonth",
7349
- "inheritedFrom": {
7350
- "name": "Calendar",
7351
- "module": "src/date-picker/calendar.ts"
7352
- }
7353
- },
7354
- {
7355
- "kind": "method",
7356
- "name": "goToDate",
7357
- "parameters": [
7358
- {
7359
- "name": "monthNumber"
7360
- },
7361
- {
7362
- "name": "year"
7363
- }
7364
- ],
7365
- "inheritedFrom": {
7366
- "name": "Calendar",
7367
- "module": "src/date-picker/calendar.ts"
7368
- }
7369
- },
7370
- {
7371
- "kind": "method",
7372
- "name": "goToNextYear",
7373
- "inheritedFrom": {
7374
- "name": "Calendar",
7375
- "module": "src/date-picker/calendar.ts"
7376
- }
7377
- },
7378
- {
7379
- "kind": "method",
7380
- "name": "goToPreviousYear",
7381
- "inheritedFrom": {
7382
- "name": "Calendar",
7383
- "module": "src/date-picker/calendar.ts"
7384
- }
7385
- },
7386
- {
7387
- "kind": "method",
7388
- "name": "goToNextMonth",
7389
- "inheritedFrom": {
7390
- "name": "Calendar",
7391
- "module": "src/date-picker/calendar.ts"
7360
+ "parameters": [
7361
+ {
7362
+ "name": "context",
7363
+ "type": {
7364
+ "text": "ElementDefinitionContext"
7392
7365
  }
7393
7366
  },
7394
7367
  {
7395
- "kind": "method",
7396
- "name": "goToPreviousMonth",
7397
- "inheritedFrom": {
7398
- "name": "Calendar",
7399
- "module": "src/date-picker/calendar.ts"
7368
+ "name": "definition",
7369
+ "type": {
7370
+ "text": "FoundationElementDefinition"
7400
7371
  }
7401
- },
7372
+ }
7373
+ ]
7374
+ }
7375
+ ],
7376
+ "exports": [
7377
+ {
7378
+ "kind": "js",
7379
+ "name": "zeroCardTemplate",
7380
+ "declaration": {
7381
+ "name": "zeroCardTemplate",
7382
+ "module": "src/card/card.template.ts"
7383
+ }
7384
+ }
7385
+ ]
7386
+ },
7387
+ {
7388
+ "kind": "javascript-module",
7389
+ "path": "src/card/card.ts",
7390
+ "declarations": [
7391
+ {
7392
+ "kind": "class",
7393
+ "description": "",
7394
+ "name": "Card",
7395
+ "superclass": {
7396
+ "name": "FoundationCard",
7397
+ "package": "@genesislcap/foundation-ui"
7398
+ },
7399
+ "tagName": "%%prefix%%-card",
7400
+ "customElement": true,
7401
+ "members": [
7402
7402
  {
7403
7403
  "kind": "field",
7404
7404
  "name": "_presentation",
@@ -7408,8 +7408,8 @@
7408
7408
  "privacy": "private",
7409
7409
  "default": "void 0",
7410
7410
  "inheritedFrom": {
7411
- "name": "Calendar",
7412
- "module": "src/date-picker/calendar.ts"
7411
+ "name": "Card",
7412
+ "module": "src/card/card.ts"
7413
7413
  }
7414
7414
  },
7415
7415
  {
@@ -7421,8 +7421,8 @@
7421
7421
  "privacy": "public",
7422
7422
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7423
7423
  "inheritedFrom": {
7424
- "name": "Calendar",
7425
- "module": "src/date-picker/calendar.ts"
7424
+ "name": "Card",
7425
+ "module": "src/card/card.ts"
7426
7426
  }
7427
7427
  },
7428
7428
  {
@@ -7434,8 +7434,8 @@
7434
7434
  "privacy": "public",
7435
7435
  "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.",
7436
7436
  "inheritedFrom": {
7437
- "name": "Calendar",
7438
- "module": "src/date-picker/calendar.ts"
7437
+ "name": "Card",
7438
+ "module": "src/card/card.ts"
7439
7439
  }
7440
7440
  },
7441
7441
  {
@@ -7448,8 +7448,8 @@
7448
7448
  }
7449
7449
  },
7450
7450
  "inheritedFrom": {
7451
- "name": "Calendar",
7452
- "module": "src/date-picker/calendar.ts"
7451
+ "name": "Card",
7452
+ "module": "src/card/card.ts"
7453
7453
  }
7454
7454
  },
7455
7455
  {
@@ -7461,8 +7461,8 @@
7461
7461
  "privacy": "public",
7462
7462
  "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.",
7463
7463
  "inheritedFrom": {
7464
- "name": "Calendar",
7465
- "module": "src/date-picker/calendar.ts"
7464
+ "name": "Card",
7465
+ "module": "src/card/card.ts"
7466
7466
  }
7467
7467
  },
7468
7468
  {
@@ -7475,8 +7475,8 @@
7475
7475
  }
7476
7476
  },
7477
7477
  "inheritedFrom": {
7478
- "name": "Calendar",
7479
- "module": "src/date-picker/calendar.ts"
7478
+ "name": "Card",
7479
+ "module": "src/card/card.ts"
7480
7480
  }
7481
7481
  },
7482
7482
  {
@@ -7506,39 +7506,39 @@
7506
7506
  ],
7507
7507
  "description": "Defines an element registry function with a set of element definition defaults.",
7508
7508
  "inheritedFrom": {
7509
- "name": "Calendar",
7510
- "module": "src/date-picker/calendar.ts"
7509
+ "name": "Card",
7510
+ "module": "src/card/card.ts"
7511
7511
  }
7512
7512
  }
7513
7513
  ]
7514
7514
  },
7515
7515
  {
7516
7516
  "kind": "variable",
7517
- "name": "zeroCalendar"
7517
+ "name": "zeroCard"
7518
7518
  }
7519
7519
  ],
7520
7520
  "exports": [
7521
7521
  {
7522
7522
  "kind": "js",
7523
- "name": "Calendar",
7523
+ "name": "Card",
7524
7524
  "declaration": {
7525
- "name": "Calendar",
7526
- "module": "src/calendar/calendar.ts"
7525
+ "name": "Card",
7526
+ "module": "src/card/card.ts"
7527
7527
  }
7528
7528
  },
7529
7529
  {
7530
7530
  "kind": "js",
7531
- "name": "zeroCalendar",
7531
+ "name": "zeroCard",
7532
7532
  "declaration": {
7533
- "name": "zeroCalendar",
7534
- "module": "src/calendar/calendar.ts"
7533
+ "name": "zeroCard",
7534
+ "module": "src/card/card.ts"
7535
7535
  }
7536
7536
  }
7537
7537
  ]
7538
7538
  },
7539
7539
  {
7540
7540
  "kind": "javascript-module",
7541
- "path": "src/calendar/index.ts",
7541
+ "path": "src/card/index.ts",
7542
7542
  "declarations": [],
7543
7543
  "exports": [
7544
7544
  {
@@ -7546,7 +7546,7 @@
7546
7546
  "name": "*",
7547
7547
  "declaration": {
7548
7548
  "name": "*",
7549
- "package": "./calendar"
7549
+ "package": "./card"
7550
7550
  }
7551
7551
  },
7552
7552
  {
@@ -7554,7 +7554,7 @@
7554
7554
  "name": "*",
7555
7555
  "declaration": {
7556
7556
  "name": "*",
7557
- "package": "./calendar.styles"
7557
+ "package": "./card.styles"
7558
7558
  }
7559
7559
  },
7560
7560
  {
@@ -7562,7 +7562,7 @@
7562
7562
  "name": "*",
7563
7563
  "declaration": {
7564
7564
  "name": "*",
7565
- "package": "./calendar.template"
7565
+ "package": "./card.template"
7566
7566
  }
7567
7567
  }
7568
7568
  ]
@@ -35750,87 +35750,6 @@
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
- },
35834
35753
  {
35835
35754
  "kind": "javascript-module",
35836
35755
  "path": "src/url-input/index.ts",
@@ -36554,6 +36473,87 @@
36554
36473
  }
36555
36474
  ]
36556
36475
  },
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",
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.146.1",
4
+ "version": "14.147.0",
5
5
  "sideEffects": false,
6
6
  "license": "SEE LICENSE IN license.txt",
7
7
  "main": "dist/esm/index.js",
@@ -67,7 +67,12 @@
67
67
  },
68
68
  "devDependencies": {
69
69
  "@genesiscommunitysuccess/analyzer-import-alias-plugin": "^4.0.0",
70
- "@genesislcap/genx": "14.146.1",
70
+ "@genesislcap/genx": "14.147.0",
71
+ "@genesislcap/rollup-builder": "14.147.0",
72
+ "@genesislcap/ts-builder": "14.147.0",
73
+ "@genesislcap/uvu-playwright-builder": "14.147.0",
74
+ "@genesislcap/vite-builder": "14.147.0",
75
+ "@genesislcap/webpack-builder": "14.147.0",
71
76
  "@storybook/addon-coverage": "^1.0.0",
72
77
  "@storybook/addon-essentials": "^7.6.7",
73
78
  "@storybook/addon-links": "^7.6.7",
@@ -84,10 +89,10 @@
84
89
  "storybook": "^7.6.7"
85
90
  },
86
91
  "dependencies": {
87
- "@genesislcap/foundation-comms": "14.146.1",
88
- "@genesislcap/foundation-logger": "14.146.1",
89
- "@genesislcap/foundation-ui": "14.146.1",
90
- "@genesislcap/foundation-utils": "14.146.1",
92
+ "@genesislcap/foundation-comms": "14.147.0",
93
+ "@genesislcap/foundation-logger": "14.147.0",
94
+ "@genesislcap/foundation-ui": "14.147.0",
95
+ "@genesislcap/foundation-utils": "14.147.0",
91
96
  "@microsoft/fast-colors": "^5.3.1",
92
97
  "@microsoft/fast-components": "^2.30.6",
93
98
  "@microsoft/fast-element": "^1.12.0",
@@ -104,5 +109,5 @@
104
109
  "access": "public"
105
110
  },
106
111
  "customElements": "dist/custom-elements.json",
107
- "gitHead": "9b5c011341bdf33e644021b7ad5839079400b510"
112
+ "gitHead": "b0d8376acf8f71736cfcedb43fba7311e5d77331"
108
113
  }