negative-space 2.2.0 → 2.4.1

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.
Files changed (50) hide show
  1. package/README.md +1 -1
  2. package/dist/action/index.d.mts +1 -0
  3. package/dist/action/index.d.ts +1 -0
  4. package/dist/action/index.js +14 -0
  5. package/dist/action/index.js.map +1 -0
  6. package/dist/action/index.mjs +3 -0
  7. package/dist/action/index.mjs.map +1 -0
  8. package/dist/data-display/index.d.mts +1 -0
  9. package/dist/data-display/index.d.ts +1 -0
  10. package/dist/data-display/index.js +14 -0
  11. package/dist/data-display/index.js.map +1 -0
  12. package/dist/data-display/index.mjs +3 -0
  13. package/dist/data-display/index.mjs.map +1 -0
  14. package/dist/data-entry/index.d.mts +1 -0
  15. package/dist/data-entry/index.d.ts +1 -0
  16. package/dist/data-entry/index.js +14 -0
  17. package/dist/data-entry/index.js.map +1 -0
  18. package/dist/data-entry/index.mjs +3 -0
  19. package/dist/data-entry/index.mjs.map +1 -0
  20. package/dist/feedback/index.d.mts +1 -0
  21. package/dist/feedback/index.d.ts +1 -0
  22. package/dist/feedback/index.js +14 -0
  23. package/dist/feedback/index.js.map +1 -0
  24. package/dist/feedback/index.mjs +3 -0
  25. package/dist/feedback/index.mjs.map +1 -0
  26. package/dist/index.d.mts +8 -0
  27. package/dist/index.d.ts +8 -0
  28. package/dist/index.js +14 -0
  29. package/dist/index.js.map +1 -0
  30. package/dist/index.mjs +3 -0
  31. package/dist/index.mjs.map +1 -0
  32. package/dist/layout/index.d.mts +1 -0
  33. package/dist/layout/index.d.ts +1 -0
  34. package/dist/layout/index.js +14 -0
  35. package/dist/layout/index.js.map +1 -0
  36. package/dist/layout/index.mjs +3 -0
  37. package/dist/layout/index.mjs.map +1 -0
  38. package/dist/nav/index.d.mts +1 -0
  39. package/dist/nav/index.d.ts +1 -0
  40. package/dist/nav/index.js +14 -0
  41. package/dist/nav/index.js.map +1 -0
  42. package/dist/nav/index.mjs +3 -0
  43. package/dist/nav/index.mjs.map +1 -0
  44. package/dist/typography/index.d.mts +1 -0
  45. package/dist/typography/index.d.ts +1 -0
  46. package/dist/typography/index.js +14 -0
  47. package/dist/typography/index.js.map +1 -0
  48. package/dist/typography/index.mjs +3 -0
  49. package/dist/typography/index.mjs.map +1 -0
  50. package/package.json +41 -11
package/README.md CHANGED
@@ -1,6 +1,6 @@
1
1
  # negative-space
2
2
 
3
- The main package for NSUI, exporting all components for React applications. Import and use any NSUI component directly from here.
3
+ Negative Space: a lightweight foundation for building fully custom, flexible, and accessible UI components.
4
4
 
5
5
  ## Installation
6
6
 
