negative-space 2.4.4 → 2.4.5
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 +9 -9
- package/dist/action/index.d.mts +0 -1
- package/dist/action/index.d.ts +0 -1
- package/dist/action/index.js +0 -14
- package/dist/action/index.js.map +0 -1
- package/dist/action/index.mjs +0 -3
- package/dist/action/index.mjs.map +0 -1
- package/dist/data-display/index.d.mts +0 -1
- package/dist/data-display/index.d.ts +0 -1
- package/dist/data-display/index.js +0 -14
- package/dist/data-display/index.js.map +0 -1
- package/dist/data-display/index.mjs +0 -3
- package/dist/data-display/index.mjs.map +0 -1
- package/dist/data-entry/index.d.mts +0 -1
- package/dist/data-entry/index.d.ts +0 -1
- package/dist/data-entry/index.js +0 -14
- package/dist/data-entry/index.js.map +0 -1
- package/dist/data-entry/index.mjs +0 -3
- package/dist/data-entry/index.mjs.map +0 -1
- package/dist/feedback/index.d.mts +0 -1
- package/dist/feedback/index.d.ts +0 -1
- package/dist/feedback/index.js +0 -14
- package/dist/feedback/index.js.map +0 -1
- package/dist/feedback/index.mjs +0 -3
- package/dist/feedback/index.mjs.map +0 -1
- package/dist/index.d.mts +0 -8
- package/dist/index.d.ts +0 -8
- package/dist/index.js +0 -14
- package/dist/index.js.map +0 -1
- package/dist/index.mjs +0 -3
- package/dist/index.mjs.map +0 -1
- package/dist/layout/index.d.mts +0 -1
- package/dist/layout/index.d.ts +0 -1
- package/dist/layout/index.js +0 -14
- package/dist/layout/index.js.map +0 -1
- package/dist/layout/index.mjs +0 -3
- package/dist/layout/index.mjs.map +0 -1
- package/dist/nav/index.d.mts +0 -1
- package/dist/nav/index.d.ts +0 -1
- package/dist/nav/index.js +0 -14
- package/dist/nav/index.js.map +0 -1
- package/dist/nav/index.mjs +0 -3
- package/dist/nav/index.mjs.map +0 -1
- package/dist/typography/index.d.mts +0 -1
- package/dist/typography/index.d.ts +0 -1
- package/dist/typography/index.js +0 -14
- package/dist/typography/index.js.map +0 -1
- package/dist/typography/index.mjs +0 -3
- package/dist/typography/index.mjs.map +0 -1
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "negative-space",
|
|
3
|
-
"version": "2.4.
|
|
3
|
+
"version": "2.4.5",
|
|
4
4
|
"publishConfig": {
|
|
5
5
|
"access": "public"
|
|
6
6
|
},
|
|
@@ -77,13 +77,13 @@
|
|
|
77
77
|
"typecheck": "tsc --noEmit"
|
|
78
78
|
},
|
|
79
79
|
"dependencies": {
|
|
80
|
-
"@negative-space/action": "1.0.
|
|
81
|
-
"@negative-space/data-display": "1.0.
|
|
82
|
-
"@negative-space/data-entry": "1.1.
|
|
83
|
-
"@negative-space/feedback": "1.1.
|
|
84
|
-
"@negative-space/layout": "1.2.
|
|
85
|
-
"@negative-space/nav": "1.0.
|
|
86
|
-
"@negative-space/provider": "1.7.
|
|
87
|
-
"@negative-space/typography": "2.0.
|
|
80
|
+
"@negative-space/action": "1.0.7",
|
|
81
|
+
"@negative-space/data-display": "1.0.8",
|
|
82
|
+
"@negative-space/data-entry": "1.1.4",
|
|
83
|
+
"@negative-space/feedback": "1.1.4",
|
|
84
|
+
"@negative-space/layout": "1.2.4",
|
|
85
|
+
"@negative-space/nav": "1.0.5",
|
|
86
|
+
"@negative-space/provider": "1.7.1",
|
|
87
|
+
"@negative-space/typography": "2.0.7"
|
|
88
88
|
}
|
|
89
89
|
}
|
package/dist/action/index.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/action';
|
package/dist/action/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/action';
|
package/dist/action/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var action = require('@negative-space/action');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(action).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return action[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
package/dist/action/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/dist/action/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/data-display';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/data-display';
|
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var dataDisplay = require('@negative-space/data-display');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(dataDisplay).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return dataDisplay[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/data-entry';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/data-entry';
|
package/dist/data-entry/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var dataEntry = require('@negative-space/data-entry');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(dataEntry).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return dataEntry[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/feedback';
|
package/dist/feedback/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/feedback';
|
package/dist/feedback/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var feedback = require('@negative-space/feedback');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(feedback).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return feedback[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/dist/feedback/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
package/dist/index.d.mts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/provider';
|
|
2
|
-
import '@negative-space/action';
|
|
3
|
-
import '@negative-space/data-display';
|
|
4
|
-
import '@negative-space/data-entry';
|
|
5
|
-
import '@negative-space/feedback';
|
|
6
|
-
import '@negative-space/layout';
|
|
7
|
-
import '@negative-space/nav';
|
|
8
|
-
import '@negative-space/typography';
|
package/dist/index.d.ts
DELETED
|
@@ -1,8 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/provider';
|
|
2
|
-
import '@negative-space/action';
|
|
3
|
-
import '@negative-space/data-display';
|
|
4
|
-
import '@negative-space/data-entry';
|
|
5
|
-
import '@negative-space/feedback';
|
|
6
|
-
import '@negative-space/layout';
|
|
7
|
-
import '@negative-space/nav';
|
|
8
|
-
import '@negative-space/typography';
|
package/dist/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var provider = require('@negative-space/provider');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(provider).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return provider[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
package/dist/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/dist/index.mjs
DELETED
package/dist/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
package/dist/layout/index.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/layout';
|
package/dist/layout/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/layout';
|
package/dist/layout/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var layout = require('@negative-space/layout');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(layout).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return layout[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
package/dist/layout/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/dist/layout/index.mjs
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
package/dist/nav/index.d.mts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/nav';
|
package/dist/nav/index.d.ts
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/nav';
|
package/dist/nav/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var nav = require('@negative-space/nav');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(nav).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return nav[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
package/dist/nav/index.js.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
package/dist/nav/index.mjs
DELETED
package/dist/nav/index.mjs.map
DELETED
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/typography';
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
export * from '@negative-space/typography';
|
package/dist/typography/index.js
DELETED
|
@@ -1,14 +0,0 @@
|
|
|
1
|
-
'use strict';
|
|
2
|
-
|
|
3
|
-
var typography = require('@negative-space/typography');
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
Object.keys(typography).forEach(function (k) {
|
|
8
|
-
if (k !== 'default' && !Object.prototype.hasOwnProperty.call(exports, k)) Object.defineProperty(exports, k, {
|
|
9
|
-
enumerable: true,
|
|
10
|
-
get: function () { return typography[k]; }
|
|
11
|
-
});
|
|
12
|
-
});
|
|
13
|
-
//# sourceMappingURL=index.js.map
|
|
14
|
-
//# sourceMappingURL=index.js.map
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
|
|
@@ -1 +0,0 @@
|
|
|
1
|
-
{"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
|