@ni/ok-components 0.1.10 → 0.1.14
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/README.md +10 -2
- package/package.json +5 -6
package/README.md
CHANGED
|
@@ -6,6 +6,14 @@
|
|
|
6
6
|
|
|
7
7
|
[](https://www.npmjs.com/package/@ni/ok-components)
|
|
8
8
|
|
|
9
|
-
|
|
9
|
+
Components built using the same technologies (FAST, native web components, etc.) as other nimble packages, but not part of the core design system.
|
|
10
10
|
|
|
11
|
-
|
|
11
|
+
Compared to the general purpose components in the `nimble-components` library, `ok-components` are components that are leveraging Nimble infrastructure but have varied ownership. See individual component documentation for details.
|
|
12
|
+
|
|
13
|
+
## Getting Started
|
|
14
|
+
|
|
15
|
+
Follow the [Nimble Components: Getting Started](/packages/nimble-components/README.md#getting-started) topic.
|
|
16
|
+
|
|
17
|
+
## Contributing
|
|
18
|
+
|
|
19
|
+
Follow the instructions in [CONTRIBUTING.md](/packages/ok-components/CONTRIBUTING.md) to modify this library.
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/ok-components",
|
|
3
|
-
"version": "0.1.
|
|
3
|
+
"version": "0.1.14",
|
|
4
4
|
"description": "NI Ok Components",
|
|
5
5
|
"scripts": {
|
|
6
6
|
"build": "npm run build-components && npm run bundle-components",
|
|
@@ -34,8 +34,7 @@
|
|
|
34
34
|
},
|
|
35
35
|
"repository": {
|
|
36
36
|
"type": "git",
|
|
37
|
-
"url": "git+https://github.com/ni/nimble.git"
|
|
38
|
-
"directory": "packages/ok-components"
|
|
37
|
+
"url": "git+https://github.com/ni/nimble.git"
|
|
39
38
|
},
|
|
40
39
|
"publishConfig": {
|
|
41
40
|
"access": "public"
|
|
@@ -52,13 +51,13 @@
|
|
|
52
51
|
"@ni/fast-element": "^10.0.0",
|
|
53
52
|
"@ni/fast-foundation": "^10.1.2",
|
|
54
53
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
55
|
-
"@ni/nimble-components": "^34.8.
|
|
56
|
-
"@ni/spright-components": "^6.4.
|
|
54
|
+
"@ni/nimble-components": "^34.8.2",
|
|
55
|
+
"@ni/spright-components": "^6.4.14",
|
|
57
56
|
"tslib": "^2.2.0"
|
|
58
57
|
},
|
|
59
58
|
"devDependencies": {
|
|
60
59
|
"@ni-private/jasmine-extensions": "^0.0.1",
|
|
61
|
-
"@ni/jasmine-parameterized": "^1.0.
|
|
60
|
+
"@ni/jasmine-parameterized": "^1.0.5",
|
|
62
61
|
"@ni-private/eslint-config-nimble": "*",
|
|
63
62
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
64
63
|
"@rollup/plugin-node-resolve": "^16.0.0",
|