@primer-io/primer-js 0.1.7 → 0.1.8

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.
@@ -1922,6 +1922,7 @@ primer-checkout:not([js-initialized]):not([loader-disabled])::after {
1922
1922
  ${V(o,()=>c`
1923
1923
  <primer-icon
1924
1924
  class="caret ${this.isDropdownOpen?"open":""}"
1925
+ size="sm"
1925
1926
  name="chevron-down"
1926
1927
  ></primer-icon>
1927
1928
  `,()=>h)}
@@ -1955,6 +1956,7 @@ primer-checkout:not([js-initialized]):not([loader-disabled])::after {
1955
1956
  <primer-icon
1956
1957
  class="checkmark"
1957
1958
  name="checkmark"
1959
+ size="sm"
1958
1960
  ></primer-icon>
1959
1961
  `,()=>h)}
1960
1962
  </div>
@@ -1187,6 +1187,7 @@ import{a as Eo,b as Qs,c as Co,d as n}from"./chunks/chunk.G45OCYEN.js";var Oi=Qs
1187
1187
  ${U(o,()=>h`
1188
1188
  <primer-icon
1189
1189
  class="caret ${this.isDropdownOpen?"open":""}"
1190
+ size="sm"
1190
1191
  name="chevron-down"
1191
1192
  ></primer-icon>
1192
1193
  `,()=>u)}
@@ -1220,6 +1221,7 @@ import{a as Eo,b as Qs,c as Co,d as n}from"./chunks/chunk.G45OCYEN.js";var Oi=Qs
1220
1221
  <primer-icon
1221
1222
  class="checkmark"
1222
1223
  name="checkmark"
1224
+ size="sm"
1223
1225
  ></primer-icon>
1224
1226
  `,()=>u)}
1225
1227
  </div>
@@ -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.1.7",
4
+ "version": "0.1.8",
5
5
  "description-markup": "markdown",
6
6
  "contributions": {
7
7
  "html": {
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.1.7",
5
+ "version": "0.1.8",
6
6
  "type": "module",
7
7
  "main": "./dist/primer-loader.js",
8
8
  "types": "./dist/primer-loader.d.ts",