@genesislcap/foundation-zero 14.146.1-alpha-0d80785.0 → 14.146.1

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.
@@ -816,6 +816,37 @@
816
816
  }
817
817
  ]
818
818
  },
819
+ {
820
+ "kind": "javascript-module",
821
+ "path": "src/_config/index.ts",
822
+ "declarations": [],
823
+ "exports": [
824
+ {
825
+ "kind": "js",
826
+ "name": "*",
827
+ "declaration": {
828
+ "name": "*",
829
+ "package": "./styles"
830
+ }
831
+ },
832
+ {
833
+ "kind": "js",
834
+ "name": "*",
835
+ "declaration": {
836
+ "name": "*",
837
+ "package": "./tokens"
838
+ }
839
+ },
840
+ {
841
+ "kind": "js",
842
+ "name": "*",
843
+ "declaration": {
844
+ "name": "*",
845
+ "package": "./values"
846
+ }
847
+ }
848
+ ]
849
+ },
819
850
  {
820
851
  "kind": "javascript-module",
821
852
  "path": "src/accordion/accordion.stories.ts",
@@ -1364,37 +1395,6 @@
1364
1395
  }
1365
1396
  ]
1366
1397
  },
1367
- {
1368
- "kind": "javascript-module",
1369
- "path": "src/_config/index.ts",
1370
- "declarations": [],
1371
- "exports": [
1372
- {
1373
- "kind": "js",
1374
- "name": "*",
1375
- "declaration": {
1376
- "name": "*",
1377
- "package": "./styles"
1378
- }
1379
- },
1380
- {
1381
- "kind": "js",
1382
- "name": "*",
1383
- "declaration": {
1384
- "name": "*",
1385
- "package": "./tokens"
1386
- }
1387
- },
1388
- {
1389
- "kind": "js",
1390
- "name": "*",
1391
- "declaration": {
1392
- "name": "*",
1393
- "package": "./values"
1394
- }
1395
- }
1396
- ]
1397
- },
1398
1398
  {
1399
1399
  "kind": "javascript-module",
1400
1400
  "path": "src/actions-menu/actions-menu.stories.ts",
@@ -6849,7 +6849,7 @@
6849
6849
  },
6850
6850
  {
6851
6851
  "kind": "javascript-module",
6852
- "path": "src/calendar/calendar.stories.ts",
6852
+ "path": "src/card/card.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: 'Calendar',\n component: 'zero-calendar',\n}"
6860
+ "default": "{\n title: 'Card',\n component: 'zero-card',\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 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}"
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}"
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/calendar/calendar.stories.ts"
6877
+ "module": "src/card/card.stories.ts"
6878
6878
  }
6879
6879
  },
6880
6880
  {
@@ -6882,46 +6882,60 @@
6882
6882
  "name": "Primary",
6883
6883
  "declaration": {
6884
6884
  "name": "Primary",
6885
- "module": "src/calendar/calendar.stories.ts"
6885
+ "module": "src/card/card.stories.ts"
6886
6886
  }
6887
6887
  }
6888
6888
  ]
6889
6889
  },
6890
6890
  {
6891
6891
  "kind": "javascript-module",
6892
- "path": "src/calendar/calendar.styles.ts",
6892
+ "path": "src/card/card.styles.ts",
6893
6893
  "declarations": [
6894
6894
  {
6895
6895
  "kind": "function",
6896
- "name": "zeroCalendarStyles",
6896
+ "name": "zeroCardStyles",
6897
6897
  "return": {
6898
6898
  "type": {
6899
6899
  "text": "ElementStyles"
6900
6900
  }
6901
- }
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
+ ]
6902
6916
  }
6903
6917
  ],
6904
6918
  "exports": [
6905
6919
  {
6906
6920
  "kind": "js",
6907
- "name": "zeroCalendarStyles",
6921
+ "name": "zeroCardStyles",
6908
6922
  "declaration": {
6909
- "name": "zeroCalendarStyles",
6910
- "module": "src/calendar/calendar.styles.ts"
6923
+ "name": "zeroCardStyles",
6924
+ "module": "src/card/card.styles.ts"
6911
6925
  }
6912
6926
  }
6913
6927
  ]
6914
6928
  },
