@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.
- package/CHANGELOG.md +8 -0
- package/es/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/dark/components/topNavBarItem.js +1 -2
- package/es/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
- package/es/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
- package/es/themes/newThemes/light/components/topNavBarItem.js +1 -2
- package/es/themes/newThemes/light/components/topNavBarLayout.js +6 -1
- package/es/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/dark/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/dark/components/topNavBarItem.js +1 -2
- package/lib/themes/newThemes/dark/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/dark/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarItem.js +0 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.js +0 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.js +0 -1
- package/lib/themes/newThemes/light/components/topNavBarActionItems.js +1 -2
- package/lib/themes/newThemes/light/components/topNavBarItem.js +1 -2
- package/lib/themes/newThemes/light/components/topNavBarLayout.js +6 -1
- package/lib/themes/newThemes/light/components/topNavBarMenuItems.js +0 -1
- package/package.json +3 -3
- package/src/themes/newThemes/componentTypes/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/componentTypes/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/componentTypes/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/componentTypes/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/dark/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/dark/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/dark/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/dark/components/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/legacyCanvas/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.ts +0 -1
- package/src/themes/newThemes/light/components/topNavBarActionItems.ts +0 -1
- package/src/themes/newThemes/light/components/topNavBarItem.ts +0 -1
- package/src/themes/newThemes/light/components/topNavBarLayout.ts +5 -0
- package/src/themes/newThemes/light/components/topNavBarMenuItems.ts +0 -1
- package/tokens/canvas/scss/_variables.scss +5 -3
- package/tokens/canvas/source.json +1 -1
- package/tsconfig.build.tsbuildinfo +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts +0 -1
- package/types/themes/newThemes/componentTypes/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts +0 -1
- package/types/themes/newThemes/componentTypes/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts +5 -0
- package/types/themes/newThemes/componentTypes/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts +0 -1
- package/types/themes/newThemes/componentTypes/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/dark/components/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvas/components/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarLayout.d.ts.map +1 -1
- package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarActionItems.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarItem.d.ts.map +1 -1
- package/types/themes/newThemes/light/components/topNavBarLayout.d.ts.map +1 -1
- 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;
|
|
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"}
|
|
@@ -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;
|
|
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;
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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"}
|
package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarActionItems.d.ts.map
CHANGED
|
@@ -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,
|
|
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,
|
|
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,
|
|
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"}
|
package/types/themes/newThemes/legacyCanvasHighContrast/components/topNavBarMenuItems.d.ts.map
CHANGED
|
@@ -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,
|
|
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,
|
|
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,
|
|
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,
|
|
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,
|
|
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"}
|