@primer-io/primer-js 0.3.10 → 0.3.11
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.
- package/CHANGELOG.md +7 -0
- package/dist/custom-elements.json +903 -903
- package/dist/jsx/index.d.ts +14 -14
- package/dist/primer-loader.d.ts +1 -0
- package/dist/primer-loader.js +11 -11
- package/dist/vscode.html-custom-data.json +6 -6
- package/dist/web-types.json +18 -18
- package/package.json +1 -1
|
@@ -587,6 +587,12 @@
|
|
|
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
|
+
},
|
|
590
596
|
{
|
|
591
597
|
"name": "primer-vault-cvv-input",
|
|
592
598
|
"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",
|
|
@@ -602,12 +608,6 @@
|
|
|
602
608
|
],
|
|
603
609
|
"references": []
|
|
604
610
|
},
|
|
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",
|
package/dist/web-types.json
CHANGED
|
@@ -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.
|
|
4
|
+
"version": "0.3.11",
|
|
5
5
|
"description-markup": "markdown",
|
|
6
6
|
"contributions": {
|
|
7
7
|
"html": {
|
|
@@ -1439,6 +1439,23 @@
|
|
|
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
|
+
},
|
|
1442
1459
|
{
|
|
1443
1460
|
"name": "primer-vault-cvv-input",
|
|
1444
1461
|
"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",
|
|
@@ -1484,23 +1501,6 @@
|
|
|
1484
1501
|
"events": []
|
|
1485
1502
|
}
|
|
1486
1503
|
},
|
|
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.
|
|
5
|
+
"version": "0.3.11",
|
|
6
6
|
"type": "module",
|
|
7
7
|
"main": "./dist/primer-loader.js",
|
|
8
8
|
"types": "./dist/primer-loader.d.ts",
|