@etus/tokens 0.4.0-beta.10 → 0.4.0-beta.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/dist/tokens.css CHANGED
@@ -1744,6 +1744,12 @@
1744
1744
  --payment-input-icon-left: 12px;
1745
1745
  --payment-input-icon-size: 20px;
1746
1746
  --payment-input-root-padding-left: 40px;
1747
+ --payment-method-icon-size-lg-h: 40px;
1748
+ --payment-method-icon-size-lg-w: 58px;
1749
+ --payment-method-icon-size-md-h: 32px;
1750
+ --payment-method-icon-size-md-w: 46px;
1751
+ --payment-method-icon-size-sm-h: 24px;
1752
+ --payment-method-icon-size-sm-w: 34px;
1747
1753
  --phone-input-country-select-border-color: oklch(92.19% 0.0000 0);
1748
1754
  --phone-input-country-select-border-right-width: 1px;
1749
1755
  --phone-input-country-select-width: 100px;
package/dist/tokens.js CHANGED
@@ -1855,6 +1855,12 @@ export const tokens = {
1855
1855
  "payment-input-icon-left": "12px",
1856
1856
  "payment-input-icon-size": "20px",
1857
1857
  "payment-input-root-padding-left": "40px",
1858
+ "payment-method-icon-size-lg-h": "40px",
1859
+ "payment-method-icon-size-lg-w": "58px",
1860
+ "payment-method-icon-size-md-h": "32px",
1861
+ "payment-method-icon-size-md-w": "46px",
1862
+ "payment-method-icon-size-sm-h": "24px",
1863
+ "payment-method-icon-size-sm-w": "34px",
1858
1864
  "phone-input-country-select-border-color": "oklch(92.19% 0.0000 0)",
1859
1865
  "phone-input-country-select-border-right-width": "1px",
1860
1866
  "phone-input-country-select-width": "100px",
@@ -12615,6 +12615,43 @@
12615
12615
  "type": "dimension",
12616
12616
  "value": "40px"
12617
12617
  },
12618
+ {
12619
+ "name": "payment-method-icon-size-lg-h",
12620
+ "cssVar": "--payment-method-icon-size-lg-h",
12621
+ "type": "dimension",
12622
+ "value": "40px"
12623
+ },
12624
+ {
12625
+ "name": "payment-method-icon-size-lg-w",
12626
+ "cssVar": "--payment-method-icon-size-lg-w",
12627
+ "type": "dimension",
12628
+ "value": "58px"
12629
+ },
12630
+ {
12631
+ "name": "payment-method-icon-size-md-h",
12632
+ "cssVar": "--payment-method-icon-size-md-h",
12633
+ "type": "dimension",
12634
+ "value": "32px"
12635
+ },
12636
+ {
12637
+ "name": "payment-method-icon-size-md-w",
12638
+ "cssVar": "--payment-method-icon-size-md-w",
12639
+ "type": "dimension",
12640
+ "value": "46px"
12641
+ },
12642
+ {
12643
+ "name": "payment-method-icon-size-sm-h",
12644
+ "cssVar": "--payment-method-icon-size-sm-h",
12645
+ "type": "dimension",
12646
+ "value": "24px"
12647
+ },
12648
+ {
12649
+ "name": "payment-method-icon-size-sm-w",
12650
+ "cssVar": "--payment-method-icon-size-sm-w",
12651
+ "type": "dimension",
12652
+ "description": "PaymentMethodIcon sm card width per Figma /Payment-method-icon frame (node 1027-13162).",
12653
+ "value": "34px"
12654
+ },
12618
12655
  {
12619
12656
  "name": "phone-input-country-select-border-color",
12620
12657
  "cssVar": "--phone-input-country-select-border-color",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@etus/tokens",
3
- "version": "0.4.0-beta.10",
3
+ "version": "0.4.0-beta.11",
4
4
  "description": "Seven Design System - Design tokens (CSS variables) for ETUS applications",
5
5
  "license": "MIT",
6
6
  "repository": {