6915
6929
  {
6916
6930
  "kind": "javascript-module",
6917
- "path": "src/calendar/calendar.template.ts",
6931
+ "path": "src/card/card.template.ts",
6918
6932
  "declarations": [
6919
6933
  {
6920
6934
  "kind": "function",
6921
- "name": "zeroCalendarTemplate",
6935
+ "name": "zeroCardTemplate",
6922
6936
  "return": {
6923
6937
  "type": {
6924
- "text": "ViewTemplate<Calendar>"
6938
+ "text": "ViewTemplate<Card>"
6925
6939
  }
6926
6940
  },
6927
6941
  "parameters": [
@@ -6943,161 +6957,29 @@
6943
6957
  "exports": [
6944
6958
  {
6945
6959
  "kind": "js",
6946
- "name": "zeroCalendarTemplate",
6960
+ "name": "zeroCardTemplate",
6947
6961
  "declaration": {
6948
- "name": "zeroCalendarTemplate",
6949
- "module": "src/calendar/calendar.template.ts"
6962
+ "name": "zeroCardTemplate",
6963
+ "module": "src/card/card.template.ts"
6950
6964
  }
6951
6965
  }
6952
6966
  ]
6953
6967
  },
6954
6968
  {
6955
6969
  "kind": "javascript-module",
6956
- "path": "src/calendar/calendar.ts",
6970
+ "path": "src/card/card.ts",
6957
6971
  "declarations": [
6958
6972
  {
6959
6973
  "kind": "class",
6960
6974
  "description": "",
6961
- "name": "Calendar",
6975
+ "name": "Card",
6962
6976
  "superclass": {
6963
- "name": "FoundationCalendar",
6977
+ "name": "FoundationCard",
6964
6978
  "package": "@genesislcap/foundation-ui"
6965
6979
  },
6966
- "tagName": "%%prefix%%-calendar",
6980
+ "tagName": "%%prefix%%-card",
6967
6981
  "customElement": true,
6968
6982
  "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
- },
7101
6983
  {
7102
6984
  "kind": "field",
7103
6985
  "name": "_presentation",
@@ -7107,8 +6989,8 @@
7107
6989
  "privacy": "private",
7108
6990
  "default": "void 0",
7109
6991
  "inheritedFrom": {
7110
- "name": "Calendar",
7111
- "module": "src/date-picker/calendar.ts"
6992
+ "name": "Card",
6993
+ "module": "src/card/card.ts"
7112
6994
  }
7113
6995
  },
7114
6996
  {
@@ -7120,8 +7002,8 @@
7120
7002
  "privacy": "public",
7121
7003
  "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
7122
7004
  "inheritedFrom": {
7123
- "name": "Calendar",
7124
- "module": "src/date-picker/calendar.ts"
7005
+ "name": "Card",
7006
+ "module": "src/card/card.ts"
7125
7007
  }
7126
7008
  },
7127
7009
  {
@@ -7133,8 +7015,8 @@
7133
7015
  "privacy": "public",
7134
7016
  "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.",
7135
7017
  "inheritedFrom": {
7136
- "name": "Calendar",
7137
- "module": "src/date-picker/calendar.ts"
7018
+ "name": "Card",
7019
+ "module": "src/card/card.ts"
7138
7020
  }
7139
7021
  },
7140
7022
  {
@@ -7147,8 +7029,8 @@
7147
7029
  }
7148
7030
  },
7149
7031
  "inheritedFrom": {
7150
- "name": "Calendar",
7151
- "module": "src/date-picker/calendar.ts"
7032
+ "name": "Card",
7033
+ "module": "src/card/card.ts"
7152
7034
  }
7153
7035
  },
7154
7036
  {
@@ -7160,8 +7042,8 @@
7160
7042
  "privacy": "public",
7161
7043
  "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.",
7162
7044
  "inheritedFrom": {
7163
- "name": "Calendar",
7164
- "module": "src/date-picker/calendar.ts"
7045
+ "name": "Card",
7046
+ "module": "src/card/card.ts"
7165
7047
  }
7166
7048
  },
7167
7049
  {
@@ -7174,8 +7056,8 @@
7174
7056
  }
7175
7057
  },
7176
7058
  "inheritedFrom": {
7177
- "name": "Calendar",
7178
- "module": "src/date-picker/calendar.ts"
7059
+ "name": "Card",
7060
+ "module": "src/card/card.ts"
7179
7061
  }
7180
7062
  },
7181
7063
  {
@@ -7205,39 +7087,39 @@
7205
7087
  ],
7206
7088
  "description": "Defines an element registry function with a set of element definition defaults.",
7207
7089
  "inheritedFrom": {
7208
- "name": "Calendar",
7209
- "module": "src/date-picker/calendar.ts"
7090
+ "name": "Card",
7091
+ "module": "src/card/card.ts"
7210
7092
  }
7211
7093
  }
7212
7094
  ]
7213
7095
  },
7214
7096
  {
7215
7097
  "kind": "variable",
7216
- "name": "zeroCalendar"
7098
+ "name": "zeroCard"
7217
7099
  }
7218
7100
  ],
