@ni/nimble-components 1.0.0-beta.101 → 1.0.0-beta.105

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 (128) hide show
  1. package/README.md +20 -20
  2. package/dist/esm/button/behaviors.d.ts +12 -12
  3. package/dist/esm/button/behaviors.js +13 -13
  4. package/dist/esm/button/index.d.ts +17 -17
  5. package/dist/esm/button/index.js +37 -37
  6. package/dist/esm/button/styles.d.ts +1 -1
  7. package/dist/esm/button/styles.js +178 -178
  8. package/dist/esm/button/types.d.ts +9 -9
  9. package/dist/esm/button/types.js +10 -10
  10. package/dist/esm/checkbox/index.d.ts +2 -2
  11. package/dist/esm/checkbox/index.js +11 -11
  12. package/dist/esm/checkbox/styles.d.ts +1 -1
  13. package/dist/esm/checkbox/styles.js +91 -91
  14. package/dist/esm/drawer/animations.d.ts +14 -14
  15. package/dist/esm/drawer/animations.js +51 -51
  16. package/dist/esm/drawer/index.d.ts +39 -39
  17. package/dist/esm/drawer/index.js +189 -189
  18. package/dist/esm/drawer/styles.d.ts +1 -1
  19. package/dist/esm/drawer/styles.js +115 -114
  20. package/dist/esm/drawer/styles.js.map +1 -1
  21. package/dist/esm/drawer/types.d.ts +10 -10
  22. package/dist/esm/drawer/types.js +12 -12
  23. package/dist/esm/icon-base/index.d.ts +12 -12
  24. package/dist/esm/icon-base/index.js +21 -21
  25. package/dist/esm/icon-base/styles.d.ts +1 -1
  26. package/dist/esm/icon-base/styles.js +37 -37
  27. package/dist/esm/icon-base/template.d.ts +2 -2
  28. package/dist/esm/icon-base/template.js +6 -6
  29. package/dist/esm/icons/access-control.d.ts +7 -7
  30. package/dist/esm/icons/access-control.js +11 -11
  31. package/dist/esm/icons/admin.d.ts +7 -7
  32. package/dist/esm/icons/admin.js +11 -11
  33. package/dist/esm/icons/administration.d.ts +7 -7
  34. package/dist/esm/icons/administration.js +11 -11
  35. package/dist/esm/icons/all-icons.d.ts +15 -13
  36. package/dist/esm/icons/all-icons.js +15 -13
  37. package/dist/esm/icons/all-icons.js.map +1 -1
  38. package/dist/esm/icons/check.d.ts +7 -7
  39. package/dist/esm/icons/check.js +11 -11
  40. package/dist/esm/icons/custom-applications.d.ts +7 -7
  41. package/dist/esm/icons/custom-applications.js +11 -11
  42. package/dist/esm/icons/delete.d.ts +7 -7
  43. package/dist/esm/icons/delete.js +11 -11
  44. package/dist/esm/icons/fail.d.ts +7 -0
  45. package/dist/esm/icons/fail.js +12 -0
  46. package/dist/esm/icons/fail.js.map +1 -0
  47. package/dist/esm/icons/login.d.ts +7 -7
  48. package/dist/esm/icons/login.js +11 -11
  49. package/dist/esm/icons/logout.d.ts +7 -7
  50. package/dist/esm/icons/logout.js +11 -11
  51. package/dist/esm/icons/managed-systems.d.ts +7 -7
  52. package/dist/esm/icons/managed-systems.js +11 -11
  53. package/dist/esm/icons/measurement-data-analysis.d.ts +7 -7
  54. package/dist/esm/icons/measurement-data-analysis.js +11 -11
  55. package/dist/esm/icons/settings.d.ts +7 -7
  56. package/dist/esm/icons/settings.js +11 -11
  57. package/dist/esm/icons/succeeded.d.ts +7 -0
  58. package/dist/esm/icons/succeeded.js +12 -0
  59. package/dist/esm/icons/succeeded.js.map +1 -0
  60. package/dist/esm/icons/test-insights.d.ts +7 -7
  61. package/dist/esm/icons/test-insights.js +11 -11
  62. package/dist/esm/icons/utilities.d.ts +7 -7
  63. package/dist/esm/icons/utilities.js +11 -11
  64. package/dist/esm/listbox-option/index.d.ts +10 -10
  65. package/dist/esm/listbox-option/index.js +28 -28
  66. package/dist/esm/listbox-option/styles.d.ts +1 -1
  67. package/dist/esm/listbox-option/styles.js +59 -59
  68. package/dist/esm/menu/index.d.ts +5 -5
  69. package/dist/esm/menu/index.js +21 -21
  70. package/dist/esm/menu/styles.d.ts +1 -1
  71. package/dist/esm/menu/styles.js +39 -39
  72. package/dist/esm/menu-item/index.d.ts +15 -15
  73. package/dist/esm/menu-item/index.js +21 -21
  74. package/dist/esm/menu-item/styles.d.ts +1 -1
  75. package/dist/esm/menu-item/styles.js +63 -63
  76. package/dist/esm/number-field/index.d.ts +6 -6
  77. package/dist/esm/number-field/index.js +22 -22
  78. package/dist/esm/number-field/styles.d.ts +1 -1
  79. package/dist/esm/number-field/styles.js +117 -117
  80. package/dist/esm/select/index.d.ts +12 -12
  81. package/dist/esm/select/index.js +45 -45
  82. package/dist/esm/select/styles.d.ts +1 -1
  83. package/dist/esm/select/styles.js +140 -140
  84. package/dist/esm/tab/index.d.ts +2 -2
  85. package/dist/esm/tab/index.js +8 -8
  86. package/dist/esm/tab/styles.d.ts +1 -1
  87. package/dist/esm/tab/styles.js +52 -52
  88. package/dist/esm/tab-panel/index.d.ts +2 -2
  89. package/dist/esm/tab-panel/index.js +8 -8
  90. package/dist/esm/tab-panel/styles.d.ts +1 -1
  91. package/dist/esm/tab-panel/styles.js +14 -14
  92. package/dist/esm/tabs/index.d.ts +2 -2
  93. package/dist/esm/tabs/index.js +8 -8
  94. package/dist/esm/tabs/styles.d.ts +1 -1
  95. package/dist/esm/tabs/styles.js +42 -42
  96. package/dist/esm/tabs-toolbar/index.d.ts +6 -6
  97. package/dist/esm/tabs-toolbar/index.js +14 -14
  98. package/dist/esm/tabs-toolbar/styles.d.ts +1 -1
  99. package/dist/esm/tabs-toolbar/styles.js +22 -22
  100. package/dist/esm/tabs-toolbar/template.d.ts +1 -1
  101. package/dist/esm/tabs-toolbar/template.js +7 -7
  102. package/dist/esm/testing/dom-next-update.d.ts +4 -4
  103. package/dist/esm/testing/dom-next-update.js +5 -5
  104. package/dist/esm/text-field/index.d.ts +6 -6
  105. package/dist/esm/text-field/index.js +13 -13
  106. package/dist/esm/text-field/styles.d.ts +1 -1
  107. package/dist/esm/text-field/styles.js +141 -141
  108. package/dist/esm/theme-provider/design-tokens.d.ts +48 -48
  109. package/dist/esm/theme-provider/design-tokens.js +163 -163
  110. package/dist/esm/theme-provider/index.d.ts +10 -10
  111. package/dist/esm/theme-provider/index.js +42 -42
  112. package/dist/esm/theme-provider/template.d.ts +2 -2
  113. package/dist/esm/theme-provider/template.js +2 -2
  114. package/dist/esm/theme-provider/themes.d.ts +6 -6
  115. package/dist/esm/theme-provider/themes.js +7 -7
  116. package/dist/esm/tree-item/index.d.ts +28 -28
  117. package/dist/esm/tree-item/index.js +115 -115
  118. package/dist/esm/tree-item/styles.d.ts +3 -3
  119. package/dist/esm/tree-item/styles.js +194 -194
  120. package/dist/esm/tree-view/index.d.ts +16 -16
  121. package/dist/esm/tree-view/index.js +33 -33
  122. package/dist/esm/tree-view/styles.d.ts +1 -1
  123. package/dist/esm/tree-view/styles.js +16 -16
  124. package/dist/esm/tree-view/types.d.ts +6 -6
  125. package/dist/esm/tree-view/types.js +7 -7
  126. package/dist/esm/utilities/style/focus.d.ts +11 -11
  127. package/dist/esm/utilities/style/focus.js +13 -13
  128. package/package.json +95 -94
