@pie-lib/math-input 6.31.2-next.172 → 6.31.2-next.212

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/esm/package.json DELETED
@@ -1,3 +0,0 @@
1
- {
2
- "type": "module"
3
- }
@@ -1,13 +0,0 @@
1
- "use strict";
2
-
3
- Object.defineProperty(exports, "__esModule", {
4
- value: true
5
- });
6
- exports["default"] = exports.PIE_TOOLBAR__CLASS = exports.MAIN_CONTAINER_CLASS = void 0;
7
- var MAIN_CONTAINER_CLASS = exports.MAIN_CONTAINER_CLASS = 'main-container';
8
- var PIE_TOOLBAR__CLASS = exports.PIE_TOOLBAR__CLASS = 'pie-toolbar';
9
- var _default = exports["default"] = {
10
- MAIN_CONTAINER_CLASS: MAIN_CONTAINER_CLASS,
11
- PIE_TOOLBAR__CLASS: PIE_TOOLBAR__CLASS
12
- };
13
- //# sourceMappingURL=constants.js.map