@globalpayments/vega 2.54.0 → 2.55.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.
@@ -11,9 +11,9 @@ exports.FrameworkEnum = void 0;
11
11
  /** The VegaEnvManager class manages vega environment parameters. */
12
12
  class VegaEnvManager {
13
13
  constructor() {
14
- // The `2.54.0` will be replaced to a version string when running publish script.
14
+ // The `2.55.0` will be replaced to a version string when running publish script.
15
15
  // eslint-disable-next-line @typescript-eslint/no-magic-numbers
16
- this.vegaVersion = '2.54.0';
16
+ this.vegaVersion = '2.55.0';
17
17
  this.framework = exports.FrameworkEnum.VanillaJs;
18
18
  }
19
19
  /**
@@ -340,7 +340,7 @@ export class VegaBox {
340
340
  "name": "vegaVersion",
341
341
  "text": "2.0.0"
342
342
  }],
343
- "text": "Specifies the width of the box.\nIt accepts values in numeric, string and spacing token formats.\nFor numeric values, use a number to indicate the width\n in pixels, e.g., 100 will be translated to 100px.\nFor string values, you can use CSS units like '%' or 'calc' expressions.\n For example, '100%' and 'calc(100vw - 20px)' which allows for more complex calculations to\n determine the width.\nFor spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens."
343
+ "text": "Specifies the width of the box.\nIt accepts values in numeric, string and spacing token formats.\nFor numeric values, use a number to indicate the width\n in pixels, e.g., 100 will be translated to 100px.\nFor string values, you can use CSS units like '%' or 'calc' expressions.\n For example, '100%' and 'calc(100vw - 20px)' which allows for more complex calculations to\n determine the width.\nFor spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens."
344
344
  },
345
345
  "attribute": "width",
346
346
  "reflect": false
@@ -369,7 +369,7 @@ export class VegaBox {
369
369
  "name": "vegaVersion",
370
370
  "text": "2.0.0"
371
371
  }],
372
- "text": "Specifies the height of the box.\nIt accepts values in numeric, string and spacing token formats.\nFor numeric values, use a number to indicate the height\n in pixels, e.g., 100 will be translated to 100px.\nFor string values, you can use CSS units like '%' or 'calc' expressions.\n For example, '100%' and 'calc(100vh - 20px)' which allows for more complex calculations to\n determine the height.\nFor spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens."
372
+ "text": "Specifies the height of the box.\nIt accepts values in numeric, string and spacing token formats.\nFor numeric values, use a number to indicate the height\n in pixels, e.g., 100 will be translated to 100px.\nFor string values, you can use CSS units like '%' or 'calc' expressions.\n For example, '100%' and 'calc(100vh - 20px)' which allows for more complex calculations to\n determine the height.\nFor spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens."
373
373
  },
374
374
  "attribute": "height",
375
375
  "reflect": false
@@ -398,7 +398,7 @@ export class VegaBox {
398
398
  "name": "vegaVersion",
399
399
  "text": "2.7.0"
400
400
  }],
401
- "text": "Specifies the minimum height of the box.\nIt accepts values in numeric, string and spacing token formats.\nNumeric values represent minimum heights in pixels\n (e.g., 100 translates to 100px).\nString values allow the use of CSS units such as '%'\n or keyword values like 'max-content'\n (e.g., '100%' or 'max-content').\nSpacing tokens like 'size-2' or 'size-16' can also be used.\n Please refer to https://vega.hlprd.com/tokens/spacing\n to check the full list of spacing tokens."
401
+ "text": "Specifies the minimum height of the box.\nIt accepts values in numeric, string and spacing token formats.\nNumeric values represent minimum heights in pixels\n (e.g., 100 translates to 100px).\nString values allow the use of CSS units such as '%'\n or keyword values like 'max-content'\n (e.g., '100%' or 'max-content').\nSpacing tokens like 'size-2' or 'size-16' can also be used.\n Please refer to https://vega.globalpayments.com/tokens/spacing\n to check the full list of spacing tokens."
402
402
  },
403
403
  "attribute": "min-height",
404
404
  "reflect": false
@@ -427,7 +427,7 @@ export class VegaBox {
427
427
  "name": "vegaVersion",
428
428
  "text": "2.7.0"
429
429
  }],
430
- "text": "Specifies the maximum height of the box.\nIt accepts values in numeric, string and spacing token formats.\nNumeric values represent maximum heights in pixels\n (e.g., 100 translates to 100px).\nString values allow the use of CSS units such as '%'\n or keyword values like 'min-content'\n (e.g., '100%' or 'min-content').\nSpacing tokens like 'size-2' or 'size-16' can also be used.\n Please refer to https://vega.hlprd.com/tokens/spacing\n to check the full list of spacing tokens."
430
+ "text": "Specifies the maximum height of the box.\nIt accepts values in numeric, string and spacing token formats.\nNumeric values represent maximum heights in pixels\n (e.g., 100 translates to 100px).\nString values allow the use of CSS units such as '%'\n or keyword values like 'min-content'\n (e.g., '100%' or 'min-content').\nSpacing tokens like 'size-2' or 'size-16' can also be used.\n Please refer to https://vega.globalpayments.com/tokens/spacing\n to check the full list of spacing tokens."
431
431
  },
432
432
  "attribute": "max-height",
433
433
  "reflect": false
@@ -9,9 +9,9 @@ var FrameworkEnum;
9
9
  /** The VegaEnvManager class manages vega environment parameters. */
10
10
  class VegaEnvManager {
11
11
  constructor() {
12
- // The `2.54.0` will be replaced to a version string when running publish script.
12
+ // The `2.55.0` will be replaced to a version string when running publish script.
13
13
  // eslint-disable-next-line @typescript-eslint/no-magic-numbers
14
- this.vegaVersion = '2.54.0';
14
+ this.vegaVersion = '2.55.0';
15
15
  this.framework = FrameworkEnum.VanillaJs;
16
16
  }
17
17
  /**
@@ -109,7 +109,7 @@ export declare class VegaBox {
109
109
  * For string values, you can use CSS units like '%' or 'calc' expressions.
110
110
  * For example, '100%' and 'calc(100vw - 20px)' which allows for more complex calculations to
111
111
  * determine the width.
112
- * For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
112
+ * For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
113
113
  *
114
114
  * @vegaVersion 2.0.0
115
115
  */
@@ -122,7 +122,7 @@ export declare class VegaBox {
122
122
  * For string values, you can use CSS units like '%' or 'calc' expressions.
123
123
  * For example, '100%' and 'calc(100vh - 20px)' which allows for more complex calculations to
124
124
  * determine the height.
125
- * For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
125
+ * For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
126
126
  *
127
127
  * @vegaVersion 2.0.0
128
128
  */
@@ -136,7 +136,7 @@ export declare class VegaBox {
136
136
  * or keyword values like 'max-content'
137
137
  * (e.g., '100%' or 'max-content').
138
138
  * Spacing tokens like 'size-2' or 'size-16' can also be used.
139
- * Please refer to https://vega.hlprd.com/tokens/spacing
139
+ * Please refer to https://vega.globalpayments.com/tokens/spacing
140
140
  * to check the full list of spacing tokens.
141
141
  *
142
142
  * @vegaVersion 2.7.0
@@ -151,7 +151,7 @@ export declare class VegaBox {
151
151
  * or keyword values like 'min-content'
152
152
  * (e.g., '100%' or 'min-content').
153
153
  * Spacing tokens like 'size-2' or 'size-16' can also be used.
154
- * Please refer to https://vega.hlprd.com/tokens/spacing
154
+ * Please refer to https://vega.globalpayments.com/tokens/spacing
155
155
  * to check the full list of spacing tokens.
156
156
  *
157
157
  * @vegaVersion 2.7.0
@@ -365,7 +365,7 @@ export namespace Components {
365
365
  */
366
366
  "gridRow": ResponsiveType<GridRowType>;
367
367
  /**
368
- * Specifies the height of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the height in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vh - 20px)' which allows for more complex calculations to determine the height. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
368
+ * Specifies the height of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the height in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vh - 20px)' which allows for more complex calculations to determine the height. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
369
369
  * @vegaVersion 2.0.0
370
370
  */
371
371
  "height": ResponsiveType<HeightType>;
@@ -381,12 +381,12 @@ export namespace Components {
381
381
  */
382
382
  "margin": ResponsiveType<MarginType>;
383
383
  /**
384
- * Specifies the maximum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent maximum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'min-content' (e.g., '100%' or 'min-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
384
+ * Specifies the maximum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent maximum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'min-content' (e.g., '100%' or 'min-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
385
385
  * @vegaVersion 2.7.0
386
386
  */
387
387
  "maxHeight": ResponsiveType<MaxHeightType>;
388
388
  /**
389
- * Specifies the minimum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent minimum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'max-content' (e.g., '100%' or 'max-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
389
+ * Specifies the minimum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent minimum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'max-content' (e.g., '100%' or 'max-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
390
390
  * @vegaVersion 2.7.0
391
391
  */
392
392
  "minHeight": ResponsiveType<MinHeightType>;
@@ -412,7 +412,7 @@ export namespace Components {
412
412
  */
413
413
  "shadow": StateVariantType<ShadowsTokenType, 'default' | 'focus-visible' | 'hover'>;
414
414
  /**
415
- * Specifies the width of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the width in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vw - 20px)' which allows for more complex calculations to determine the width. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
415
+ * Specifies the width of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the width in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vw - 20px)' which allows for more complex calculations to determine the width. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
416
416
  * @vegaVersion 2.0.0
417
417
  */
418
418
  "width": ResponsiveType<WidthType>;
@@ -5535,7 +5535,7 @@ declare namespace LocalJSX {
5535
5535
  */
5536
5536
  "gridRow"?: ResponsiveType<GridRowType>;
5537
5537
  /**
5538
- * Specifies the height of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the height in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vh - 20px)' which allows for more complex calculations to determine the height. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
5538
+ * Specifies the height of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the height in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vh - 20px)' which allows for more complex calculations to determine the height. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
5539
5539
  * @vegaVersion 2.0.0
5540
5540
  */
5541
5541
  "height"?: ResponsiveType<HeightType>;
@@ -5551,12 +5551,12 @@ declare namespace LocalJSX {
5551
5551
  */
5552
5552
  "margin"?: ResponsiveType<MarginType>;
5553
5553
  /**
5554
- * Specifies the maximum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent maximum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'min-content' (e.g., '100%' or 'min-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
5554
+ * Specifies the maximum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent maximum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'min-content' (e.g., '100%' or 'min-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
5555
5555
  * @vegaVersion 2.7.0
5556
5556
  */
5557
5557
  "maxHeight"?: ResponsiveType<MaxHeightType>;
5558
5558
  /**
5559
- * Specifies the minimum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent minimum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'max-content' (e.g., '100%' or 'max-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
5559
+ * Specifies the minimum height of the box. It accepts values in numeric, string and spacing token formats. Numeric values represent minimum heights in pixels (e.g., 100 translates to 100px). String values allow the use of CSS units such as '%' or keyword values like 'max-content' (e.g., '100%' or 'max-content'). Spacing tokens like 'size-2' or 'size-16' can also be used. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
5560
5560
  * @vegaVersion 2.7.0
5561
5561
  */
5562
5562
  "minHeight"?: ResponsiveType<MinHeightType>;
@@ -5582,7 +5582,7 @@ declare namespace LocalJSX {
5582
5582
  */
5583
5583
  "shadow"?: StateVariantType<ShadowsTokenType, 'default' | 'focus-visible' | 'hover'>;
5584
5584
  /**
5585
- * Specifies the width of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the width in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vw - 20px)' which allows for more complex calculations to determine the width. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.hlprd.com/tokens/spacing to check the full list of spacing tokens.
5585
+ * Specifies the width of the box. It accepts values in numeric, string and spacing token formats. For numeric values, use a number to indicate the width in pixels, e.g., 100 will be translated to 100px. For string values, you can use CSS units like '%' or 'calc' expressions. For example, '100%' and 'calc(100vw - 20px)' which allows for more complex calculations to determine the width. For spacing tokens, you can set 'size-2', 'size-16' and etc. Please refer to https://vega.globalpayments.com/tokens/spacing to check the full list of spacing tokens.
5586
5586
  * @vegaVersion 2.0.0
5587
5587
  */
5588
5588
  "width"?: ResponsiveType<WidthType>;
@@ -1 +1 @@
1
- var t;!function(t){t.Angular="angular",t.Vue="vue",t.React="react",t.Next="next",t.VanillaJs="vanilla-js"}(t||(t={}));const s=new class{constructor(){this.vegaVersion="2.54.0",this.framework=t.VanillaJs}getVegaEnv(){return{version:this.vegaVersion,framework:this.framework}}setVegaFramework(t){this.framework=t}};export{t as F,s as v}
1
+ var t;!function(t){t.Angular="angular",t.Vue="vue",t.React="react",t.Next="next",t.VanillaJs="vanilla-js"}(t||(t={}));const s=new class{constructor(){this.vegaVersion="2.55.0",this.framework=t.VanillaJs}getVegaEnv(){return{version:this.vegaVersion,framework:this.framework}}setVegaFramework(t){this.framework=t}};export{t as F,s as v}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@globalpayments/vega",
3
- "version": "2.54.0",
3
+ "version": "2.55.0",
4
4
  "description": "Vega - the design system of Heartland Payment Systems",
5
5
  "main": "dist/index.cjs.js",
6
6
  "module": "dist/index.js",