@ni/spright-components 6.4.24 → 6.4.26
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/dist/all-components-bundle.js +216 -100
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js +2872 -2850
- package/dist/all-components-bundle.min.js.map +1 -1
- package/package.json +12 -12
package/package.json
CHANGED
|
@@ -1,23 +1,23 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@ni/spright-components",
|
|
3
|
-
"version": "6.4.
|
|
3
|
+
"version": "6.4.26",
|
|
4
4
|
"description": "NI Spright Components",
|
|
5
5
|
"scripts": {
|
|
6
|
-
"build": "
|
|
7
|
-
"build-bundle": "rollup --
|
|
6
|
+
"build": "tsc -p ./tsconfig.json",
|
|
7
|
+
"build-bundle": "rollup --config",
|
|
8
8
|
"lint": "eslint .",
|
|
9
9
|
"format": "eslint . --fix",
|
|
10
10
|
"pack": "npm pack",
|
|
11
11
|
"invoke-publish": "npm publish",
|
|
12
|
-
"
|
|
13
|
-
"test-chrome
|
|
14
|
-
"test-
|
|
15
|
-
"test-firefox
|
|
16
|
-
"test-
|
|
17
|
-
"test-webkit
|
|
18
|
-
"test-webkit": "karma start karma.conf.headless.js --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
|
|
12
|
+
"test-chrome-debugger": "karma start karma.conf.cjs --browsers=ChromeDebugging --skip-tags SkipChrome",
|
|
13
|
+
"test-chrome": "karma start karma.conf.headless.cjs --browsers=ChromeHeadlessOpt --single-run --skip-tags SkipChrome",
|
|
14
|
+
"test-firefox-debugger": "karma start karma.conf.cjs --browsers=FirefoxDebugging --skip-tags SkipFirefox",
|
|
15
|
+
"test-firefox": "karma start karma.conf.headless.cjs --browsers=FirefoxHeadless --single-run --skip-tags SkipFirefox",
|
|
16
|
+
"test-webkit-debugger": "karma start karma.conf.cjs --browsers=WebkitDebugging --skip-tags SkipWebkit",
|
|
17
|
+
"test-webkit": "karma start karma.conf.headless.cjs --browsers=WebkitHeadless --single-run --skip-tags SkipWebkit",
|
|
19
18
|
"test": "concurrently --pad-prefix --timings --group \"npm:test-chrome\" \"npm:test-webkit\""
|
|
20
19
|
},
|
|
20
|
+
"type": "module",
|
|
21
21
|
"repository": {
|
|
22
22
|
"type": "git",
|
|
23
23
|
"url": "git+https://github.com/ni/nimble.git"
|
|
@@ -37,13 +37,13 @@
|
|
|
37
37
|
"@ni/fast-element": "^10.0.0",
|
|
38
38
|
"@ni/fast-foundation": "^10.1.2",
|
|
39
39
|
"@ni/fast-web-utilities": "^10.0.0",
|
|
40
|
-
"@ni/nimble-components": "^35.0.
|
|
40
|
+
"@ni/nimble-components": "^35.0.2",
|
|
41
41
|
"tslib": "^2.2.0"
|
|
42
42
|
},
|
|
43
43
|
"devDependencies": {
|
|
44
44
|
"@ni-private/eslint-config-nimble": "*",
|
|
45
45
|
"@ni-private/jasmine-extensions": "^0.0.1",
|
|
46
|
-
"@ni/jasmine-parameterized": "^1.0.
|
|
46
|
+
"@ni/jasmine-parameterized": "^1.0.9",
|
|
47
47
|
"@rollup/plugin-commonjs": "^29.0.0",
|
|
48
48
|
"@rollup/plugin-node-resolve": "^16.0.0",
|
|
49
49
|
"@rollup/plugin-replace": "^6.0.0",
|