@primer-io/primer-js 0.3.9 → 0.3.10

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.
@@ -587,12 +587,6 @@
587
587
  ],
588
588
  "references": []
589
589
  },
590
- {
591
- "name": "primer-payment-method-content",
592
- "description": "PaymentMethodContentComponent - renders payment method information with icon and details\nThis component encapsulates the display logic and styles for payment method content\nso it can be reused across different containers without style conflicts\n---\n",
593
- "attributes": [],
594
- "references": []
595
- },
596
590
  {
597
591
  "name": "primer-vault-cvv-input",
598
592
  "description": "CVV Input component for vault payment methods\nRenders a secure iframe for CVV input when required by the selected payment method\nUses dedicated CVV context to minimize re-renders\n---\n\n\n### **Methods:**\n - **onCvvInputChange()** - Update CVV metadata in the context when input changes",
@@ -608,6 +602,12 @@
608
602
  ],
609
603
  "references": []
610
604
  },
605
+ {
606
+ "name": "primer-payment-method-content",
607
+ "description": "PaymentMethodContentComponent - renders payment method information with icon and details\nThis component encapsulates the display logic and styles for payment method content\nso it can be reused across different containers without style conflicts\n---\n",
608
+ "attributes": [],
609
+ "references": []
610
+ },
611
611
  {
612
612
  "name": "primer-vault-delete-confirmation",
613
613
  "description": "VaultDeleteConfirmationComponent - displays confirmation UI for deleting a payment method\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.3.9",
4
+ "version": "0.3.10",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
@@ -1439,23 +1439,6 @@
1439
1439
  "events": []
1440
1440
  }
1441
1441
  },
1442
- {
1443
- "name": "primer-payment-method-content",
1444
- "description": "PaymentMethodContentComponent - renders payment method information with icon and details\nThis component encapsulates the display logic and styles for payment method content\nso it can be reused across different containers without style conflicts\n---\n",
1445
- "doc-url": "",
1446
- "attributes": [],
1447
- "events": [],
1448
- "js": {
1449
- "properties": [
1450
- {
1451
- "name": "assetConfig",
1452
- "description": "The asset configuration containing icon and display data",
1453
- "type": "AssetConfig | null"
1454
- }
1455
- ],
1456
- "events": []
1457
- }
1458
- },
1459
1442
  {
1460
1443
  "name": "primer-vault-cvv-input",
1461
1444
  "description": "CVV Input component for vault payment methods\nRenders a secure iframe for CVV input when required by the selected payment method\nUses dedicated CVV context to minimize re-renders\n---\n\n\n### **Methods:**\n - **onCvvInputChange()** - Update CVV metadata in the context when input changes",
@@ -1501,6 +1484,23 @@
1501
1484
  "events": []
1502
1485
  }
1503
1486
  },
1487
+ {
1488
+ "name": "primer-payment-method-content",
1489
+ "description": "PaymentMethodContentComponent - renders payment method information with icon and details\nThis component encapsulates the display logic and styles for payment method content\nso it can be reused across different containers without style conflicts\n---\n",
1490
+ "doc-url": "",
1491
+ "attributes": [],
1492
+ "events": [],
1493
+ "js": {
1494
+ "properties": [
1495
+ {
1496
+ "name": "assetConfig",
1497
+ "description": "The asset configuration containing icon and display data",
1498
+ "type": "AssetConfig | null"
1499
+ }
1500
+ ],
1501
+ "events": []
1502
+ }
1503
+ },
1504
1504
  {
1505
1505
  "name": "primer-vault-delete-confirmation",
1506
1506
  "description": "VaultDeleteConfirmationComponent - displays confirmation UI for deleting a payment method\n---\n",
package/package.json CHANGED
@@ -2,7 +2,7 @@
2
2
  "name": "@primer-io/primer-js",
3
3
  "description": "Primer Composable 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.3.9",
5
+ "version": "0.3.10",
6
6
  "type": "module",
7
7
  "main": "./dist/primer-loader.js",
8
8
  "types": "./dist/primer-loader.d.ts",