@salutejs/plasma-typo 0.32.0 → 0.33.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.
- package/lib/cjs/archetypes/index.js +1 -0
- package/lib/cjs/archetypes/index.js.map +1 -1
- package/lib/cjs/components/index.js +1 -1
- package/lib/cjs/index.js +3 -3
- package/lib/cjs/mixins/index.js +1 -0
- package/lib/cjs/mixins/index.js.map +1 -1
- package/lib/cjs/standard.js +1 -0
- package/lib/cjs/standard.js.map +1 -1
- package/lib/esm/types.js +1 -0
- package/package.json +3 -3
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.sbermarketTypoProperties = exports.sbermarket = exports.soulmateTypoProperties = exports.soulmate = exports.sageTypoProperties = exports.sage = exports.rulerTypoProperties = exports.ruler = exports.plasmaTypoProperties = exports.plasma = exports.mageTypoProperties = exports.mage = void 0;
|
|
3
4
|
var mage_1 = require("./mage");
|
|
4
5
|
Object.defineProperty(exports, "mage", { enumerable: true, get: function () { return mage_1.mage; } });
|
|
5
6
|
Object.defineProperty(exports, "mageTypoProperties", { enumerable: true, get: function () { return mage_1.mageTypoProperties; } });
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/archetypes/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/archetypes/index.ts"],"names":[],"mappings":";;;AAAA,+BAAkD;AAAzC,4FAAA,IAAI,OAAA;AAAE,0GAAA,kBAAkB,OAAA;AACjC,mCAAwD;AAA/C,gGAAA,MAAM,OAAA;AAAE,8GAAA,oBAAoB,OAAA;AACrC,iCAAqD;AAA5C,8FAAA,KAAK,OAAA;AAAE,4GAAA,mBAAmB,OAAA;AACnC,+BAAkD;AAAzC,4FAAA,IAAI,OAAA;AAAE,0GAAA,kBAAkB,OAAA;AACjC,uCAA8D;AAArD,oGAAA,QAAQ,OAAA;AAAE,kHAAA,sBAAsB,OAAA;AACzC,2CAAoE;AAA3D,wGAAA,UAAU,OAAA;AAAE,sHAAA,wBAAwB,OAAA"}
|
|
@@ -7,7 +7,7 @@ var __createBinding = (this && this.__createBinding) || (Object.create ? (functi
|
|
|
7
7
|
o[k2] = m[k];
|
|
8
8
|
}));
|
|
9
9
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
10
|
-
for (var p in m) if (p !== "default" && !
|
|
10
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
11
11
|
};
|
|
12
12
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
13
13
|
__exportStar(require("./Body"), exports);
|
package/lib/cjs/index.js
CHANGED
|
@@ -14,15 +14,15 @@ var __setModuleDefault = (this && this.__setModuleDefault) || (Object.create ? (
|
|
|
14
14
|
var __importStar = (this && this.__importStar) || function (mod) {
|
|
15
15
|
if (mod && mod.__esModule) return mod;
|
|
16
16
|
var result = {};
|
|
17
|
-
if (mod != null) for (var k in mod) if (k !== "default" && Object.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
17
|
+
if (mod != null) for (var k in mod) if (k !== "default" && Object.prototype.hasOwnProperty.call(mod, k)) __createBinding(result, mod, k);
|
|
18
18
|
__setModuleDefault(result, mod);
|
|
19
19
|
return result;
|
|
20
20
|
};
|
|
21
21
|
var __exportStar = (this && this.__exportStar) || function(m, exports) {
|
|
22
|
-
for (var p in m) if (p !== "default" && !
|
|
22
|
+
for (var p in m) if (p !== "default" && !Object.prototype.hasOwnProperty.call(exports, p)) __createBinding(exports, m, p);
|
|
23
23
|
};
|
|
24
24
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
25
|
-
exports.typography = void 0;
|
|
25
|
+
exports.typography = exports.sbermarketTypoProperties = exports.sbermarket = exports.plasmaTypoProperties = exports.plasma = exports.soulmateTypoProperties = exports.soulmate = exports.rulerTypoProperties = exports.ruler = exports.sageTypoProperties = exports.sage = exports.mageTypoProperties = exports.mage = exports.standard = exports.compatible = exports.spacing = exports.applySpacing = exports.applyHyphens = void 0;
|
|
26
26
|
var typography = __importStar(require("./tokens"));
|
|
27
27
|
exports.typography = typography;
|
|
28
28
|
var mixins_1 = require("./mixins");
|
package/lib/cjs/mixins/index.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.spacing = exports.applySpacing = exports.applyHyphens = void 0;
|
|
3
4
|
var applyHyphens_1 = require("./applyHyphens");
|
|
4
5
|
Object.defineProperty(exports, "applyHyphens", { enumerable: true, get: function () { return applyHyphens_1.applyHyphens; } });
|
|
5
6
|
var applySpacing_1 = require("./applySpacing");
|
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/mixins/index.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"index.js","sourceRoot":"","sources":["../../../src/mixins/index.ts"],"names":[],"mappings":";;;AAAA,+CAA8C;AAArC,4GAAA,YAAY,OAAA;AAGrB,+CAAuD;AAA9C,4GAAA,YAAY,OAAA;AAAE,uGAAA,OAAO,OAAA"}
|
package/lib/cjs/standard.js
CHANGED
|
@@ -1,5 +1,6 @@
|
|
|
1
1
|
"use strict";
|
|
2
2
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
3
|
+
exports.standard = void 0;
|
|
3
4
|
var archetypes_1 = require("./archetypes");
|
|
4
5
|
Object.defineProperty(exports, "standard", { enumerable: true, get: function () { return archetypes_1.mage; } });
|
|
5
6
|
//# sourceMappingURL=standard.js.map
|
package/lib/cjs/standard.js.map
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
{"version":3,"file":"standard.js","sourceRoot":"","sources":["../../src/standard.ts"],"names":[],"mappings":"
|
|
1
|
+
{"version":3,"file":"standard.js","sourceRoot":"","sources":["../../src/standard.ts"],"names":[],"mappings":";;;AAAA,2CAAgD;AAAvC,sGAAA,IAAI,OAAY"}
|
package/lib/esm/types.js
CHANGED
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@salutejs/plasma-typo",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.33.0",
|
|
4
4
|
"description": "Plasma Typography System's tokens",
|
|
5
5
|
"author": "Salute Frontend Team <salute.developers@gmail.com>",
|
|
6
6
|
"module": "lib/esm/index.js",
|
|
@@ -27,7 +27,7 @@
|
|
|
27
27
|
"react-dom": "18.2.0",
|
|
28
28
|
"react-scripts": "3.4.4",
|
|
29
29
|
"styled-components": "5.3.1",
|
|
30
|
-
"typescript": "
|
|
30
|
+
"typescript": "4.0.8"
|
|
31
31
|
},
|
|
32
32
|
"publishConfig": {
|
|
33
33
|
"access": "public"
|
|
@@ -36,5 +36,5 @@
|
|
|
36
36
|
"lib"
|
|
37
37
|
],
|
|
38
38
|
"sideEffects": false,
|
|
39
|
-
"gitHead": "
|
|
39
|
+
"gitHead": "3717069a2564a92572e8ff11c38ca79197f63b51"
|
|
40
40
|
}
|