@nulogy/components 6.4.1 → 6.5.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.
package/dist/main.js CHANGED
@@ -275,7 +275,7 @@
275
275
 
276
276
  /**
277
277
  * Do not edit directly
278
- * Generated on Wed, 10 Nov 2021 22:44:30 GMT
278
+ * Generated on Tue, 01 Feb 2022 18:28:25 GMT
279
279
  */
280
280
 
281
281
  const color_base_black = "#011e38";
@@ -356,6 +356,7 @@
356
356
  const z_indices_sidebar = 800;
357
357
  const z_indices_nav_bar = 900;
358
358
  const z_indices_overlay = 1000;
359
+ const z_indices_above_overlay = 1010;
359
360
  const z_indices_open_control = 1000;
360
361
 
361
362
  var Theme = {
@@ -467,6 +468,7 @@
467
468
  tabsScollIndicator: z_indices_tabs_scroll_indicator,
468
469
  tabsBar: z_indices_tabs_bar,
469
470
  overlay: z_indices_overlay,
471
+ aboveOverlay: z_indices_above_overlay,
470
472
  tableHeader: z_indices_table_header,
471
473
  modalHeaderAndFooter: z_indices_modal_header_and_footer,
472
474
  openControl: z_indices_open_control,
@@ -249,7 +249,7 @@ function I18nextProvider(_ref) {
249
249
 
250
250
  /**
251
251
  * Do not edit directly
252
- * Generated on Wed, 10 Nov 2021 22:44:30 GMT
252
+ * Generated on Tue, 01 Feb 2022 18:28:25 GMT
253
253
  */
254
254
 
255
255
  const color_base_black = "#011e38";
@@ -330,6 +330,7 @@ const z_indices_tabs_bar = 210;
330
330
  const z_indices_sidebar = 800;
331
331
  const z_indices_nav_bar = 900;
332
332
  const z_indices_overlay = 1000;
333
+ const z_indices_above_overlay = 1010;
333
334
  const z_indices_open_control = 1000;
334
335
 
335
336
  var Theme = {
@@ -441,6 +442,7 @@ var Theme = {
441
442
  tabsScollIndicator: z_indices_tabs_scroll_indicator,
442
443
  tabsBar: z_indices_tabs_bar,
443
444
  overlay: z_indices_overlay,
445
+ aboveOverlay: z_indices_above_overlay,
444
446
  tableHeader: z_indices_table_header,
445
447
  modalHeaderAndFooter: z_indices_modal_header_and_footer,
446
448
  openControl: z_indices_open_control,
@@ -95,6 +95,7 @@ declare type ZIndices = {
95
95
  tabsScollIndicator: number;
96
96
  tabsBar: number;
97
97
  overlay: number;
98
+ aboveOverlay: number;
98
99
  tableHeader: number;
99
100
  modalHeaderAndFooter: number;
100
101
  openControl: number;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nulogy/components",
3
- "version": "6.4.1",
3
+ "version": "6.5.0",
4
4
  "description": "Component library for the Nulogy Design System - http://nulogy.design",
5
5
  "private": false,
6
6
  "publishConfig": {
@@ -138,7 +138,7 @@
138
138
  },
139
139
  "dependencies": {
140
140
  "@babel/runtime": "^7.9.6",
141
- "@nulogy/tokens": "^5.1.0",
141
+ "@nulogy/tokens": "^5.2.0",
142
142
  "@styled-system/prop-types": "^5.1.4",
143
143
  "@styled-system/theme-get": "^5.1.2",
144
144
  "body-scroll-lock": "^3.1.5",