@redvars/peacock 3.6.2 → 3.7.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/ButtonConstants-D06bY4uy.js +114 -0
- package/dist/ButtonConstants-D06bY4uy.js.map +1 -0
- package/dist/{BaseHyperlinkMixin-BNuwbiEf.js → NativeHyperlinkMixin-DrYXyfMQ.js} +8 -10
- package/dist/NativeHyperlinkMixin-DrYXyfMQ.js.map +1 -0
- package/dist/assets/components.css +1 -1
- package/dist/assets/components.css.map +1 -1
- package/dist/assets/styles.css +1 -1
- package/dist/assets/styles.css.map +1 -1
- package/dist/button-colors-Dwnez1tR.js +586 -0
- package/dist/button-colors-Dwnez1tR.js.map +1 -0
- package/dist/button-group.js +8 -8
- package/dist/button-group.js.map +1 -1
- package/dist/button.js +236 -133
- package/dist/button.js.map +1 -1
- package/dist/calendar-column-view.js +0 -1
- package/dist/calendar-column-view.js.map +1 -1
- package/dist/calendar-month-view.js +0 -1
- package/dist/calendar-month-view.js.map +1 -1
- package/dist/canvas.js +126 -107
- package/dist/canvas.js.map +1 -1
- package/dist/card-content.js +0 -1
- package/dist/card-content.js.map +1 -1
- package/dist/card.js +96 -90
- package/dist/card.js.map +1 -1
- package/dist/cb-compound-expression.js +4 -1
- package/dist/cb-compound-expression.js.map +1 -1
- package/dist/cb-divider.js +0 -1
- package/dist/cb-divider.js.map +1 -1
- package/dist/cb-expression.js +0 -2
- package/dist/cb-expression.js.map +1 -1
- package/dist/cb-predicate.js +0 -1
- package/dist/cb-predicate.js.map +1 -1
- package/dist/code-highlighter.js +23 -6
- package/dist/code-highlighter.js.map +1 -1
- package/dist/custom-elements-jsdocs.json +5079 -17882
- package/dist/custom-elements.json +19272 -19314
- package/dist/fab.js +181 -117
- package/dist/fab.js.map +1 -1
- package/dist/flow-designer.js +4 -4
- package/dist/icon-button-DJ0kZXYr.js +318 -0
- package/dist/icon-button-DJ0kZXYr.js.map +1 -0
- package/dist/index.js +7 -7
- package/dist/{navigation-rail-CD7IrqbN.js → navigation-rail-CM_svs5_.js} +1311 -730
- package/dist/navigation-rail-CM_svs5_.js.map +1 -0
- package/dist/observe-slot-change-D8Xg-kSS.js +60 -0
- package/dist/observe-slot-change-D8Xg-kSS.js.map +1 -0
- package/dist/peacock-loader.js +10 -7
- package/dist/peacock-loader.js.map +1 -1
- package/dist/popover-content.js +0 -1
- package/dist/popover-content.js.map +1 -1
- package/dist/search.js +15 -15
- package/dist/search.js.map +1 -1
- package/dist/src/__controllers/attachable-controller.d.ts +109 -0
- package/dist/src/__mixins/{BaseButtonMixin.d.ts → NativeButtonMixin.d.ts} +3 -3
- package/dist/src/__mixins/{BaseHyperlinkMixin.d.ts → NativeHyperlinkMixin.d.ts} +3 -4
- package/dist/src/__utils/is-link.d.ts +1 -0
- package/dist/src/__utils/observe-slot-change.d.ts +1 -1
- package/dist/src/accordion/accordion-item.d.ts +0 -1
- package/dist/src/breadcrumb/breadcrumb-item/breadcrumb-item.d.ts +0 -1
- package/dist/src/button/ButtonConstants.d.ts +1 -0
- package/dist/src/button/GroupButtonInterface.d.ts +4 -0
- package/dist/src/button/button/button.d.ts +32 -7
- package/dist/src/button/button-group/button-group.d.ts +2 -1
- package/dist/src/button/icon-button/icon-button.d.ts +26 -5
- package/dist/src/button/index.d.ts +1 -1
- package/dist/src/calendar/calendar-column-view.d.ts +0 -1
- package/dist/src/calendar/calendar-month-view.d.ts +0 -1
- package/dist/src/canvas/canvas.d.ts +3 -3
- package/dist/src/card/card-content.d.ts +0 -1
- package/dist/src/card/card.d.ts +9 -6
- package/dist/src/chip/chip/chip.d.ts +22 -3
- package/dist/src/condition-builder/cb-compound-expression.d.ts +0 -1
- package/dist/src/condition-builder/cb-divider.d.ts +0 -1
- package/dist/src/condition-builder/cb-expression.d.ts +0 -1
- package/dist/src/condition-builder/cb-predicate.d.ts +0 -1
- package/dist/src/fab/fab.d.ts +20 -6
- package/dist/src/field/field.d.ts +1 -0
- package/dist/src/focus-ring/focus-ring.d.ts +26 -20
- package/dist/src/image/image.d.ts +2 -2
- package/dist/src/index.d.ts +1 -0
- package/dist/src/input/input.d.ts +1 -3
- package/dist/src/item/index.d.ts +1 -0
- package/dist/src/item/item.d.ts +49 -0
- package/dist/src/link/link.d.ts +1 -1
- package/dist/src/list/list-item.d.ts +1 -2
- package/dist/src/menu/menu-item/menu-item.d.ts +9 -11
- package/dist/src/menu/sub-menu/sub-menu.d.ts +1 -1
- package/dist/src/navigation-rail/navigation-rail-item.d.ts +0 -2
- package/dist/src/navigation-rail/navigation-rail.d.ts +2 -6
- package/dist/src/popover/popover-content.d.ts +0 -1
- package/dist/src/ripple/ripple.d.ts +9 -1
- package/dist/src/search/search.d.ts +2 -6
- package/dist/src/segmented-button/segmented-button.d.ts +0 -1
- package/dist/src/select/option.d.ts +0 -1
- package/dist/src/sidebar-menu/sidebar-menu-item.d.ts +0 -1
- package/dist/src/sidebar-menu/sidebar-sub-menu.d.ts +0 -1
- package/dist/src/tabs/tab-panel.d.ts +0 -1
- package/dist/src/tabs/tab.d.ts +4 -6
- package/dist/test/item.test.d.ts +1 -0
- package/dist/tsconfig.tsbuildinfo +1 -1
- package/package.json +4 -2
- package/readme.md +2 -2
- package/scss/components.scss +0 -1
- package/scss/mixin.scss +33 -13
- package/scss/styles.scss +1 -3
- package/src/__controllers/attachable-controller.ts +198 -0
- package/src/__mixins/NativeButtonMixin.ts +87 -0
- package/src/__mixins/{BaseHyperlinkMixin.ts → NativeHyperlinkMixin.ts} +15 -15
- package/src/__utils/is-link.ts +3 -0
- package/src/__utils/observe-slot-change.ts +46 -14
- package/src/accordion/accordion-item.scss +1 -1
- package/src/accordion/accordion-item.ts +0 -1
- package/src/breadcrumb/breadcrumb-item/breadcrumb-item.ts +0 -1
- package/src/button/ButtonConstants.ts +1 -0
- package/src/button/GroupButtonInterface.ts +4 -0
- package/src/button/button/button-colors.scss +2 -2
- package/src/button/button/button-layers.scss +124 -0
- package/src/button/button/button-sizes.scss +31 -53
- package/src/button/button/button.scss +139 -262
- package/src/button/button/button.ts +260 -106
- package/src/button/button/only-button.scss +13 -0
- package/src/button/button-group/button-group.ts +59 -17
- package/src/button/icon-button/icon-button-sizes.scss +12 -27
- package/src/button/icon-button/icon-button.ts +191 -83
- package/src/button/index.ts +1 -1
- package/src/calendar/calendar-column-view.ts +0 -1
- package/src/calendar/calendar-month-view.ts +0 -1
- package/src/canvas/canvas.scss +18 -6
- package/src/canvas/canvas.ts +125 -103
- package/src/card/card-content.ts +2 -3
- package/src/card/card.scss +87 -95
- package/src/card/card.ts +62 -60
- package/src/chip/chip/chip.scss +66 -71
- package/src/chip/chip/chip.ts +155 -56
- package/src/code-highlighter/code-highlighter.scss +1 -1
- package/src/code-highlighter/code-highlighter.ts +20 -5
- package/src/condition-builder/cb-compound-expression.scss +4 -0
- package/src/condition-builder/cb-compound-expression.ts +0 -1
- package/src/condition-builder/cb-divider.ts +0 -1
- package/src/condition-builder/cb-expression.scss +0 -1
- package/src/condition-builder/cb-expression.ts +0 -1
- package/src/condition-builder/cb-predicate.ts +0 -1
- package/src/elevation/elevation.scss +5 -1
- package/src/empty-state/empty-state.scss +1 -0
- package/src/fab/fab-colors.scss +2 -2
- package/src/fab/fab-sizes.scss +24 -34
- package/src/fab/fab.scss +77 -71
- package/src/fab/fab.ts +141 -65
- package/src/field/field.ts +6 -0
- package/src/focus-ring/focus-ring.ts +81 -72
- package/src/image/image.scss +21 -16
- package/src/image/image.ts +13 -14
- package/src/index.ts +1 -0
- package/src/input/input.ts +16 -25
- package/src/item/index.ts +1 -0
- package/src/item/item.scss +195 -0
- package/src/item/item.ts +362 -0
- package/src/link/link.scss +1 -10
- package/src/link/link.ts +4 -2
- package/src/list/list-item.ts +8 -8
- package/src/menu/menu/menu.ts +5 -9
- package/src/menu/menu-item/menu-item.scss +30 -108
- package/src/menu/menu-item/menu-item.ts +102 -133
- package/src/menu/sub-menu/sub-menu.ts +6 -3
- package/src/navigation-rail/navigation-rail-item.scss +5 -0
- package/src/navigation-rail/navigation-rail-item.ts +10 -15
- package/src/navigation-rail/navigation-rail.ts +2 -6
- package/src/peacock-loader.ts +5 -1
- package/src/popover/popover-content.ts +0 -1
- package/src/ripple/ripple.ts +52 -20
- package/src/search/search.scss +3 -0
- package/src/search/search.ts +11 -16
- package/src/segmented-button/segmented-button.ts +0 -1
- package/src/select/option.ts +1 -2
- package/src/select/select.scss +1 -10
- package/src/select/select.ts +2 -0
- package/src/sidebar-menu/sidebar-menu-item.ts +0 -1
- package/src/sidebar-menu/sidebar-sub-menu.ts +0 -1
- package/src/skeleton/skeleton.scss +5 -1
- package/src/tabs/tab-panel.ts +0 -1
- package/src/tabs/tab.ts +60 -70
- package/src/text/text.css-component.scss +3 -21
- package/src/tooltip/tooltip.scss +5 -8
- package/src/tooltip/tooltip.ts +1 -2
- package/dist/BaseButton-BNFAYn-S.js +0 -219
- package/dist/BaseButton-BNFAYn-S.js.map +0 -1
- package/dist/BaseHyperlinkMixin-BNuwbiEf.js.map +0 -1
- package/dist/button-colors-AvGh22Zn.js +0 -561
- package/dist/button-colors-AvGh22Zn.js.map +0 -1
- package/dist/icon-button-ohxHhy4t.js +0 -247
- package/dist/icon-button-ohxHhy4t.js.map +0 -1
- package/dist/navigation-rail-CD7IrqbN.js.map +0 -1
- package/dist/observe-slot-change-BGJfgg2E.js +0 -31
- package/dist/observe-slot-change-BGJfgg2E.js.map +0 -1
- package/dist/src/button/BaseButton.d.ts +0 -28
- package/dist/src/focus-ring/FocusAttachableController.d.ts +0 -8
- package/src/__mixins/BaseButtonMixin.ts +0 -83
- package/src/button/BaseButton.ts +0 -113
- package/src/focus-ring/FocusAttachableController.ts +0 -28
- package/src/popover/tooltip.css-component.scss +0 -19
|
@@ -0,0 +1,586 @@
|
|
|
1
|
+
import { a as i } from './IndividualComponent-DUINtMGK.js';
|
|
2
|
+
|
|
3
|
+
/**
|
|
4
|
+
* @license
|
|
5
|
+
* Copyright 2021 Google LLC
|
|
6
|
+
* SPDX-License-Identifier: BSD-3-Clause
|
|
7
|
+
*/
|
|
8
|
+
function n(n,r,t){return n?r(n):t?.(n)}
|
|
9
|
+
|
|
10
|
+
var css_248z$2 = i`* {
|
|
11
|
+
box-sizing: border-box;
|
|
12
|
+
}
|
|
13
|
+
|
|
14
|
+
.screen-reader-only {
|
|
15
|
+
display: none !important;
|
|
16
|
+
}
|
|
17
|
+
|
|
18
|
+
:host {
|
|
19
|
+
--button-icon-size: unset;
|
|
20
|
+
--button-container-padding: unset;
|
|
21
|
+
--button-container-shape: var(--shape-corner-medium);
|
|
22
|
+
--button-container-shape-start-start: unset;
|
|
23
|
+
--button-container-shape-start-end: unset;
|
|
24
|
+
--button-container-shape-end-start: unset;
|
|
25
|
+
--button-container-shape-end-end: unset;
|
|
26
|
+
--button-container-shape-variant: squircle;
|
|
27
|
+
}
|
|
28
|
+
|
|
29
|
+
:host {
|
|
30
|
+
position: relative;
|
|
31
|
+
display: inline-flex;
|
|
32
|
+
min-height: var(--button-height);
|
|
33
|
+
--private-button-container-shape-start-start: var(--button-container-shape-start-start, var(--button-container-shape));
|
|
34
|
+
--private-button-container-shape-start-end: var(--button-container-shape-start-end, var(--button-container-shape));
|
|
35
|
+
--private-button-container-shape-end-start: var(--button-container-shape-end-start, var(--button-container-shape));
|
|
36
|
+
--private-button-container-shape-end-end: var(--button-container-shape-end-end, var(--button-container-shape));
|
|
37
|
+
--private-button-container-shape-variant: var(--button-container-shape-variant);
|
|
38
|
+
}
|
|
39
|
+
|
|
40
|
+
/*
|
|
41
|
+
* Reset native button/link styles
|
|
42
|
+
*/
|
|
43
|
+
.native-button {
|
|
44
|
+
background: transparent;
|
|
45
|
+
border: none;
|
|
46
|
+
appearance: none;
|
|
47
|
+
margin: 0;
|
|
48
|
+
outline: none;
|
|
49
|
+
padding: 0;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
.native-link {
|
|
53
|
+
text-decoration: none;
|
|
54
|
+
color: inherit;
|
|
55
|
+
cursor: pointer;
|
|
56
|
+
}
|
|
57
|
+
.native-link:link, .native-link:visited, .native-link:hover, .native-link:active {
|
|
58
|
+
text-decoration: none;
|
|
59
|
+
color: inherit;
|
|
60
|
+
}
|
|
61
|
+
|
|
62
|
+
.button {
|
|
63
|
+
display: flex;
|
|
64
|
+
align-items: center;
|
|
65
|
+
justify-content: center;
|
|
66
|
+
height: var(--button-height);
|
|
67
|
+
padding: 0 var(--button-container-padding, var(--private-button-container-padding));
|
|
68
|
+
width: 100%;
|
|
69
|
+
z-index: 0;
|
|
70
|
+
cursor: pointer;
|
|
71
|
+
}
|
|
72
|
+
.button .label {
|
|
73
|
+
font-family: var(--font-family-sans) !important;
|
|
74
|
+
font-size: var(--private-button-font-size);
|
|
75
|
+
font-weight: var(--private-button-font-weight);
|
|
76
|
+
line-height: var(--private-button-line-height);
|
|
77
|
+
letter-spacing: var(--private-button-letter-spacing);
|
|
78
|
+
color: var(--private-button-label-text-color);
|
|
79
|
+
--icon-size: var(--button-icon-size, var(--private-button-icon-size));
|
|
80
|
+
--icon-color: var(--private-button-label-text-color);
|
|
81
|
+
pointer-events: none;
|
|
82
|
+
}
|
|
83
|
+
.button .touch {
|
|
84
|
+
position: absolute;
|
|
85
|
+
min-height: 2.5rem;
|
|
86
|
+
height: 100%;
|
|
87
|
+
width: 100%;
|
|
88
|
+
top: auto;
|
|
89
|
+
left: 0;
|
|
90
|
+
transform: translateY(-25%);
|
|
91
|
+
}
|
|
92
|
+
.button {
|
|
93
|
+
/* make the icon slot itself collapsible so removal animates smoothly */
|
|
94
|
+
}
|
|
95
|
+
.button .icon-slot {
|
|
96
|
+
display: inline-flex;
|
|
97
|
+
align-items: center;
|
|
98
|
+
overflow: hidden;
|
|
99
|
+
pointer-events: none;
|
|
100
|
+
}
|
|
101
|
+
.button .icon-slot::slotted(*) {
|
|
102
|
+
--icon-size: var(--button-icon-size, var(--private-button-icon-size));
|
|
103
|
+
--icon-color: var(--private-button-label-text-color);
|
|
104
|
+
opacity: var(--private-button-label-text-opacity, 1);
|
|
105
|
+
}
|
|
106
|
+
|
|
107
|
+
:host([disabled]), :host([soft-disabled]) {
|
|
108
|
+
cursor: not-allowed;
|
|
109
|
+
}
|
|
110
|
+
|
|
111
|
+
:host(:not([skeleton])) .skeleton {
|
|
112
|
+
display: none;
|
|
113
|
+
}
|
|
114
|
+
|
|
115
|
+
:host([skeleton]) .background {
|
|
116
|
+
display: none;
|
|
117
|
+
}
|
|
118
|
+
:host([skeleton]) .ripple {
|
|
119
|
+
display: none;
|
|
120
|
+
}
|
|
121
|
+
|
|
122
|
+
/**
|
|
123
|
+
* Button variant definitions
|
|
124
|
+
*/
|
|
125
|
+
:host([variant=elevated]) {
|
|
126
|
+
--private-button-container-color: var(--elevated-button-container-color);
|
|
127
|
+
--private-button-label-text-color: var(--elevated-button-label-text-color);
|
|
128
|
+
--private-button-container-elevation-level: 1;
|
|
129
|
+
--private-button-state-color: var(--private-button-label-text-color);
|
|
130
|
+
}
|
|
131
|
+
:host([variant=elevated]):host(:hover:not([disabled], [soft-disabled], [skeleton])) {
|
|
132
|
+
--private-button-container-elevation-level: 2;
|
|
133
|
+
--private-button-state-opacity: 0.08;
|
|
134
|
+
}
|
|
135
|
+
:host([variant=elevated]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) {
|
|
136
|
+
--private-button-container-elevation-level: 1;
|
|
137
|
+
--private-button-state-opacity: 0.12;
|
|
138
|
+
}
|
|
139
|
+
:host([variant=elevated]):host([disabled]) {
|
|
140
|
+
--private-button-container-color: var(--color-on-surface);
|
|
141
|
+
--private-button-container-opacity: 0.1;
|
|
142
|
+
--private-button-label-text-color: var(--color-on-surface);
|
|
143
|
+
--private-button-label-text-opacity: 0.38;
|
|
144
|
+
}
|
|
145
|
+
:host([variant=elevated]):host([disabled]) .ripple {
|
|
146
|
+
display: none;
|
|
147
|
+
}
|
|
148
|
+
|
|
149
|
+
:host([variant=filled]) {
|
|
150
|
+
--private-button-container-color: var(--filled-button-container-color);
|
|
151
|
+
--private-button-label-text-color: var(--filled-button-label-text-color);
|
|
152
|
+
--private-button-state-color: var(--private-button-label-text-color);
|
|
153
|
+
}
|
|
154
|
+
:host([variant=filled]):host(:hover:not([disabled], [soft-disabled], [skeleton])) {
|
|
155
|
+
--private-button-container-elevation-level: 1;
|
|
156
|
+
--private-button-state-opacity: 0.08;
|
|
157
|
+
}
|
|
158
|
+
:host([variant=filled]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) {
|
|
159
|
+
--private-button-container-elevation-level: 0;
|
|
160
|
+
--private-button-state-opacity: 0.1;
|
|
161
|
+
}
|
|
162
|
+
:host([variant=filled]):host([disabled]) {
|
|
163
|
+
--private-button-container-color: var(--color-on-surface);
|
|
164
|
+
--private-button-container-opacity: 0.1;
|
|
165
|
+
--private-button-label-text-color: var(--color-on-surface);
|
|
166
|
+
--private-button-label-text-opacity: 0.38;
|
|
167
|
+
}
|
|
168
|
+
:host([variant=filled]):host([disabled]) .ripple {
|
|
169
|
+
display: none;
|
|
170
|
+
}
|
|
171
|
+
|
|
172
|
+
:host([variant=tonal]) {
|
|
173
|
+
--private-button-container-color: var(--tonal-button-container-color);
|
|
174
|
+
--private-button-label-text-color: var(--tonal-button-label-text-color);
|
|
175
|
+
--private-button-state-color: var(--private-button-label-text-color);
|
|
176
|
+
}
|
|
177
|
+
:host([variant=tonal]):host(:hover:not([disabled], [soft-disabled], [skeleton])) {
|
|
178
|
+
--private-button-container-elevation-level: 1;
|
|
179
|
+
--private-button-state-opacity: 0.08;
|
|
180
|
+
}
|
|
181
|
+
:host([variant=tonal]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) {
|
|
182
|
+
--private-button-container-elevation-level: 0;
|
|
183
|
+
--private-button-state-opacity: 0.12;
|
|
184
|
+
}
|
|
185
|
+
:host([variant=tonal]):host([disabled]) {
|
|
186
|
+
--private-button-container-color: var(--color-on-surface);
|
|
187
|
+
--private-button-container-opacity: 0.1;
|
|
188
|
+
--private-button-label-text-color: var(--color-on-surface);
|
|
189
|
+
--private-button-label-text-opacity: 0.38;
|
|
190
|
+
}
|
|
191
|
+
:host([variant=tonal]):host([disabled]) .ripple {
|
|
192
|
+
display: none;
|
|
193
|
+
}
|
|
194
|
+
|
|
195
|
+
:host([variant=outlined]) {
|
|
196
|
+
--private-button-outline-width: var(--outlined-button-outline-width, 0.0675rem);
|
|
197
|
+
--private-button-outline-color: var(--outlined-button-outline-color);
|
|
198
|
+
--private-button-label-text-color: var(--outlined-button-label-text-color);
|
|
199
|
+
--private-button-state-color: var(--private-button-label-text-color);
|
|
200
|
+
}
|
|
201
|
+
:host([variant=outlined]):host(:hover:not([disabled], [soft-disabled], [skeleton])) {
|
|
202
|
+
--private-button-state-opacity: 0.08;
|
|
203
|
+
}
|
|
204
|
+
:host([variant=outlined]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) {
|
|
205
|
+
--private-button-state-opacity: 0.12;
|
|
206
|
+
}
|
|
207
|
+
:host([variant=outlined]):host([disabled]) {
|
|
208
|
+
--private-button-outline-color: var(--color-on-surface);
|
|
209
|
+
--private-button-label-text-color: var(--color-on-surface);
|
|
210
|
+
--private-button-label-text-opacity: 0.38;
|
|
211
|
+
--private-button-outline-opacity: 0.12;
|
|
212
|
+
}
|
|
213
|
+
:host([variant=outlined]):host([disabled]) .ripple {
|
|
214
|
+
display: none;
|
|
215
|
+
}
|
|
216
|
+
|
|
217
|
+
:host([variant=text]) {
|
|
218
|
+
--private-button-label-text-color: var(--text-button-label-text-color);
|
|
219
|
+
--private-button-state-color: var(--private-button-label-text-color);
|
|
220
|
+
}
|
|
221
|
+
:host([variant=text]):host(:hover:not([disabled], [soft-disabled], [skeleton])) {
|
|
222
|
+
--private-button-state-opacity: 0.08;
|
|
223
|
+
}
|
|
224
|
+
:host([variant=text]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) {
|
|
225
|
+
--private-button-state-opacity: 0.12;
|
|
226
|
+
}
|
|
227
|
+
:host([variant=text]):host([disabled]) {
|
|
228
|
+
--private-button-label-text-color: var(--color-on-surface);
|
|
229
|
+
--private-button-label-text-opacity: 0.38;
|
|
230
|
+
}
|
|
231
|
+
:host([variant=text]):host([disabled]) .ripple {
|
|
232
|
+
display: none;
|
|
233
|
+
}
|
|
234
|
+
|
|
235
|
+
:host([variant=neo]) {
|
|
236
|
+
--private-button-container-color: var(--neo-button-container-color);
|
|
237
|
+
--private-button-label-text-color: var(--neo-button-label-text-color);
|
|
238
|
+
--private-button-outline-width: var(--outlined-button-outline-width, 0.125rem);
|
|
239
|
+
--private-button-outline-color: var(--color-inverse-surface);
|
|
240
|
+
}
|
|
241
|
+
:host([variant=neo]) .focus-ring {
|
|
242
|
+
--focus-ring-color: var(--color-primary-container);
|
|
243
|
+
--focus-ring-inset: -2px;
|
|
244
|
+
}
|
|
245
|
+
:host([variant=neo]) .ripple {
|
|
246
|
+
display: none;
|
|
247
|
+
}
|
|
248
|
+
:host([variant=neo]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) .background, :host([variant=neo]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) .button, :host([variant=neo]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) .outline, :host([variant=neo]):host([pressed]:not([disabled], [soft-disabled], [skeleton])) .focus-ring {
|
|
249
|
+
transform: translateX(0.25rem) translateY(0.25rem);
|
|
250
|
+
}
|
|
251
|
+
:host([variant=neo]):host([disabled]) {
|
|
252
|
+
--private-button-container-color: var(--color-on-surface);
|
|
253
|
+
--private-button-container-opacity: 0.1;
|
|
254
|
+
--private-button-label-text-color: var(--color-on-surface);
|
|
255
|
+
--private-button-label-text-opacity: 0.38;
|
|
256
|
+
--private-button-outline-opacity: 0.12;
|
|
257
|
+
}
|
|
258
|
+
:host([variant=neo]):host([disabled]) .ripple {
|
|
259
|
+
display: none;
|
|
260
|
+
}
|
|
261
|
+
|
|
262
|
+
:host([block]) {
|
|
263
|
+
width: 100%;
|
|
264
|
+
}`;
|
|
265
|
+
|
|
266
|
+
var css_248z$1 = i`.button {
|
|
267
|
+
transition-property: inset, width, height, transform, border-radius, opacity;
|
|
268
|
+
transition-duration: 200ms;
|
|
269
|
+
transition-timing-function: var(--easing-standard);
|
|
270
|
+
will-change: inset, transform, border-radius, opacity;
|
|
271
|
+
}
|
|
272
|
+
|
|
273
|
+
.background {
|
|
274
|
+
display: block;
|
|
275
|
+
position: absolute;
|
|
276
|
+
inset: 0;
|
|
277
|
+
pointer-events: none;
|
|
278
|
+
background-color: var(--private-button-container-color);
|
|
279
|
+
opacity: var(--private-button-container-opacity, 1);
|
|
280
|
+
border-start-start-radius: var(--private-button-container-shape-start-start, var(--private-button-container-shape));
|
|
281
|
+
border-start-end-radius: var(--private-button-container-shape-start-end, var(--private-button-container-shape));
|
|
282
|
+
border-end-start-radius: var(--private-button-container-shape-end-start, var(--private-button-container-shape));
|
|
283
|
+
border-end-end-radius: var(--private-button-container-shape-end-end, var(--private-button-container-shape));
|
|
284
|
+
corner-shape: var(--private-button-container-shape-variant);
|
|
285
|
+
transition-property: inset, width, height, transform, border-radius, opacity;
|
|
286
|
+
transition-duration: 200ms;
|
|
287
|
+
transition-timing-function: var(--easing-standard);
|
|
288
|
+
will-change: inset, transform, border-radius, opacity;
|
|
289
|
+
}
|
|
290
|
+
|
|
291
|
+
.neo-background {
|
|
292
|
+
display: block;
|
|
293
|
+
position: absolute;
|
|
294
|
+
inset: 0;
|
|
295
|
+
pointer-events: none;
|
|
296
|
+
background: var(--color-inverse-surface);
|
|
297
|
+
transform: translateX(0.25rem) translateY(0.25rem);
|
|
298
|
+
border-start-start-radius: var(--private-button-container-shape-start-start, var(--private-button-container-shape));
|
|
299
|
+
border-start-end-radius: var(--private-button-container-shape-start-end, var(--private-button-container-shape));
|
|
300
|
+
border-end-start-radius: var(--private-button-container-shape-end-start, var(--private-button-container-shape));
|
|
301
|
+
border-end-end-radius: var(--private-button-container-shape-end-end, var(--private-button-container-shape));
|
|
302
|
+
corner-shape: var(--private-button-container-shape-variant);
|
|
303
|
+
transition-property: inset, width, height, transform, border-radius, opacity;
|
|
304
|
+
transition-duration: 200ms;
|
|
305
|
+
transition-timing-function: var(--easing-standard);
|
|
306
|
+
will-change: inset, transform, border-radius, opacity;
|
|
307
|
+
}
|
|
308
|
+
|
|
309
|
+
.focus-ring {
|
|
310
|
+
z-index: 2;
|
|
311
|
+
pointer-events: none;
|
|
312
|
+
--focus-ring-container-shape-start-start: var(--private-button-container-shape-start-start, var(--private-button-container-shape));
|
|
313
|
+
--focus-ring-container-shape-start-end: var(--private-button-container-shape-start-end, var(--private-button-container-shape));
|
|
314
|
+
--focus-ring-container-shape-end-start: var(--private-button-container-shape-end-start, var(--private-button-container-shape));
|
|
315
|
+
--focus-ring-container-shape-end-end: var(--private-button-container-shape-end-end, var(--private-button-container-shape));
|
|
316
|
+
--focus-ring-container-shape-variant: var(--private-button-container-shape-variant);
|
|
317
|
+
}
|
|
318
|
+
|
|
319
|
+
.ripple {
|
|
320
|
+
border-start-start-radius: var(--private-button-container-shape-start-start, var(--private-button-container-shape));
|
|
321
|
+
border-start-end-radius: var(--private-button-container-shape-start-end, var(--private-button-container-shape));
|
|
322
|
+
border-end-start-radius: var(--private-button-container-shape-end-start, var(--private-button-container-shape));
|
|
323
|
+
border-end-end-radius: var(--private-button-container-shape-end-end, var(--private-button-container-shape));
|
|
324
|
+
corner-shape: var(--private-button-container-shape-variant);
|
|
325
|
+
pointer-events: none;
|
|
326
|
+
--ripple-state-opacity: var(--private-button-state-opacity, 0);
|
|
327
|
+
--ripple-pressed-color: var(--private-button-state-color);
|
|
328
|
+
}
|
|
329
|
+
|
|
330
|
+
.skeleton {
|
|
331
|
+
display: block;
|
|
332
|
+
position: absolute;
|
|
333
|
+
inset: 0;
|
|
334
|
+
pointer-events: none;
|
|
335
|
+
z-index: 2;
|
|
336
|
+
--skeleton-container-shape-start-start: var(--private-button-container-shape-start-start, var(--private-button-container-shape));
|
|
337
|
+
--skeleton-container-shape-start-end: var(--private-button-container-shape-start-end, var(--private-button-container-shape));
|
|
338
|
+
--skeleton-container-shape-end-start: var(--private-button-container-shape-end-start, var(--private-button-container-shape));
|
|
339
|
+
--skeleton-container-shape-end-end: var(--private-button-container-shape-end-end, var(--private-button-container-shape));
|
|
340
|
+
--skeleton-container-shape-variant: var(--private-button-container-shape-variant);
|
|
341
|
+
}
|
|
342
|
+
|
|
343
|
+
.elevation {
|
|
344
|
+
pointer-events: none;
|
|
345
|
+
transition-duration: 280ms;
|
|
346
|
+
--elevation-container-shape-start-start: var(--private-button-container-shape-start-start, var(--private-button-container-shape));
|
|
347
|
+
--elevation-container-shape-start-end: var(--private-button-container-shape-start-end, var(--private-button-container-shape));
|
|
348
|
+
--elevation-container-shape-end-start: var(--private-button-container-shape-end-start, var(--private-button-container-shape));
|
|
349
|
+
--elevation-container-shape-end-end: var(--private-button-container-shape-end-end, var(--private-button-container-shape));
|
|
350
|
+
--elevation-container-shape-variant: var(--private-button-container-shape-variant);
|
|
351
|
+
--elevation-level: var(--private-button-container-elevation-level);
|
|
352
|
+
}
|
|
353
|
+
|
|
354
|
+
.outline {
|
|
355
|
+
display: block;
|
|
356
|
+
position: absolute;
|
|
357
|
+
inset: 0;
|
|
358
|
+
pointer-events: none;
|
|
359
|
+
z-index: 0;
|
|
360
|
+
border: var(--private-button-outline-width) solid var(--private-button-outline-color);
|
|
361
|
+
opacity: var(--private-button-outline-opacity, 1);
|
|
362
|
+
border-start-start-radius: var(--private-button-container-shape-start-start, var(--private-button-container-shape));
|
|
363
|
+
border-start-end-radius: var(--private-button-container-shape-start-end, var(--private-button-container-shape));
|
|
364
|
+
border-end-start-radius: var(--private-button-container-shape-end-start, var(--private-button-container-shape));
|
|
365
|
+
border-end-end-radius: var(--private-button-container-shape-end-end, var(--private-button-container-shape));
|
|
366
|
+
corner-shape: var(--private-button-container-shape-variant);
|
|
367
|
+
transition-property: inset, width, height, transform, border-radius, opacity;
|
|
368
|
+
transition-duration: 200ms;
|
|
369
|
+
transition-timing-function: var(--easing-standard);
|
|
370
|
+
will-change: inset, transform, border-radius, opacity;
|
|
371
|
+
}
|
|
372
|
+
|
|
373
|
+
.tooltip {
|
|
374
|
+
z-index: 1;
|
|
375
|
+
}`;
|
|
376
|
+
|
|
377
|
+
var css_248z = i`:host([color=primary]:not([toggle])) {
|
|
378
|
+
--filled-button-container-color: var(--color-primary);
|
|
379
|
+
--filled-button-label-text-color: var(--color-on-primary);
|
|
380
|
+
--tonal-button-container-color: var(--color-primary-container);
|
|
381
|
+
--tonal-button-label-text-color: var(--color-on-primary-container);
|
|
382
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
383
|
+
--elevated-button-label-text-color: var(--color-primary);
|
|
384
|
+
--outlined-button-outline-color: var(--color-primary);
|
|
385
|
+
--outlined-button-label-text-color: var(--color-primary);
|
|
386
|
+
--text-button-label-text-color: var(--color-primary);
|
|
387
|
+
--neo-button-container-color: var(--color-primary);
|
|
388
|
+
--neo-button-label-text-color: var(--color-on-primary);
|
|
389
|
+
}
|
|
390
|
+
|
|
391
|
+
:host([color=primary][toggle][selected]) {
|
|
392
|
+
--filled-button-container-color: var(--color-primary);
|
|
393
|
+
--filled-button-label-text-color: var(--color-on-primary);
|
|
394
|
+
--tonal-button-container-color: var(--color-primary);
|
|
395
|
+
--tonal-button-label-text-color: var(--color-on-primary);
|
|
396
|
+
--elevated-button-container-color: var(--color-primary);
|
|
397
|
+
--elevated-button-label-text-color: var(--color-on-primary);
|
|
398
|
+
--outlined-button-outline-color: var(--color-inverse-surface);
|
|
399
|
+
--outlined-button-label-text-color: var(--color-inverse-on-surface);
|
|
400
|
+
}
|
|
401
|
+
|
|
402
|
+
:host([color=primary][toggle]:not([selected])) {
|
|
403
|
+
--filled-button-container-color: var(--color-surface-container-high);
|
|
404
|
+
--filled-button-label-text-color: var(--color-on-surface);
|
|
405
|
+
--tonal-button-container-color: var(--color-primary-container);
|
|
406
|
+
--tonal-button-label-text-color: var(--color-on-primary-container);
|
|
407
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
408
|
+
--elevated-button-label-text-color: var(--color-primary);
|
|
409
|
+
--outlined-button-outline-color: var(--color-primary);
|
|
410
|
+
--outlined-button-label-text-color: var(--color-primary);
|
|
411
|
+
}
|
|
412
|
+
|
|
413
|
+
:host([color=secondary]:not([toggle])) {
|
|
414
|
+
--filled-button-container-color: var(--color-secondary);
|
|
415
|
+
--filled-button-label-text-color: var(--color-on-secondary);
|
|
416
|
+
--tonal-button-container-color: var(--color-secondary-container);
|
|
417
|
+
--tonal-button-label-text-color: var(--color-on-secondary-container);
|
|
418
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
419
|
+
--elevated-button-label-text-color: var(--color-secondary);
|
|
420
|
+
--outlined-button-outline-color: var(--color-secondary);
|
|
421
|
+
--outlined-button-label-text-color: var(--color-secondary);
|
|
422
|
+
--text-button-label-text-color: var(--color-secondary);
|
|
423
|
+
--neo-button-container-color: var(--color-secondary);
|
|
424
|
+
--neo-button-label-text-color: var(--color-on-secondary);
|
|
425
|
+
}
|
|
426
|
+
|
|
427
|
+
:host([color=secondary][toggle][selected]) {
|
|
428
|
+
--filled-button-container-color: var(--color-secondary);
|
|
429
|
+
--filled-button-label-text-color: var(--color-on-secondary);
|
|
430
|
+
--tonal-button-container-color: var(--color-secondary);
|
|
431
|
+
--tonal-button-label-text-color: var(--color-on-secondary);
|
|
432
|
+
--elevated-button-container-color: var(--color-secondary);
|
|
433
|
+
--elevated-button-label-text-color: var(--color-on-secondary);
|
|
434
|
+
--outlined-button-outline-color: var(--color-inverse-surface);
|
|
435
|
+
--outlined-button-label-text-color: var(--color-inverse-on-surface);
|
|
436
|
+
}
|
|
437
|
+
|
|
438
|
+
:host([color=secondary][toggle]:not([selected])) {
|
|
439
|
+
--filled-button-container-color: var(--color-surface-container-high);
|
|
440
|
+
--filled-button-label-text-color: var(--color-on-surface);
|
|
441
|
+
--tonal-button-container-color: var(--color-secondary-container);
|
|
442
|
+
--tonal-button-label-text-color: var(--color-on-secondary-container);
|
|
443
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
444
|
+
--elevated-button-label-text-color: var(--color-secondary);
|
|
445
|
+
--outlined-button-outline-color: var(--color-secondary);
|
|
446
|
+
--outlined-button-label-text-color: var(--color-secondary);
|
|
447
|
+
}
|
|
448
|
+
|
|
449
|
+
:host([color=tertiary]:not([toggle])) {
|
|
450
|
+
--filled-button-container-color: var(--color-tertiary);
|
|
451
|
+
--filled-button-label-text-color: var(--color-on-tertiary);
|
|
452
|
+
--tonal-button-container-color: var(--color-tertiary-container);
|
|
453
|
+
--tonal-button-label-text-color: var(--color-on-tertiary-container);
|
|
454
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
455
|
+
--elevated-button-label-text-color: var(--color-tertiary);
|
|
456
|
+
--outlined-button-outline-color: var(--color-tertiary);
|
|
457
|
+
--outlined-button-label-text-color: var(--color-tertiary);
|
|
458
|
+
--text-button-label-text-color: var(--color-tertiary);
|
|
459
|
+
--neo-button-container-color: var(--color-tertiary);
|
|
460
|
+
--neo-button-label-text-color: var(--color-on-tertiary);
|
|
461
|
+
}
|
|
462
|
+
|
|
463
|
+
:host([color=tertiary][toggle][selected]) {
|
|
464
|
+
--filled-button-container-color: var(--color-tertiary);
|
|
465
|
+
--filled-button-label-text-color: var(--color-on-tertiary);
|
|
466
|
+
--tonal-button-container-color: var(--color-tertiary);
|
|
467
|
+
--tonal-button-label-text-color: var(--color-on-tertiary);
|
|
468
|
+
--elevated-button-container-color: var(--color-tertiary);
|
|
469
|
+
--elevated-button-label-text-color: var(--color-on-tertiary);
|
|
470
|
+
--outlined-button-outline-color: var(--color-inverse-surface);
|
|
471
|
+
--outlined-button-label-text-color: var(--color-inverse-on-surface);
|
|
472
|
+
}
|
|
473
|
+
|
|
474
|
+
:host([color=tertiary][toggle]:not([selected])) {
|
|
475
|
+
--filled-button-container-color: var(--color-surface-container-high);
|
|
476
|
+
--filled-button-label-text-color: var(--color-on-surface);
|
|
477
|
+
--tonal-button-container-color: var(--color-tertiary-container);
|
|
478
|
+
--tonal-button-label-text-color: var(--color-on-tertiary-container);
|
|
479
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
480
|
+
--elevated-button-label-text-color: var(--color-tertiary);
|
|
481
|
+
--outlined-button-outline-color: var(--color-tertiary);
|
|
482
|
+
--outlined-button-label-text-color: var(--color-tertiary);
|
|
483
|
+
}
|
|
484
|
+
|
|
485
|
+
:host([color=success]:not([toggle])) {
|
|
486
|
+
--filled-button-container-color: var(--color-success);
|
|
487
|
+
--filled-button-label-text-color: var(--color-on-success);
|
|
488
|
+
--tonal-button-container-color: var(--color-success-container);
|
|
489
|
+
--tonal-button-label-text-color: var(--color-on-success-container);
|
|
490
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
491
|
+
--elevated-button-label-text-color: var(--color-success);
|
|
492
|
+
--outlined-button-outline-color: var(--color-success);
|
|
493
|
+
--outlined-button-label-text-color: var(--color-success);
|
|
494
|
+
--text-button-label-text-color: var(--color-success);
|
|
495
|
+
--neo-button-container-color: var(--color-success);
|
|
496
|
+
--neo-button-label-text-color: var(--color-on-success);
|
|
497
|
+
}
|
|
498
|
+
|
|
499
|
+
:host([color=success][toggle][selected]) {
|
|
500
|
+
--filled-button-container-color: var(--color-success);
|
|
501
|
+
--filled-button-label-text-color: var(--color-on-success);
|
|
502
|
+
--tonal-button-container-color: var(--color-success);
|
|
503
|
+
--tonal-button-label-text-color: var(--color-on-success);
|
|
504
|
+
--elevated-button-container-color: var(--color-success);
|
|
505
|
+
--elevated-button-label-text-color: var(--color-on-success);
|
|
506
|
+
--outlined-button-outline-color: var(--color-inverse-surface);
|
|
507
|
+
--outlined-button-label-text-color: var(--color-inverse-on-surface);
|
|
508
|
+
}
|
|
509
|
+
|
|
510
|
+
:host([color=success][toggle]:not([selected])) {
|
|
511
|
+
--filled-button-container-color: var(--color-surface-container-high);
|
|
512
|
+
--filled-button-label-text-color: var(--color-on-surface);
|
|
513
|
+
--tonal-button-container-color: var(--color-success-container);
|
|
514
|
+
--tonal-button-label-text-color: var(--color-on-success-container);
|
|
515
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
516
|
+
--elevated-button-label-text-color: var(--color-success);
|
|
517
|
+
--outlined-button-outline-color: var(--color-success);
|
|
518
|
+
--outlined-button-label-text-color: var(--color-success);
|
|
519
|
+
}
|
|
520
|
+
|
|
521
|
+
:host([color=danger]:not([toggle])) {
|
|
522
|
+
--filled-button-container-color: var(--color-error);
|
|
523
|
+
--filled-button-label-text-color: var(--color-on-error);
|
|
524
|
+
--tonal-button-container-color: var(--color-error-container);
|
|
525
|
+
--tonal-button-label-text-color: var(--color-on-error-container);
|
|
526
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
527
|
+
--elevated-button-label-text-color: var(--color-error);
|
|
528
|
+
--outlined-button-outline-color: var(--color-error);
|
|
529
|
+
--outlined-button-label-text-color: var(--color-error);
|
|
530
|
+
--text-button-label-text-color: var(--color-error);
|
|
531
|
+
--neo-button-container-color: var(--color-error);
|
|
532
|
+
--neo-button-label-text-color: var(--color-on-error);
|
|
533
|
+
}
|
|
534
|
+
|
|
535
|
+
:host([color=danger][toggle][selected]) {
|
|
536
|
+
--filled-button-container-color: var(--color-error);
|
|
537
|
+
--filled-button-label-text-color: var(--color-on-error);
|
|
538
|
+
--tonal-button-container-color: var(--color-error);
|
|
539
|
+
--tonal-button-label-text-color: var(--color-on-error);
|
|
540
|
+
--elevated-button-container-color: var(--color-error);
|
|
541
|
+
--elevated-button-label-text-color: var(--color-on-error);
|
|
542
|
+
--outlined-button-outline-color: var(--color-inverse-surface);
|
|
543
|
+
--outlined-button-label-text-color: var(--color-inverse-on-surface);
|
|
544
|
+
}
|
|
545
|
+
|
|
546
|
+
:host([color=danger][toggle]:not([selected])) {
|
|
547
|
+
--filled-button-container-color: var(--color-surface-container-high);
|
|
548
|
+
--filled-button-label-text-color: var(--color-on-surface);
|
|
549
|
+
--tonal-button-container-color: var(--color-error-container);
|
|
550
|
+
--tonal-button-label-text-color: var(--color-on-error-container);
|
|
551
|
+
--elevated-button-container-color: var(--color-surface-container-low);
|
|
552
|
+
--elevated-button-label-text-color: var(--color-error);
|
|
553
|
+
--outlined-button-outline-color: var(--color-error);
|
|
554
|
+
--outlined-button-label-text-color: var(--color-error);
|
|
555
|
+
}
|
|
556
|
+
|
|
557
|
+
:host([color=on-surface]) {
|
|
558
|
+
--filled-button-container-color: var(--color-on-surface);
|
|
559
|
+
--filled-button-label-text-color: var(--color-surface);
|
|
560
|
+
--tonal-button-container-color: var(--color-on-surface-container);
|
|
561
|
+
--tonal-button-label-text-color: var(--color-surface-container-high);
|
|
562
|
+
--elevated-button-container-color: var(--color-on-surface);
|
|
563
|
+
--elevated-button-label-text-color: var(--color-surface);
|
|
564
|
+
--outlined-button-outline-color: var(--color-on-surface);
|
|
565
|
+
--outlined-button-label-text-color: var(--color-on-surface);
|
|
566
|
+
--text-button-label-text-color: var(--color-on-surface);
|
|
567
|
+
--neo-button-container-color: var(--color-on-surface);
|
|
568
|
+
--neo-button-label-text-color: var(--color-surface);
|
|
569
|
+
}
|
|
570
|
+
|
|
571
|
+
:host([color=surface]) {
|
|
572
|
+
--filled-button-container-color: var(--color-surface-container-high);
|
|
573
|
+
--filled-button-label-text-color: var(--color-on-surface);
|
|
574
|
+
--tonal-button-container-color: var(--color-surface-container-high);
|
|
575
|
+
--tonal-button-label-text-color: var(--color-on-surface-container);
|
|
576
|
+
--elevated-button-container-color: var(--color-surface);
|
|
577
|
+
--elevated-button-label-text-color: var(--color-on-surface);
|
|
578
|
+
--outlined-button-outline-color: var(--color-on-surface);
|
|
579
|
+
--outlined-button-label-text-color: var(--color-on-surface);
|
|
580
|
+
--text-button-label-text-color: var(--color-on-surface);
|
|
581
|
+
--neo-button-container-color: var(--color-surface);
|
|
582
|
+
--neo-button-label-text-color: var(--color-on-surface);
|
|
583
|
+
}`;
|
|
584
|
+
|
|
585
|
+
export { css_248z$2 as a, css_248z as b, css_248z$1 as c, n };
|
|
586
|
+
//# sourceMappingURL=button-colors-Dwnez1tR.js.map
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
{"version":3,"file":"button-colors-Dwnez1tR.js","sources":["../node_modules/lit-html/directives/when.js"],"sourcesContent":["/**\n * @license\n * Copyright 2021 Google LLC\n * SPDX-License-Identifier: BSD-3-Clause\n */\nfunction n(n,r,t){return n?r(n):t?.(n)}export{n as when};\n//# sourceMappingURL=when.js.map\n"],"names":[],"mappings":";;AAAA;AACA;AACA;AACA;AACA;AACA,SAAS,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,OAAO,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,CAAC,GAAG,CAAC,CAAC;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;","x_google_ignoreList":[0]}
|
package/dist/button-group.js
CHANGED
|
@@ -2,15 +2,14 @@ import { a as i, _ as __decorate, I as IndividualComponent, i as i$1, b } from '
|
|
|
2
2
|
import { n } from './property-1psGvXOq.js';
|
|
3
3
|
import { e } from './class-map-YU7g0o3B.js';
|
|
4
4
|
import { Button } from './button.js';
|
|
5
|
-
import { I as IconButton } from './icon-button-
|
|
5
|
+
import { I as IconButton } from './icon-button-DJ0kZXYr.js';
|
|
6
6
|
import './directive-ZPhl09Yt.js';
|
|
7
|
-
import './
|
|
8
|
-
import './
|
|
9
|
-
import './
|
|
7
|
+
import './ButtonConstants-D06bY4uy.js';
|
|
8
|
+
import './button-colors-Dwnez1tR.js';
|
|
9
|
+
import './NativeHyperlinkMixin-DrYXyfMQ.js';
|
|
10
|
+
import './observe-slot-change-D8Xg-kSS.js';
|
|
10
11
|
import './dispatch-event-utils-CuEqjlPT.js';
|
|
11
|
-
import './
|
|
12
|
-
import './button-colors-AvGh22Zn.js';
|
|
13
|
-
import './observe-slot-change-BGJfgg2E.js';
|
|
12
|
+
import './query-QBcUV-L_.js';
|
|
14
13
|
|
|
15
14
|
var css_248z = i`* {
|
|
16
15
|
box-sizing: border-box;
|
|
@@ -228,6 +227,7 @@ __decorate([
|
|
|
228
227
|
ButtonGroup = __decorate([
|
|
229
228
|
IndividualComponent
|
|
230
229
|
], ButtonGroup);
|
|
230
|
+
var ButtonGroup$1 = ButtonGroup;
|
|
231
231
|
|
|
232
|
-
export { ButtonGroup };
|
|
232
|
+
export { ButtonGroup$1 as default };
|
|
233
233
|
//# sourceMappingURL=button-group.js.map
|