@ni/nimble-components 1.0.0-beta.100 → 1.0.0-beta.104

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 CHANGED
@@ -12,9 +12,9 @@ NI-styled web components for web applications.
12
12
 
13
13
  If you are using one of the following frameworks see associated wrapper documentation:
14
14
 
15
- 1. Angular: See the [nimble-angular](../../angular-workspace/projects/ni/nimble-angular) documentation.
16
- 2. Blazor WebAssembly or Blazor Server: See the [nimble-blazor](../nimble-blazor) documentation.
15
+ 1. Angular: See the [nimble-angular](/angular-workspace/projects/ni/nimble-angular) documentation.
16
+ 2. Blazor WebAssembly or Blazor Server: See the [nimble-blazor](/packages/nimble-blazor) documentation.
17
17
 
18
18
  ## Contributing
19
19
 
20
- Follow the instructions in [CONTRIBUTING.md](CONTRIBUTING.md) to modify this library.
20
+ Follow the instructions in [CONTRIBUTING.md](/packages/nimble-components/CONTRIBUTING.md) to modify this library.
@@ -4,10 +4,12 @@ export { AdministrationIcon } from './administration';
4
4
  export { CheckIcon } from './check';
5
5
  export { CustomApplicationsIcon } from './custom-applications';
6
6
  export { DeleteIcon } from './delete';
7
+ export { FailIcon } from './fail';
7
8
  export { LoginIcon } from './login';
8
9
  export { LogoutIcon } from './logout';
9
10
  export { ManagedSystemsIcon } from './managed-systems';
10
11
  export { MeasurementDataAnalysisIcon } from './measurement-data-analysis';
11
12
  export { SettingsIcon } from './settings';
13
+ export { SucceededIcon } from './succeeded';
12
14
  export { TestInsightsIcon } from './test-insights';
13
15
  export { UtilitiesIcon } from './utilities';
@@ -4,11 +4,13 @@ export { AdministrationIcon } from './administration';
4
4
  export { CheckIcon } from './check';
5
5
  export { CustomApplicationsIcon } from './custom-applications';
6
6
  export { DeleteIcon } from './delete';
7
+ export { FailIcon } from './fail';
7
8
  export { LoginIcon } from './login';
8
9
  export { LogoutIcon } from './logout';
9
10
  export { ManagedSystemsIcon } from './managed-systems';
10
11
  export { MeasurementDataAnalysisIcon } from './measurement-data-analysis';
11
12
  export { SettingsIcon } from './settings';
13
+ export { SucceededIcon } from './succeeded';
12
14
  export { TestInsightsIcon } from './test-insights';
13
15
  export { UtilitiesIcon } from './utilities';
14
16
  //# sourceMappingURL=all-icons.js.map
