@universal-material/web 3.3.2 → 3.3.4

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.
@@ -6043,255 +6043,6 @@
6043
6043
  }
6044
6044
  ]
6045
6045
  },
6046
- {
6047
- "kind": "javascript-module",
6048
- "path": "src/card/card-content.styles.ts",
6049
- "declarations": [
6050
- {
6051
- "kind": "variable",
6052
- "name": "styles",
6053
- "default": "css ` :host { display: block; } :host(:has(slot > *)) { display: none; } :host([has-content]) { padding: var(--u-card-padding, 16px); } slot { border-radius: inherit; } `"
6054
- }
6055
- ],
6056
- "exports": [
6057
- {
6058
- "kind": "js",
6059
- "name": "styles",
6060
- "declaration": {
6061
- "name": "styles",
6062
- "module": "src/card/card-content.styles.ts"
6063
- }
6064
- }
6065
- ]
6066
- },
6067
- {
6068
- "kind": "javascript-module",
6069
- "path": "src/card/card-content.ts",
6070
- "declarations": [
6071
- {
6072
- "kind": "class",
6073
- "description": "",
6074
- "name": "UmCardContent",
6075
- "members": [
6076
- {
6077
- "kind": "field",
6078
- "name": "hasContent",
6079
- "type": {
6080
- "text": "boolean"
6081
- },
6082
- "default": "false",
6083
- "attribute": "has-content",
6084
- "reflects": true
6085
- },
6086
- {
6087
- "kind": "method",
6088
- "name": "handleSlotChange",
6089
- "privacy": "private",
6090
- "parameters": [
6091
- {
6092
- "name": "e",
6093
- "type": {
6094
- "text": "Event"
6095
- }
6096
- }
6097
- ]
6098
- }
6099
- ],
6100
- "attributes": [
6101
- {
6102
- "name": "has-content",
6103
- "type": {
6104
- "text": "boolean"
6105
- },
6106
- "default": "false",
6107
- "fieldName": "hasContent"
6108
- }
6109
- ],
6110
- "superclass": {
6111
- "name": "LitElement",
6112
- "package": "lit"
6113
- },
6114
- "tagName": "u-card-content",
6115
- "customElement": true
6116
- }
6117
- ],
6118
- "exports": [
6119
- {
6120
- "kind": "js",
6121
- "name": "UmCardContent",
6122
- "declaration": {
6123
- "name": "UmCardContent",
6124
- "module": "src/card/card-content.ts"
6125
- }
6126
- },
6127
- {
6128
- "kind": "custom-element-definition",
6129
- "name": "u-card-content",
6130
- "declaration": {
6131
- "name": "UmCardContent",
6132
- "module": "src/card/card-content.ts"
6133
- }
6134
- }
6135
- ]
6136
- },
6137
- {
6138
- "kind": "javascript-module",
6139
- "path": "src/card/card-media.styles.ts",
6140
- "declarations": [
6141
- {
6142
- "kind": "variable",
6143
- "name": "styles",
6144
- "default": "css ` :host { display: block; aspect-ratio: 1; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([wide]) { aspect-ratio: 16/9; } `"
6145
- }
6146
- ],
6147
- "exports": [
6148
- {
6149
- "kind": "js",
6150
- "name": "styles",
6151
- "declaration": {
6152
- "name": "styles",
6153
- "module": "src/card/card-media.styles.ts"
6154
- }
6155
- }
6156
- ]
6157
- },
6158
- {
6159
- "kind": "javascript-module",
6160
- "path": "src/card/card-media.ts",
6161
- "declarations": [
6162
- {
6163
- "kind": "class",
6164
- "description": "",
6165
- "name": "UmCardMedia",
6166
- "members": [
6167
- {
6168
- "kind": "field",
6169
- "name": "wide",
6170
- "type": {
6171
- "text": "boolean"
6172
- },
6173
- "default": "false",
6174
- "attribute": "wide",
6175
- "reflects": true
6176
- }
6177
- ],
6178
- "attributes": [
6179
- {
6180
- "name": "wide",
6181
- "type": {
6182
- "text": "boolean"
6183
- },
6184
- "default": "false",
6185
- "fieldName": "wide"
6186
- }
6187
- ],
6188
- "superclass": {
6189
- "name": "LitElement",
6190
- "package": "lit"
6191
- },
6192
- "tagName": "u-card-media",
6193
- "customElement": true
6194
- }
6195
- ],
6196
- "exports": [
6197
- {
6198
- "kind": "js",
6199
- "name": "UmCardMedia",
6200
- "declaration": {
6201
- "name": "UmCardMedia",
6202
- "module": "src/card/card-media.ts"
6203
- }
6204
- },
6205
- {
6206
- "kind": "custom-element-definition",
6207
- "name": "u-card-media",
6208
- "declaration": {
6209
- "name": "UmCardMedia",
6210
- "module": "src/card/card-media.ts"
6211
- }
6212
- }
6213
- ]
6214
- },
6215
- {
6216
- "kind": "javascript-module",
6217
- "path": "src/card/card.styles.ts",
6218
- "declarations": [
6219
- {
6220
- "kind": "variable",
6221
- "name": "styles",
6222
- "default": "css ` :host { display: block; position: relative; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([variant=elevated]) { --u-current-bg-color: var(--u-card-elevated-bg-color, var(--u-color-surface-container-low, rgb(247, 242, 250))); background-color: var(--u-current-bg-color); } :host([variant=elevated]) u-elevation { --u-elevation-level: var(--u-elevated-card-elevation-level, 1); } :host([variant=filled]) { --u-current-bg-color: var(--u-card-filled-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233))); background-color: var(--u-current-bg-color); } :host([variant=outlined]) { --u-current-bg-color: var(--u-card-outlined-bg-color, var(--u-color-surface, rgb(254, 247, 255))); background-color: var(--u-current-bg-color); border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208))); } u-card-content, slot { border-radius: inherit; } `"
6223
- }
6224
- ],
6225
- "exports": [
6226
- {
6227
- "kind": "js",
6228
- "name": "styles",
6229
- "declaration": {
6230
- "name": "styles",
6231
- "module": "src/card/card.styles.ts"
6232
- }
6233
- }
6234
- ]
6235
- },
6236
- {
6237
- "kind": "javascript-module",
6238
- "path": "src/card/card.ts",
6239
- "declarations": [
6240
- {
6241
- "kind": "class",
6242
- "description": "",
6243
- "name": "UmCard",
6244
- "members": [
6245
- {
6246
- "kind": "field",
6247
- "name": "variant",
6248
- "type": {
6249
- "text": "UmCardVariant"
6250
- },
6251
- "default": "'filled'",
6252
- "description": "The Card variant to render.",
6253
- "attribute": "variant",
6254
- "reflects": true
6255
- }
6256
- ],
6257
- "attributes": [
6258
- {
6259
- "name": "variant",
6260
- "type": {
6261
- "text": "UmCardVariant"
6262
- },
6263
- "default": "'filled'",
6264
- "description": "The Card variant to render.",
6265
- "fieldName": "variant"
6266
- }
6267
- ],
6268
- "superclass": {
6269
- "name": "LitElement",
6270
- "package": "lit"
6271
- },
6272
- "tagName": "u-card",
6273
- "customElement": true
6274
- }
6275
- ],
6276
- "exports": [
6277
- {
6278
- "kind": "js",
6279
- "name": "UmCard",
6280
- "declaration": {
6281
- "name": "UmCard",
6282
- "module": "src/card/card.ts"
6283
- }
6284
- },
6285
- {
6286
- "kind": "custom-element-definition",
6287
- "name": "u-card",
6288
- "declaration": {
6289
- "name": "UmCard",
6290
- "module": "src/card/card.ts"
6291
- }
6292
- }
6293
- ]
6294
- },
6295
6046
  {
6296
6047
  "kind": "javascript-module",
6297
6048
  "path": "src/checkbox/checkbox-list-item.ts",
@@ -7178,55 +6929,304 @@
7178
6929
  }
