{
 "legacyTag": "oj-rating-gauge",
 "corePackTag": "oj-c-rating-gauge",
 "migrateImports": {
  "from": "ojs/ojgauge",
  "to": [
   "oj-c/meter-bar",
   "oj-c/meter-circle",
   "oj-c/rating-gauge"
  ]
 },
 "migrateAttributes": [
  {
   "fromAttribute": "selected-state",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "hovered-state",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "changed-state",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "unselected-state",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "track-resize",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "min",
   "fromValue": "",
   "toAttribute": "",
   "toValue": ""
  },
  {
   "fromAttribute": "size",
   "fromValue": "fit",
   "toAttribute": "size",
   "toValue": "lg"
  },
  {
   "depAttribute": "readonly",
   "depValue": "",
   "fromAttribute": "title",
   "fromValue": "",
   "toAttribute": "tooltip",
   "toValue": ""
  },
  {
    "fromAttribute": "thresholds",
    "fromKeyValue": {"shortDesc": ""},
    "toAttribute": "thresholds",
    "toKeyValue": {"accessibleLabel": ""}
  }
 ],
 "ruleSetToIgnore": [
  {
    "attribute": "thresholds",
    "typeDefined": true
  }
 ],
 "migrateTest": {
  "type": {
   "from": "OjRatingGauge",
   "to": "RatingGaugeWebElement"
  },
  "locator": {
   "from": "ojRatingGauge",
   "to": "findRatingGauge"
  },
  "ruleSetToIgnore": [
   "getChangedState",
   "getHoverState",
   "getMin",
   "getOrientation",
   "getPreserveAspectRatio",
   "getSelectedState",
   "getTrackResize",
   "getTranslations",
   "getUnselectedState",
   "getVisualEffects"
  ]
 }
}