@xfers/design-system 3.1.35-dev.0f2c747dd0 → 3.1.35-dev.111eaed0bf

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xfers/design-system",
3
- "version": "3.1.35-dev.0f2c747dd0",
3
+ "version": "3.1.35-dev.111eaed0bf",
4
4
  "description": "",
5
5
  "keywords": [
6
6
  "xfers",
@@ -1,14 +0,0 @@
1
- "use strict";
2
- Object.defineProperty(exports, "__esModule", { value: true });
3
- exports.ICON_SIZE = exports.HELPER_TEXT = void 0;
4
- var HELPER_TEXT;
5
- (function (HELPER_TEXT) {
6
- HELPER_TEXT[HELPER_TEXT["DEFAULT"] = 0] = "DEFAULT";
7
- HELPER_TEXT[HELPER_TEXT["ERROR"] = 1] = "ERROR";
8
- })(HELPER_TEXT = exports.HELPER_TEXT || (exports.HELPER_TEXT = {}));
9
- var ICON_SIZE;
10
- (function (ICON_SIZE) {
11
- ICON_SIZE[ICON_SIZE["DEFAULT"] = 0] = "DEFAULT";
12
- ICON_SIZE[ICON_SIZE["WIDE"] = 1] = "WIDE";
13
- })(ICON_SIZE = exports.ICON_SIZE || (exports.ICON_SIZE = {}));
14
- //# sourceMappingURL=types.js.map
@@ -1 +0,0 @@
1
- {"version":3,"file":"types.js","sourceRoot":"","sources":["../../../src/components/CopyBox/types.ts"],"names":[],"mappings":";;;AAAA,IAAY,WAGX;AAHD,WAAY,WAAW;IACrB,mDAAO,CAAA;IACP,+CAAK,CAAA;AACP,CAAC,EAHW,WAAW,GAAX,mBAAW,KAAX,mBAAW,QAGtB;AAED,IAAY,SAGX;AAHD,WAAY,SAAS;IACnB,+CAAO,CAAA;IACP,yCAAI,CAAA;AACN,CAAC,EAHW,SAAS,GAAT,iBAAS,KAAT,iBAAS,QAGpB"}
@@ -1,8 +0,0 @@
1
- export declare enum HELPER_TEXT {
2
- DEFAULT = 0,
3
- ERROR = 1
4
- }
5
- export declare enum ICON_SIZE {
6
- DEFAULT = 0,
7
- WIDE = 1
8
- }