7179
6930
  },
7180
6931
  {
7181
- "name": "value",
6932
+ "name": "value",
6933
+ "type": {
6934
+ "text": "string"
6935
+ },
6936
+ "default": "'on'",
6937
+ "description": "The element value to use in form submission when checked.",
6938
+ "fieldName": "value",
6939
+ "inheritedFrom": {
6940
+ "name": "UmSelectionControl",
6941
+ "module": "src/shared/selection-control/selection-control.ts"
6942
+ }
6943
+ },
6944
+ {
6945
+ "name": "checked",
6946
+ "fieldName": "_checkedAttribute",
6947
+ "type": {
6948
+ "text": "boolean"
6949
+ },
6950
+ "readonly": true,
6951
+ "default": "false",
6952
+ "inheritedFrom": {
6953
+ "name": "UmSelectionControl",
6954
+ "module": "src/shared/selection-control/selection-control.ts"
6955
+ }
6956
+ }
6957
+ ],
6958
+ "superclass": {
6959
+ "name": "UmSelectionControl",
6960
+ "module": "/src/shared/selection-control/selection-control.js"
6961
+ },
6962
+ "tagName": "u-checkbox",
6963
+ "customElement": true
6964
+ }
6965
+ ],
6966
+ "exports": [
6967
+ {
6968
+ "kind": "js",
6969
+ "name": "UmCheckbox",
6970
+ "declaration": {
6971
+ "name": "UmCheckbox",
6972
+ "module": "src/checkbox/checkbox.ts"
6973
+ }
6974
+ },
6975
+ {
6976
+ "kind": "custom-element-definition",
6977
+ "name": "u-checkbox",
6978
+ "declaration": {
6979
+ "name": "UmCheckbox",
6980
+ "module": "src/checkbox/checkbox.ts"
6981
+ }
6982
+ }
6983
+ ]
6984
+ },
6985
+ {
6986
+ "kind": "javascript-module",
6987
+ "path": "src/card/card-content.styles.ts",
6988
+ "declarations": [
6989
+ {
6990
+ "kind": "variable",
6991
+ "name": "styles",
6992
+ "default": "css ` :host { display: block; } :host(:has(slot > *)) { display: none; } :host([has-content]) { padding: var(--u-card-padding, 16px); } slot { border-radius: inherit; } `"
6993
+ }
6994
+ ],
6995
+ "exports": [
6996
+ {
6997
+ "kind": "js",
6998
+ "name": "styles",
6999
+ "declaration": {
7000
+ "name": "styles",
7001
+ "module": "src/card/card-content.styles.ts"
7002
+ }
7003
+ }
7004
+ ]
7005
+ },
7006
+ {
7007
+ "kind": "javascript-module",
7008
+ "path": "src/card/card-content.ts",
7009
+ "declarations": [
7010
+ {
7011
+ "kind": "class",
7012
+ "description": "",
7013
+ "name": "UmCardContent",
7014
+ "members": [
7015
+ {
7016
+ "kind": "field",
7017
+ "name": "hasContent",
7018
+ "type": {
7019
+ "text": "boolean"
7020
+ },
7021
+ "default": "false",
7022
+ "attribute": "has-content",
7023
+ "reflects": true
7024
+ },
7025
+ {
7026
+ "kind": "method",
7027
+ "name": "handleSlotChange",
7028
+ "privacy": "private",
7029
+ "parameters": [
7030
+ {
7031
+ "name": "e",
7032
+ "type": {
7033
+ "text": "Event"
7034
+ }
7035
+ }
7036
+ ]
7037
+ }
7038
+ ],
7039
+ "attributes": [
7040
+ {
7041
+ "name": "has-content",
7042
+ "type": {
7043
+ "text": "boolean"
7044
+ },
7045
+ "default": "false",
7046
+ "fieldName": "hasContent"
7047
+ }
7048
+ ],
7049
+ "superclass": {
7050
+ "name": "LitElement",
7051
+ "package": "lit"
7052
+ },
7053
+ "tagName": "u-card-content",
7054
+ "customElement": true
7055
+ }
7056
+ ],
7057
+ "exports": [
7058
+ {
7059
+ "kind": "js",
7060
+ "name": "UmCardContent",
7061
+ "declaration": {
7062
+ "name": "UmCardContent",
7063
+ "module": "src/card/card-content.ts"
7064
+ }
7065
+ },
7066
+ {
7067
+ "kind": "custom-element-definition",
7068
+ "name": "u-card-content",
7069
+ "declaration": {
7070
+ "name": "UmCardContent",
7071
+ "module": "src/card/card-content.ts"
7072
+ }
7073
+ }
7074
+ ]
7075
+ },
7076
+ {
7077
+ "kind": "javascript-module",
7078
+ "path": "src/card/card-media.styles.ts",
7079
+ "declarations": [
7080
+ {
7081
+ "kind": "variable",
7082
+ "name": "styles",
7083
+ "default": "css ` :host { display: block; aspect-ratio: 1; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([wide]) { aspect-ratio: 16/9; } `"
7084
+ }
7085
+ ],
7086
+ "exports": [
7087
+ {
7088
+ "kind": "js",
7089
+ "name": "styles",
7090
+ "declaration": {
7091
+ "name": "styles",
7092
+ "module": "src/card/card-media.styles.ts"
7093
+ }
7094
+ }
7095
+ ]
7096
+ },
7097
+ {
7098
+ "kind": "javascript-module",
7099
+ "path": "src/card/card-media.ts",
7100
+ "declarations": [
7101
+ {
7102
+ "kind": "class",
7103
+ "description": "",
7104
+ "name": "UmCardMedia",
7105
+ "members": [
7106
+ {
7107
+ "kind": "field",
7108
+ "name": "wide",
7109
+ "type": {
7110
+ "text": "boolean"
7111
+ },
7112
+ "default": "false",
7113
+ "attribute": "wide",
7114
+ "reflects": true
7115
+ }
7116
+ ],
7117
+ "attributes": [
7118
+ {
7119
+ "name": "wide",
7120
+ "type": {
7121
+ "text": "boolean"
7122
+ },
7123
+ "default": "false",
7124
+ "fieldName": "wide"
7125
+ }
7126
+ ],
7127
+ "superclass": {
7128
+ "name": "LitElement",
7129
+ "package": "lit"
7130
+ },
7131
+ "tagName": "u-card-media",
7132
+ "customElement": true
7133
+ }
7134
+ ],
7135
+ "exports": [
7136
+ {
7137
+ "kind": "js",
7138
+ "name": "UmCardMedia",
7139
+ "declaration": {
7140
+ "name": "UmCardMedia",
7141
+ "module": "src/card/card-media.ts"
7142
+ }
7143
+ },
7144
+ {
7145
+ "kind": "custom-element-definition",
7146
+ "name": "u-card-media",
7147
+ "declaration": {
7148
+ "name": "UmCardMedia",
7149
+ "module": "src/card/card-media.ts"
7150
+ }
7151
+ }
7152
+ ]
7153
+ },
7154
+ {
7155
+ "kind": "javascript-module",
7156
+ "path": "src/card/card.styles.ts",
7157
+ "declarations": [
7158
+ {
7159
+ "kind": "variable",
7160
+ "name": "styles",
7161
+ "default": "css ` :host { display: block; position: relative; border-radius: var(--u-card-shape-corner, var(--u-shape-corner-medium, 12px)); } :host([variant=elevated]) { --u-current-bg-color: var(--u-card-elevated-bg-color, var(--u-color-surface-container-low, rgb(247, 242, 250))); background-color: var(--u-current-bg-color); } :host([variant=elevated]) u-elevation { --u-elevation-level: var(--u-elevated-card-elevation-level, 1); } :host([variant=filled]) { --u-current-bg-color: var(--u-card-filled-bg-color, var(--u-color-surface-container-highest, rgb(230, 224, 233))); background-color: var(--u-current-bg-color); } :host([variant=outlined]) { --u-current-bg-color: var(--u-card-outlined-bg-color, var(--u-color-surface, rgb(254, 247, 255))); background-color: var(--u-current-bg-color); border: var(--u-outlined-card-outline-width, 1px) solid var(--u-outlined-card-outline-color, var(--u-color-outline-variant, rgb(202, 196, 208))); } u-card-content, slot { border-radius: inherit; } `"
7162
+ }
7163
+ ],
7164
+ "exports": [
7165
+ {
7166
+ "kind": "js",
7167
+ "name": "styles",
7168
+ "declaration": {
7169
+ "name": "styles",
7170
+ "module": "src/card/card.styles.ts"
7171
+ }
7172
+ }
7173
+ ]
7174
+ },
7175
+ {
7176
+ "kind": "javascript-module",
7177
+ "path": "src/card/card.ts",
7178
+ "declarations": [
7179
+ {
7180
+ "kind": "class",
7181
+ "description": "",
7182
+ "name": "UmCard",
7183
+ "members": [
7184
+ {
7185
+ "kind": "field",
7186
+ "name": "variant",
7182
7187
  "type": {
7183
- "text": "string"
7188
+ "text": "UmCardVariant"
7184
7189
  },
7185
- "default": "'on'",
7186
- "description": "The element value to use in form submission when checked.",
7187
- "fieldName": "value",
7188
- "inheritedFrom": {
7189
- "name": "UmSelectionControl",
7190
- "module": "src/shared/selection-control/selection-control.ts"
7191
- }
7192
- },
7190
+ "default": "'filled'",
7191
+ "description": "The Card variant to render.",
7192
+ "attribute": "variant",
7193
+ "reflects": true
7194
+ }
7195
+ ],
7196
+ "attributes": [
7193
7197
  {
7194
- "name": "checked",
7195
- "fieldName": "_checkedAttribute",
7198
+ "name": "variant",
7196
7199
  "type": {
7197
- "text": "boolean"
7200
+ "text": "UmCardVariant"
7198
7201
  },
7199
- "readonly": true,
7200
- "default": "false",
7201
- "inheritedFrom": {
7202
- "name": "UmSelectionControl",
7203
- "module": "src/shared/selection-control/selection-control.ts"
7204
- }
7202
+ "default": "'filled'",
7203
+ "description": "The Card variant to render.",
7204
+ "fieldName": "variant"
7205
7205
  }
7206
7206
  ],
7207
7207
  "superclass": {
7208
- "name": "UmSelectionControl",
7209
- "module": "/src/shared/selection-control/selection-control.js"
7208
+ "name": "LitElement",
7209
+ "package": "lit"
7210
7210
  },
7211
- "tagName": "u-checkbox",
7211
+ "tagName": "u-card",
7212
7212
  "customElement": true
7213
7213
  }
7214
7214
  ],
