@universal-material/web 3.6.3 → 3.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/app-bar/top-app-bar.styles.js +7 -7
- package/app-bar/top-app-bar.styles.js.map +1 -1
- package/button/icon-button.styles.js +5 -5
- package/button/icon-button.styles.js.map +1 -1
- package/custom-elements.json +8087 -8087
- package/list/list-item.styles.d.ts.map +1 -1
- package/list/list-item.styles.js +4 -0
- package/list/list-item.styles.js.map +1 -1
- package/package.json +1 -1
- package/vscode.html-custom-data.json +119 -119
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-item.styles.d.ts","sourceRoot":"","sources":["../../src/list/list-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,
|
|
1
|
+
{"version":3,"file":"list-item.styles.d.ts","sourceRoot":"","sources":["../../src/list/list-item.styles.ts"],"names":[],"mappings":"AAEA,eAAO,MAAM,MAAM,yBAqDlB,CAAC"}
|
package/list/list-item.styles.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"list-item.styles.js","sourceRoot":"","sources":["../../src/list/list-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAC
|
|
1
|
+
{"version":3,"file":"list-item.styles.js","sourceRoot":"","sources":["../../src/list/list-item.styles.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,GAAG,EAAE,MAAM,KAAK,CAAC;AAE1B,MAAM,CAAC,MAAM,MAAM,GAAG,GAAG,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;CAqDzB,CAAC","sourcesContent":["import { css } from 'lit';\n\nexport const styles = css `\n :host {\n display: block;\n }\n\n * {\n box-sizing: border-box;\n }\n\n .container {\n position: relative;\n display: flex;\n align-items: center;\n min-height: var(--u-list-item-min-height, 56px);\n padding-block: var(--u-list-item-block-padding, 8px);\n padding-inline: var(--u-list-item-inline-padding, 16px);\n gap: var(--u-list-item-gap, 16px);\n }\n\n .selectable {\n cursor: pointer;\n }\n\n slot:not([name]) {\n display: block;\n margin-inline-end: auto;\n }\n\n slot {\n flex-shrink: 0;\n }\n\n .content {\n flex: 1;\n min-width: 0;\n }\n\n .headline {\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-list-item-headline-line-height, var(--u-body-l-line-height, 1.5rem));\n font-size: var(--u-list-item-headline-font-size, var(--u-body-l-font-size, 1rem));\n letter-spacing: var(--u-list-item-headline-letter-spacing, var(--u-body-l-letter-spacing, 0.03125rem));\n font-weight: var(--u-list-item-headline-font-weight, var(--u-body-l-font-weight, var(--u-font-weight-regular, 400)));\n }\n\n .supporting-text {\n font-family: var(--u-font-family, var(--u-font-family, system-ui, -apple-system, \"Segoe UI\", Roboto, \"Helvetica Neue\", \"Noto Sans\", \"Liberation Sans\", Arial, sans-serif, \"Apple Color Emoji\", \"Segoe UI Emoji\", \"Segoe UI Symbol\", \"Noto Color Emoji\"));\n line-height: var(--u-list-item-supporting-text-line-height, var(--u-body-m-line-height, 1.25rem));\n font-size: var(--u-list-item-supporting-text-font-size, var(--u-body-m-font-size, 0.875rem));\n letter-spacing: var(--u-list-item-supporting-text-letter-spacing, var(--u-body-m-letter-spacing, 0.0178571429rem));\n font-weight: var(--u-list-item-supporting-text-font-weight, var(--u-body-m-font-weight, var(--u-font-weight-regular, 400)));\n color: var(--u-list-item-supporting-text-color, var(--u-color-on-surface-variant, rgb(73, 69, 79)));\n }\n`;\n"]}
|
package/package.json
CHANGED
|
@@ -53,49 +53,78 @@
|
|
|
53
53
|
"references": []
|
|
54
54
|
},
|
|
55
55
|
{
|
|
56
|
-
"name": "u-
|
|
56
|
+
"name": "u-button-field",
|
|
57
57
|
"description": "\n---\n",
|
|
58
58
|
"attributes": [
|
|
59
59
|
{
|
|
60
|
-
"name": "
|
|
60
|
+
"name": "value",
|
|
61
61
|
"values": []
|
|
62
|
-
}
|
|
63
|
-
],
|
|
64
|
-
"references": []
|
|
65
|
-
},
|
|
66
|
-
{
|
|
67
|
-
"name": "u-calendar",
|
|
68
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
69
|
-
"attributes": [
|
|
62
|
+
},
|
|
70
63
|
{
|
|
71
|
-
"name": "
|
|
64
|
+
"name": "placeholder",
|
|
72
65
|
"values": []
|
|
73
66
|
},
|
|
74
67
|
{
|
|
75
|
-
"name": "
|
|
68
|
+
"name": "variant",
|
|
69
|
+
"values": [
|
|
70
|
+
{
|
|
71
|
+
"name": "filled"
|
|
72
|
+
},
|
|
73
|
+
{
|
|
74
|
+
"name": "outlined"
|
|
75
|
+
}
|
|
76
|
+
]
|
|
77
|
+
},
|
|
78
|
+
{
|
|
79
|
+
"name": "label",
|
|
80
|
+
"description": "The floating label for the field",
|
|
76
81
|
"values": []
|
|
77
82
|
},
|
|
78
83
|
{
|
|
79
|
-
"name": "
|
|
84
|
+
"name": "counter",
|
|
80
85
|
"values": []
|
|
81
|
-
}
|
|
82
|
-
],
|
|
83
|
-
"references": []
|
|
84
|
-
},
|
|
85
|
-
{
|
|
86
|
-
"name": "u-range-calendar",
|
|
87
|
-
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
88
|
-
"attributes": [
|
|
86
|
+
},
|
|
89
87
|
{
|
|
90
|
-
"name": "
|
|
88
|
+
"name": "hide-counter",
|
|
91
89
|
"values": []
|
|
92
90
|
},
|
|
93
91
|
{
|
|
94
|
-
"name": "
|
|
92
|
+
"name": "supporting-text",
|
|
93
|
+
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
95
94
|
"values": []
|
|
96
95
|
},
|
|
97
96
|
{
|
|
98
|
-
"name": "
|
|
97
|
+
"name": "error-text",
|
|
98
|
+
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
99
|
+
"values": []
|
|
100
|
+
},
|
|
101
|
+
{
|
|
102
|
+
"name": "empty",
|
|
103
|
+
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
104
|
+
"values": []
|
|
105
|
+
},
|
|
106
|
+
{
|
|
107
|
+
"name": "disabled",
|
|
108
|
+
"values": []
|
|
109
|
+
},
|
|
110
|
+
{
|
|
111
|
+
"name": "invalid",
|
|
112
|
+
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
113
|
+
"values": []
|
|
114
|
+
},
|
|
115
|
+
{
|
|
116
|
+
"name": "has-leading-icon",
|
|
117
|
+
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
118
|
+
"values": []
|
|
119
|
+
},
|
|
120
|
+
{
|
|
121
|
+
"name": "has-trailing-icon",
|
|
122
|
+
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
123
|
+
"values": []
|
|
124
|
+
},
|
|
125
|
+
{
|
|
126
|
+
"name": "has-error-text",
|
|
127
|
+
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
99
128
|
"values": []
|
|
100
129
|
}
|
|
101
130
|
],
|
|
@@ -544,78 +573,49 @@
|
|
|
544
573
|
"references": []
|
|
545
574
|
},
|
|
546
575
|
{
|
|
547
|
-
"name": "u-
|
|
576
|
+
"name": "u-badge",
|
|
548
577
|
"description": "\n---\n",
|
|
549
578
|
"attributes": [
|
|
550
579
|
{
|
|
551
|
-
"name": "
|
|
552
|
-
"values": []
|
|
553
|
-
},
|
|
554
|
-
{
|
|
555
|
-
"name": "placeholder",
|
|
556
|
-
"values": []
|
|
557
|
-
},
|
|
558
|
-
{
|
|
559
|
-
"name": "variant",
|
|
560
|
-
"values": [
|
|
561
|
-
{
|
|
562
|
-
"name": "filled"
|
|
563
|
-
},
|
|
564
|
-
{
|
|
565
|
-
"name": "outlined"
|
|
566
|
-
}
|
|
567
|
-
]
|
|
568
|
-
},
|
|
569
|
-
{
|
|
570
|
-
"name": "label",
|
|
571
|
-
"description": "The floating label for the field",
|
|
572
|
-
"values": []
|
|
573
|
-
},
|
|
574
|
-
{
|
|
575
|
-
"name": "counter",
|
|
576
|
-
"values": []
|
|
577
|
-
},
|
|
578
|
-
{
|
|
579
|
-
"name": "hide-counter",
|
|
580
|
-
"values": []
|
|
581
|
-
},
|
|
582
|
-
{
|
|
583
|
-
"name": "supporting-text",
|
|
584
|
-
"description": "Supporting text conveys additional information about the field, such as how it will be used",
|
|
585
|
-
"values": []
|
|
586
|
-
},
|
|
587
|
-
{
|
|
588
|
-
"name": "error-text",
|
|
589
|
-
"description": "For text fields that validate their content (such as passwords), replace supporting text with error text when applicable.\nIf `errorText` is not an empty string, changing the property `invalid` to `true` will show the `errorText` instead of `supportingText`",
|
|
580
|
+
"name": "static",
|
|
590
581
|
"values": []
|
|
591
|
-
}
|
|
582
|
+
}
|
|
583
|
+
],
|
|
584
|
+
"references": []
|
|
585
|
+
},
|
|
586
|
+
{
|
|
587
|
+
"name": "u-calendar",
|
|
588
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
589
|
+
"attributes": [
|
|
592
590
|
{
|
|
593
|
-
"name": "
|
|
594
|
-
"description": "Whether the field is empty or not. This changes the behavior of the floating label when the field is not focused.",
|
|
591
|
+
"name": "value",
|
|
595
592
|
"values": []
|
|
596
593
|
},
|
|
597
594
|
{
|
|
598
|
-
"name": "
|
|
595
|
+
"name": "dateOutsideMonth",
|
|
599
596
|
"values": []
|
|
600
597
|
},
|
|
601
598
|
{
|
|
602
|
-
"name": "
|
|
603
|
-
"description": "Get or sets where or not the field is in a visually invalid state.",
|
|
599
|
+
"name": "locale",
|
|
604
600
|
"values": []
|
|
605
|
-
}
|
|
601
|
+
}
|
|
602
|
+
],
|
|
603
|
+
"references": []
|
|
604
|
+
},
|
|
605
|
+
{
|
|
606
|
+
"name": "u-range-calendar",
|
|
607
|
+
"description": "\n---\n\n\n### **Events:**\n - **input**\n- **change**",
|
|
608
|
+
"attributes": [
|
|
606
609
|
{
|
|
607
|
-
"name": "
|
|
608
|
-
"description": "Whether the field has a leading icon or not\n\n_Note:_ Readonly",
|
|
610
|
+
"name": "value",
|
|
609
611
|
"values": []
|
|
610
612
|
},
|
|
611
613
|
{
|
|
612
|
-
"name": "
|
|
613
|
-
"description": "Whether the field has a trailing icon or not\n\n_Note:_ Readonly",
|
|
614
|
+
"name": "dateOutsideMonth",
|
|
614
615
|
"values": []
|
|
615
616
|
},
|
|
616
617
|
{
|
|
617
|
-
"name": "
|
|
618
|
-
"description": "Whether the field has an error text or not\n\n_Note:_ Readonly",
|
|
618
|
+
"name": "locale",
|
|
619
619
|
"values": []
|
|
620
620
|
}
|
|
621
621
|
],
|
|
@@ -914,6 +914,18 @@
|
|
|
914
914
|
],
|
|
915
915
|
"references": []
|
|
916
916
|
},
|
|
917
|
+
{
|
|
918
|
+
"name": "u-elevation",
|
|
919
|
+
"description": "\n---\n",
|
|
920
|
+
"attributes": [],
|
|
921
|
+
"references": []
|
|
922
|
+
},
|
|
923
|
+
{
|
|
924
|
+
"name": "u-icon",
|
|
925
|
+
"description": "\n---\n",
|
|
926
|
+
"attributes": [],
|
|
927
|
+
"references": []
|
|
928
|
+
},
|
|
917
929
|
{
|
|
918
930
|
"name": "u-field",
|
|
919
931
|
"description": "\n---\n",
|
|
@@ -988,18 +1000,6 @@
|
|
|
988
1000
|
],
|
|
989
1001
|
"references": []
|
|
990
1002
|
},
|
|
991
|
-
{
|
|
992
|
-
"name": "u-elevation",
|
|
993
|
-
"description": "\n---\n",
|
|
994
|
-
"attributes": [],
|
|
995
|
-
"references": []
|
|
996
|
-
},
|
|
997
|
-
{
|
|
998
|
-
"name": "u-icon",
|
|
999
|
-
"description": "\n---\n",
|
|
1000
|
-
"attributes": [],
|
|
1001
|
-
"references": []
|
|
1002
|
-
},
|
|
1003
1003
|
{
|
|
1004
1004
|
"name": "u-list-item",
|
|
1005
1005
|
"description": "\n---\n",
|
|
@@ -1193,36 +1193,6 @@
|
|
|
1193
1193
|
],
|
|
1194
1194
|
"references": []
|
|
1195
1195
|
},
|
|
1196
|
-
{
|
|
1197
|
-
"name": "u-circular-progress",
|
|
1198
|
-
"description": "\n---\n",
|
|
1199
|
-
"attributes": [
|
|
1200
|
-
{
|
|
1201
|
-
"name": "value",
|
|
1202
|
-
"values": []
|
|
1203
|
-
},
|
|
1204
|
-
{
|
|
1205
|
-
"name": "max",
|
|
1206
|
-
"values": []
|
|
1207
|
-
}
|
|
1208
|
-
],
|
|
1209
|
-
"references": []
|
|
1210
|
-
},
|
|
1211
|
-
{
|
|
1212
|
-
"name": "u-progress-bar",
|
|
1213
|
-
"description": "\n---\n",
|
|
1214
|
-
"attributes": [
|
|
1215
|
-
{
|
|
1216
|
-
"name": "value",
|
|
1217
|
-
"values": []
|
|
1218
|
-
},
|
|
1219
|
-
{
|
|
1220
|
-
"name": "max",
|
|
1221
|
-
"values": []
|
|
1222
|
-
}
|
|
1223
|
-
],
|
|
1224
|
-
"references": []
|
|
1225
|
-
},
|
|
1226
1196
|
{
|
|
1227
1197
|
"name": "u-overflow-menu-item",
|
|
1228
1198
|
"description": "\n---\n",
|
|
@@ -1304,6 +1274,36 @@
|
|
|
1304
1274
|
],
|
|
1305
1275
|
"references": []
|
|
1306
1276
|
},
|
|
1277
|
+
{
|
|
1278
|
+
"name": "u-circular-progress",
|
|
1279
|
+
"description": "\n---\n",
|
|
1280
|
+
"attributes": [
|
|
1281
|
+
{
|
|
1282
|
+
"name": "value",
|
|
1283
|
+
"values": []
|
|
1284
|
+
},
|
|
1285
|
+
{
|
|
1286
|
+
"name": "max",
|
|
1287
|
+
"values": []
|
|
1288
|
+
}
|
|
1289
|
+
],
|
|
1290
|
+
"references": []
|
|
1291
|
+
},
|
|
1292
|
+
{
|
|
1293
|
+
"name": "u-progress-bar",
|
|
1294
|
+
"description": "\n---\n",
|
|
1295
|
+
"attributes": [
|
|
1296
|
+
{
|
|
1297
|
+
"name": "value",
|
|
1298
|
+
"values": []
|
|
1299
|
+
},
|
|
1300
|
+
{
|
|
1301
|
+
"name": "max",
|
|
1302
|
+
"values": []
|
|
1303
|
+
}
|
|
1304
|
+
],
|
|
1305
|
+
"references": []
|
|
1306
|
+
},
|
|
1307
1307
|
{
|
|
1308
1308
|
"name": "u-ripple",
|
|
1309
1309
|
"description": "\n---\n",
|