7219
7101
  "exports": [
7220
7102
  {
7221
7103
  "kind": "js",
7222
- "name": "Calendar",
7104
+ "name": "Card",
7223
7105
  "declaration": {
7224
- "name": "Calendar",
7225
- "module": "src/calendar/calendar.ts"
7106
+ "name": "Card",
7107
+ "module": "src/card/card.ts"
7226
7108
  }
7227
7109
  },
7228
7110
  {
7229
7111
  "kind": "js",
7230
- "name": "zeroCalendar",
7112
+ "name": "zeroCard",
7231
7113
  "declaration": {
7232
- "name": "zeroCalendar",
7233
- "module": "src/calendar/calendar.ts"
7114
+ "name": "zeroCard",
7115
+ "module": "src/card/card.ts"
7234
7116
  }
7235
7117
  }
7236
7118
  ]
7237
7119
  },
7238
7120
  {
7239
7121
  "kind": "javascript-module",
7240
- "path": "src/calendar/index.ts",
7122
+ "path": "src/card/index.ts",
7241
7123
  "declarations": [],
7242
7124
  "exports": [
7243
7125
  {
@@ -7245,7 +7127,7 @@
7245
7127
  "name": "*",
7246
7128
  "declaration": {
7247
7129
  "name": "*",
7248
- "package": "./calendar"
7130
+ "package": "./card"
7249
7131
  }
7250
7132
  },
7251
7133
  {
@@ -7253,7 +7135,7 @@
7253
7135
  "name": "*",
7254
7136
  "declaration": {
7255
7137
  "name": "*",
7256
- "package": "./calendar.styles"
7138
+ "package": "./card.styles"
7257
7139
  }
7258
7140
  },
7259
7141
  {
@@ -7261,14 +7143,14 @@
7261
7143
  "name": "*",
7262
7144
  "declaration": {
7263
7145
  "name": "*",
7264
- "package": "./calendar.template"
7146
+ "package": "./card.template"
7265
7147
  }
7266
7148
  }
7267
7149
  ]
7268
7150
  },
7269
7151
  {
7270
7152
  "kind": "javascript-module",
7271
- "path": "src/card/card.stories.ts",
7153
+ "path": "src/calendar/calendar.stories.ts",
7272
7154
  "declarations": [
7273
7155
  {
7274
7156
  "kind": "variable",
@@ -7276,7 +7158,7 @@
7276
7158
  "type": {
7277
7159
  "text": "Meta"
7278
7160
  },
7279
- "default": "{\n title: 'Card',\n component: 'zero-card',\n}"
7161
+ "default": "{\n title: 'Calendar',\n component: 'zero-calendar',\n}"
7280
7162
  },
7281
7163
  {
7282
7164
  "kind": "variable",
@@ -7284,7 +7166,7 @@
7284
7166
  "type": {
7285
7167
  "text": "StoryObj"
7286
7168
  },
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}"
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}"
7288
7170
  }
7289
7171
  ],
7290
7172
  "exports": [
@@ -7293,7 +7175,7 @@
7293
7175
  "name": "default",
7294
7176
  "declaration": {
7295
7177
  "name": "meta",
7296
- "module": "src/card/card.stories.ts"
7178
+ "module": "src/calendar/calendar.stories.ts"
7297
7179
  }
7298
7180
  },
7299
7181
  {
@@ -7301,60 +7183,46 @@
7301
7183
  "name": "Primary",
7302
7184
  "declaration": {
7303
7185
  "name": "Primary",
7304
- "module": "src/card/card.stories.ts"
7186
+ "module": "src/calendar/calendar.stories.ts"
7305
7187
  }
7306
7188
  }
7307
7189
  ]
7308
7190
  },
7309
7191
  {
7310
7192
  "kind": "javascript-module",
7311
- "path": "src/card/card.styles.ts",
7193
+ "path": "src/calendar/calendar.styles.ts",
7312
7194
  "declarations": [
7313
7195
  {
7314
7196
  "kind": "function",
7315
- "name": "zeroCardStyles",
7197
+ "name": "zeroCalendarStyles",
7316
7198
  "return": {
7317
7199
  "type": {
7318
7200
  "text": "ElementStyles"
7319
7201
  }
7320
- },
7321
- "parameters": [
7322
- {
7323
- "name": "context",
7324
- "type": {
7325
- "text": "ElementDefinitionContext"
7326
- }
7327
- },
7328
- {
7329
- "name": "definition",
7330
- "type": {
7331
- "text": "FoundationElementDefinition"
7332
- }
7333
- }
7334
- ]
7202
+ }
7335
7203
  }
7336
7204
  ],
7337
7205
  "exports": [
7338
7206
  {
7339
7207
  "kind": "js",
7340
- "name": "zeroCardStyles",
7208
+ "name": "zeroCalendarStyles",
7341
7209
  "declaration": {
7342
- "name": "zeroCardStyles",
7343
- "module": "src/card/card.styles.ts"
7210
+ "name": "zeroCalendarStyles",
7211
+ "module": "src/calendar/calendar.styles.ts"
7344
7212
  }
7345
7213
  }
7346
7214
  ]
7347
7215
  },
