@instructure/ui-themes 11.7.1 → 11.7.2-snapshot-1

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 (81) hide show
  1. package/CHANGELOG.md +8 -0
  2. package/es/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
  3. package/es/themes/newThemes/dark/components/topNavBarItem.js +1 -2
  4. package/es/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
  5. package/es/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
  6. package/es/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
  7. package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
  8. package/es/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
  9. package/es/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
  10. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
  11. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
  12. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
  13. package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
  14. package/es/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
  15. package/es/themes/newThemes/light/components/topNavBarItem.js +1 -2
  16. package/es/themes/newThemes/light/components/topNavBarLayout.js +6 -1
  17. package/es/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
  18. package/lib/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
  19. package/lib/themes/newThemes/dark/components/topNavBarItem.js +1 -2
  20. package/lib/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
  21. package/lib/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
  22. package/lib/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
  23. package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
  24. package/lib/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
  25. package/lib/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
  26. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
  27. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
  28. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
  29. package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
  30. package/lib/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
  31. package/lib/themes/newThemes/light/components/topNavBarItem.js +1 -2
  32. package/lib/themes/newThemes/light/components/topNavBarLayout.js +6 -1
  33. package/lib/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
  34. package/package.json +3 -3
  35. package/src/themes/newThemes/componentTypes/topNavBarActionItems.ts +0 -1
  36. package/src/themes/newThemes/componentTypes/topNavBarItem.ts +0 -1
  37. package/src/themes/newThemes/componentTypes/topNavBarLayout.ts +5 -0
  38. package/src/themes/newThemes/componentTypes/topNavBarMenuItems.ts +0 -1
  39. package/src/themes/newThemes/dark/components/topNavBarActionItems.ts +0 -1
  40. package/src/themes/newThemes/dark/components/topNavBarItem.ts +0 -1
  41. package/src/themes/newThemes/dark/components/topNavBarLayout.ts +5 -0
  42. package/src/themes/newThemes/dark/components/topNavBarMenuItems.ts +0 -1
  43. package/src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts +0 -1
  44. package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +0 -1
  45. package/src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts +5 -0
  46. package/src/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.ts +0 -1
  47. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts +0 -1
  48. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +0 -1
  49. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts +5 -0
  50. package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.ts +0 -1
  51. package/src/themes/newThemes/light/components/topNavBarActionItems.ts +0 -1
  52. package/src/themes/newThemes/light/components/topNavBarItem.ts +0 -1
  53. package/src/themes/newThemes/light/components/topNavBarLayout.ts +5 -0
  54. package/src/themes/newThemes/light/components/topNavBarMenuItems.ts +0 -1
  55. package/tokens/canvas/scss/_variables.scss +5 -3
  56. package/tokens/canvas/source.json +1 -1
  57. package/tsconfig.build.tsbuildinfo +1 -1
  58. package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts +0 -1
  59. package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts.map +1 -1
  60. package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +0 -1
  61. package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -1
  62. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts +5 -0
  63. package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts.map +1 -1
  64. package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts +0 -1
  65. package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts.map +1 -1
  66. package/types/themes/newThemes/dark/components/topNavBarActionItems.d.ts.map +1 -1
  67. package/types/themes/newThemes/dark/components/topNavBarItem.d.ts.map +1 -1
  68. package/types/themes/newThemes/dark/components/topNavBarLayout.d.ts.map +1 -1
  69. package/types/themes/newThemes/dark/components/topNavBarMenuItems.d.ts.map +1 -1
  70. package/types/themes/newThemes/legacyCanvas/components/topNavBarActionItems.d.ts.map +1 -1
  71. package/types/themes/newThemes/legacyCanvas/components/topNavBarItem.d.ts.map +1 -1
  72. package/types/themes/newThemes/legacyCanvas/components/topNavBarLayout.d.ts.map +1 -1
  73. package/types/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.d.ts.map +1 -1
  74. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts.map +1 -1
  75. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.d.ts.map +1 -1
  76. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.d.ts.map +1 -1
  77. package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.d.ts.map +1 -1
  78. package/types/themes/newThemes/light/components/topNavBarActionItems.d.ts.map +1 -1
  79. package/types/themes/newThemes/light/components/topNavBarItem.d.ts.map +1 -1
  80. package/types/themes/newThemes/light/components/topNavBarLayout.d.ts.map +1 -1
  81. package/types/themes/newThemes/light/components/topNavBarMenuItems.d.ts.map +1 -1