@@ -1 +1 @@
1
- {"version":3,"file":"all-icons.js","sourceRoot":"","sources":["../../../src/icons/all-icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC"}
1
+ {"version":3,"file":"all-icons.js","sourceRoot":"","sources":["../../../src/icons/all-icons.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,iBAAiB,EAAE,MAAM,kBAAkB,CAAC;AACrD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,kBAAkB,EAAE,MAAM,kBAAkB,CAAC;AACtD,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,sBAAsB,EAAE,MAAM,uBAAuB,CAAC;AAC/D,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,QAAQ,EAAE,MAAM,QAAQ,CAAC;AAClC,OAAO,EAAE,SAAS,EAAE,MAAM,SAAS,CAAC;AACpC,OAAO,EAAE,UAAU,EAAE,MAAM,UAAU,CAAC;AACtC,OAAO,EAAE,kBAAkB,EAAE,MAAM,mBAAmB,CAAC;AACvD,OAAO,EAAE,2BAA2B,EAAE,MAAM,6BAA6B,CAAC;AAC1E,OAAO,EAAE,YAAY,EAAE,MAAM,YAAY,CAAC;AAC1C,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC;AAC5C,OAAO,EAAE,gBAAgB,EAAE,MAAM,iBAAiB,CAAC;AACnD,OAAO,EAAE,aAAa,EAAE,MAAM,aAAa,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { Icon } from '../icon-base';
2
+ /**
3
+ * The icon component for the 'fail' icon
4
+ */
5
+ export declare class FailIcon extends Icon {
6
+ constructor();
7
+ }
@@ -0,0 +1,12 @@
1
+ import { statusFail16X16 } from '@ni/nimble-tokens/dist-icons-esm/nimble-icons-inline';
2
+ import { Icon, registerIcon } from '../icon-base';
3
+ /**
4
+ * The icon component for the 'fail' icon
5
+ */
6
+ export class FailIcon extends Icon {
7
+ constructor() {
8
+ super(statusFail16X16);
9
+ }
10
+ }
11
+ registerIcon('fail-icon', FailIcon);
12
+ //# sourceMappingURL=fail.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"fail.js","sourceRoot":"","sources":["../../../src/icons/fail.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,eAAe,EAAE,MAAM,sDAAsD,CAAC;AACvF,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAElD;;GAEG;AACH,MAAM,OAAO,QAAS,SAAQ,IAAI;IAC9B;QACI,KAAK,CAAC,eAAe,CAAC,CAAC;IAC3B,CAAC;CACJ;AAED,YAAY,CAAC,WAAW,EAAE,QAAQ,CAAC,CAAC"}
@@ -0,0 +1,7 @@
1
+ import { Icon } from '../icon-base';
2
+ /**
3
+ * The icon component for the 'succeeded' icon
4
+ */
5
+ export declare class SucceededIcon extends Icon {
6
+ constructor();
7
+ }
@@ -0,0 +1,12 @@
1
+ import { statusSucceeded16X16 } from '@ni/nimble-tokens/dist-icons-esm/nimble-icons-inline';
2
+ import { Icon, registerIcon } from '../icon-base';
3
+ /**
4
+ * The icon component for the 'succeeded' icon
5
+ */
6
+ export class SucceededIcon extends Icon {
7
+ constructor() {
8
+ super(statusSucceeded16X16);
9
+ }
10
+ }
11
+ registerIcon('succeeded-icon', SucceededIcon);
12
+ //# sourceMappingURL=succeeded.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"succeeded.js","sourceRoot":"","sources":["../../../src/icons/succeeded.ts"],"names":[],"mappings":"AAAA,OAAO,EAAE,oBAAoB,EAAE,MAAM,sDAAsD,CAAC;AAC5F,OAAO,EAAE,IAAI,EAAE,YAAY,EAAE,MAAM,cAAc,CAAC;AAElD;;GAEG;AACH,MAAM,OAAO,aAAc,SAAQ,IAAI;IACnC;QACI,KAAK,CAAC,oBAAoB,CAAC,CAAC;IAChC,CAAC;CACJ;AAED,YAAY,CAAC,gBAAgB,EAAE,aAAa,CAAC,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@ni/nimble-components",
3
- "version": "1.0.0-beta.100",
3
+ "version": "1.0.0-beta.104",
4
4
  "description": "Styled web components for the NI Nimble Design System",
5
5
  "scripts": {
6
6
  "build": "npm run build-components && npm run build-storybook",
@@ -11,6 +11,7 @@
11
11
  "prettier": "prettier-eslint \"**/*.*\" --list-different --prettier-ignore",
12
12
  "prettier-fix": "prettier-eslint \"**/*.*\" --write --prettier-ignore",
13
13
  "pack": "npm pack",
14
+ "publish": "npm publish",
14
15
  "storybook": "start-storybook -p 6006",
15
16
  "build-storybook": "build-storybook -o dist/storybook",
16
17
  "build-components": "tsc -p ./tsconfig.json",
@@ -42,7 +43,7 @@
42
43
  "@microsoft/fast-components": "^2.0.0",
43
44
  "@microsoft/fast-element": "^1.6.1",
44
45
  "@microsoft/fast-foundation": "^2.22.0",
45
- "@ni/nimble-tokens": "^1.0.0-beta.30",
46
+ "@ni/nimble-tokens": "^1.0.0-beta.33",
46
47
  "hex-rgb": "^5.0.0",
47
48
  "lodash-es": "^4.17.21"
48
49
  },