@@ -1,34 +1,34 @@
1
- import { __decorate } from "tslib";
2
- import { attr } from '@microsoft/fast-element';
3
- import { treeViewTemplate as template, TreeView as FoundationTreeView, DesignSystem } from '@microsoft/fast-foundation';
4
- import { styles } from './styles';
5
- import { SelectionMode } from './types';
6
- /**
7
- * A function that returns a nimble-tree-view registration for configuring the component with a DesignSystem.
8
- * Implements {@link @microsoft/fast-foundation#treeViewTemplate}
9
- *
10
- *
11
- * @public
12
- * @remarks
13
- * Generates HTML Element: \<nimble-tree-view\>
14
- *
15
- */
16
- export class TreeView extends FoundationTreeView {
17
- connectedCallback() {
18
- super.connectedCallback();
19
- if (!this.selectionMode) {
20
- this.selectionMode = SelectionMode.All;
21
- }
22
- }
23
- }
24
- __decorate([
25
- attr({ attribute: 'selection-mode' })
26
- ], TreeView.prototype, "selectionMode", void 0);
27
- const nimbleTreeView = TreeView.compose({
28
- baseName: 'tree-view',
29
- baseClass: FoundationTreeView,
30
- template,
31
- styles
32
- });
33
- DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
1
+ import { __decorate } from "tslib";
2
+ import { attr } from '@microsoft/fast-element';
3
+ import { treeViewTemplate as template, TreeView as FoundationTreeView, DesignSystem } from '@microsoft/fast-foundation';
4
+ import { styles } from './styles';
5
+ import { SelectionMode } from './types';
6
+ /**
7
+ * A function that returns a nimble-tree-view registration for configuring the component with a DesignSystem.
8
+ * Implements {@link @microsoft/fast-foundation#treeViewTemplate}
9
+ *
10
+ *
11
+ * @public
12
+ * @remarks
13
+ * Generates HTML Element: \<nimble-tree-view\>
14
+ *
15
+ */
16
+ export class TreeView extends FoundationTreeView {
17
+ connectedCallback() {
18
+ super.connectedCallback();
19
+ if (!this.selectionMode) {
20
+ this.selectionMode = SelectionMode.All;
21
+ }
22
+ }
23
+ }
24
+ __decorate([
25
+ attr({ attribute: 'selection-mode' })
26
+ ], TreeView.prototype, "selectionMode", void 0);
27
+ const nimbleTreeView = TreeView.compose({
28
+ baseName: 'tree-view',
29
+ baseClass: FoundationTreeView,
30
+ template,
31
+ styles
32
+ });
33
+ DesignSystem.getOrCreate().withPrefix('nimble').register(nimbleTreeView());
34
34
  //# sourceMappingURL=index.js.map