7348
7216
  {
7349
7217
  "kind": "javascript-module",
7350
- "path": "src/card/card.template.ts",
7218
+ "path": "src/calendar/calendar.template.ts",
7351
7219
  "declarations": [
7352
7220
  {
7353
7221
  "kind": "function",
7354
- "name": "zeroCardTemplate",
7222
+ "name": "zeroCalendarTemplate",
7355
7223
  "return": {
7356
7224
  "type": {
7357
- "text": "ViewTemplate<Card>"
7225
+ "text": "ViewTemplate<Calendar>"
7358
7226
  }
7359
7227
  },
7360
7228
  "parameters": [
@@ -7376,29 +7244,161 @@
7376
7244
  "exports": [
7377
7245
  {
7378
7246
  "kind": "js",
7379
- "name": "zeroCardTemplate",
7247
+ "name": "zeroCalendarTemplate",
7380
7248
  "declaration": {
7381
- "name": "zeroCardTemplate",
7382
- "module": "src/card/card.template.ts"
7249
+ "name": "zeroCalendarTemplate",
7250
+ "module": "src/calendar/calendar.template.ts"
7383
7251
  }
7384
7252
  }
7385
7253
  ]
7386
7254
  },
7387
7255
  {
7388
7256
  "kind": "javascript-module",
7389
- "path": "src/card/card.ts",
7257
+ "path": "src/calendar/calendar.ts",
7390
7258
  "declarations": [
7391
7259
  {
7392
7260
  "kind": "class",
7393
7261
  "description": "",
7394
- "name": "Card",
7262
+ "name": "Calendar",
7395
7263
  "superclass": {
7396
- "name": "FoundationCard",
7264
+ "name": "FoundationCalendar",
7397
7265
  "package": "@genesislcap/foundation-ui"
7398
7266
  },
7399
- "tagName": "%%prefix%%-card",
7267
+ "tagName": "%%prefix%%-calendar",
7400
7268
  "customElement": true,
7401
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"
7392
+ }
7393
+ },
7394
+ {
7395
+ "kind": "method",
7396
+ "name": "goToPreviousMonth",
7397
+ "inheritedFrom": {
7398
+ "name": "Calendar",
7399
+ "module": "src/date-picker/calendar.ts"
7400
+ }
7401
+ },
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": "Card",
7412
- "module": "src/card/card.ts"
7411
+ "name": "Calendar",
7412
+ "module": "src/date-picker/calendar.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": "Card",
7425
- "module": "src/card/card.ts"
7424
+ "name": "Calendar",
7425
+ "module": "src/date-picker/calendar.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": "Card",
7438
- "module": "src/card/card.ts"
7437
+ "name": "Calendar",
7438
+ "module": "src/date-picker/calendar.ts"
7439
7439
  }
7440
7440
  },
7441
7441
  {
@@ -7448,8 +7448,8 @@
7448
7448
  }
7449
7449
  },
7450
7450
  "inheritedFrom": {
7451
- "name": "Card",
7452
- "module": "src/card/card.ts"
7451
+ "name": "Calendar",
7452
+ "module": "src/date-picker/calendar.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": "Card",
7465
- "module": "src/card/card.ts"
7464
+ "name": "Calendar",
7465
+ "module": "src/date-picker/calendar.ts"
7466
7466
  }
7467
7467
  },
7468
7468
  {
@@ -7475,8 +7475,8 @@
7475
7475
  }
7476
7476
  },
7477
7477
  "inheritedFrom": {
7478
- "name": "Card",
7479
- "module": "src/card/card.ts"
7478
+ "name": "Calendar",
7479
+ "module": "src/date-picker/calendar.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": "Card",
7510
- "module": "src/card/card.ts"
7509
+ "name": "Calendar",
7510
+ "module": "src/date-picker/calendar.ts"
7511
7511
  }
7512
7512
  }
7513
7513
  ]
7514
7514
  },
7515
7515
  {
7516
7516
  "kind": "variable",
7517
- "name": "zeroCard"
7517
+ "name": "zeroCalendar"
7518
7518
  }
7519
7519
  ],
7520
7520
  "exports": [
7521
7521
  {
7522
7522
  "kind": "js",
7523
- "name": "Card",
7523
+ "name": "Calendar",
7524
7524
  "declaration": {
7525
- "name": "Card",
7526
- "module": "src/card/card.ts"
7525
+ "name": "Calendar",
7526
+ "module": "src/calendar/calendar.ts"
7527
7527
  }
7528
7528
  },
7529
7529
  {
7530
7530
  "kind": "js",
7531
- "name": "zeroCard",
7531
+ "name": "zeroCalendar",
7532
7532
  "declaration": {
7533
- "name": "zeroCard",
7534
- "module": "src/card/card.ts"
7533
+ "name": "zeroCalendar",
7534
+ "module": "src/calendar/calendar.ts"
7535
7535
  }
7536
7536
  }
7537
7537
  ]
7538
7538
  },
