@ni/nimble-components 35.3.1 → 35.3.3

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 CHANGED
@@ -1,9 +1,9 @@
1
1
  {
2
2
  "name": "@ni/nimble-components",
3
- "version": "35.3.1",
3
+ "version": "35.3.3",
4
4
  "description": "Styled web components for the NI Nimble Design System",
5
5
  "scripts": {
6
- "build": "npm run build:icons && npm run build:workers && npm run build:components && npm run build:scss",
6
+ "build": "npm run build:icons && npm run build:workers && npm run build:components && npm run build:scss && npm run build:cem",
7
7
  "build-bundle": "rollup --config",
8
8
  "lint": "eslint .",
9
9
  "format": "eslint . --fix",
@@ -16,6 +16,9 @@
16
16
  "build:workers:compile": "tsc -p build/generate-workers/tsconfig.json",
17
17
  "build:workers:bundle": "rollup --config build/generate-workers/rollup.config.mjs",
18
18
  "build:workers:inline": "node build/generate-workers.mjs",
19
+ "build:cem": "npm run build:cem:config && npm run build:cem:markdown",
20
+ "build:cem:config": "cem analyze --config ./custom-elements-manifest.config.mjs",
21
+ "build:cem:markdown": "node build/generate-markdown.mjs",
19
22
  "test-chrome-debugger": "karma start karma.conf.cjs --browsers=ChromeDebugging --skip-tags SkipChrome",
20
23
  "test-chrome": "karma start karma.conf.headless.cjs --browsers=ChromeHeadlessOpt --single-run --skip-tags SkipChrome",
21
24
  "test-firefox-debugger": "karma start karma.conf.cjs --browsers=FirefoxDebugging --skip-tags SkipFirefox",
@@ -40,13 +43,14 @@
40
43
  "url": "https://github.com/ni/nimble/issues"
41
44
  },
42
45
  "homepage": "https://github.com/ni/nimble#readme",
46
+ "customElements": "dist/custom-elements.json",
43
47
  "dependencies": {
44
48
  "@ni/fast-colors": "^10.0.0",
45
49
  "@ni/fast-element": "^10.1.0",
46
- "@ni/fast-foundation": "^10.1.5",
50
+ "@ni/fast-foundation": "^10.2.1",
47
51
  "@ni/fast-web-utilities": "^10.0.0",
48
52
  "@ni/nimble-tokens": "^8.15.0",
49
- "@ni/unit-format": "^1.0.2",
53
+ "@ni/unit-format": "^1.0.3",
50
54
  "@tanstack/table-core": "^8.19.3",
51
55
  "@tanstack/virtual-core": "^3.10.6",
52
56
  "@tiptap/core": "^3.10.1",
@@ -82,6 +86,8 @@
82
86
  "apache-arrow": "21.1.0"
83
87
  },
84
88
  "devDependencies": {
89
+ "@custom-elements-manifest/analyzer": "^0.11.0",
90
+ "@custom-elements-manifest/to-markdown": "^0.1.0",
85
91
  "@ni-private/eslint-config-nimble": "*",
86
92
  "@ni-private/jasmine-extensions": "^0.0.1",
87
93
  "@ni/jasmine-parameterized": "^1.0.9",
@@ -102,7 +108,7 @@
102
108
  "karma-spec-reporter": "^0.0.36",
103
109
  "karma-vite": "^1.0.5",
104
110
  "karma-webkit-launcher": "^2.6.0",
105
- "playwright": "1.54.1",
111
+ "playwright": "1.58.1",
106
112
  "rollup": "^4.12.0",
107
113
  "rollup-plugin-sourcemaps2": "^0.5.0",
108
114
  "typescript": "~5.8.3"