7215
7215
  "exports": [
7216
7216
  {
7217
7217
  "kind": "js",
7218
- "name": "UmCheckbox",
7218
+ "name": "UmCard",
7219
7219
  "declaration": {
7220
- "name": "UmCheckbox",
7221
- "module": "src/checkbox/checkbox.ts"
7220
+ "name": "UmCard",
7221
+ "module": "src/card/card.ts"
7222
7222
  }
7223
7223
  },
7224
7224
  {
7225
7225
  "kind": "custom-element-definition",
7226
- "name": "u-checkbox",
7226
+ "name": "u-card",
7227
7227
  "declaration": {
7228
- "name": "UmCheckbox",
7229
- "module": "src/checkbox/checkbox.ts"
7228
+ "name": "UmCard",
7229
+ "module": "src/card/card.ts"
7230
7230
  }
7231
7231
  }
7232
7232
  ]
@@ -16526,6 +16526,15 @@
16526
16526
  "description": "",
16527
16527
  "name": "UmSnackbar",
16528
16528
  "members": [
16529
+ {
16530
+ "kind": "field",
16531
+ "name": "minDisplayTime",
16532
+ "type": {
16533
+ "text": "number"
16534
+ },
16535
+ "static": true,
16536
+ "default": "1500"
16537
+ },
16529
16538
  {
16530
16539
  "kind": "field",
16531
16540
  "name": "message",
@@ -16558,13 +16567,19 @@
16558
16567
  },
16559
16568
  {
16560
16569
  "kind": "field",
16561
- "name": "dismissed",
16570
+ "name": "_dismissed",
16562
16571
  "type": {
16563
16572
  "text": "boolean"
16564
16573
  },
16565
- "default": "false",
16566
- "attribute": "dismissed",
16567
- "reflects": true
16574
+ "default": "false"
16575
+ },
16576
+ {
16577
+ "kind": "field",
16578
+ "name": "_canDismiss",
16579
+ "type": {
16580
+ "text": "boolean"
16581
+ },
16582
+ "default": "false"
16568
16583
  },
16569
16584
  {
16570
16585
  "kind": "field",
@@ -16628,6 +16643,16 @@
16628
16643
  "static": true,
16629
16644
  "default": "[]"
16630
16645
  },
16646
+ {
16647
+ "kind": "field",
16648
+ "name": "_lastEnqueued",
16649
+ "type": {
16650
+ "text": "UmSnackbar | null"
16651
+ },
16652
+ "privacy": "private",
16653
+ "static": true,
16654
+ "default": "null"
16655
+ },
16631
16656
  {
16632
16657
  "kind": "field",
16633
16658
  "name": "_consuming",
@@ -16693,13 +16718,13 @@
16693
16718
  },
16694
16719
  {
16695
16720
  "kind": "method",
16696
- "name": "consumeQueue",
16721
+ "name": "_consumeQueue",
16697
16722
  "privacy": "private",
16698
16723
  "static": true
16699
16724
  },
16700
16725
  {
16701
16726
  "kind": "method",
16702
- "name": "showNext",
16727
+ "name": "_showNext",
16703
16728
  "privacy": "private",
16704
16729
  "static": true
16705
16730
  },
@@ -16747,14 +16772,6 @@
16747
16772
  },