7539
7539
  {
7540
7540
  "kind": "javascript-module",
7541
- "path": "src/card/index.ts",
7541
+ "path": "src/calendar/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": "./card"
7549
+ "package": "./calendar"
7550
7550
  }
7551
7551
  },
7552
7552
  {
@@ -7554,7 +7554,7 @@
7554
7554
  "name": "*",
7555
7555
  "declaration": {
7556
7556
  "name": "*",
7557
- "package": "./card.styles"
7557
+ "package": "./calendar.styles"
7558
7558
  }
7559
7559
  },
7560
7560
  {
@@ -7562,7 +7562,7 @@
7562
7562
  "name": "*",
7563
7563
  "declaration": {
7564
7564
  "name": "*",
7565
- "package": "./card.template"
7565
+ "package": "./calendar.template"
7566
7566
  }
7567
7567
  }
7568
7568
  ]
@@ -29919,220 +29919,6 @@
29919
29919
  }
29920
29920
  ]
29921
29921
  },
29922
- {
29923
- "kind": "javascript-module",
29924
- "path": "src/stepper-tab-panel/index.ts",
29925
- "declarations": [],
29926
- "exports": [
29927
- {
29928
- "kind": "js",
29929
- "name": "*",
29930
- "declaration": {
29931
- "name": "*",
29932
- "package": "./stepper-tab-panel"
29933
- }
29934
- },
29935
- {
29936
- "kind": "js",
29937
- "name": "*",
29938
- "declaration": {
29939
- "name": "*",
29940
- "package": "./stepper-tab-panel.template"
29941
- }
29942
- }
29943
- ]
29944
- },
29945
- {
29946
- "kind": "javascript-module",
29947
- "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
29948
- "declarations": [
29949
- {
29950
- "kind": "function",
29951
- "name": "zeroStepperTabPanelTemplate",
29952
- "return": {
29953
- "type": {
29954
- "text": "ViewTemplate<StepperTabPanel>"
29955
- }
29956
- },
29957
- "parameters": [
29958
- {
29959
- "name": "context",
29960
- "type": {
29961
- "text": "ElementDefinitionContext"
29962
- }
29963
- },
29964
- {
29965
- "name": "definition",
29966
- "type": {
29967
- "text": "FoundationElementDefinition"
29968
- }
29969
- }
29970
- ]
29971
- }
29972
- ],
29973
- "exports": [
29974
- {
29975
- "kind": "js",
29976
- "name": "zeroStepperTabPanelTemplate",
29977
- "declaration": {
29978
- "name": "zeroStepperTabPanelTemplate",
29979
- "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
29980
- }
29981
- }
29982
- ]
29983
- },
29984
- {
29985
- "kind": "javascript-module",
29986
- "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
29987
- "declarations": [
29988
- {
29989
- "kind": "class",
29990
- "description": "",
29991
- "name": "StepperTabPanel",
29992
- "superclass": {
29993
- "name": "FoundationStepperTabPanel",
29994
- "package": "@genesislcap/foundation-ui"
29995
- },
29996
- "tagName": "%%prefix%%-stepper-tab-panel",
29997
- "customElement": true,
29998
- "members": [
29999
- {
30000
- "kind": "field",
30001
- "name": "_presentation",
30002
- "type": {
30003
- "text": "ComponentPresentation | null | undefined"
30004
- },
30005
- "privacy": "private",
30006
- "default": "void 0",
30007
- "inheritedFrom": {
30008
- "name": "FoundationElement",
30009
- "module": "src/foundation-element/foundation-element.ts"
30010
- }
30011
- },
30012
- {
30013
- "kind": "field",
30014
- "name": "$presentation",
30015
- "type": {
30016
- "text": "ComponentPresentation | null"
30017
- },
30018
- "privacy": "public",
30019
- "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
30020
- "inheritedFrom": {
30021
- "name": "FoundationElement",
30022
- "module": "src/foundation-element/foundation-element.ts"
30023
- }
30024
- },
30025
- {
30026
- "kind": "field",
30027
- "name": "template",
30028
- "type": {
30029
- "text": "ElementViewTemplate | void | null"
30030
- },
30031
- "privacy": "public",
30032
- "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.",
30033
- "inheritedFrom": {
30034
- "name": "FoundationElement",
30035
- "module": "src/foundation-element/foundation-element.ts"
30036
- }
30037
- },
30038
- {
30039
- "kind": "method",
30040
- "name": "templateChanged",
30041
- "privacy": "protected",
30042
- "return": {
30043
- "type": {
30044
- "text": "void"
30045
- }
30046
- },
30047
- "inheritedFrom": {
30048
- "name": "FoundationElement",
30049
- "module": "src/foundation-element/foundation-element.ts"
30050
- }
30051
- },
30052
- {
30053
- "kind": "field",
30054
- "name": "styles",
30055
- "type": {
30056
- "text": "ElementStyles | void | null"
30057
- },
30058
- "privacy": "public",
30059
- "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.",
30060
- "inheritedFrom": {
30061
- "name": "FoundationElement",
30062
- "module": "src/foundation-element/foundation-element.ts"
30063
- }
30064
- },
30065
- {
30066
- "kind": "method",
30067
- "name": "stylesChanged",
30068
- "privacy": "protected",
30069
- "return": {
30070
- "type": {
30071
- "text": "void"
30072
- }
30073
- },
30074
- "inheritedFrom": {
30075
- "name": "FoundationElement",
30076
- "module": "src/foundation-element/foundation-element.ts"
30077
- }
30078
- },
30079
- {
30080
- "kind": "method",
30081
- "name": "compose",
30082
- "privacy": "public",
30083
- "static": true,
30084
- "return": {
30085
- "type": {
30086
- "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
30087
- }
30088
- },
30089
- "parameters": [
30090
- {
30091
- "name": "this",
30092
- "type": {
30093
- "text": "K"
30094
- }
30095
- },
30096
- {
30097
- "name": "elementDefinition",
30098
- "type": {
30099
- "text": "T"
30100
- },
30101
- "description": "The definition of the element to create the registry\nfunction for."
30102
- }
30103
- ],
30104
- "description": "Defines an element registry function with a set of element definition defaults.",
30105
- "inheritedFrom": {
30106
- "name": "FoundationElement",
30107
- "module": "src/foundation-element/foundation-element.ts"
30108
- }
30109
- }
30110
- ]
30111
- },
30112
- {
30113
- "kind": "variable",
30114
- "name": "zeroStepperTabPanel"
30115
- }
30116
- ],
30117
- "exports": [
30118
- {
30119
- "kind": "js",
30120
- "name": "StepperTabPanel",
30121
- "declaration": {
30122
- "name": "StepperTabPanel",
30123
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
30124
- }
30125
- },
30126
- {
30127
- "kind": "js",
30128
- "name": "zeroStepperTabPanel",
30129
- "declaration": {
30130
- "name": "zeroStepperTabPanel",
30131
- "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
30132
- }
30133
- }
30134
- ]
30135
- },
30136
29922
  {
30137
29923
  "kind": "javascript-module",
30138
29924
  "path": "src/stepper-tab/index.ts",
@@ -30527,6 +30313,220 @@
30527
30313
  }