@@ -1 +1 @@
1
- export declare const styles: import("@microsoft/fast-element").ElementStyles;
1
+ export declare const styles: import("@microsoft/fast-element").ElementStyles;
@@ -1,17 +1,17 @@
1
- import { css } from '@microsoft/fast-element';
2
- import { display } from '@microsoft/fast-foundation';
3
- import { focusVisible } from '../utilities/style/focus';
4
- export const styles = css `
5
- ${display('flex')}
6
-
7
- :host {
8
- flex-direction: column;
9
- align-items: stretch;
10
- min-width: fit-content;
11
- font-size: 0;
12
- }
13
- :host(${focusVisible}) {
14
- outline: none;
15
- }
16
- `;
1
+ import { css } from '@microsoft/fast-element';
2
+ import { display } from '@microsoft/fast-foundation';
3
+ import { focusVisible } from '../utilities/style/focus';
4
+ export const styles = css `
5
+ ${display('flex')}
6
+
7
+ :host {
8
+ flex-direction: column;
9
+ align-items: stretch;
10
+ min-width: fit-content;
11
+ font-size: 0;
12
+ }
13
+ :host(${focusVisible}) {
14
+ outline: none;
15
+ }
16
+ `;
17
17
  //# sourceMappingURL=styles.js.map
@@ -1,6 +1,6 @@
1
- export declare const pinnedSelectedAttribute = "pinned-selected";
2
- export declare const groupSelectedAttribute = "group-selected";
3
- export declare enum SelectionMode {
4
- All = "all",
5
- LeavesOnly = "leaves-only"
6
- }
1
+ export declare const pinnedSelectedAttribute = "pinned-selected";
2
+ export declare const groupSelectedAttribute = "group-selected";
3
+ export declare enum SelectionMode {
4
+ All = "all",
5
+ LeavesOnly = "leaves-only"
6
+ }
@@ -1,8 +1,8 @@
1
- export const pinnedSelectedAttribute = 'pinned-selected';
2
- export const groupSelectedAttribute = 'group-selected';
3
- export var SelectionMode;
4
- (function (SelectionMode) {
5
- SelectionMode["All"] = "all";
6
- SelectionMode["LeavesOnly"] = "leaves-only";
7
- })(SelectionMode || (SelectionMode = {}));
1
+ export const pinnedSelectedAttribute = 'pinned-selected';
2
+ export const groupSelectedAttribute = 'group-selected';
3
+ export var SelectionMode;
4
+ (function (SelectionMode) {
5
+ SelectionMode["All"] = "all";
6
+ SelectionMode["LeavesOnly"] = "leaves-only";
7
+ })(SelectionMode || (SelectionMode = {}));
8
8
  //# sourceMappingURL=types.js.map