16748
16773
  "default": "false",
16749
16774
  "fieldName": "showClose"
16750
- },
16751
- {
16752
- "name": "dismissed",
16753
- "type": {
16754
- "text": "boolean"
16755
- },
16756
- "default": "false",
16757
- "fieldName": "dismissed"
16758
16775
  }
16759
16776
  ],
16760
16777
  "superclass": {
@@ -22056,77 +22073,6 @@
22056
22073
  "declarations": [],
22057
22074
  "exports": []
22058
22075
  },
22059
- {
22060
- "kind": "javascript-module",
22061
- "path": "src/shared/sets/set-base.styles.ts",
22062
- "declarations": [
22063
- {
22064
- "kind": "variable",
22065
- "name": "styles",
22066
- "default": "css ` :host { display: flex; gap: 8px; align-items: center; flex-wrap: nowrap; } :host([alignment=start]) { justify-content: flex-start; } :host([alignment=center]) { justify-content: center; } :host([alignment=end]) { justify-content: flex-end; } `"
22067
- }
22068
- ],
22069
- "exports": [
22070
- {
22071
- "kind": "js",
22072
- "name": "styles",
22073
- "declaration": {
22074
- "name": "styles",
22075
- "module": "src/shared/sets/set-base.styles.ts"
22076
- }
22077
- }
22078
- ]
22079
- },
22080
- {
22081
- "kind": "javascript-module",
22082
- "path": "src/shared/sets/set-base.ts",
22083
- "declarations": [
22084
- {
22085
- "kind": "class",
22086
- "description": "",
22087
- "name": "UmSetBase",
22088
- "members": [
22089
- {
22090
- "kind": "field",
22091
- "name": "alignment",
22092
- "type": {
22093
- "text": "'start' | 'center' | 'end'"
22094
- },
22095
- "default": "'start'",
22096
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
22097
- "attribute": "alignment",
22098
- "reflects": true
22099
- }
22100
- ],
22101
- "attributes": [
22102
- {
22103
- "name": "alignment",
22104
- "type": {
22105
- "text": "'start' | 'center' | 'end'"
22106
- },
22107
- "default": "'start'",
22108
- "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
22109
- "fieldName": "alignment"
22110
- }
22111
- ],
22112
- "superclass": {
22113
- "name": "LitElement",
22114
- "package": "lit"
22115
- },
22116
- "customElement": true
22117
- }
22118
- ],
22119
- "exports": [
22120
- {
22121
- "kind": "js",
22122
- "name": "UmSetBase",
22123
- "declaration": {
22124
- "name": "UmSetBase",
22125
- "module": "src/shared/sets/set-base.ts"
22126
- }
22127
- }
22128
- ]
22129
- },
22130
22076
  {
22131
22077
  "kind": "javascript-module",
22132
22078
  "path": "src/shared/selection-control/selection-control-list-item.ts",
@@ -22518,6 +22464,77 @@
22518
22464
  }