@@ -4,7 +4,6 @@ export type TopNavBarActionItems = {
4
4
  smallViewportDropdownMenuActiveOptionFontWeight: string | number;
5
5
  smallViewportDropdownMenuActiveOptionIndicatorSpacing: string;
6
6
  smallViewportDropdownMenuActiveOptionIndicatorWidth: string;
7
- activeIndicatorWidth: string;
8
7
  };
9
8
  export default TopNavBarActionItems;
10
9
  //# sourceMappingURL=topNavBarActionItems.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,oBAAoB,GAAG;IACjC,sCAAsC,EAAE,MAAM,CAAA;IAC9C,wCAAwC,EAAE,MAAM,CAAA;IAChD,+CAA+C,EAAE,MAAM,GAAG,MAAM,CAAA;IAChE,qDAAqD,EAAE,MAAM,CAAA;IAC7D,mDAAmD,EAAE,MAAM,CAAA;IAC3D,oBAAoB,EAAE,MAAM,CAAA;CAC7B,CAAA;AAED,eAAe,oBAAoB,CAAA"}
1
+ {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,oBAAoB,GAAG;IACjC,sCAAsC,EAAE,MAAM,CAAA;IAC9C,wCAAwC,EAAE,MAAM,CAAA;IAChD,+CAA+C,EAAE,MAAM,GAAG,MAAM,CAAA;IAChE,qDAAqD,EAAE,MAAM,CAAA;IAC7D,mDAAmD,EAAE,MAAM,CAAA;CAC5D,CAAA;AAED,eAAe,oBAAoB,CAAA"}
@@ -11,7 +11,6 @@ export type TopNavBarItem = {
11
11
  activeItemIndicatorSpacing: string;
12
12
  activeIndicatorColor: string;
13
13
  activeIndicatorColorInverse: string;
14
- smallViewportFontSize: string;
15
14
  };
16
15
  export default TopNavBarItem;
17
16
  //# sourceMappingURL=topNavBarItem.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;IACzB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAA;IACrC,0BAA0B,EAAE,MAAM,CAAA;IAClC,oBAAoB,EAAE,MAAM,CAAA;IAC5B,2BAA2B,EAAE,MAAM,CAAA;IACnC,qBAAqB,EAAE,MAAM,CAAA;CAC9B,CAAA;AAED,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,aAAa,GAAG;IAC1B,QAAQ,EAAE,MAAM,CAAA;IAChB,UAAU,EAAE,MAAM,CAAA;IAClB,UAAU,EAAE,MAAM,GAAG,MAAM,CAAA;IAC3B,KAAK,EAAE,MAAM,CAAA;IACb,YAAY,EAAE,MAAM,CAAA;IACpB,iBAAiB,EAAE,MAAM,CAAA;IACzB,WAAW,EAAE,MAAM,CAAA;IACnB,WAAW,EAAE,MAAM,CAAA;IACnB,oBAAoB,EAAE,MAAM,GAAG,MAAM,CAAA;IACrC,0BAA0B,EAAE,MAAM,CAAA;IAClC,oBAAoB,EAAE,MAAM,CAAA;IAC5B,2BAA2B,EAAE,MAAM,CAAA;CACpC,CAAA;AAED,eAAe,aAAa,CAAA"}
@@ -32,6 +32,11 @@ export type TopNavBarLayout = {
32
32
  smallViewportTrayPosition: string | number;
33
33
  smallViewportTrayZIndex: string | number;
34
34
  smallViewportZIndex: string | number;
35
+ desktopBottomBorderInverse: string;
36
+ desktopBrandContainerInlineMargin: string;
37
+ desktopActionItemsContainerInlineMargin: string;
38
+ smallViewportFontSize: string;
39
+ smallViewportTrayFixTopPosition: string | number;
35
40
  };
36
41
  export default TopNavBarLayout;
37
42
  //# sourceMappingURL=topNavBarLayout.d.ts.map
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,eAAe,GAAG;IAC5B,iBAAiB,EAAE,MAAM,CAAA;IACzB,wBAAwB,EAAE,MAAM,CAAA;IAChC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAAA;IACpC,iBAAiB,EAAE,MAAM,CAAA;IACzB,eAAe,EAAE,MAAM,CAAA;IACvB,iBAAiB,EAAE,MAAM,GAAG,MAAM,CAAA;IAClC,aAAa,EAAE,MAAM,CAAA;IACrB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,qCAAqC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtD,gCAAgC,EAAE,MAAM,GAAG,MAAM,CAAA;IACjD,yBAAyB,EAAE,MAAM,CAAA;IACjC,gCAAgC,EAAE,MAAM,CAAA;IACxC,uBAAuB,EAAE,MAAM,CAAA;IAC/B,0BAA0B,EAAE,MAAM,CAAA;IAClC,yBAAyB,EAAE,MAAM,CAAA;IACjC,aAAa,EAAE,MAAM,GAAG,MAAM,CAAA;IAC9B,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzD,yCAAyC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1D,uBAAuB,EAAE,MAAM,CAAA;IAC/B,8BAA8B,EAAE,MAAM,CAAA;IACtC,yBAAyB,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1C,gCAAgC,EAAE,MAAM,GAAG,MAAM,CAAA;IACjD,+CAA+C,EAAE,MAAM,GAAG,MAAM,CAAA;IAChE,mDAAmD,EAAE,MAAM,GAAG,MAAM,CAAA;IACpE,qDAAqD,EAAE,MAAM,CAAA;IAC7D,mDAAmD,EAAE,MAAM,CAAA;IAC3D,uBAAuB,EAAE,MAAM,CAAA;IAC/B,uBAAuB,EAAE,MAAM,GAAG,MAAM,CAAA;IACxC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAAA;IACpC,0BAA0B,EAAE,MAAM,CAAA;IAClC,yBAAyB,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1C,uBAAuB,EAAE,MAAM,GAAG,MAAM,CAAA;IACxC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAAA;CACrC,CAAA;AAED,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,eAAe,GAAG;IAC5B,iBAAiB,EAAE,MAAM,CAAA;IACzB,wBAAwB,EAAE,MAAM,CAAA;IAChC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAAA;IACpC,iBAAiB,EAAE,MAAM,CAAA;IACzB,eAAe,EAAE,MAAM,CAAA;IACvB,iBAAiB,EAAE,MAAM,GAAG,MAAM,CAAA;IAClC,aAAa,EAAE,MAAM,CAAA;IACrB,oBAAoB,EAAE,MAAM,CAAA;IAC5B,qCAAqC,EAAE,MAAM,GAAG,MAAM,CAAA;IACtD,gCAAgC,EAAE,MAAM,GAAG,MAAM,CAAA;IACjD,yBAAyB,EAAE,MAAM,CAAA;IACjC,gCAAgC,EAAE,MAAM,CAAA;IACxC,uBAAuB,EAAE,MAAM,CAAA;IAC/B,0BAA0B,EAAE,MAAM,CAAA;IAClC,yBAAyB,EAAE,MAAM,CAAA;IACjC,aAAa,EAAE,MAAM,GAAG,MAAM,CAAA;IAC9B,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzD,yCAAyC,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1D,uBAAuB,EAAE,MAAM,CAAA;IAC/B,8BAA8B,EAAE,MAAM,CAAA;IACtC,yBAAyB,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1C,gCAAgC,EAAE,MAAM,GAAG,MAAM,CAAA;IACjD,+CAA+C,EAAE,MAAM,GAAG,MAAM,CAAA;IAChE,mDAAmD,EAAE,MAAM,GAAG,MAAM,CAAA;IACpE,qDAAqD,EAAE,MAAM,CAAA;IAC7D,mDAAmD,EAAE,MAAM,CAAA;IAC3D,uBAAuB,EAAE,MAAM,CAAA;IAC/B,uBAAuB,EAAE,MAAM,GAAG,MAAM,CAAA;IACxC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAAA;IACpC,0BAA0B,EAAE,MAAM,CAAA;IAClC,yBAAyB,EAAE,MAAM,GAAG,MAAM,CAAA;IAC1C,uBAAuB,EAAE,MAAM,GAAG,MAAM,CAAA;IACxC,mBAAmB,EAAE,MAAM,GAAG,MAAM,CAAA;IACpC,0BAA0B,EAAE,MAAM,CAAA;IAClC,iCAAiC,EAAE,MAAM,CAAA;IACzC,uCAAuC,EAAE,MAAM,CAAA;IAC/C,qBAAqB,EAAE,MAAM,CAAA;IAC7B,+BAA+B,EAAE,MAAM,GAAG,MAAM,CAAA;CACjD,CAAA;AAED,eAAe,eAAe,CAAA"}
@@ -1,6 +1,5 @@
1
1
  export type TopNavBarMenuItems = {
2
2
  desktopItemSpacing: string;
3
- desktopMaxWidth: string | number;
4
3
  desktopSubmenuActiveOptionFontWeight: string | number;
5
4
  desktopSubmenuActiveOptionIndicatorColor: string | number;
6
5
  desktopSubmenuActiveOptionIndicatorSpacing: string;
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,kBAAkB,EAAE,MAAM,CAAA;IAC1B,eAAe,EAAE,MAAM,GAAG,MAAM,CAAA;IAChC,oCAAoC,EAAE,MAAM,GAAG,MAAM,CAAA;IACrD,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzD,0CAA0C,EAAE,MAAM,CAAA;IAClD,wCAAwC,EAAE,MAAM,CAAA;CACjD,CAAA;AAED,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../src/themes/newThemes/componentTypes/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,MAAM,MAAM,kBAAkB,GAAG;IAC/B,kBAAkB,EAAE,MAAM,CAAA;IAC1B,oCAAoC,EAAE,MAAM,GAAG,MAAM,CAAA;IACrD,wCAAwC,EAAE,MAAM,GAAG,MAAM,CAAA;IACzD,0CAA0C,EAAE,MAAM,CAAA;IAClD,wCAAwC,EAAE,MAAM,CAAA;CACjD,CAAA;AAED,eAAe,kBAAkB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAO3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
1
+ {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAM3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAcpB,CAAA;AACD,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAapB,CAAA;AACD,eAAe,aAAa,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAkCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAuCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAOzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/dark/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAMzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAO3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
1
+ {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAM3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAcpB,CAAA;AACD,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAapB,CAAA;AACD,eAAe,aAAa,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAkCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAuCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAOzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAMzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAO3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
1
+ {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAM3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAcpB,CAAA;AACD,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAapB,CAAA;AACD,eAAe,aAAa,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAkCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAuCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAOzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAMzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAO3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
1
+ {"version":3,"file":"topNavBarActionItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarActionItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,oBAAoB,EAAE,MAAM,2CAA2C,CAAA;AAGrF,QAAA,MAAM,oBAAoB,EAAE,oBAM3B,CAAA;AACD,eAAe,oBAAoB,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAcpB,CAAA;AACD,eAAe,aAAa,CAAA"}
1
+ {"version":3,"file":"topNavBarItem.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarItem.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,aAAa,EAAE,MAAM,oCAAoC,CAAA;AAGvE,QAAA,MAAM,aAAa,EAAE,aAapB,CAAA;AACD,eAAe,aAAa,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAkCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
1
+ {"version":3,"file":"topNavBarLayout.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarLayout.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,eAAe,EAAE,MAAM,sCAAsC,CAAA;AAG3E,QAAA,MAAM,eAAe,EAAE,eAuCtB,CAAA;AACD,eAAe,eAAe,CAAA"}
@@ -1 +1 @@
1
- {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAOzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}
1
+ {"version":3,"file":"topNavBarMenuItems.d.ts","sourceRoot":"","sources":["../../../../../src/themes/newThemes/light/components/topNavBarMenuItems.ts"],"names":[],"mappings":"AAwBA,OAAO,KAAK,EAAE,kBAAkB,EAAE,MAAM,yCAAyC,CAAA;AAGjF,QAAA,MAAM,kBAAkB,EAAE,kBAMzB,CAAA;AACD,eAAe,kBAAkB,CAAA"}