@primer-io/primer-js 0.8.1 → 0.9.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.
@@ -466,7 +466,7 @@
466
466
  },
467
467
  {
468
468
  "name": "primer-show-other-payments",
469
- "description": "Component for showing/hiding other payment methods when vault is present\nUtilizes the collapsable component for smooth transitions\nSupports custom toggle buttons via slots and external control via events\n---\n\n\n### **Events:**\n - **show-other-payments-toggled**\n\n### **Methods:**\n - **expand(): _void_** - Public API: Expand the accordion programmatically\n- **collapse(): _void_** - Public API: Collapse the accordion programmatically",
469
+ "description": "Component for showing/hiding other payment methods when vault is present\nUtilizes the collapsable component for smooth transitions\nSupports custom toggle buttons via slots and external control via events\n---\n\n\n### **Events:**\n - **primer:show-other-payments-toggled**\n\n### **Methods:**\n - **expand(): _void_** - Public API: Expand the accordion programmatically\n- **collapse(): _void_** - Public API: Collapse the accordion programmatically",
470
470
  "attributes": [],
471
471
  "references": []
472
472
  },
@@ -718,12 +718,6 @@
718
718
  ],
719
719
  "references": []
720
720
  },
721
- {
722
- "name": "primer-vault-empty-state",
723
- "description": "VaultEmptyStateComponent - displays when no payment methods are available\n---\n",
724
- "attributes": [],
725
- "references": []
726
- },
727
721
  {
728
722
  "name": "primer-vault-error-message",
729
723
  "description": "VaultErrorMessageComponent - displays error messages with improved visuals\n---\n",
@@ -736,6 +730,12 @@
736
730
  ],
737
731
  "references": []
738
732
  },
733
+ {
734
+ "name": "primer-vault-empty-state",
735
+ "description": "VaultEmptyStateComponent - displays when no payment methods are available\n---\n",
736
+ "attributes": [],
737
+ "references": []
738
+ },
739
739
  {
740
740
  "name": "primer-vault-manager-header",
741
741
  "description": "VaultManagerHeaderComponent - displays the header for the vault manager\n---\n",
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://raw.githubusercontent.com/JetBrains/web-types/master/schema/web-types.json",
3
3
  "name": "@primer-io/primer-js",
4
- "version": "0.8.1",
4
+ "version": "0.9.0",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1247,11 +1247,14 @@
1247
1247
  },
1248
1248
  {
1249
1249
  "name": "primer-show-other-payments",
1250
- "description": "Component for showing/hiding other payment methods when vault is present\nUtilizes the collapsable component for smooth transitions\nSupports custom toggle buttons via slots and external control via events\n---\n\n\n### **Events:**\n - **show-other-payments-toggled**\n\n### **Methods:**\n - **expand(): _void_** - Public API: Expand the accordion programmatically\n- **collapse(): _void_** - Public API: Collapse the accordion programmatically",
1250
+ "description": "Component for showing/hiding other payment methods when vault is present\nUtilizes the collapsable component for smooth transitions\nSupports custom toggle buttons via slots and external control via events\n---\n\n\n### **Events:**\n - **primer:show-other-payments-toggled**\n\n### **Methods:**\n - **expand(): _void_** - Public API: Expand the accordion programmatically\n- **collapse(): _void_** - Public API: Collapse the accordion programmatically",
1251
1251
  "doc-url": "",
1252
1252
  "attributes": [],
1253
1253
  "events": [
1254
- { "name": "show-other-payments-toggled", "type": "CustomEvent" }
1254
+ {
1255
+ "name": "primer:show-other-payments-toggled",
1256
+ "type": "CustomEvent"
1257
+ }
1255
1258
  ],
1256
1259
  "js": {
1257
1260
  "properties": [
@@ -1267,7 +1270,10 @@
1267
1270
  }
1268
1271
  ],
1269
1272
  "events": [
1270
- { "name": "show-other-payments-toggled", "type": "CustomEvent" }
1273
+ {
1274
+ "name": "primer:show-other-payments-toggled",
1275
+ "type": "CustomEvent"
1276
+ }
1271
1277
  ]
1272
1278
  }
1273
1279
  },
@@ -1855,14 +1861,6 @@
1855
1861
  "events": []
1856
1862
  }
1857
1863
  },
1858
- {
1859
- "name": "primer-vault-empty-state",
1860
- "description": "VaultEmptyStateComponent - displays when no payment methods are available\n---\n",
1861
- "doc-url": "",
1862
- "attributes": [],
1863
- "events": [],
1864
- "js": { "properties": [], "events": [] }
1865
- },
1866
1864
  {
1867
1865
  "name": "primer-vault-error-message",
1868
1866
  "description": "VaultErrorMessageComponent - displays error messages with improved visuals\n---\n",
@@ -1895,6 +1893,14 @@
1895
1893
  "events": []
1896
1894
  }
1897
1895
  },
1896
+ {
1897
+ "name": "primer-vault-empty-state",
1898
+ "description": "VaultEmptyStateComponent - displays when no payment methods are available\n---\n",
1899
+ "doc-url": "",
1900
+ "attributes": [],
1901
+ "events": [],
1902
+ "js": { "properties": [], "events": [] }
1903
+ },
1898
1904
  {
1899
1905
  "name": "primer-vault-manager-header",
1900
1906
  "description": "VaultManagerHeaderComponent - displays the header for the vault manager\n---\n",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@primer-io/primer-js",
3
3
  "description": "Primer Checkout is a web component-based SDK for building secure, customizable, and PCI-compliant checkout experiences. Designed with a modular architecture, it integrates seamlessly with any JavaScript framework and supports multiple payment methods.",
4
4
  "license": "BSD-3-Clause",
5
- "version": "0.8.1",
5
+ "version": "0.9.0",
6
6
  "type": "module",
7
7
  "main": "./dist/primer-loader.js",
8
8
  "types": "./dist/primer-loader.d.ts",