@sap-ux/ui-components 1.18.10 → 1.19.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.
Files changed (59) hide show
  1. package/dist/components/UIDropdown/UIDropdown.scss +1 -1
  2. package/dist/index.d.ts +1 -0
  3. package/dist/index.d.ts.map +1 -1
  4. package/dist/index.js +1 -0
  5. package/dist/index.js.map +1 -1
  6. package/dist/styles/_variables.scss +2 -0
  7. package/dist/theme/index.d.ts +5 -0
  8. package/dist/theme/index.d.ts.map +1 -0
  9. package/dist/theme/index.js +16 -0
  10. package/dist/theme/index.js.map +1 -0
  11. package/package.json +1 -1
  12. package/storybook/389.5879b7cc.iframe.bundle.js +55 -0
  13. package/storybook/{973.191cea0f.iframe.bundle.js → 973.78173de2.iframe.bundle.js} +1 -1
  14. package/storybook/{UICallout-story.3e5d6267.iframe.bundle.js → UICallout-story.a22932c4.iframe.bundle.js} +2 -2
  15. package/storybook/UICalloutCollisionTransform-story.14658a75.iframe.bundle.js +1 -0
  16. package/storybook/{UICheckbox-story.ccf2a048.iframe.bundle.js → UICheckbox-story.624f35bc.iframe.bundle.js} +2 -2
  17. package/storybook/UIChoiceGroup-story.3f7410da.iframe.bundle.js +1 -0
  18. package/storybook/UICombobox-story.2bb0d961.iframe.bundle.js +1 -0
  19. package/storybook/{UIContextualMenu-story.fdeddc59.iframe.bundle.js → UIContextualMenu-story.2362d642.iframe.bundle.js} +2 -2
  20. package/storybook/UICreateSelect-story.29c5d25d.iframe.bundle.js +2 -0
  21. package/storybook/UIDatePicker-story.22bc503a.iframe.bundle.js +2 -0
  22. package/storybook/UIDialog-story.b439e60a.iframe.bundle.js +2 -0
  23. package/storybook/UIDropdown-story.20290ff6.iframe.bundle.js +1 -0
  24. package/storybook/{UIFlexibleTable-story.e26a75b6.iframe.bundle.js → UIFlexibleTable-story.81441f28.iframe.bundle.js} +3 -3
  25. package/storybook/UIIcon-story.578a5088.iframe.bundle.js +2 -0
  26. package/storybook/UILabel-story.2dc6751f.iframe.bundle.js +1 -0
  27. package/storybook/UILoader-story.53a44698.iframe.bundle.js +6 -0
  28. package/storybook/UIQuickNavigation-story.3111e6e0.iframe.bundle.js +1 -0
  29. package/storybook/UISearchBox-story.383f63fc.iframe.bundle.js +1 -0
  30. package/storybook/UITextInput-story.c304ef49.iframe.bundle.js +2 -0
  31. package/storybook/{UIToggleGroup-story.50b2392c.iframe.bundle.js → UIToggleGroup-story.14a29e9a.iframe.bundle.js} +2 -2
  32. package/storybook/UITooltip-story.16d8ba4e.iframe.bundle.js +1 -0
  33. package/storybook/UITranslationInput-story.61827811.iframe.bundle.js +1 -0
  34. package/storybook/Utilities-story.2aeb882a.iframe.bundle.js +1 -0
  35. package/storybook/iframe.html +3 -3
  36. package/storybook/main.f69d158b.iframe.bundle.js +1 -0
  37. package/storybook/project.json +1 -1
  38. package/storybook/runtime~main.35667639.iframe.bundle.js +2 -0
  39. package/storybook/341.db2c9a0a.iframe.bundle.js +0 -27
  40. package/storybook/391.beec054e.iframe.bundle.js +0 -1
  41. package/storybook/721.ec63ce0c.iframe.bundle.js +0 -29
  42. package/storybook/UICalloutCollisionTransform-story.65d35532.iframe.bundle.js +0 -1
  43. package/storybook/UIChoiceGroup-story.a1b90c0f.iframe.bundle.js +0 -1
  44. package/storybook/UICombobox-story.0984959c.iframe.bundle.js +0 -1
  45. package/storybook/UICreateSelect-story.8d814a30.iframe.bundle.js +0 -2
  46. package/storybook/UIDatePicker-story.d3c6db4c.iframe.bundle.js +0 -2
  47. package/storybook/UIDialog-story.d6271932.iframe.bundle.js +0 -2
  48. package/storybook/UIDropdown-story.95735ffc.iframe.bundle.js +0 -1
  49. package/storybook/UIIcon-story.16f5f8ab.iframe.bundle.js +0 -2
  50. package/storybook/UILabel-story.38df6674.iframe.bundle.js +0 -1
  51. package/storybook/UILoader-story.946c062c.iframe.bundle.js +0 -6
  52. package/storybook/UIQuickNavigation-story.5f9bb898.iframe.bundle.js +0 -1
  53. package/storybook/UISearchBox-story.da945a0f.iframe.bundle.js +0 -1
  54. package/storybook/UITextInput-story.635fe59b.iframe.bundle.js +0 -2
  55. package/storybook/UITooltip-story.a9c06aed.iframe.bundle.js +0 -1
  56. package/storybook/UITranslationInput-story.e739a305.iframe.bundle.js +0 -1
  57. package/storybook/Utilities-story.d347dfb2.iframe.bundle.js +0 -1
  58. package/storybook/main.bf0ad9a1.iframe.bundle.js +0 -1
  59. package/storybook/runtime~main.bdb461c6.iframe.bundle.js +0 -2