22519
22465
  ]
22520
22466
  },
22467
+ {
22468
+ "kind": "javascript-module",
22469
+ "path": "src/shared/sets/set-base.styles.ts",
22470
+ "declarations": [
22471
+ {
22472
+ "kind": "variable",
22473
+ "name": "styles",
22474
+ "default": "css ` :host { display: flex; gap: 8px; align-items: center; flex-wrap: nowrap; } :host([alignment=start]) { justify-content: flex-start; } :host([alignment=center]) { justify-content: center; } :host([alignment=end]) { justify-content: flex-end; } `"
22475
+ }
22476
+ ],
22477
+ "exports": [
22478
+ {
22479
+ "kind": "js",
22480
+ "name": "styles",
22481
+ "declaration": {
22482
+ "name": "styles",
22483
+ "module": "src/shared/sets/set-base.styles.ts"
22484
+ }
22485
+ }
22486
+ ]
22487
+ },
22488
+ {
22489
+ "kind": "javascript-module",
22490
+ "path": "src/shared/sets/set-base.ts",
22491
+ "declarations": [
22492
+ {
22493
+ "kind": "class",
22494
+ "description": "",
22495
+ "name": "UmSetBase",
22496
+ "members": [
22497
+ {
22498
+ "kind": "field",
22499
+ "name": "alignment",
22500
+ "type": {
22501
+ "text": "'start' | 'center' | 'end'"
22502
+ },
22503
+ "default": "'start'",
22504
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
22505
+ "attribute": "alignment",
22506
+ "reflects": true
22507
+ }
22508
+ ],
22509
+ "attributes": [
22510
+ {
22511
+ "name": "alignment",
22512
+ "type": {
22513
+ "text": "'start' | 'center' | 'end'"
22514
+ },
22515
+ "default": "'start'",
22516
+ "description": "Set the alignment of the set at the `start`, `center` or at the `end`.",
22517
+ "fieldName": "alignment"
22518
+ }
22519
+ ],
22520
+ "superclass": {
22521
+ "name": "LitElement",
22522
+ "package": "lit"
22523
+ },
22524
+ "customElement": true
22525
+ }
22526
+ ],
22527
+ "exports": [
22528
+ {
22529
+ "kind": "js",
22530
+ "name": "UmSetBase",
22531
+ "declaration": {
22532
+ "name": "UmSetBase",
22533
+ "module": "src/shared/sets/set-base.ts"
22534
+ }
22535
+ }
22536
+ ]
22537
+ },
22521
22538
  {
22522
22539
  "kind": "javascript-module",
22523
22540
  "path": "src/shared/text-field-base/text-field-base.styles.ts",