@@ -1,11 +1,11 @@
1
- /**
2
- * This file is a workaround for: https://github.com/prettier/prettier/issues/11400
3
- */
4
- /**
5
- * The string representing the focus selector to be used. Value
6
- * will be ":focus-visible" when https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo
7
- * is supported and ":focus" when it is not.
8
- *
9
- * @public
10
- */
11
- export declare const focusVisible: string;
1
+ /**
2
+ * This file is a workaround for: https://github.com/prettier/prettier/issues/11400
3
+ */
4
+ /**
5
+ * The string representing the focus selector to be used. Value
6
+ * will be ":focus-visible" when https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo
7
+ * is supported and ":focus" when it is not.
8
+ *
9
+ * @public
10
+ */
11
+ export declare const focusVisible: string;
@@ -1,14 +1,14 @@
1
- /**
2
- * This file is a workaround for: https://github.com/prettier/prettier/issues/11400
3
- */
4
- // eslint-disable-next-line
5
- import { focusVisible as focusVisibleOriginal } from '@microsoft/fast-foundation';
6
- /**
7
- * The string representing the focus selector to be used. Value
8
- * will be ":focus-visible" when https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo
9
- * is supported and ":focus" when it is not.
10
- *
11
- * @public
12
- */
13
- export const focusVisible = `:${focusVisibleOriginal}`;
1
+ /**
2
+ * This file is a workaround for: https://github.com/prettier/prettier/issues/11400
3
+ */
4
+ // eslint-disable-next-line
5
+ import { focusVisible as focusVisibleOriginal } from '@microsoft/fast-foundation';
6
+ /**
7
+ * The string representing the focus selector to be used. Value
8
+ * will be ":focus-visible" when https://drafts.csswg.org/selectors-4/#the-focus-visible-pseudo
9
+ * is supported and ":focus" when it is not.
10
+ *
11
+ * @public
12
+ */
13
+ export const focusVisible = `:${focusVisibleOriginal}`;
14
14
  //# sourceMappingURL=focus.js.map
