@ni/nimble-components 28.0.4 → 28.1.0
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 +2 -2
- package/dist/all-components-bundle.js +1 -1
- package/dist/all-components-bundle.js.map +1 -1
- package/dist/all-components-bundle.min.js.map +1 -1
- package/dist/esm/unit/celsius/index.d.ts +13 -0
- package/dist/esm/unit/celsius/index.js +20 -0
- package/dist/esm/unit/celsius/index.js.map +1 -0
- package/dist/esm/unit/fahrenheit/index.d.ts +13 -0
- package/dist/esm/unit/fahrenheit/index.js +22 -0
- package/dist/esm/unit/fahrenheit/index.js.map +1 -0
- package/dist/esm/utilities/unit-format/unit-scale/celsius-unit-scale.d.ts +9 -0
- package/dist/esm/utilities/unit-format/unit-scale/celsius-unit-scale.js +18 -0
- package/dist/esm/utilities/unit-format/unit-scale/celsius-unit-scale.js.map +1 -0
- package/dist/esm/utilities/unit-format/unit-scale/fahrenheit-unit-scale.d.ts +9 -0
- package/dist/esm/utilities/unit-format/unit-scale/fahrenheit-unit-scale.js +18 -0
- package/dist/esm/utilities/unit-format/unit-scale/fahrenheit-unit-scale.js.map +1 -0
- package/package.json +2 -2
package/README.md
CHANGED
|
@@ -14,8 +14,8 @@ NI-styled web components for web applications.
|
|
|
14
14
|
|
|
15
15
|
If you are using one of the following frameworks see associated wrapper documentation:
|
|
16
16
|
|
|
17
|
-
1. Angular: See the [nimble-angular](/angular-workspace/
|
|
18
|
-
2. Blazor WebAssembly or Blazor Server: See the [nimble-blazor](/packages/
|
|
17
|
+
1. Angular: See the [nimble-angular](/packages/angular-workspace/nimble-angular) documentation.
|
|
18
|
+
2. Blazor WebAssembly or Blazor Server: See the [nimble-blazor](/packages/blazor-workspace/NimbleBlazor) documentation.
|
|
19
19
|
|
|
20
20
|
### Using in a Webpack Application
|
|
21
21
|
|
|
@@ -16333,7 +16333,7 @@
|
|
|
16333
16333
|
|
|
16334
16334
|
/**
|
|
16335
16335
|
* Do not edit directly
|
|
16336
|
-
* Generated on
|
|
16336
|
+
* Generated on Thu, 09 May 2024 20:27:48 GMT
|
|
16337
16337
|
*/
|
|
16338
16338
|
|
|
16339
16339
|
const Information100DarkUi = "#a46eff";
|