30528
30314
  ]
30529
30315
  },
30316
+ {
30317
+ "kind": "javascript-module",
30318
+ "path": "src/stepper-tab-panel/index.ts",
30319
+ "declarations": [],
30320
+ "exports": [
30321
+ {
30322
+ "kind": "js",
30323
+ "name": "*",
30324
+ "declaration": {
30325
+ "name": "*",
30326
+ "package": "./stepper-tab-panel"
30327
+ }
30328
+ },
30329
+ {
30330
+ "kind": "js",
30331
+ "name": "*",
30332
+ "declaration": {
30333
+ "name": "*",
30334
+ "package": "./stepper-tab-panel.template"
30335
+ }
30336
+ }
30337
+ ]
30338
+ },
30339
+ {
30340
+ "kind": "javascript-module",
30341
+ "path": "src/stepper-tab-panel/stepper-tab-panel.template.ts",
30342
+ "declarations": [
30343
+ {
30344
+ "kind": "function",
30345
+ "name": "zeroStepperTabPanelTemplate",
30346
+ "return": {
30347
+ "type": {
30348
+ "text": "ViewTemplate<StepperTabPanel>"
30349
+ }
30350
+ },
30351
+ "parameters": [
30352
+ {
30353
+ "name": "context",
30354
+ "type": {
30355
+ "text": "ElementDefinitionContext"
30356
+ }
30357
+ },
30358
+ {
30359
+ "name": "definition",
30360
+ "type": {
30361
+ "text": "FoundationElementDefinition"
30362
+ }
30363
+ }
30364
+ ]
30365
+ }
30366
+ ],
30367
+ "exports": [
30368
+ {
30369
+ "kind": "js",
30370
+ "name": "zeroStepperTabPanelTemplate",
30371
+ "declaration": {
30372
+ "name": "zeroStepperTabPanelTemplate",
30373
+ "module": "src/stepper-tab-panel/stepper-tab-panel.template.ts"
30374
+ }
30375
+ }
30376
+ ]
30377
+ },
30378
+ {
30379
+ "kind": "javascript-module",
30380
+ "path": "src/stepper-tab-panel/stepper-tab-panel.ts",
30381
+ "declarations": [
30382
+ {
30383
+ "kind": "class",
30384
+ "description": "",
30385
+ "name": "StepperTabPanel",
30386
+ "superclass": {
30387
+ "name": "FoundationStepperTabPanel",
30388
+ "package": "@genesislcap/foundation-ui"
30389
+ },
30390
+ "tagName": "%%prefix%%-stepper-tab-panel",
30391
+ "customElement": true,
30392
+ "members": [
30393
+ {
30394
+ "kind": "field",
30395
+ "name": "_presentation",
30396
+ "type": {
30397
+ "text": "ComponentPresentation | null | undefined"
30398
+ },
30399
+ "privacy": "private",
30400
+ "default": "void 0",
30401
+ "inheritedFrom": {
30402
+ "name": "FoundationElement",
30403
+ "module": "src/foundation-element/foundation-element.ts"
30404
+ }
30405
+ },
30406
+ {
30407
+ "kind": "field",
30408
+ "name": "$presentation",
30409
+ "type": {
30410
+ "text": "ComponentPresentation | null"
30411
+ },
30412
+ "privacy": "public",
30413
+ "description": "A property which resolves the ComponentPresentation instance\nfor the current component.",
30414
+ "inheritedFrom": {
30415
+ "name": "FoundationElement",
30416
+ "module": "src/foundation-element/foundation-element.ts"
30417
+ }
30418
+ },
30419
+ {
30420
+ "kind": "field",
30421
+ "name": "template",
30422
+ "type": {
30423
+ "text": "ElementViewTemplate | void | null"
30424
+ },
30425
+ "privacy": "public",
30426
+ "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.",
30427
+ "inheritedFrom": {
30428
+ "name": "FoundationElement",
30429
+ "module": "src/foundation-element/foundation-element.ts"
30430
+ }
30431
+ },
30432
+ {
30433
+ "kind": "method",
30434
+ "name": "templateChanged",
30435
+ "privacy": "protected",
30436
+ "return": {
30437
+ "type": {
30438
+ "text": "void"
30439
+ }
30440
+ },
30441
+ "inheritedFrom": {
30442
+ "name": "FoundationElement",
30443
+ "module": "src/foundation-element/foundation-element.ts"
30444
+ }
30445
+ },
30446
+ {
30447
+ "kind": "field",
30448
+ "name": "styles",
30449
+ "type": {
30450
+ "text": "ElementStyles | void | null"
30451
+ },
30452
+ "privacy": "public",
30453
+ "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.",
30454
+ "inheritedFrom": {
30455
+ "name": "FoundationElement",
30456
+ "module": "src/foundation-element/foundation-element.ts"
30457
+ }
30458
+ },
30459
+ {
30460
+ "kind": "method",
30461
+ "name": "stylesChanged",
30462
+ "privacy": "protected",
30463
+ "return": {
30464
+ "type": {
30465
+ "text": "void"
30466
+ }
30467
+ },
30468
+ "inheritedFrom": {
30469
+ "name": "FoundationElement",
30470
+ "module": "src/foundation-element/foundation-element.ts"
30471
+ }
30472
+ },
30473
+ {
30474
+ "kind": "method",
30475
+ "name": "compose",
30476
+ "privacy": "public",
30477
+ "static": true,
30478
+ "return": {
30479
+ "type": {
30480
+ "text": "(\n overrideDefinition?: OverrideFoundationElementDefinition<T>\n ) => FoundationElementRegistry<T, K>"
30481
+ }
30482
+ },
30483
+ "parameters": [
30484
+ {
30485
+ "name": "this",
30486
+ "type": {
30487
+ "text": "K"
30488
+ }
30489
+ },
30490
+ {
30491
+ "name": "elementDefinition",
30492
+ "type": {
30493
+ "text": "T"
30494
+ },
30495
+ "description": "The definition of the element to create the registry\nfunction for."
30496
+ }
30497
+ ],
30498
+ "description": "Defines an element registry function with a set of element definition defaults.",
30499
+ "inheritedFrom": {
30500
+ "name": "FoundationElement",
30501
+ "module": "src/foundation-element/foundation-element.ts"
30502
+ }
30503
+ }
30504
+ ]
30505
+ },
30506
+ {
30507
+ "kind": "variable",
30508
+ "name": "zeroStepperTabPanel"
30509
+ }
30510
+ ],
30511
+ "exports": [
30512
+ {
30513
+ "kind": "js",
30514
+ "name": "StepperTabPanel",
30515
+ "declaration": {
30516
+ "name": "StepperTabPanel",
30517
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
30518
+ }
30519
+ },
30520
+ {
30521
+ "kind": "js",
30522
+ "name": "zeroStepperTabPanel",
30523
+ "declaration": {
30524
+ "name": "zeroStepperTabPanel",
30525
+ "module": "src/stepper-tab-panel/stepper-tab-panel.ts"
30526
+ }
30527
+ }
30528
+ ]
30529
+ },
30530
30530
  {
30531
30531
  "kind": "javascript-module",
30532
30532
  "path": "src/switch/index.ts",
@@ -35750,6 +35750,87 @@
35750
35750
  }
