summaryrefslogtreecommitdiffstats
path: root/test/addon-using-own-widget-set
diff options
context:
space:
mode:
authorPatrik Lindström <99639133+thevaadinman@users.noreply.github.com>2024-11-08 10:02:31 +0200
committerPatrik Lindström <patrik@vaadin.com>2024-11-08 10:12:09 +0200
commit23d5f8a9b187882e7d71bce4d76f547332d0ebd2 (patch)
tree9c4a4b412d77d8ab4e73ba7f64baed796cc974c7 /test/addon-using-own-widget-set
parent3001b8a83c85c99f29f615fc1096520204925027 (diff)
downloadvaadin-framework-23d5f8a9b187882e7d71bce4d76f547332d0ebd2.tar.gz
vaadin-framework-23d5f8a9b187882e7d71bce4d76f547332d0ebd2.zip
chore: Add a very visible obsoletion message (#12634)
Adds a warning banner to the Vaadin startup when not in production mode, warning the user about known security vulnerabilities and encouraging them to upgrade to a supported version.
Diffstat (limited to 'test/addon-using-own-widget-set')
0 files changed, 0 insertions, 0 deletions
.String.Other */ .highlight .sr { color: #008800; background-color: #fff0ff } /* Literal.String.Regex */ .highlight .s1 { color: #dd2200; background-color: #fff0f0 } /* Literal.String.Single */ .highlight .ss { color: #aa6600; background-color: #fff0f0 } /* Literal.String.Symbol */ .highlight .bp { color: #003388 } /* Name.Builtin.Pseudo */ .highlight .fm { color: #0066bb; font-weight: bold } /* Name.Function.Magic */ .highlight .vc { color: #336699 } /* Name.Variable.Class */ .highlight .vg { color: #dd7700 } /* Name.Variable.Global */ .highlight .vi { color: #3333bb } /* Name.Variable.Instance */ .highlight .vm { color: #336699 } /* Name.Variable.Magic */ .highlight .il { color: #0000DD; font-weight: bold } /* Literal.Number.Integer.Long */
{
  "name": "@vaadin/vaadin-core",
  "version": "14.8.7",
  "description": "Vaadin components is an evolving set of free, open sourced custom HTML elements for building mobile and desktop web applications in modern browsers.",
  "author": "Vaadin Ltd",
  "license": "Apache-2.0",
  "main": "vaadin-core.js",
  "dependencies": {
    "@polymer/iron-a11y-announcer": "^3.0.2",
    "@polymer/iron-a11y-keys-behavior": "^3.0.1",
    "@polymer/iron-fit-behavior": "^3.0.2",
    "@polymer/iron-flex-layout": "^3.0.1",
    "@polymer/iron-icon": "^3.0.1",
    "@polymer/iron-iconset-svg": "^3.0.1",
    "@polymer/iron-list": "^3.1.0",
    "@polymer/iron-media-query": "^3.0.1",
    "@polymer/iron-meta": "^3.0.1",
    "@polymer/iron-overlay-behavior": "^3.0.3",
    "@polymer/iron-resizable-behavior": "^3.0.1",
    "@polymer/iron-scroll-target-behavior": "^3.0.1",
    "@webcomponents/shadycss": "^1.8.0",
    "@vaadin/vaadin-accordion": "^1.2.0",
    "@vaadin/vaadin-app-layout": "^2.2.0",
    "@vaadin/vaadin-avatar": "^1.0.4",
    "@vaadin/vaadin-button": "^2.4.0",
    "@vaadin/vaadin-checkbox": "^2.5.1",
    "@vaadin/vaadin-combo-box": "^5.4.12",
    "@vaadin/vaadin-context-menu": "^4.6.0",
    "@vaadin/vaadin-control-state-mixin": "^2.2.6",
    "@vaadin/vaadin-custom-field": "^1.3.1",
    "@vaadin/vaadin-date-picker": "^4.4.2",
    "@vaadin/vaadin-date-time-picker": "^1.4.0",
    "@vaadin/vaadin-details": "^1.2.1",
    "@vaadin/vaadin-development-mode-detector": "^2.0.5",
    "@vaadin/vaadin-dialog": "^2.6.0",
    "@vaadin/vaadin-element-mixin": "^2.4.2",
    "@vaadin/vaadin-form-layout": "^2.3.0",
    "@vaadin/vaadin-grid": "^5.9.3",
    "@vaadin/vaadin-icons": "^4.3.2",
    "@vaadin/vaadin-item": "^2.3.0",
    "@vaadin/vaadin-list-box": "^1.4.0",
    "@vaadin/vaadin-list-mixin": "^2.5.1",
    "@vaadin/vaadin-login": "^1.2.0",
    "@vaadin/vaadin-lumo-styles": "^1.6.1",
    "@vaadin/vaadin-material-styles": "^1.3.2",
    "@vaadin/vaadin-menu-bar": "^1.3.0",
    "@vaadin/vaadin-messages": "^1.0.2",
    "@vaadin/vaadin-notification": "^1.6.2",
    "@vaadin/vaadin-ordered-layout": "^1.4.0",
    "@vaadin/vaadin-overlay": "^3.5.1",
    "@vaadin/vaadin-progress-bar": "^1.3.0",
    "@vaadin/vaadin-radio-button": "^1.5.4",
    "@vaadin/vaadin-select": "^2.4.3",
    "@vaadin/vaadin-split-layout": "^4.3.1",
    "@vaadin/vaadin-tabs": "^3.2.0",
    "@vaadin/vaadin-text-field": "^2.9.2",
    "@vaadin/vaadin-themable-mixin": "^1.6.2",
    "@vaadin/vaadin-time-picker": "^2.4.0",
    "@vaadin/vaadin-upload": "^4.4.3",
    "@vaadin/vaadin-usage-statistics": "^2.1.2"
  },
  "files": [
    "vaadin-core.js"
  ],
  "keywords": [
    "vaadin",
    "core",
    "elements",
    "web",
    "components",
    "webcomponents",
    "web-components"
  ]
}