@skedulo/breeze-ui 1.4.1 → 1.5.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.
- package/dist/custom-elements.json +206 -200
- package/dist/lib/cjs/breeze-ui.js +362 -350
- package/dist/lib/es/breeze-ui.js +19601 -16597
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/dist/types/animation/fade-in-out.d.ts +1 -1
- package/dist/types/components/alert.d.ts +2 -2
- package/dist/types/components/alert.d.ts.map +1 -1
- package/dist/types/components/avatar.d.ts +2 -2
- package/dist/types/components/badge.d.ts +1 -1
- package/dist/types/components/button.d.ts +3 -3
- package/dist/types/components/button.d.ts.map +1 -1
- package/dist/types/components/confirmation-dialog.d.ts +1 -1
- package/dist/types/components/date-time-range/date-time-range.d.ts +1 -1
- package/dist/types/components/dropdown-button.d.ts +1 -1
- package/dist/types/components/form-elements/input-code.d.ts +2 -2
- package/dist/types/components/form-elements/input-code.d.ts.map +1 -1
- package/dist/types/components/form-elements/input-error.d.ts +1 -1
- package/dist/types/components/form-elements/input-guide.d.ts +1 -1
- package/dist/types/components/form-elements/input-multiselect.d.ts +2 -2
- package/dist/types/components/form-elements/input-number.d.ts +1 -1
- package/dist/types/components/form-elements/input-radio.d.ts +2 -2
- package/dist/types/components/form-elements/input-radio.d.ts.map +1 -1
- package/dist/types/components/form-elements/input-select-base.d.ts +5 -5
- package/dist/types/components/form-elements/input-select.d.ts +2 -2
- package/dist/types/components/form-elements/input-text-base.d.ts +1 -1
- package/dist/types/components/form-elements/input-text.d.ts +1 -1
- package/dist/types/components/form-elements/input-textarea.d.ts +2 -2
- package/dist/types/components/form-elements/input-time.d.ts +2 -2
- package/dist/types/components/form-elements/input-time.d.ts.map +1 -1
- package/dist/types/components/heading.d.ts +1 -1
- package/dist/types/components/icon/icon.d.ts +1 -1
- package/dist/types/components/illustration/illustration.d.ts +1 -1
- package/dist/types/components/inline-edit/inline-edit-controls.d.ts +1 -1
- package/dist/types/components/inline-edit/inline-edit.types.d.ts +2 -2
- package/dist/types/components/inline-edit/inline-edit.types.d.ts.map +1 -1
- package/dist/types/components/link.d.ts +3 -3
- package/dist/types/components/link.d.ts.map +1 -1
- package/dist/types/components/loading.d.ts +1 -1
- package/dist/types/components/lozenge.d.ts +4 -4
- package/dist/types/components/lozenge.d.ts.map +1 -1
- package/dist/types/components/menu/dropdown-menu.d.ts +2 -2
- package/dist/types/components/menu/dropdown-menu.d.ts.map +1 -1
- package/dist/types/components/menu/menu-item.d.ts +1 -1
- package/dist/types/components/menu/menu.const.d.ts +1 -1
- package/dist/types/components/menu/menu.const.d.ts.map +1 -1
- package/dist/types/components/menu/menu.d.ts +1 -1
- package/dist/types/components/modal/layout.d.ts +3 -3
- package/dist/types/components/modal/modal.d.ts +2 -2
- package/dist/types/components/modal/modal.d.ts.map +1 -1
- package/dist/types/components/navigation/side-navigation-item.d.ts +1 -1
- package/dist/types/components/navigation/side-navigation.d.ts +1 -1
- package/dist/types/components/pagination.d.ts +2 -2
- package/dist/types/components/popover.d.ts +3 -3
- package/dist/types/components/popover.d.ts.map +1 -1
- package/dist/types/components/record-field/record-field-label.d.ts +1 -1
- package/dist/types/components/record-field/record-field.d.ts +1 -1
- package/dist/types/components/record-field/record-field.types.d.ts +2 -2
- package/dist/types/components/record-field/record-field.types.d.ts.map +1 -1
- package/dist/types/components/tabs/index.d.ts +1 -1
- package/dist/types/components/tabs/panel.d.ts +1 -1
- package/dist/types/components/tabs/tab-bar.d.ts +1 -1
- package/dist/types/components/tabs/tab.d.ts +1 -1
- package/dist/types/components/tooltip.d.ts +1 -1
- package/dist/types/layout/flex.d.ts +2 -2
- package/dist/types/layout/footer.d.ts +1 -1
- package/dist/types/layout/grid/grid-item.d.ts +1 -1
- package/dist/types/layout/grid/grid.d.ts +1 -1
- package/dist/types/layout/header-footer-page.d.ts +1 -1
- package/dist/types/layout/header.d.ts +1 -1
- package/dist/types/layout/page-header.d.ts +1 -1
- package/dist/types/layout/responsive-columns.d.ts +1 -1
- package/dist/types/layout/split-row.d.ts +2 -2
- package/dist/types/mixins/component-utils.d.ts +3 -3
- package/dist/types/mixins/component-utils.d.ts.map +1 -1
- package/dist/types/storybook/colors.stories.d.ts +2 -2
- package/dist/types/styles/global-styles.d.ts +1 -1
- package/dist/types/styles/spacing.d.ts +1 -1
- package/dist/types/styles/spacing.d.ts.map +1 -1
- package/dist/types/surfaces/card/card.d.ts +2 -0
- package/dist/types/surfaces/card/card.d.ts.map +1 -1
- package/dist/types/surfaces/paper.d.ts +1 -1
- package/dist/types/utils/lit-utils.d.ts +2 -3
- package/dist/types/utils/lit-utils.d.ts.map +1 -1
- package/dist/types/utils/test-utils.d.ts +1 -1
- package/dist/types/utils/test-utils.d.ts.map +1 -1
- package/package.json +3 -2
|
@@ -176,97 +176,6 @@
|
|
|
176
176
|
}
|
|
177
177
|
]
|
|
178
178
|
},
|
|
179
|
-
{
|
|
180
|
-
"kind": "javascript-module",
|
|
181
|
-
"path": "src/helpers/css-helpers.ts",
|
|
182
|
-
"declarations": [
|
|
183
|
-
{
|
|
184
|
-
"kind": "function",
|
|
185
|
-
"name": "getFocusStyles",
|
|
186
|
-
"parameters": [
|
|
187
|
-
{
|
|
188
|
-
"name": "selector",
|
|
189
|
-
"type": {
|
|
190
|
-
"text": "string"
|
|
191
|
-
},
|
|
192
|
-
"description": "A CSS selector targeting an interactive element."
|
|
193
|
-
},
|
|
194
|
-
{
|
|
195
|
-
"name": "extraRules",
|
|
196
|
-
"default": "css``",
|
|
197
|
-
"description": "Optional rules to append. Useful for overrides."
|
|
198
|
-
}
|
|
199
|
-
],
|
|
200
|
-
"description": "Returns a CSSResult applying focus outline styles to a given interactive\nelement. Reduces repetition throughout multiple components.\n\nTargets modern `:focus-visible` by default and includes a `:focus` fallback\nfor older browsers."
|
|
201
|
-
},
|
|
202
|
-
{
|
|
203
|
-
"kind": "variable",
|
|
204
|
-
"name": "invisibleButtonRules",
|
|
205
|
-
"default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
|
|
206
|
-
"description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
|
|
207
|
-
},
|
|
208
|
-
{
|
|
209
|
-
"kind": "function",
|
|
210
|
-
"name": "getInvisibleButtonStyles",
|
|
211
|
-
"parameters": [
|
|
212
|
-
{
|
|
213
|
-
"name": "selector",
|
|
214
|
-
"type": {
|
|
215
|
-
"text": "string"
|
|
216
|
-
},
|
|
217
|
-
"description": "A CSS selector targeting a button"
|
|
218
|
-
},
|
|
219
|
-
{
|
|
220
|
-
"name": "extraRules",
|
|
221
|
-
"default": "css``",
|
|
222
|
-
"description": "Optional rules to append. Useful for overrides."
|
|
223
|
-
}
|
|
224
|
-
],
|
|
225
|
-
"description": "Returns a CSSResult applying invisible styles to a button matching the given\nselector. Invisible buttons are a common pattern for icon-only close buttons.\n\nSince this applies to buttons, default focus styles are also automatically\nincluded for the selector. If you don't need them, or need to customise them,\nuse `invisibleButtonStyles` and `getFocusStyles()` separately instead."
|
|
226
|
-
}
|
|
227
|
-
],
|
|
228
|
-
"exports": [
|
|
229
|
-
{
|
|
230
|
-
"kind": "js",
|
|
231
|
-
"name": "getFocusStyles",
|
|
232
|
-
"declaration": {
|
|
233
|
-
"name": "getFocusStyles",
|
|
234
|
-
"module": "src/helpers/css-helpers.ts"
|
|
235
|
-
}
|
|
236
|
-
},
|
|
237
|
-
{
|
|
238
|
-
"kind": "js",
|
|
239
|
-
"name": "invisibleButtonRules",
|
|
240
|
-
"declaration": {
|
|
241
|
-
"name": "invisibleButtonRules",
|
|
242
|
-
"module": "src/helpers/css-helpers.ts"
|
|
243
|
-
}
|
|
244
|
-
},
|
|
245
|
-
{
|
|
246
|
-
"kind": "js",
|
|
247
|
-
"name": "getInvisibleButtonStyles",
|
|
248
|
-
"declaration": {
|
|
249
|
-
"name": "getInvisibleButtonStyles",
|
|
250
|
-
"module": "src/helpers/css-helpers.ts"
|
|
251
|
-
}
|
|
252
|
-
}
|
|
253
|
-
]
|
|
254
|
-
},
|
|
255
|
-
{
|
|
256
|
-
"kind": "javascript-module",
|
|
257
|
-
"path": "src/helpers/index.ts",
|
|
258
|
-
"declarations": [],
|
|
259
|
-
"exports": [
|
|
260
|
-
{
|
|
261
|
-
"kind": "js",
|
|
262
|
-
"name": "*",
|
|
263
|
-
"declaration": {
|
|
264
|
-
"name": "*",
|
|
265
|
-
"package": "./css-helpers"
|
|
266
|
-
}
|
|
267
|
-
}
|
|
268
|
-
]
|
|
269
|
-
},
|
|
270
179
|
{
|
|
271
180
|
"kind": "javascript-module",
|
|
272
181
|
"path": "src/components/alert.ts",
|
|
@@ -18862,6 +18771,97 @@
|
|
|
18862
18771
|
}
|
|
18863
18772
|
]
|
|
18864
18773
|
},
|
|
18774
|
+
{
|
|
18775
|
+
"kind": "javascript-module",
|
|
18776
|
+
"path": "src/helpers/css-helpers.ts",
|
|
18777
|
+
"declarations": [
|
|
18778
|
+
{
|
|
18779
|
+
"kind": "function",
|
|
18780
|
+
"name": "getFocusStyles",
|
|
18781
|
+
"parameters": [
|
|
18782
|
+
{
|
|
18783
|
+
"name": "selector",
|
|
18784
|
+
"type": {
|
|
18785
|
+
"text": "string"
|
|
18786
|
+
},
|
|
18787
|
+
"description": "A CSS selector targeting an interactive element."
|
|
18788
|
+
},
|
|
18789
|
+
{
|
|
18790
|
+
"name": "extraRules",
|
|
18791
|
+
"default": "css``",
|
|
18792
|
+
"description": "Optional rules to append. Useful for overrides."
|
|
18793
|
+
}
|
|
18794
|
+
],
|
|
18795
|
+
"description": "Returns a CSSResult applying focus outline styles to a given interactive\nelement. Reduces repetition throughout multiple components.\n\nTargets modern `:focus-visible` by default and includes a `:focus` fallback\nfor older browsers."
|
|
18796
|
+
},
|
|
18797
|
+
{
|
|
18798
|
+
"kind": "variable",
|
|
18799
|
+
"name": "invisibleButtonRules",
|
|
18800
|
+
"default": "css`\n background: none;\n border: 0;\n border-radius: var(--brz-border-radius-default);\n color: var(--brz-color-neutral-750);\n cursor: pointer;\n display: inline-flex;\n font: inherit;\n margin: 0;\n padding: 0;\n`",
|
|
18801
|
+
"description": "CSS rules to apply invisible styles to buttons. Use within a CSS declaration\nblock."
|
|
18802
|
+
},
|
|
18803
|
+
{
|
|
18804
|
+
"kind": "function",
|
|
18805
|
+
"name": "getInvisibleButtonStyles",
|
|
18806
|
+
"parameters": [
|
|
18807
|
+
{
|
|
18808
|
+
"name": "selector",
|
|
18809
|
+
"type": {
|
|
18810
|
+
"text": "string"
|
|
18811
|
+
},
|
|
18812
|
+
"description": "A CSS selector targeting a button"
|
|
18813
|
+
},
|
|
18814
|
+
{
|
|
18815
|
+
"name": "extraRules",
|
|
18816
|
+
"default": "css``",
|
|
18817
|
+
"description": "Optional rules to append. Useful for overrides."
|
|
18818
|
+
}
|
|
18819
|
+
],
|
|
18820
|
+
"description": "Returns a CSSResult applying invisible styles to a button matching the given\nselector. Invisible buttons are a common pattern for icon-only close buttons.\n\nSince this applies to buttons, default focus styles are also automatically\nincluded for the selector. If you don't need them, or need to customise them,\nuse `invisibleButtonStyles` and `getFocusStyles()` separately instead."
|
|
18821
|
+
}
|
|
18822
|
+
],
|
|
18823
|
+
"exports": [
|
|
18824
|
+
{
|
|
18825
|
+
"kind": "js",
|
|
18826
|
+
"name": "getFocusStyles",
|
|
18827
|
+
"declaration": {
|
|
18828
|
+
"name": "getFocusStyles",
|
|
18829
|
+
"module": "src/helpers/css-helpers.ts"
|
|
18830
|
+
}
|
|
18831
|
+
},
|
|
18832
|
+
{
|
|
18833
|
+
"kind": "js",
|
|
18834
|
+
"name": "invisibleButtonRules",
|
|
18835
|
+
"declaration": {
|
|
18836
|
+
"name": "invisibleButtonRules",
|
|
18837
|
+
"module": "src/helpers/css-helpers.ts"
|
|
18838
|
+
}
|
|
18839
|
+
},
|
|
18840
|
+
{
|
|
18841
|
+
"kind": "js",
|
|
18842
|
+
"name": "getInvisibleButtonStyles",
|
|
18843
|
+
"declaration": {
|
|
18844
|
+
"name": "getInvisibleButtonStyles",
|
|
18845
|
+
"module": "src/helpers/css-helpers.ts"
|
|
18846
|
+
}
|
|
18847
|
+
}
|
|
18848
|
+
]
|
|
18849
|
+
},
|
|
18850
|
+
{
|
|
18851
|
+
"kind": "javascript-module",
|
|
18852
|
+
"path": "src/helpers/index.ts",
|
|
18853
|
+
"declarations": [],
|
|
18854
|
+
"exports": [
|
|
18855
|
+
{
|
|
18856
|
+
"kind": "js",
|
|
18857
|
+
"name": "*",
|
|
18858
|
+
"declaration": {
|
|
18859
|
+
"name": "*",
|
|
18860
|
+
"package": "./css-helpers"
|
|
18861
|
+
}
|
|
18862
|
+
}
|
|
18863
|
+
]
|
|
18864
|
+
},
|
|
18865
18865
|
{
|
|
18866
18866
|
"kind": "javascript-module",
|
|
18867
18867
|
"path": "src/layout/flex.ts",
|
|
@@ -19868,115 +19868,6 @@
|
|
|
19868
19868
|
}
|
|
19869
19869
|
]
|
|
19870
19870
|
},
|
|
19871
|
-
{
|
|
19872
|
-
"kind": "javascript-module",
|
|
19873
|
-
"path": "src/surfaces/index.ts",
|
|
19874
|
-
"declarations": [],
|
|
19875
|
-
"exports": [
|
|
19876
|
-
{
|
|
19877
|
-
"kind": "js",
|
|
19878
|
-
"name": "*",
|
|
19879
|
-
"declaration": {
|
|
19880
|
-
"name": "*",
|
|
19881
|
-
"package": "./card"
|
|
19882
|
-
}
|
|
19883
|
-
},
|
|
19884
|
-
{
|
|
19885
|
-
"kind": "js",
|
|
19886
|
-
"name": "*",
|
|
19887
|
-
"declaration": {
|
|
19888
|
-
"name": "*",
|
|
19889
|
-
"package": "./paper"
|
|
19890
|
-
}
|
|
19891
|
-
}
|
|
19892
|
-
]
|
|
19893
|
-
},
|
|
19894
|
-
{
|
|
19895
|
-
"kind": "javascript-module",
|
|
19896
|
-
"path": "src/surfaces/paper.ts",
|
|
19897
|
-
"declarations": [
|
|
19898
|
-
{
|
|
19899
|
-
"kind": "variable",
|
|
19900
|
-
"name": "PAPER"
|
|
19901
|
-
},
|
|
19902
|
-
{
|
|
19903
|
-
"kind": "class",
|
|
19904
|
-
"description": "Paper component.",
|
|
19905
|
-
"name": "Paper",
|
|
19906
|
-
"members": [
|
|
19907
|
-
{
|
|
19908
|
-
"kind": "field",
|
|
19909
|
-
"name": "hasBorder",
|
|
19910
|
-
"type": {
|
|
19911
|
-
"text": "boolean"
|
|
19912
|
-
},
|
|
19913
|
-
"default": "false",
|
|
19914
|
-
"attribute": "has-border",
|
|
19915
|
-
"reflects": true
|
|
19916
|
-
},
|
|
19917
|
-
{
|
|
19918
|
-
"kind": "field",
|
|
19919
|
-
"name": "level",
|
|
19920
|
-
"type": {
|
|
19921
|
-
"text": "number"
|
|
19922
|
-
},
|
|
19923
|
-
"default": "1",
|
|
19924
|
-
"attribute": "level",
|
|
19925
|
-
"reflects": true
|
|
19926
|
-
}
|
|
19927
|
-
],
|
|
19928
|
-
"attributes": [
|
|
19929
|
-
{
|
|
19930
|
-
"name": "has-border",
|
|
19931
|
-
"type": {
|
|
19932
|
-
"text": "boolean"
|
|
19933
|
-
},
|
|
19934
|
-
"default": "false",
|
|
19935
|
-
"fieldName": "hasBorder"
|
|
19936
|
-
},
|
|
19937
|
-
{
|
|
19938
|
-
"name": "level",
|
|
19939
|
-
"type": {
|
|
19940
|
-
"text": "number"
|
|
19941
|
-
},
|
|
19942
|
-
"default": "1",
|
|
19943
|
-
"fieldName": "level"
|
|
19944
|
-
}
|
|
19945
|
-
],
|
|
19946
|
-
"superclass": {
|
|
19947
|
-
"name": "LitElement",
|
|
19948
|
-
"package": "lit"
|
|
19949
|
-
},
|
|
19950
|
-
"tagName": "brz-paper",
|
|
19951
|
-
"customElement": true
|
|
19952
|
-
}
|
|
19953
|
-
],
|
|
19954
|
-
"exports": [
|
|
19955
|
-
{
|
|
19956
|
-
"kind": "js",
|
|
19957
|
-
"name": "PAPER",
|
|
19958
|
-
"declaration": {
|
|
19959
|
-
"name": "PAPER",
|
|
19960
|
-
"module": "src/surfaces/paper.ts"
|
|
19961
|
-
}
|
|
19962
|
-
},
|
|
19963
|
-
{
|
|
19964
|
-
"kind": "js",
|
|
19965
|
-
"name": "Paper",
|
|
19966
|
-
"declaration": {
|
|
19967
|
-
"name": "Paper",
|
|
19968
|
-
"module": "src/surfaces/paper.ts"
|
|
19969
|
-
}
|
|
19970
|
-
},
|
|
19971
|
-
{
|
|
19972
|
-
"kind": "custom-element-definition",
|
|
19973
|
-
"declaration": {
|
|
19974
|
-
"name": "Paper",
|
|
19975
|
-
"module": "src/surfaces/paper.ts"
|
|
19976
|
-
}
|
|
19977
|
-
}
|
|
19978
|
-
]
|
|
19979
|
-
},
|
|
19980
19871
|
{
|
|
19981
19872
|
"kind": "javascript-module",
|
|
19982
19873
|
"path": "src/styles/borders.ts",
|
|
@@ -20271,6 +20162,115 @@
|
|
|
20271
20162
|
}
|
|
20272
20163
|
]
|
|
20273
20164
|
},
|
|
20165
|
+
{
|
|
20166
|
+
"kind": "javascript-module",
|
|
20167
|
+
"path": "src/surfaces/index.ts",
|
|
20168
|
+
"declarations": [],
|
|
20169
|
+
"exports": [
|
|
20170
|
+
{
|
|
20171
|
+
"kind": "js",
|
|
20172
|
+
"name": "*",
|
|
20173
|
+
"declaration": {
|
|
20174
|
+
"name": "*",
|
|
20175
|
+
"package": "./card"
|
|
20176
|
+
}
|
|
20177
|
+
},
|
|
20178
|
+
{
|
|
20179
|
+
"kind": "js",
|
|
20180
|
+
"name": "*",
|
|
20181
|
+
"declaration": {
|
|
20182
|
+
"name": "*",
|
|
20183
|
+
"package": "./paper"
|
|
20184
|
+
}
|
|
20185
|
+
}
|
|
20186
|
+
]
|
|
20187
|
+
},
|
|
20188
|
+
{
|
|
20189
|
+
"kind": "javascript-module",
|
|
20190
|
+
"path": "src/surfaces/paper.ts",
|
|
20191
|
+
"declarations": [
|
|
20192
|
+
{
|
|
20193
|
+
"kind": "variable",
|
|
20194
|
+
"name": "PAPER"
|
|
20195
|
+
},
|
|
20196
|
+
{
|
|
20197
|
+
"kind": "class",
|
|
20198
|
+
"description": "Paper component.",
|
|
20199
|
+
"name": "Paper",
|
|
20200
|
+
"members": [
|
|
20201
|
+
{
|
|
20202
|
+
"kind": "field",
|
|
20203
|
+
"name": "hasBorder",
|
|
20204
|
+
"type": {
|
|
20205
|
+
"text": "boolean"
|
|
20206
|
+
},
|
|
20207
|
+
"default": "false",
|
|
20208
|
+
"attribute": "has-border",
|
|
20209
|
+
"reflects": true
|
|
20210
|
+
},
|
|
20211
|
+
{
|
|
20212
|
+
"kind": "field",
|
|
20213
|
+
"name": "level",
|
|
20214
|
+
"type": {
|
|
20215
|
+
"text": "number"
|
|
20216
|
+
},
|
|
20217
|
+
"default": "1",
|
|
20218
|
+
"attribute": "level",
|
|
20219
|
+
"reflects": true
|
|
20220
|
+
}
|
|
20221
|
+
],
|
|
20222
|
+
"attributes": [
|
|
20223
|
+
{
|
|
20224
|
+
"name": "has-border",
|
|
20225
|
+
"type": {
|
|
20226
|
+
"text": "boolean"
|
|
20227
|
+
},
|
|
20228
|
+
"default": "false",
|
|
20229
|
+
"fieldName": "hasBorder"
|
|
20230
|
+
},
|
|
20231
|
+
{
|
|
20232
|
+
"name": "level",
|
|
20233
|
+
"type": {
|
|
20234
|
+
"text": "number"
|
|
20235
|
+
},
|
|
20236
|
+
"default": "1",
|
|
20237
|
+
"fieldName": "level"
|
|
20238
|
+
}
|
|
20239
|
+
],
|
|
20240
|
+
"superclass": {
|
|
20241
|
+
"name": "LitElement",
|
|
20242
|
+
"package": "lit"
|
|
20243
|
+
},
|
|
20244
|
+
"tagName": "brz-paper",
|
|
20245
|
+
"customElement": true
|
|
20246
|
+
}
|
|
20247
|
+
],
|
|
20248
|
+
"exports": [
|
|
20249
|
+
{
|
|
20250
|
+
"kind": "js",
|
|
20251
|
+
"name": "PAPER",
|
|
20252
|
+
"declaration": {
|
|
20253
|
+
"name": "PAPER",
|
|
20254
|
+
"module": "src/surfaces/paper.ts"
|
|
20255
|
+
}
|
|
20256
|
+
},
|
|
20257
|
+
{
|
|
20258
|
+
"kind": "js",
|
|
20259
|
+
"name": "Paper",
|
|
20260
|
+
"declaration": {
|
|
20261
|
+
"name": "Paper",
|
|
20262
|
+
"module": "src/surfaces/paper.ts"
|
|
20263
|
+
}
|
|
20264
|
+
},
|
|
20265
|
+
{
|
|
20266
|
+
"kind": "custom-element-definition",
|
|
20267
|
+
"declaration": {
|
|
20268
|
+
"name": "Paper",
|
|
20269
|
+
"module": "src/surfaces/paper.ts"
|
|
20270
|
+
}
|
|
20271
|
+
}
|
|
20272
|
+
]
|
|
20273
|
+
},
|
|
20274
20274
|
{
|
|
20275
20275
|
"kind": "javascript-module",
|
|
20276
20276
|
"path": "src/utils/findParentWithType.ts",
|
|
@@ -33693,6 +33693,12 @@
|
|
|
33693
33693
|
"kind": "class",
|
|
33694
33694
|
"description": "Use Cards to layout contextual sections of content.",
|
|
33695
33695
|
"name": "Card",
|
|
33696
|
+
"cssParts": [
|
|
33697
|
+
{
|
|
33698
|
+
"description": "Apply custom styles to the card element",
|
|
33699
|
+
"name": "card"
|
|
33700
|
+
}
|
|
33701
|
+
],
|
|
33696
33702
|
"slots": [
|
|
33697
33703
|
{
|
|
33698
33704
|
"description": "Flexible content slot to populate the Card body.",
|