35751
35751
  ]
35752
35752
  },
35753
+ {
35754
+ "kind": "javascript-module",
35755
+ "path": "src/utils/behaviors.ts",
35756
+ "declarations": [
35757
+ {
35758
+ "kind": "function",
35759
+ "name": "appearanceBehavior",
35760
+ "parameters": [
35761
+ {
35762
+ "name": "value",
35763
+ "type": {
35764
+ "text": "string"
35765
+ },
35766
+ "description": "The value of the appearance property"
35767
+ },
35768
+ {
35769
+ "name": "styles",
35770
+ "type": {
35771
+ "text": "ElementStyles"
35772
+ },
35773
+ "description": "The styles to be applied when condition matches"
35774
+ }
35775
+ ],
35776
+ "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
35777
+ "privacy": "public"
35778
+ }
35779
+ ],
35780
+ "exports": [
35781
+ {
35782
+ "kind": "js",
35783
+ "name": "appearanceBehavior",
35784
+ "declaration": {
35785
+ "name": "appearanceBehavior",
35786
+ "module": "src/utils/behaviors.ts"
35787
+ }
35788
+ }
35789
+ ]
35790
+ },
35791
+ {
35792
+ "kind": "javascript-module",
35793
+ "path": "src/utils/index.ts",
35794
+ "declarations": [],
35795
+ "exports": [
35796
+ {
35797
+ "kind": "js",
35798
+ "name": "*",
35799
+ "declaration": {
35800
+ "name": "*",
35801
+ "package": "./behaviors"
35802
+ }
35803
+ },
35804
+ {
35805
+ "kind": "js",
35806
+ "name": "*",
35807
+ "declaration": {
35808
+ "name": "*",
35809
+ "package": "./logger"
35810
+ }
35811
+ }
35812
+ ]
35813
+ },
35814
+ {
35815
+ "kind": "javascript-module",
35816
+ "path": "src/utils/logger.ts",
35817
+ "declarations": [
35818
+ {
35819
+ "kind": "variable",
35820
+ "name": "logger"
35821
+ }
35822
+ ],
35823
+ "exports": [
35824
+ {
35825
+ "kind": "js",
35826
+ "name": "logger",
35827
+ "declaration": {
35828
+ "name": "logger",
35829
+ "module": "src/utils/logger.ts"
35830
+ }
35831
+ }
35832
+ ]
35833
+ },
35753
35834
  {
35754
35835
  "kind": "javascript-module",
35755
35836
  "path": "src/url-input/index.ts",
@@ -36473,87 +36554,6 @@
36473
36554
  }
