@gravitee/ui-components 3.25.3-typescript-8a53edf → 3.25.3-typescript-e7256ca
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/package.json +3 -4
- package/src/atoms/gv-autocomplete.d.ts +104 -0
- package/src/atoms/gv-autocomplete.js +1 -461
- package/src/atoms/gv-button.d.ts +109 -0
- package/src/atoms/gv-button.js +1 -410
- package/src/atoms/gv-checkbox.d.ts +114 -0
- package/src/atoms/gv-checkbox.js +1 -187
- package/src/atoms/gv-date-picker-calendar.d.ts +190 -0
- package/src/atoms/gv-date-picker-calendar.js +1 -894
- package/src/atoms/gv-date-picker-cell.d.ts +80 -0
- package/src/atoms/gv-date-picker-cell.js +1 -190
- package/src/atoms/gv-date-picker.d.ts +194 -0
- package/src/atoms/gv-date-picker.js +1 -671
- package/src/atoms/gv-file-upload.d.ts +64 -0
- package/src/atoms/gv-file-upload.js +1 -367
- package/src/atoms/gv-icon.d.ts +26 -0
- package/src/atoms/gv-icon.js +1 -103
- package/src/atoms/gv-image.d.ts +45 -0
- package/src/atoms/gv-image.js +1 -144
- package/src/atoms/gv-input-message.d.ts +20 -0
- package/src/atoms/gv-input-message.js +1 -84
- package/src/atoms/gv-input.d.ts +246 -0
- package/src/atoms/gv-input.js +1 -561
- package/src/atoms/gv-link.d.ts +67 -0
- package/src/atoms/gv-link.js +1 -210
- package/src/atoms/gv-message.d.ts +23 -0
- package/src/atoms/gv-message.js +1 -128
- package/src/atoms/gv-metric.d.ts +32 -0
- package/src/atoms/gv-metric.js +1 -117
- package/src/atoms/gv-relative-time.d.ts +45 -0
- package/src/atoms/gv-relative-time.js +1 -156
- package/src/atoms/gv-select-native.d.ts +174 -0
- package/src/atoms/gv-select-native.js +1 -388
- package/src/atoms/gv-select.d.ts +71 -0
- package/src/atoms/gv-select.js +1 -437
- package/src/atoms/gv-spinner.d.ts +10 -0
- package/src/atoms/gv-spinner.js +1 -57
- package/src/atoms/gv-state.d.ts +50 -0
- package/src/atoms/gv-state.js +1 -130
- package/src/atoms/gv-switch.d.ts +60 -0
- package/src/atoms/gv-switch.js +1 -243
- package/src/atoms/gv-tag.d.ts +69 -0
- package/src/atoms/gv-tag.js +1 -168
- package/src/atoms/gv-text.d.ts +110 -0
- package/src/atoms/gv-text.js +1 -168
- package/src/charts/gv-chart-bar.d.ts +50 -0
- package/src/charts/gv-chart-bar.js +1 -103
- package/src/charts/gv-chart-gauge.d.ts +58 -0
- package/src/charts/gv-chart-gauge.js +1 -100
- package/src/charts/gv-chart-histogram.d.ts +48 -0
- package/src/charts/gv-chart-histogram.js +1 -83
- package/src/charts/gv-chart-line.d.ts +52 -0
- package/src/charts/gv-chart-line.js +1 -224
- package/src/charts/gv-chart-map.d.ts +50 -0
- package/src/charts/gv-chart-map.js +1 -112
- package/src/charts/gv-chart-pie.d.ts +50 -0
- package/src/charts/gv-chart-pie.js +1 -91
- package/src/index.d.ts +77 -0
- package/src/index.js +1 -77
- package/src/lib/cron-expression.d.ts +1 -0
- package/src/lib/cron-expression.js +1 -205
- package/src/lib/date.d.ts +1 -0
- package/src/lib/date.js +1 -44
- package/src/lib/events.d.ts +1 -0
- package/src/lib/events.js +1 -26
- package/src/lib/http-client-schema-form.d.ts +68 -0
- package/src/lib/http-client-schema-form.js +1 -67
- package/src/lib/http.d.ts +222 -0
- package/src/lib/http.js +1 -237
- package/src/lib/i18n.d.ts +30 -0
- package/src/lib/i18n.js +1 -103
- package/src/lib/item.d.ts +12 -0
- package/src/lib/item.js +1 -118
- package/src/lib/properties.d.ts +42 -0
- package/src/lib/properties.js +1 -189
- package/src/lib/schema-form.d.ts +5 -0
- package/src/lib/schema-form.js +1 -44
- package/src/lib/studio.d.ts +2 -0
- package/src/lib/studio.js +1 -141
- package/src/lib/style.d.ts +6 -0
- package/src/lib/style.js +1 -41
- package/src/lib/text-format.d.ts +6 -0
- package/src/lib/text-format.js +1 -69
- package/src/lib/theme.d.ts +4 -0
- package/src/lib/theme.js +1 -63
- package/src/lib/utils.d.ts +9 -0
- package/src/lib/utils.js +1 -111
- package/src/mixins/chart-element.d.ts +39 -0
- package/src/mixins/chart-element.js +1 -165
- package/src/mixins/input-element.d.ts +64 -0
- package/src/mixins/input-element.js +1 -144
- package/src/mixins/item-resource.d.ts +56 -0
- package/src/mixins/item-resource.js +1 -120
- package/src/mixins/keyboard-element.d.ts +25 -0
- package/src/mixins/keyboard-element.js +1 -69
- package/src/mixins/update-after-browser.d.ts +11 -0
- package/src/mixins/update-after-browser.js +1 -30
- package/src/mixins/with-resize-observer.d.ts +12 -0
- package/src/mixins/with-resize-observer.js +1 -68
- package/src/mixins/with-skeleton-attribute.d.ts +35 -0
- package/src/mixins/with-skeleton-attribute.js +1 -112
- package/src/molecules/gv-card-full.d.ts +78 -0
- package/src/molecules/gv-card-full.js +1 -218
- package/src/molecules/gv-card-list.d.ts +33 -0
- package/src/molecules/gv-card-list.js +1 -113
- package/src/molecules/gv-card.d.ts +65 -0
- package/src/molecules/gv-card.js +1 -133
- package/src/molecules/gv-category-list.d.ts +17 -0
- package/src/molecules/gv-category-list.js +1 -60
- package/src/molecules/gv-category.d.ts +64 -0
- package/src/molecules/gv-category.js +1 -170
- package/src/molecules/gv-code.d.ts +192 -0
- package/src/molecules/gv-code.js +1 -359
- package/src/molecules/gv-confirm.d.ts +60 -0
- package/src/molecules/gv-confirm.js +1 -188
- package/src/molecules/gv-cron-editor.d.ts +115 -0
- package/src/molecules/gv-cron-editor.js +1 -710
- package/src/molecules/gv-dropdown-menu.d.ts +28 -0
- package/src/molecules/gv-dropdown-menu.js +1 -116
- package/src/molecules/gv-expandable.d.ts +37 -0
- package/src/molecules/gv-expandable.js +1 -122
- package/src/molecules/gv-expression-language.d.ts +150 -0
- package/src/molecules/gv-expression-language.js +1 -270
- package/src/molecules/gv-identity-picture.d.ts +44 -0
- package/src/molecules/gv-identity-picture.js +1 -148
- package/src/molecules/gv-list.d.ts +123 -0
- package/src/molecules/gv-list.js +1 -227
- package/src/molecules/gv-metrics.d.ts +65 -0
- package/src/molecules/gv-metrics.js +1 -162
- package/src/molecules/gv-modal.d.ts +64 -0
- package/src/molecules/gv-modal.js +1 -213
- package/src/molecules/gv-nav.d.ts +41 -0
- package/src/molecules/gv-nav.js +1 -196
- package/src/molecules/gv-option.d.ts +65 -0
- package/src/molecules/gv-option.js +1 -242
- package/src/molecules/gv-plans.d.ts +73 -0
- package/src/molecules/gv-plans.js +1 -429
- package/src/molecules/gv-popover.d.ts +91 -0
- package/src/molecules/gv-popover.js +1 -351
- package/src/molecules/gv-promote.d.ts +108 -0
- package/src/molecules/gv-promote.js +1 -209
- package/src/molecules/gv-rating-list.d.ts +77 -0
- package/src/molecules/gv-rating-list.js +1 -365
- package/src/molecules/gv-rating.d.ts +55 -0
- package/src/molecules/gv-rating.js +1 -253
- package/src/molecules/gv-row-expandable.d.ts +8 -0
- package/src/molecules/gv-row-expandable.js +1 -45
- package/src/molecules/gv-row.d.ts +37 -0
- package/src/molecules/gv-row.js +1 -210
- package/src/molecules/gv-stats.d.ts +53 -0
- package/src/molecules/gv-stats.js +1 -121
- package/src/molecules/gv-stepper.d.ts +46 -0
- package/src/molecules/gv-stepper.js +1 -288
- package/src/molecules/gv-table.d.ts +159 -0
- package/src/molecules/gv-table.js +1 -685
- package/src/molecules/gv-tree.d.ts +44 -0
- package/src/molecules/gv-tree.js +1 -250
- package/src/organisms/gv-documentation.d.ts +52 -0
- package/src/organisms/gv-documentation.js +1 -215
- package/src/organisms/gv-header.d.ts +60 -0
- package/src/organisms/gv-header.js +1 -288
- package/src/organisms/gv-http-client.d.ts +57 -0
- package/src/organisms/gv-http-client.js +1 -275
- package/src/organisms/gv-menu.d.ts +74 -0
- package/src/organisms/gv-menu.js +1 -263
- package/src/organisms/gv-newsletter-subscription.d.ts +82 -0
- package/src/organisms/gv-newsletter-subscription.js +1 -271
- package/src/organisms/gv-pagination.d.ts +63 -0
- package/src/organisms/gv-pagination.js +1 -198
- package/src/organisms/gv-properties.d.ts +229 -0
- package/src/organisms/gv-properties.js +1 -920
- package/src/organisms/gv-resizable-views.d.ts +33 -0
- package/src/organisms/gv-resizable-views.js +1 -396
- package/src/organisms/gv-resources.d.ts +125 -0
- package/src/organisms/gv-resources.js +1 -535
- package/src/organisms/gv-schema-form-array.d.ts +55 -0
- package/src/organisms/gv-schema-form-array.js +1 -250
- package/src/organisms/gv-schema-form-control-object.d.ts +64 -0
- package/src/organisms/gv-schema-form-control-object.js +1 -154
- package/src/organisms/gv-schema-form-control.d.ts +90 -0
- package/src/organisms/gv-schema-form-control.js +1 -443
- package/src/organisms/gv-schema-form.d.ts +156 -0
- package/src/organisms/gv-schema-form.js +1 -751
- package/src/organisms/gv-tabs.d.ts +56 -0
- package/src/organisms/gv-tabs.js +1 -210
- package/src/organisms/gv-user-menu.d.ts +56 -0
- package/src/organisms/gv-user-menu.js +1 -314
- package/src/organisms/gv-vertical-menu.d.ts +28 -0
- package/src/organisms/gv-vertical-menu.js +1 -123
- package/src/policy-studio/gv-flow-step.d.ts +142 -0
- package/src/policy-studio/gv-flow-step.js +1 -464
- package/src/policy-studio/gv-flow.d.ts +89 -0
- package/src/policy-studio/gv-flow.js +1 -621
- package/src/policy-studio/gv-policy-studio-menu.d.ts +94 -0
- package/src/policy-studio/gv-policy-studio-menu.js +1 -750
- package/src/policy-studio/gv-policy-studio.d.ts +464 -0
- package/src/policy-studio/gv-policy-studio.js +1 -1842
- package/src/styles/empty.d.ts +1 -0
- package/src/styles/empty.js +1 -36
- package/src/styles/input.d.ts +1 -0
- package/src/styles/input.js +1 -263
- package/src/styles/link.d.ts +1 -0
- package/src/styles/link.js +1 -32
- package/src/styles/shapes.d.ts +2 -0
- package/src/styles/shapes.js +1 -17
- package/src/styles/skeleton.d.ts +1 -0
- package/src/styles/skeleton.js +1 -53
- package/src/styles/zoom.d.ts +1 -0
- package/src/styles/zoom.js +1 -40
- package/src/theme/gv-theme.d.ts +81 -0
- package/src/theme/gv-theme.js +1 -203
- package/wc/gv-autocomplete.d.ts +1 -0
- package/wc/gv-autocomplete.js +1 -1
- package/wc/gv-button.d.ts +1 -0
- package/wc/gv-button.js +1 -1
- package/wc/gv-card-full.d.ts +1 -0
- package/wc/gv-card-full.js +1 -1
- package/wc/gv-card-list.d.ts +1 -0
- package/wc/gv-card-list.js +1 -1
- package/wc/gv-card.d.ts +1 -0
- package/wc/gv-card.js +1 -1
- package/wc/gv-category-list.d.ts +1 -0
- package/wc/gv-category-list.js +1 -1
- package/wc/gv-category.d.ts +1 -0
- package/wc/gv-category.js +1 -1
- package/wc/gv-chart-bar.d.ts +1 -0
- package/wc/gv-chart-bar.js +1 -1
- package/wc/gv-chart-gauge.d.ts +1 -0
- package/wc/gv-chart-gauge.js +1 -1
- package/wc/gv-chart-histogram.d.ts +1 -0
- package/wc/gv-chart-histogram.js +1 -1
- package/wc/gv-chart-line.d.ts +1 -0
- package/wc/gv-chart-line.js +1 -1
- package/wc/gv-chart-map.d.ts +1 -0
- package/wc/gv-chart-map.js +1 -1
- package/wc/gv-chart-pie.d.ts +1 -0
- package/wc/gv-chart-pie.js +1 -1
- package/wc/gv-checkbox.d.ts +1 -0
- package/wc/gv-checkbox.js +1 -1
- package/wc/gv-code.d.ts +1 -0
- package/wc/gv-code.js +1 -1
- package/wc/gv-confirm.d.ts +1 -0
- package/wc/gv-confirm.js +1 -1
- package/wc/gv-cron-editor.d.ts +1 -0
- package/wc/gv-cron-editor.js +1 -1
- package/wc/gv-date-picker-calendar.d.ts +1 -0
- package/wc/gv-date-picker-calendar.js +1 -1
- package/wc/gv-date-picker-cell.d.ts +1 -0
- package/wc/gv-date-picker-cell.js +1 -1
- package/wc/gv-date-picker.d.ts +1 -0
- package/wc/gv-date-picker.js +1 -1
- package/wc/gv-documentation.d.ts +1 -0
- package/wc/gv-documentation.js +1 -1
- package/wc/gv-dropdown-menu.d.ts +1 -0
- package/wc/gv-dropdown-menu.js +1 -1
- package/wc/gv-expandable.d.ts +1 -0
- package/wc/gv-expandable.js +1 -1
- package/wc/gv-expression-language.d.ts +1 -0
- package/wc/gv-expression-language.js +1 -1
- package/wc/gv-file-upload.d.ts +1 -0
- package/wc/gv-file-upload.js +1 -1
- package/wc/gv-flow-step.d.ts +1 -0
- package/wc/gv-flow-step.js +1 -1
- package/wc/gv-flow.d.ts +1 -0
- package/wc/gv-flow.js +1 -1
- package/wc/gv-header.d.ts +1 -0
- package/wc/gv-header.js +1 -1
- package/wc/gv-http-client.d.ts +1 -0
- package/wc/gv-http-client.js +1 -1
- package/wc/gv-icon.d.ts +1 -0
- package/wc/gv-icon.js +1 -1
- package/wc/gv-identity-picture.d.ts +1 -0
- package/wc/gv-identity-picture.js +1 -1
- package/wc/gv-image.d.ts +1 -0
- package/wc/gv-image.js +1 -1
- package/wc/gv-input-message.d.ts +1 -0
- package/wc/gv-input-message.js +1 -1
- package/wc/gv-input.d.ts +1 -0
- package/wc/gv-input.js +1 -1
- package/wc/gv-link.d.ts +1 -0
- package/wc/gv-link.js +1 -1
- package/wc/gv-list.d.ts +1 -0
- package/wc/gv-list.js +1 -1
- package/wc/gv-menu.d.ts +1 -0
- package/wc/gv-menu.js +1 -1
- package/wc/gv-message.d.ts +1 -0
- package/wc/gv-message.js +1 -1
- package/wc/gv-metric.d.ts +1 -0
- package/wc/gv-metric.js +1 -1
- package/wc/gv-metrics.d.ts +1 -0
- package/wc/gv-metrics.js +1 -1
- package/wc/gv-modal.d.ts +1 -0
- package/wc/gv-modal.js +1 -1
- package/wc/gv-nav.d.ts +1 -0
- package/wc/gv-nav.js +1 -1
- package/wc/gv-newsletter-subscription.d.ts +1 -0
- package/wc/gv-newsletter-subscription.js +1 -1
- package/wc/gv-option.d.ts +1 -0
- package/wc/gv-option.js +1 -1
- package/wc/gv-pagination.d.ts +1 -0
- package/wc/gv-pagination.js +1 -1
- package/wc/gv-plans.d.ts +1 -0
- package/wc/gv-plans.js +1 -1
- package/wc/gv-policy-studio-menu.d.ts +1 -0
- package/wc/gv-policy-studio-menu.js +1 -1
- package/wc/gv-policy-studio.d.ts +1 -0
- package/wc/gv-policy-studio.js +1 -1
- package/wc/gv-popover.d.ts +1 -0
- package/wc/gv-popover.js +1 -1
- package/wc/gv-promote.d.ts +1 -0
- package/wc/gv-promote.js +1 -1
- package/wc/gv-properties.d.ts +1 -0
- package/wc/gv-properties.js +1 -1
- package/wc/gv-rating-list.d.ts +1 -0
- package/wc/gv-rating-list.js +1 -1
- package/wc/gv-rating.d.ts +1 -0
- package/wc/gv-rating.js +1 -1
- package/wc/gv-relative-time.d.ts +1 -0
- package/wc/gv-relative-time.js +1 -1
- package/wc/gv-resizable-views.d.ts +1 -0
- package/wc/gv-resizable-views.js +1 -1
- package/wc/gv-resources.d.ts +1 -0
- package/wc/gv-resources.js +1 -1
- package/wc/gv-row-expandable.d.ts +1 -0
- package/wc/gv-row-expandable.js +1 -1
- package/wc/gv-row.d.ts +1 -0
- package/wc/gv-row.js +1 -1
- package/wc/gv-schema-form-array.d.ts +1 -0
- package/wc/gv-schema-form-array.js +1 -1
- package/wc/gv-schema-form-control-object.d.ts +1 -0
- package/wc/gv-schema-form-control-object.js +1 -1
- package/wc/gv-schema-form-control.d.ts +1 -0
- package/wc/gv-schema-form-control.js +1 -1
- package/wc/gv-schema-form.d.ts +1 -0
- package/wc/gv-schema-form.js +1 -1
- package/wc/gv-select-native.d.ts +1 -0
- package/wc/gv-select-native.js +1 -1
- package/wc/gv-select.d.ts +1 -0
- package/wc/gv-select.js +1 -1
- package/wc/gv-spinner.d.ts +1 -0
- package/wc/gv-spinner.js +1 -1
- package/wc/gv-state.d.ts +1 -0
- package/wc/gv-state.js +1 -1
- package/wc/gv-stats.d.ts +1 -0
- package/wc/gv-stats.js +1 -1
- package/wc/gv-stepper.d.ts +1 -0
- package/wc/gv-stepper.js +1 -1
- package/wc/gv-switch.d.ts +1 -0
- package/wc/gv-switch.js +1 -1
- package/wc/gv-table.d.ts +1 -0
- package/wc/gv-table.js +1 -1
- package/wc/gv-tabs.d.ts +1 -0
- package/wc/gv-tabs.js +1 -1
- package/wc/gv-tag.d.ts +1 -0
- package/wc/gv-tag.js +1 -1
- package/wc/gv-text.d.ts +1 -0
- package/wc/gv-text.js +1 -1
- package/wc/gv-theme.d.ts +1 -0
- package/wc/gv-theme.js +1 -1
- package/wc/gv-tree.d.ts +1 -0
- package/wc/gv-tree.js +1 -1
- package/wc/gv-user-menu.d.ts +1 -0
- package/wc/gv-user-menu.js +1 -1
- package/wc/gv-vertical-menu.d.ts +1 -0
- package/wc/gv-vertical-menu.js +1 -1
- package/CHANGELOG.md +0 -1292
- package/LICENSE.txt +0 -202
- package/README.md +0 -195
- package/src/.eslintrc.js +0 -19
- package/src/theme/definition.json +0 -1762
package/src/theme/gv-theme.js
CHANGED
|
@@ -1,203 +1 @@
|
|
|
1
|
-
|
|
2
|
-
* Copyright (C) 2015 The Gravitee team (http://gravitee.io)
|
|
3
|
-
*
|
|
4
|
-
* Licensed under the Apache License, Version 2.0 (the "License");
|
|
5
|
-
* you may not use this file except in compliance with the License.
|
|
6
|
-
* You may obtain a copy of the License at
|
|
7
|
-
*
|
|
8
|
-
* http://www.apache.org/licenses/LICENSE-2.0
|
|
9
|
-
*
|
|
10
|
-
* Unless required by applicable law or agreed to in writing, software
|
|
11
|
-
* distributed under the License is distributed on an "AS IS" BASIS,
|
|
12
|
-
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
|
|
13
|
-
* See the License for the specific language governing permissions and
|
|
14
|
-
* limitations under the License.
|
|
15
|
-
*/
|
|
16
|
-
import { css, LitElement } from 'lit';
|
|
17
|
-
import { dispatchCustomEvent } from '../lib/events';
|
|
18
|
-
import { applyTheme } from '../lib/theme';
|
|
19
|
-
|
|
20
|
-
/**
|
|
21
|
-
* Our components use css variables to expose customizable properties.
|
|
22
|
-
*
|
|
23
|
-
* We did a work of inheritance and factorization of properties in order to define a general theme for our components.
|
|
24
|
-
*
|
|
25
|
-
* So we offer within our portal a customization tool.
|
|
26
|
-
*
|
|
27
|
-
* @cssprop {Color} [--gv-theme-color-darker=#383E3F] - Primary darker color
|
|
28
|
-
* @cssprop {Color} [--gv-theme-color-dark=#28444F] - Primary dark color
|
|
29
|
-
* @cssprop {Color} [--gv-theme-color=#5A7684] - Primary color
|
|
30
|
-
* @cssprop {Color} [--gv-theme-color-light=#86c3d0] - Primary light color
|
|
31
|
-
* @cssprop {Color} [--gv-theme-color-danger=#FF5722] - Primary danger color
|
|
32
|
-
*
|
|
33
|
-
* @cssprop {Color} [--gv-theme-color-error-dark=#d32f2f] - Error dark color
|
|
34
|
-
* @cssprop {Color} [--gv-theme-color-error=#f44336] - Error color
|
|
35
|
-
* @cssprop {Color} [--gv-theme-color-error-light=#e57373] - Error light color
|
|
36
|
-
* @cssprop {Color} [--gv-theme-color-info-dark=#1976d2] - Info dark color
|
|
37
|
-
* @cssprop {Color} [--gv-theme-color-info=#2196f3] - Info color
|
|
38
|
-
* @cssprop {Color} [--gv-theme-color-info-light=#64b5f6] - Info light color
|
|
39
|
-
* @cssprop {Color} [--gv-theme-color-success-dark=#388e3c] - Success dark color
|
|
40
|
-
* @cssprop {Color} [--gv-theme-color-success=#4caf50] - Success color
|
|
41
|
-
* @cssprop {Color} [--gv-theme-color-success-light=#81c784] - Success light color
|
|
42
|
-
* @cssprop {Color} [--gv-theme-color-warning-dark=#f57c00] - Warning dark color
|
|
43
|
-
* @cssprop {Color} [--gv-theme-color-warning=#ff9800] - Warning color
|
|
44
|
-
* @cssprop {Color} [--gv-theme-color-warning-light=#ffb74d] - Warning light color
|
|
45
|
-
*
|
|
46
|
-
* @cssprop {Color} [--gv-theme-neutral-color-darkest=#000000] - Neutral darkest color
|
|
47
|
-
* @cssprop {Color} [--gv-theme-neutral-color-darker=#BFBFBF] - Neutral darker color
|
|
48
|
-
* @cssprop {Color} [--gv-theme-neutral-color-dark=#D9D9D9] - Neutral dark color
|
|
49
|
-
* @cssprop {Color} [--gv-theme-neutral-color=#F5F5F5] - Neutral color
|
|
50
|
-
* @cssprop {Color} [--gv-theme-neutral-color-light=#EFEFEF] - Neutral light color
|
|
51
|
-
* @cssprop {Color} [--gv-theme-neutral-color-lighter=#FAFAFA] - Neutral light color
|
|
52
|
-
* @cssprop {Color} [--gv-theme-neutral-color-lightest=#FFFFFF] - Neutral lightest color
|
|
53
|
-
|
|
54
|
-
* @cssprop {Color} [--gv-theme-font-color-dark=#262626] - Dark font color
|
|
55
|
-
* @cssprop {Color} [--gv-theme-font-color-light=#FFFFFF] - Light Font color
|
|
56
|
-
* @cssprop {String} [--gv-theme-font-family='IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif] - Family
|
|
57
|
-
* @cssprop {Length} [--gv-theme-font-size-xs=10px] - Extra small
|
|
58
|
-
* @cssprop {Length} [--gv-theme-font-size-s=12px] - Small
|
|
59
|
-
* @cssprop {Length} [--gv-theme-font-size-m=14px] - Medium (Default)
|
|
60
|
-
* @cssprop {Length} [--gv-theme-font-size-l=16px] - Large
|
|
61
|
-
* @cssprop {Length} [--gv-theme-font-size-xl=26px] - Extra large
|
|
62
|
-
* @cssprop {Length} [--gv-theme-font-size-xxl=30px] - Extra extra large
|
|
63
|
-
* @cssprop {Length} [--gv-theme-homepage-background-height=400px] - Homepage background height
|
|
64
|
-
*
|
|
65
|
-
* @cssprop {Color} [--gv-theme-skeleton-color=#BFBFBF] - Primary skeleton color
|
|
66
|
-
* @cssprop {Color} [--gv-theme-homepage-background-color=#5A7684] - Homepage background color
|
|
67
|
-
*
|
|
68
|
-
* @cssprop {Image} [--gv-theme-homepage-background-image=none] - Background image
|
|
69
|
-
* @cssprop {Image} [--gv-theme-logo=url('/images/gravitee-logo-cyan.svg')] - Logo
|
|
70
|
-
* @cssprop {Image} [--gv-theme-optional-logo=url('/images/gravitee-logo-white.svg')] - Optional logo
|
|
71
|
-
* @cssprop {Image} [--gv-theme-favicon='/images/gravitee-favicon.png'] - Favicon
|
|
72
|
-
*
|
|
73
|
-
*/
|
|
74
|
-
|
|
75
|
-
export class GvTheme extends LitElement {
|
|
76
|
-
static get properties() {
|
|
77
|
-
return {
|
|
78
|
-
_theme: { type: Object, attribute: false },
|
|
79
|
-
_lastDate: { type: Number, attribute: false },
|
|
80
|
-
};
|
|
81
|
-
}
|
|
82
|
-
|
|
83
|
-
static get styles() {
|
|
84
|
-
return [
|
|
85
|
-
// language=CSS
|
|
86
|
-
css`
|
|
87
|
-
:host {
|
|
88
|
-
--gv-theme-color-darker: var(--gv-theme-color-darker, #383e3f);
|
|
89
|
-
--gv-theme-color-dark: var(--gv-theme-color-dark, #28444f);
|
|
90
|
-
--gv-theme-color: var(--gv-theme-color, #5a7684);
|
|
91
|
-
--gv-theme-color-light: var(--gv-theme-color-light, #86c3d0);
|
|
92
|
-
|
|
93
|
-
--gv-theme-color-danger: var(--gv-theme-color-danger, #ff5722);
|
|
94
|
-
|
|
95
|
-
--gv-theme-color-error-dark: var(--gv-theme-color-error-dark, #d32f2f);
|
|
96
|
-
--gv-theme-color-error: var(--gv-theme-color-error, #f44336);
|
|
97
|
-
--gv-theme-color-error-light: var(--gv-theme-color-error-light, #e57373);
|
|
98
|
-
--gv-theme-color-info-dark: var(--gv-theme-color-info-dark, #1976d2);
|
|
99
|
-
--gv-theme-color-info: var(--gv-theme-color-info, #2196f3);
|
|
100
|
-
--gv-theme-color-info-light: var(--gv-theme-color-info-light, #64b5f6);
|
|
101
|
-
--gv-theme-color-success-dark: var(--gv-theme-color-success-dark, #388e3c);
|
|
102
|
-
--gv-theme-color-success: var(--gv-theme-color-success, #4caf50);
|
|
103
|
-
--gv-theme-color-success-light: var(--gv-theme-color-success-light, #81c784);
|
|
104
|
-
--gv-theme-color-warning-dark: var(--gv-theme-color-warning-dark, #f57c00);
|
|
105
|
-
--gv-theme-color-warning: var(--gv-theme-color-warning, #ff9800);
|
|
106
|
-
--gv-theme-color-warning-light: var(--gv-theme-color-warning-light, #ffb74d);
|
|
107
|
-
|
|
108
|
-
--gv-theme-neutral-color-darkest: var(--gv-theme-neutral-color-darkest, #000000);
|
|
109
|
-
--gv-theme-neutral-color-darker: var(--gv-theme-neutral-color-darker, #bfbfbf);
|
|
110
|
-
--gv-theme-neutral-color-dark: var(--gv-theme-neutral-color-dark, #d9d9d9);
|
|
111
|
-
--gv-theme-neutral-color: var(--gv-theme-neutral-color, #f5f5f5);
|
|
112
|
-
--gv-theme-neutral-color-light: var(--gv-theme-neutral-color-light, #efefef);
|
|
113
|
-
--gv-theme-neutral-color-lighter: var(--gv-theme-neutral-color-lighter, #fafafa);
|
|
114
|
-
--gv-theme-neutral-color-lightest: var(--gv-theme-neutral-color-lightest, #ffffff);
|
|
115
|
-
|
|
116
|
-
--gv-theme-font-color-dark: var(--gv-theme-font-color-dark, #262626);
|
|
117
|
-
--gv-theme-font-color-light: var(--gv-theme-font-color-light, #ffffff);
|
|
118
|
-
--gv-theme-font-size-xs: var(--gv-theme-font-size-xs, 10px);
|
|
119
|
-
--gv-theme-font-size-s: var(--gv-theme-font-size-s, 12px);
|
|
120
|
-
--gv-theme-font-size-m: var(--gv-theme-font-size-m, 14px);
|
|
121
|
-
--gv-theme-font-size-l: var(--gv-theme-font-size-l, 16px);
|
|
122
|
-
--gv-theme-font-size-xl: var(--gv-theme-font-size-xl, 26px);
|
|
123
|
-
--gv-theme-font-size-xxl: var(--gv-theme-font-size-xxl, 30px);
|
|
124
|
-
--gv-theme-skeleton-color: var(--gv-theme-skeleton-color, #bfbfbf);
|
|
125
|
-
--gv-theme-font-family: var(--gv-theme-font-family, 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif);
|
|
126
|
-
|
|
127
|
-
--gv-theme-homepage-background-image: var(--gv-theme-homepage-background-image, none);
|
|
128
|
-
--gv-theme-homepage-background-color: var(--gv-theme-homepage-background-color, #5a7684);
|
|
129
|
-
--gv-theme-homepage-background-height: var(--gv-theme-homepage-background-height, 400px);
|
|
130
|
-
--gv-theme-logo: var(--gv-theme-logo, url('/images/gravitee-logo-cyan.svg'));
|
|
131
|
-
--gv-theme-optional-logo: var(--gv-theme-optional-logo, url('/images/gravitee-logo-white.svg'));
|
|
132
|
-
--gv-theme-favicon: var(--gv-theme-favicon, '/images/gravitee-favicon.png');
|
|
133
|
-
}
|
|
134
|
-
`,
|
|
135
|
-
];
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
constructor() {
|
|
139
|
-
super();
|
|
140
|
-
this._lastDate = 0;
|
|
141
|
-
}
|
|
142
|
-
|
|
143
|
-
handleEvent(event) {
|
|
144
|
-
if (event.data.type === 'gravitee') {
|
|
145
|
-
this.source = event.source;
|
|
146
|
-
this.origin = event.origin;
|
|
147
|
-
this.isDetached = event.data.isDetached;
|
|
148
|
-
this._lastDate = event.data.date;
|
|
149
|
-
if (event.data.requestAnswer) {
|
|
150
|
-
this.sendMessage();
|
|
151
|
-
}
|
|
152
|
-
if (event.data.theme) {
|
|
153
|
-
this._theme = event.data.theme;
|
|
154
|
-
} else {
|
|
155
|
-
console.warn('Theme not found', event.data);
|
|
156
|
-
}
|
|
157
|
-
} else {
|
|
158
|
-
console.warn('Unknown message', event.data);
|
|
159
|
-
}
|
|
160
|
-
}
|
|
161
|
-
|
|
162
|
-
getData() {
|
|
163
|
-
return {
|
|
164
|
-
type: 'gravitee',
|
|
165
|
-
href: window.location.href,
|
|
166
|
-
date: Date.now(),
|
|
167
|
-
};
|
|
168
|
-
}
|
|
169
|
-
|
|
170
|
-
sendMessage(data = {}, timeout = 0) {
|
|
171
|
-
if (this.source && this.origin) {
|
|
172
|
-
const sendData = Object.assign({}, this.getData(), data);
|
|
173
|
-
this.source.postMessage(sendData, this.origin);
|
|
174
|
-
} else {
|
|
175
|
-
console.warn('Unknown source & origin for send message');
|
|
176
|
-
}
|
|
177
|
-
}
|
|
178
|
-
|
|
179
|
-
render() {
|
|
180
|
-
applyTheme(this._theme);
|
|
181
|
-
}
|
|
182
|
-
|
|
183
|
-
firstUpdated() {
|
|
184
|
-
window.addEventListener('message', this.handleEvent.bind(this), false);
|
|
185
|
-
window.addEventListener('unload', (event) => {
|
|
186
|
-
if (this.isDetached) {
|
|
187
|
-
this.sendMessage({ unload: true });
|
|
188
|
-
} else {
|
|
189
|
-
this.sendMessage();
|
|
190
|
-
}
|
|
191
|
-
clearInterval(this.intervalID);
|
|
192
|
-
});
|
|
193
|
-
this.intervalID = setInterval(() => {
|
|
194
|
-
if (this._lastDate - Date.now() < -30000) {
|
|
195
|
-
dispatchCustomEvent(this, 'error', {
|
|
196
|
-
message: 'Connection for preview has been lost, please close this tab and refresh your browser.',
|
|
197
|
-
});
|
|
198
|
-
}
|
|
199
|
-
}, 30000);
|
|
200
|
-
}
|
|
201
|
-
}
|
|
202
|
-
|
|
203
|
-
window.customElements.define('gv-theme', GvTheme);
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),exports.GvTheme=void 0;const e=require("lit"),t=require("../lib/events"),r=require("../lib/theme");class o extends e.LitElement{static get properties(){return{_theme:{type:Object,attribute:!1},_lastDate:{type:Number,attribute:!1}}}static get styles(){return[e.css`:host{--gv-theme-color-darker:var(--gv-theme-color-darker, #383e3f);--gv-theme-color-dark:var(--gv-theme-color-dark, #28444f);--gv-theme-color:var(--gv-theme-color, #5a7684);--gv-theme-color-light:var(--gv-theme-color-light, #86c3d0);--gv-theme-color-danger:var(--gv-theme-color-danger, #ff5722);--gv-theme-color-error-dark:var(--gv-theme-color-error-dark, #d32f2f);--gv-theme-color-error:var(--gv-theme-color-error, #f44336);--gv-theme-color-error-light:var(--gv-theme-color-error-light, #e57373);--gv-theme-color-info-dark:var(--gv-theme-color-info-dark, #1976d2);--gv-theme-color-info:var(--gv-theme-color-info, #2196f3);--gv-theme-color-info-light:var(--gv-theme-color-info-light, #64b5f6);--gv-theme-color-success-dark:var(--gv-theme-color-success-dark, #388e3c);--gv-theme-color-success:var(--gv-theme-color-success, #4caf50);--gv-theme-color-success-light:var(--gv-theme-color-success-light, #81c784);--gv-theme-color-warning-dark:var(--gv-theme-color-warning-dark, #f57c00);--gv-theme-color-warning:var(--gv-theme-color-warning, #ff9800);--gv-theme-color-warning-light:var(--gv-theme-color-warning-light, #ffb74d);--gv-theme-neutral-color-darkest:var(--gv-theme-neutral-color-darkest, #000000);--gv-theme-neutral-color-darker:var(--gv-theme-neutral-color-darker, #bfbfbf);--gv-theme-neutral-color-dark:var(--gv-theme-neutral-color-dark, #d9d9d9);--gv-theme-neutral-color:var(--gv-theme-neutral-color, #f5f5f5);--gv-theme-neutral-color-light:var(--gv-theme-neutral-color-light, #efefef);--gv-theme-neutral-color-lighter:var(--gv-theme-neutral-color-lighter, #fafafa);--gv-theme-neutral-color-lightest:var(--gv-theme-neutral-color-lightest, #ffffff);--gv-theme-font-color-dark:var(--gv-theme-font-color-dark, #262626);--gv-theme-font-color-light:var(--gv-theme-font-color-light, #ffffff);--gv-theme-font-size-xs:var(--gv-theme-font-size-xs, 10px);--gv-theme-font-size-s:var(--gv-theme-font-size-s, 12px);--gv-theme-font-size-m:var(--gv-theme-font-size-m, 14px);--gv-theme-font-size-l:var(--gv-theme-font-size-l, 16px);--gv-theme-font-size-xl:var(--gv-theme-font-size-xl, 26px);--gv-theme-font-size-xxl:var(--gv-theme-font-size-xxl, 30px);--gv-theme-skeleton-color:var(--gv-theme-skeleton-color, #bfbfbf);--gv-theme-font-family:var(--gv-theme-font-family, 'IBM Plex Sans', 'Helvetica Neue', Arial, sans-serif);--gv-theme-homepage-background-image:var(--gv-theme-homepage-background-image, none);--gv-theme-homepage-background-color:var(--gv-theme-homepage-background-color, #5a7684);--gv-theme-homepage-background-height:var(--gv-theme-homepage-background-height, 400px);--gv-theme-logo:var(--gv-theme-logo, url('/images/gravitee-logo-cyan.svg'));--gv-theme-optional-logo:var(--gv-theme-optional-logo, url('/images/gravitee-logo-white.svg'));--gv-theme-favicon:var(--gv-theme-favicon, '/images/gravitee-favicon.png')}`]}constructor(){super(),this._lastDate=0}handleEvent(e){"gravitee"===e.data.type?(this.source=e.source,this.origin=e.origin,this.isDetached=e.data.isDetached,this._lastDate=e.data.date,e.data.requestAnswer&&this.sendMessage(),e.data.theme?this._theme=e.data.theme:console.warn("Theme not found",e.data)):console.warn("Unknown message",e.data)}getData(){return{type:"gravitee",href:window.location.href,date:Date.now()}}sendMessage(e={},t=0){if(this.source&&this.origin){const t=Object.assign({},this.getData(),e);this.source.postMessage(t,this.origin)}else console.warn("Unknown source & origin for send message")}render(){(0,r.applyTheme)(this._theme)}firstUpdated(){window.addEventListener("message",this.handleEvent.bind(this),!1),window.addEventListener("unload",(e=>{this.isDetached?this.sendMessage({unload:!0}):this.sendMessage(),clearInterval(this.intervalID)})),this.intervalID=setInterval((()=>{this._lastDate-Date.now()<-3e4&&(0,t.dispatchCustomEvent)(this,"error",{message:"Connection for preview has been lost, please close this tab and refresh your browser."})}),3e4)}}exports.GvTheme=o,window.customElements.define("gv-theme",o);
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-autocomplete.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-autocomplete");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-button.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-button");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-card-full.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-card-full");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-card-list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-card-list");
|
package/wc/gv-card.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-card.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-card");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-category-list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-category-list");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-category.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-category");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-chart-bar.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/charts/gv-chart-bar");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-chart-gauge.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/charts/gv-chart-gauge");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-chart-histogram.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/charts/gv-chart-histogram");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-chart-line.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/charts/gv-chart-line");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-chart-map.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/charts/gv-chart-map");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-chart-pie.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/charts/gv-chart-pie");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-checkbox.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-checkbox");
|
package/wc/gv-code.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-code.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-code");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-confirm.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-confirm");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-cron-editor.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-cron-editor");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-date-picker-calendar");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-date-picker-cell");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-date-picker.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-date-picker");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-documentation.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/organisms/gv-documentation");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-dropdown-menu.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-dropdown-menu");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-expandable.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-expandable");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-expression-language");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-file-upload.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-file-upload");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-flow-step.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/policy-studio/gv-flow-step");
|
package/wc/gv-flow.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-flow.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/policy-studio/gv-flow");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-header.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/organisms/gv-header");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-http-client.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/organisms/gv-http-client");
|
package/wc/gv-icon.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-icon.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-icon");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-identity-picture");
|
package/wc/gv-image.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-image.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-image");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-input-message.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-input-message");
|
package/wc/gv-input.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-input.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-input");
|
package/wc/gv-link.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-link.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-link");
|
package/wc/gv-list.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-list.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-list");
|
package/wc/gv-menu.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-menu.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/organisms/gv-menu");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-message.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-message");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-metric.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/atoms/gv-metric");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-metrics.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-metrics");
|
package/wc/gv-modal.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-modal.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-modal");
|
package/wc/gv-nav.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-nav.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-nav");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/organisms/gv-newsletter-subscription");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-option.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-option");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-pagination.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/organisms/gv-pagination");
|
package/wc/gv-plans.d.ts
ADDED
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-plans.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-plans");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/policy-studio/gv-policy-studio-menu");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-policy-studio.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/policy-studio/gv-policy-studio");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-popover.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-popover");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|
package/wc/gv-promote.js
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
|
|
1
|
+
Object.defineProperty(exports,"__esModule",{value:!0}),require("../src/molecules/gv-promote");
|
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export {};
|