@aic-kits/react 0.29.2 → 0.29.4

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.
@@ -8,15 +8,11 @@ export declare const zIndexRegistry: ZIndexRegistry;
8
8
  * A constant object defining the stacking layers for the application.
9
9
  * Each layer is assigned a unique identifier that can be used to reference it in the z-index registry.
10
10
  */
11
- export declare const StackingLayers: {
12
- readonly PageContent: "PageContent";
13
- readonly Carousel: "Carousel";
14
- readonly Restrict: "Restrict";
15
- readonly Floating: "Floating";
16
- readonly Tooltip: "Tooltip";
17
- readonly AppFooter: "AppFooter";
18
- readonly AppHeader: "AppHeader";
19
- readonly Dropdown: "Dropdown";
20
- readonly Modal: "Modal";
21
- readonly Notification: "Notification";
11
+ export declare const AIC_Kits_StackingLayers: {
12
+ readonly AIC_Kits_PageContent: "AIC_Kits_PageContent";
13
+ readonly AIC_Kits_Carousel: "AIC_Kits_Carousel";
14
+ readonly AIC_Kits_Dropdown: "AIC_Kits_Dropdown";
15
+ readonly AIC_Kits_Tooltip: "AIC_Kits_Tooltip";
16
+ readonly AIC_Kits_Modal: "AIC_Kits_Modal";
17
+ readonly AIC_Kits_Notification: "AIC_Kits_Notification";
22
18
  };
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@aic-kits/react",
3
- "version": "0.29.2",
3
+ "version": "0.29.4",
4
4
  "type": "module",
5
5
  "license": "MIT",
6
6
  "publishConfig": {
@@ -55,5 +55,5 @@
55
55
  "vite-plugin-dts": "^4.3.0",
56
56
  "vitest": "^2.1.8"
57
57
  },
58
- "gitHead": "671061b5b8a901f3b9e55036721bfc0e81df33fa"
58
+ "gitHead": "c0332e723bd3d5c43cb8750e9dea3f3f98595d52"
59
59
  }