All Downloads are FREE. Search and download functionalities are using the official Maven repository.

META-INF.metadata.vaadin-avatar.json Maven / Gradle / Ivy

There is a newer version: 24.6.2
Show newest version
[
  {
    "selector": "vaadin-avatar",
    "displayName": "Root element",
    "properties": [
      {
        "propertyName": "background-color",
        "displayName": "Background color",
        "editorType": "color"
      },
      {
        "propertyName": "border-color",
        "displayName": "Border color",
        "editorType": "color"
      },
      {
        "propertyName": "border-width",
        "displayName": "Border width",
        "editorType": "range",
        "presets": [
          "0px",
          "1px",
          "2px",
          "3px"
        ],
        "icon": "square"
      },
      {
        "propertyName": "--vaadin-avatar-size",
        "displayName": "Size",
        "editorType": "range",
        "presets": [
          "--lumo-size-xs",
          "--lumo-size-s",
          "--lumo-size-m",
          "--lumo-size-l",
          "--lumo-size-xl"
        ],
        "icon": "square"
      }
    ]
  },
  {
    "selector": "vaadin-avatar::part(abbr)",
    "displayName": "Abbreviation",
    "properties": [
      {
        "propertyName": "color",
        "displayName": "Text color",
        "editorType": "color",
        "presets": [
          "--lumo-header-text-color",
          "--lumo-body-text-color",
          "--lumo-secondary-text-color",
          "--lumo-tertiary-text-color",
          "--lumo-disabled-text-color",
          "--lumo-primary-text-color",
          "--lumo-error-text-color",
          "--lumo-success-text-color"
        ]
      },
      {
        "propertyName": "font-weight",
        "displayName": "Bold",
        "editorType": "checkbox",
        "checkedValue": "bold"
      }
    ]
  }
]




© 2015 - 2025 Weber Informatics LLC | Privacy Policy