@nysds/components 1.16.0-alpha5 → 1.16.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.
@@ -6678,6 +6678,16 @@
6678
6678
  "description": "URL for the header title link. If empty, title is not clickable.",
6679
6679
  "attribute": "homepageLink"
6680
6680
  },
6681
+ {
6682
+ "kind": "field",
6683
+ "name": "nysLogo",
6684
+ "type": {
6685
+ "text": "boolean"
6686
+ },
6687
+ "default": "false",
6688
+ "description": "Toggles the NYS brand mark",
6689
+ "attribute": "nysLogo"
6690
+ },
6681
6691
  {
6682
6692
  "kind": "field",
6683
6693
  "name": "_isMobileMenuOpen",
@@ -6744,6 +6754,16 @@
6744
6754
  "kind": "method",
6745
6755
  "name": "_listenLinkClicks",
6746
6756
  "privacy": "private"
6757
+ },
6758
+ {
6759
+ "kind": "method",
6760
+ "name": "_renderBrandMark",
6761
+ "privacy": "private"
6762
+ },
6763
+ {
6764
+ "kind": "method",
6765
+ "name": "_getNysLogo",
6766
+ "privacy": "private"
6747
6767
  }
6748
6768
  ],
6749
6769
  "attributes": [
@@ -6776,6 +6796,16 @@
6776
6796
  "description": "URL for the header title link. If empty, title is not clickable.",
6777
6797
  "fieldName": "homepageLink",
6778
6798
  "propName": "homepagelink"
6799
+ },
6800
+ {
6801
+ "name": "nysLogo",
6802
+ "type": {
6803
+ "text": "boolean"
6804
+ },
6805
+ "default": "false",
6806
+ "description": "Toggles the NYS brand mark",
6807
+ "fieldName": "nysLogo",
6808
+ "propName": "nyslogo"
6779
6809
  }
6780
6810
  ],
6781
6811
  "superclass": {
@@ -854,6 +854,11 @@
854
854
  "name": "homepageLink",
855
855
  "description": "URL for the header title link. If empty, title is not clickable.",
856
856
  "values": []
857
+ },
858
+ {
859
+ "name": "nysLogo",
860
+ "description": "Toggles the NYS brand mark",
861
+ "values": []
857
862
  }
858
863
  ],
859
864
  "references": []
@@ -6678,6 +6678,16 @@
6678
6678
  "description": "URL for the header title link. If empty, title is not clickable.",
6679
6679
  "attribute": "homepageLink"
6680
6680
  },
6681
+ {
6682
+ "kind": "field",
6683
+ "name": "nysLogo",
6684
+ "type": {
6685
+ "text": "boolean"
6686
+ },
6687
+ "default": "false",
6688
+ "description": "Toggles the NYS brand mark",
6689
+ "attribute": "nysLogo"
6690
+ },
6681
6691
  {
6682
6692
  "kind": "field",
6683
6693
  "name": "_isMobileMenuOpen",
@@ -6744,6 +6754,16 @@
6744
6754
  "kind": "method",
6745
6755
  "name": "_listenLinkClicks",
6746
6756
  "privacy": "private"
6757
+ },
6758
+ {
6759
+ "kind": "method",
6760
+ "name": "_renderBrandMark",
6761
+ "privacy": "private"
6762
+ },
6763
+ {
6764
+ "kind": "method",
6765
+ "name": "_getNysLogo",
6766
+ "privacy": "private"
6747
6767
  }
6748
6768
  ],
6749
6769
  "attributes": [
@@ -6776,6 +6796,16 @@
6776
6796
  "description": "URL for the header title link. If empty, title is not clickable.",
6777
6797
  "fieldName": "homepageLink",
6778
6798
  "propName": "homepagelink"
6799
+ },
6800
+ {
6801
+ "name": "nysLogo",
6802
+ "type": {
6803
+ "text": "boolean"
6804
+ },
6805
+ "default": "false",
6806
+ "description": "Toggles the NYS brand mark",
6807
+ "fieldName": "nysLogo",
6808
+ "propName": "nyslogo"
6779
6809
  }
6780
6810
  ],
6781
6811
  "superclass": {