@aristobyte-ui/utils 1.0.31 → 1.0.33

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/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@aristobyte-ui/utils",
3
3
  "description": "A collection of shared utility functions for AristoByte projects, designed to provide reusable helpers, streamline common operations, and ensure consistency across applications and packages.",
4
- "version": "1.0.31",
4
+ "version": "1.0.33",
5
5
  "license": "MIT",
6
6
  "private": false,
7
7
  "main": "dist/index.js",
@@ -67,8 +67,8 @@
67
67
  "tsup": "^8.5.0"
68
68
  },
69
69
  "devDependencies": {
70
- "@aristobyte-ui/eslint-config": "^1.0.31",
71
- "@aristobyte-ui/typescript-config": "^1.0.31",
70
+ "@aristobyte-ui/eslint-config": "^1.0.33",
71
+ "@aristobyte-ui/typescript-config": "^1.0.33",
72
72
  "@turbo/gen": "^2.5.0",
73
73
  "@types/node": "^24.3.0",
74
74
  "@types/react": "19.1.0",
@@ -126,6 +126,7 @@ $text-color-white-disabled: rgba($white, 0.5);
126
126
  $text-color-black-disabled: rgba($black, 0.5);
127
127
 
128
128
  // === Shadows === //
129
+ //@TODO: @SHADOW
129
130
  $shadow-sm: 0 1px 2px 0 rgba($black, 0.05);
130
131
  $shadow-md:
131
132
  0 4px 6px -1px rgba($black, 0.1),