@@ -0,0 +1 @@
1
+ export * from '@negative-space/action';
@@ -0,0 +1 @@
1
+ export * from '@negative-space/action';
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/action';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
@@ -0,0 +1 @@
1
+ export * from '@negative-space/data-display';
@@ -0,0 +1 @@
1
+ export * from '@negative-space/data-display';
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/data-display';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
@@ -0,0 +1 @@
1
+ export * from '@negative-space/data-entry';
@@ -0,0 +1 @@
1
+ export * from '@negative-space/data-entry';
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/data-entry';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
@@ -0,0 +1 @@
1
+ export * from '@negative-space/feedback';
@@ -0,0 +1 @@
1
+ export * from '@negative-space/feedback';
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/feedback';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
@@ -0,0 +1,8 @@
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';
@@ -0,0 +1,8 @@
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 ADDED
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
package/dist/index.mjs ADDED
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/provider';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
@@ -0,0 +1 @@
1
+ export * from '@negative-space/layout';
@@ -0,0 +1 @@
1
+ export * from '@negative-space/layout';
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/layout';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
@@ -0,0 +1 @@
1
+ export * from '@negative-space/nav';
@@ -0,0 +1 @@
1
+ export * from '@negative-space/nav';
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/nav';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
@@ -0,0 +1 @@
1
+ export * from '@negative-space/typography';
@@ -0,0 +1 @@
1
+ export * from '@negative-space/typography';
@@ -0,0 +1,14 @@
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
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.js","sourcesContent":[]}
@@ -0,0 +1,3 @@
1
+ export * from '@negative-space/typography';
2
+ //# sourceMappingURL=index.mjs.map
3
+ //# sourceMappingURL=index.mjs.map
@@ -0,0 +1 @@
1
+ {"version":3,"sources":[],"names":[],"mappings":"","file":"index.mjs","sourcesContent":[]}
package/package.json CHANGED
@@ -1,14 +1,15 @@
1
1
  {
2
2
  "name": "negative-space",
3
- "version": "2.2.0",
3
+ "version": "2.4.1",
4
4
  "publishConfig": {
5
5
  "access": "public"
6
6
  },
7
- "description": "Main React package exporting all NSUI components for easy use in your app",
7
+ "description": "Negative Space core, providing flexible building blocks for custom and accessible UI development",
8
8
  "keywords": [
9
9
  "components",
10
10
  "design-system",
11
11
  "react",
12
+ "negative-space",
12
13
  "nsui",
13
14
  "ui"
14
15
  ],
@@ -19,6 +20,44 @@
19
20
  "files": [
20
21
  "dist"
21
22
  ],
23
+ "exports": {
24
+ "./action": {
25
+ "types": "./dist/action/index.d.ts",
26
+ "import": "./dist/action/index.mjs",
27
+ "require": "./dist/action/index.js"
28
+ },
29
+ "./data-display": {
30
+ "types": "./dist/data-display/index.d.ts",
31
+ "import": "./dist/data-display/index.mjs",
32
+ "require": "./dist/data-display/index.js"
33
+ },
34
+ "./data-entry": {
35
+ "types": "./dist/data-entry/index.d.ts",
36
+ "import": "./dist/data-entry/index.mjs",
37
+ "require": "./dist/data-entry/index.js"
38
+ },
39
+ "./feedback": {
40
+ "types": "./dist/feedback/index.d.ts",
41
+ "import": "./dist/feedback/index.mjs",
42
+ "require": "./dist/feedback/index.js"
43
+ },
44
+ "./layout": {
45
+ "types": "./dist/layout/index.d.ts",
46
+ "import": "./dist/layout/index.mjs",
47
+ "require": "./dist/layout/index.js"
48
+ },
49
+ "./nav": {
50
+ "types": "./dist/nav/index.d.ts",
51
+ "import": "./dist/nav/index.mjs",
52
+ "require": "./dist/nav/index.js"
53
+ },
54
+ "./typography": {
55
+ "types": "./dist/typography/index.d.ts",
56
+ "import": "./dist/typography/index.mjs",
57
+ "require": "./dist/typography/index.js"
58
+ },
59
+ "./package.json": "./package.json"
60
+ },
22
61
  "sideEffects": false,
23
62
  "repository": {
24
63
  "type": "git",
@@ -46,14 +85,5 @@
46
85
  "@negative-space/nav": "workspace:*",
47
86
  "@negative-space/provider": "workspace:*",
48
87
  "@negative-space/typography": "workspace:*"
49
- },
50
- "clean-package": "../../clean-package.config.json",
51
- "exports": {
52
- ".": {
53
- "types": "./dist/index.d.ts",
54
- "import": "./dist/index.mjs",
55
- "require": "./dist/index.js"
56
- },
57
- "./package.json": "./package.json"
58
88
  }
59
89
  }