package/package.json CHANGED
@@ -1,94 +1,95 @@
1
- {
2
- "name": "@ni/nimble-components",
3
- "version": "1.0.0-beta.101",
4
- "description": "Styled web components for the NI Nimble Design System",
5
- "scripts": {
6
- "build": "npm run build-components && npm run build-storybook",
7
- "lint": "npm run eslint && npm run prettier",
8
- "format": "npm run eslint-fix && npm run prettier-fix",
9
- "eslint": "eslint .",
10
- "eslint-fix": "eslint src --fix",
11
- "prettier": "prettier-eslint \"**/*.*\" --list-different --prettier-ignore",
12
- "prettier-fix": "prettier-eslint \"**/*.*\" --write --prettier-ignore",
13
- "pack": "npm pack",
14
- "storybook": "start-storybook -p 6006",
15
- "build-storybook": "build-storybook -o dist/storybook",
16
- "build-components": "tsc -p ./tsconfig.json",
17
- "build-components:watch": "tsc -p ./tsconfig.json -w",
18
- "chromatic": "chromatic",
19
- "tdd": "npm run build-components && npm run test-chrome",
20
- "tdd:watch": "npm run build-components:watch & npm run test-chrome:watch",
21
- "test-chrome:debugger": "karma start karma.conf.js --browsers=ChromeDebugging",
22
- "test-chrome:verbose": "karma start karma.conf.verbose.js --browsers=ChromeHeadlessOpt --single-run",
23
- "test-chrome:watch": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --watch-extensions js",
24
- "test-chrome": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --single-run",
25
- "test-firefox": "karma start karma.conf.js --browsers=FirefoxHeadless --single-run",
26
- "test": "npm run test-chrome:verbose"
27
- },
28
- "repository": {
29
- "type": "git",
30
- "url": "git+https://github.com/ni/nimble.git"
31
- },
32
- "author": {
33
- "name": "National Instruments"
34
- },
35
- "license": "UNLICENSED",
36
- "bugs": {
37
- "url": "https://github.com/ni/nimble/issues"
38
- },
39
- "homepage": "https://github.com/ni/nimble#readme",
40
- "dependencies": {
41
- "@microsoft/fast-animation": "^4.1.5",
42
- "@microsoft/fast-components": "^2.0.0",
43
- "@microsoft/fast-element": "^1.6.1",
44
- "@microsoft/fast-foundation": "^2.22.0",
45
- "@ni/nimble-tokens": "^1.0.0-beta.31",
46
- "hex-rgb": "^5.0.0",
47
- "lodash-es": "^4.17.21"
48
- },
49
- "devDependencies": {
50
- "@babel/cli": "^7.13.16",
51
- "@babel/core": "^7.14.6",
52
- "@babel/preset-env": "^7.13.15",
53
- "@ni/eslint-config-typescript": "^3.0.0",
54
- "@storybook/addon-a11y": "^6.4.0-alpha.28",
55
- "@storybook/addon-actions": "^6.4.0-alpha.28",
56
- "@storybook/addon-docs": "^6.4.0-alpha.28",
57
- "@storybook/addon-essentials": "^6.4.0-alpha.28",
58
- "@storybook/addon-links": "^6.4.0-alpha.28",
59
- "@storybook/addons": "^6.4.0-alpha.28",
60
- "@storybook/builder-webpack5": "^6.4.0-alpha.28",
61
- "@storybook/html": "^6.4.0-alpha.28",
62
- "@storybook/manager-webpack5": "^6.4.0-alpha.28",
63
- "@storybook/theming": "^6.4.0-alpha.28",
64
- "@types/jasmine": "^3.6.0",
65
- "@types/webpack-env": "^1.15.2",
66
- "babel-loader": "^8.2.2",
67
- "chromatic": "^5.9.2",
68
- "circular-dependency-plugin": "^5.2.0",
69
- "css-loader": "^6.2.0",
70
- "dotenv-webpack": "^7.0.2",
71
- "eslint-plugin-jsdoc": "^36.1.0",
72
- "html-webpack-plugin": "^5.3.1",
73
- "jasmine-core": "^3.7.0",
74
- "karma": "^6.3.0",
75
- "karma-chrome-launcher": "^3.1.0",
76
- "karma-firefox-launcher": "^2.1.0",
77
- "karma-jasmine": "^4.0.0",
78
- "karma-jasmine-html-reporter": "^1.5.0",
79
- "karma-source-map-support": "^1.4.0",
80
- "karma-sourcemap-loader": "^0.3.7",
81
- "karma-spec-reporter": "^0.0.32",
82
- "karma-webpack": "^5.0.0",
83
- "prettier": "^2.0.0",
84
- "prettier-eslint": "^13.0.0",
85
- "prettier-eslint-cli": "^5.0.1",
86
- "puppeteer": "^10.1.0",
87
- "storybook-addon-xd-designs": "file:storybook-addon-xd-designs-6.0.0.tgz",
88
- "ts-loader": "^9.2.5",
89
- "typescript": "^4.3.2",
90
- "webpack": "^5.37.0",
91
- "webpack-cli": "^4.6.0",
92
- "webpack-dev-middleware": "^5.0.0"
93
- }
94
- }
1
+ {
2
+ "name": "@ni/nimble-components",
3
+ "version": "1.0.0-beta.105",
4
+ "description": "Styled web components for the NI Nimble Design System",
5
+ "scripts": {
6
+ "build": "npm run build-components && npm run build-storybook",
7
+ "lint": "npm run eslint && npm run prettier",
8
+ "format": "npm run eslint-fix && npm run prettier-fix",
9
+ "eslint": "eslint .",
10
+ "eslint-fix": "eslint src --fix",
11
+ "prettier": "prettier-eslint \"**/*.*\" --list-different --prettier-ignore",
12
+ "prettier-fix": "prettier-eslint \"**/*.*\" --write --prettier-ignore",
13
+ "pack": "npm pack",
14
+ "publish": "npm publish",
15
+ "storybook": "start-storybook -p 6006",
16
+ "build-storybook": "build-storybook -o dist/storybook",
17
+ "build-components": "tsc -p ./tsconfig.json",
18
+ "build-components:watch": "tsc -p ./tsconfig.json -w",
19
+ "chromatic": "chromatic",
20
+ "tdd": "npm run build-components && npm run test-chrome",
21
+ "tdd:watch": "npm run build-components:watch & npm run test-chrome:watch",
22
+ "test-chrome:debugger": "karma start karma.conf.js --browsers=ChromeDebugging",
23
+ "test-chrome:verbose": "karma start karma.conf.verbose.js --browsers=ChromeHeadlessOpt --single-run",
24
+ "test-chrome:watch": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --watch-extensions js",
25
+ "test-chrome": "karma start karma.conf.js --browsers=ChromeHeadlessOpt --single-run",
26
+ "test-firefox": "karma start karma.conf.js --browsers=FirefoxHeadless --single-run",
27
+ "test": "npm run test-chrome:verbose"
28
+ },
29
+ "repository": {
30
+ "type": "git",
31
+ "url": "git+https://github.com/ni/nimble.git"
32
+ },
33
+ "author": {
34
+ "name": "National Instruments"
35
+ },
36
+ "license": "UNLICENSED",
37
+ "bugs": {
38
+ "url": "https://github.com/ni/nimble/issues"
39
+ },
40
+ "homepage": "https://github.com/ni/nimble#readme",
41
+ "dependencies": {
42
+ "@microsoft/fast-animation": "^4.1.5",
43
+ "@microsoft/fast-components": "^2.0.0",
44
+ "@microsoft/fast-element": "^1.6.1",
45
+ "@microsoft/fast-foundation": "^2.22.0",
46
+ "@ni/nimble-tokens": "^1.0.0-beta.33",
47
+ "hex-rgb": "^5.0.0",
48
+ "lodash-es": "^4.17.21"
49
+ },
50
+ "devDependencies": {
51
+ "@babel/cli": "^7.13.16",
52
+ "@babel/core": "^7.14.6",
53
+ "@babel/preset-env": "^7.13.15",
54
+ "@ni/eslint-config-typescript": "^3.0.0",
55
+ "@storybook/addon-a11y": "^6.4.0-alpha.28",
56
+ "@storybook/addon-actions": "^6.4.0-alpha.28",
57
+ "@storybook/addon-docs": "^6.4.0-alpha.28",
58
+ "@storybook/addon-essentials": "^6.4.0-alpha.28",
59
+ "@storybook/addon-links": "^6.4.0-alpha.28",
60
+ "@storybook/addons": "^6.4.0-alpha.28",
61
+ "@storybook/builder-webpack5": "^6.4.0-alpha.28",
62
+ "@storybook/html": "^6.4.0-alpha.28",
63
+ "@storybook/manager-webpack5": "^6.4.0-alpha.28",
64
+ "@storybook/theming": "^6.4.0-alpha.28",
65
+ "@types/jasmine": "^3.6.0",
66
+ "@types/webpack-env": "^1.15.2",
67
+ "babel-loader": "^8.2.2",
68
+ "chromatic": "^5.9.2",
69
+ "circular-dependency-plugin": "^5.2.0",
70
+ "css-loader": "^6.2.0",
71
+ "dotenv-webpack": "^7.0.2",
72
+ "eslint-plugin-jsdoc": "^36.1.0",
73
+ "html-webpack-plugin": "^5.3.1",
74
+ "jasmine-core": "^3.7.0",
75
+ "karma": "^6.3.0",
76
+ "karma-chrome-launcher": "^3.1.0",
77
+ "karma-firefox-launcher": "^2.1.0",
78
+ "karma-jasmine": "^4.0.0",
79
+ "karma-jasmine-html-reporter": "^1.5.0",
80
+ "karma-source-map-support": "^1.4.0",
81
+ "karma-sourcemap-loader": "^0.3.7",
82
+ "karma-spec-reporter": "^0.0.32",
83
+ "karma-webpack": "^5.0.0",
84
+ "prettier": "^2.0.0",
85
+ "prettier-eslint": "^13.0.0",
86
+ "prettier-eslint-cli": "^5.0.1",
87
+ "puppeteer": "^10.1.0",
88
+ "storybook-addon-xd-designs": "file:storybook-addon-xd-designs-6.0.0.tgz",
89
+ "ts-loader": "^9.2.5",
90
+ "typescript": "^4.3.2",
91
+ "webpack": "^5.37.0",
92
+ "webpack-cli": "^4.6.0",
93
+ "webpack-dev-middleware": "^5.0.0"
94
+ }
95
+ }