@@ -19,7 +19,7 @@
19
19
  .ms-Dropdown-title {
20
20
  background: transparent;
21
21
  height: $dropdown-input-height;
22
- line-height: $dropdown-input-height;
22
+ line-height: $dropdown-line-height;
23
23
  border: $dropdown-input-border-width solid transparent;
24
24
  padding: $dropdown-input-text-padding;
25
25
  @include base-font;
package/dist/index.d.ts CHANGED
@@ -1,3 +1,4 @@
1
1
  export * from './components';
2
2
  export * from './utilities';
3
+ export * from './theme';
3
4
  //# sourceMappingURL=index.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC"}
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":"AAAA,cAAc,cAAc,CAAC;AAC7B,cAAc,aAAa,CAAC;AAC5B,cAAc,SAAS,CAAC"}
package/dist/index.js CHANGED
@@ -16,4 +16,5 @@ var __exportStar = (this && this.__exportStar) || function(m, exports) {
16
16
  Object.defineProperty(exports, "__esModule", { value: true });
17
17
  __exportStar(require("./components"), exports);
18
18
  __exportStar(require("./utilities"), exports);
19
+ __exportStar(require("./theme"), exports);
19
20
  //# sourceMappingURL=index.js.map
package/dist/index.js.map CHANGED
@@ -1 +1 @@
1
- {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,8CAA4B"}
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../src/index.tsx"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAAA,+CAA6B;AAC7B,8CAA4B;AAC5B,0CAAwB"}
@@ -5,6 +5,7 @@ $font-size-base: var(--vscode-font-size);
5
5
  $font-weight-base: var(--vscode-font-weight);
6
6
 
7
7
  $base-element-height: 26px;
8
+ $base-element-line-height: 24px;
8
9
  $button-font-size: $font-size-base;
9
10
 
10
11
  // Box shadows
@@ -15,6 +16,7 @@ $box-shadow-large: 0 10px 20px 0 var(--vscode-widget-shadow);
15
16
  // Dropdowns
16
17
  // colors
17
18
  $dropdown-input-height: $base-element-height;
19
+ $dropdown-line-height: $base-element-line-height;
18
20
  $dropdown-input-color: var(--vscode-foreground);
19
21
  $dropdown-input-placeholder-color: var(--vscode-input-placeholderForeground);
20
22
  $dropdown-input-background: var(--vscode-input-background);
@@ -0,0 +1,5 @@
1
+ /**
2
+ * Method intializes default styles for 'ui-components' theme.
3
+ */
4
+ export declare function initTheme(): void;
5
+ //# sourceMappingURL=index.d.ts.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":"AAGA;;GAEG;AACH,wBAAgB,SAAS,IAAI,IAAI,CAQhC"}
@@ -0,0 +1,16 @@
1
+ "use strict";
2
+ Object.defineProperty(exports, "__esModule", { value: true });
3
+ exports.initTheme = initTheme;
4
+ const react_1 = require("@fluentui/react");
5
+ /**
6
+ * Method intializes default styles for 'ui-components' theme.
7
+ */
8
+ function initTheme() {
9
+ const appTheme = (0, react_1.createTheme)({
10
+ defaultFontStyle: {
11
+ WebkitFontSmoothing: ''
12
+ }
13
+ });
14
+ (0, react_1.loadTheme)(appTheme);
15
+ }
16
+ //# sourceMappingURL=index.js.map
@@ -0,0 +1 @@
1
+ {"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/theme/index.ts"],"names":[],"mappings":";;AAMA,8BAQC;AAbD,2CAAyD;AAEzD;;GAEG;AACH,SAAgB,SAAS;IACrB,MAAM,QAAQ,GAAU,IAAA,mBAAW,EAAC;QAChC,gBAAgB,EAAE;YACd,mBAAmB,EAAE,EAAE;SAC1B;KACJ,CAAC,CAAC;IAEH,IAAA,iBAAS,EAAC,QAAQ,CAAC,CAAC;AACxB,CAAC"}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sap-ux/ui-components",
3
- "version": "1.18.10",
3
+ "version": "1.19.0",
4
4
  "license": "Apache-2.0",
5
5
  "description": "SAP UI Components Library",
6
6
  "repository": {