36474
36555
  ]
36475
36556
  },
36476
- {
36477
- "kind": "javascript-module",
36478
- "path": "src/utils/behaviors.ts",
36479
- "declarations": [
36480
- {
36481
- "kind": "function",
36482
- "name": "appearanceBehavior",
36483
- "parameters": [
36484
- {
36485
- "name": "value",
36486
- "type": {
36487
- "text": "string"
36488
- },
36489
- "description": "The value of the appearance property"
36490
- },
36491
- {
36492
- "name": "styles",
36493
- "type": {
36494
- "text": "ElementStyles"
36495
- },
36496
- "description": "The styles to be applied when condition matches"
36497
- }
36498
- ],
36499
- "description": "Behavior that will conditionally apply a stylesheet based on the elements\nappearance property",
36500
- "privacy": "public"
36501
- }
36502
- ],
36503
- "exports": [
36504
- {
36505
- "kind": "js",
36506
- "name": "appearanceBehavior",
36507
- "declaration": {
36508
- "name": "appearanceBehavior",
36509
- "module": "src/utils/behaviors.ts"
36510
- }
36511
- }
36512
- ]
36513
- },
36514
- {
36515
- "kind": "javascript-module",
36516
- "path": "src/utils/index.ts",
36517
- "declarations": [],
36518
- "exports": [
36519
- {
36520
- "kind": "js",
36521
- "name": "*",
36522
- "declaration": {
36523
- "name": "*",
36524
- "package": "./behaviors"
36525
- }
36526
- },
36527
- {
36528
- "kind": "js",
36529
- "name": "*",
36530
- "declaration": {
36531
- "name": "*",
36532
- "package": "./logger"
36533
- }
36534
- }
36535
- ]
36536
- },
36537
- {
36538
- "kind": "javascript-module",
36539
- "path": "src/utils/logger.ts",
36540
- "declarations": [
36541
- {
36542
- "kind": "variable",
36543
- "name": "logger"
36544
- }
36545
- ],
36546
- "exports": [
36547
- {
36548
- "kind": "js",
36549
- "name": "logger",
36550
- "declaration": {
36551
- "name": "logger",
36552
- "module": "src/utils/logger.ts"
36553
- }
36554
- }
36555
- ]
36556
- },
36557
36557
  {
36558
36558
  "kind": "javascript-module",
36559
36559
  "path": "src/_config/styles/colors.ts",