@ni/spright-components 6.4.12 → 6.4.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.
Files changed (2) hide show
  1. package/README.md +7 -8
  2. package/package.json +1 -1
package/README.md CHANGED
@@ -1,5 +1,5 @@
1
1
  <div align="center">
2
- <p><b>ni | spright</b></p>
2
+ <p><b>ni | spright | components</b></p>
3
3
  </div>
4
4
 
5
5
  # Spright Components
@@ -8,13 +8,12 @@
8
8
 
9
9
  NI-styled web components following [Nimble Design System](https://nimble.ni.dev) patterns and built on the same technologies (FAST, native web components, etc.), but not part of the core design system.
10
10
 
11
- The `spright-components` package is intended for components that do not belong in [`nimble-components`](/packages/nimble-components) due to being: ["molecules"](https://atomicdesign.bradfrost.com/chapter-2/), product-specific, data-connected, or not "general utility". Some examples:
11
+ Compared to the general purpose components in the `nimble-components` library, `spright-components` are application-specific or context-specific components that may be purpose built or coupled to specific technologies, products, or domains.
12
12
 
13
- - Molecule: a group of card buttons with a specific layout
14
- - Product-specific: a configuration pane that uses product-specific terminology or connects to a product-specific data model
15
- - Data-connected: a table that populates itself by making HTTP requests to a specific service
16
- - Experimental components that are trying out new UX patterns to see if they should someday be promoted to Nimble.
13
+ ## Getting Started
17
14
 
18
- ## Why Spright?
15
+ Follow the [Nimble Components: Getting Started](/packages/nimble-components/README.md#getting-started) topic.
19
16
 
20
- "Spright" is an archaic variant of "sprite" that is the root of "sprightly"; think of it as a rapidly moving peer of Nimble.
17
+ ## Contributing
18
+
19
+ Follow the instructions in [CONTRIBUTING.md](/packages/spright-components/CONTRIBUTING.md) to modify this library.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/spright-components",
3
- "version": "6.4.12",
3
+ "version": "6.4.14",
4
4
  "description": "NI Spright Components",
5
5
  "scripts": {
6
6
  "build": "npm run build-components && npm run bundle-components",