@geomak/ui 1.6.2 → 1.7.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/styles.css CHANGED
@@ -718,6 +718,9 @@ video {
718
718
  .pointer-events-none {
719
719
  pointer-events: none;
720
720
  }
721
+ .pointer-events-auto {
722
+ pointer-events: auto;
723
+ }
721
724
  .\!visible {
722
725
  visibility: visible !important;
723
726
  }
@@ -791,9 +794,6 @@ video {
791
794
  .top-10 {
792
795
  top: 2.5rem;
793
796
  }
794
- .top-14 {
795
- top: 3.5rem;
796
- }
797
797
  .top-4 {
798
798
  top: 1rem;
799
799
  }
@@ -1093,8 +1093,8 @@ video {
1093
1093
  .w-\[300px\] {
1094
1094
  width: 300px;
1095
1095
  }
1096
- .w-\[340px\] {
1097
- width: 340px;
1096
+ .w-\[332px\] {
1097
+ width: 332px;
1098
1098
  }
1099
1099
  .w-\[3px\] {
1100
1100
  width: 3px;
@@ -1179,6 +1179,9 @@ video {
1179
1179
  --tw-scale-y: 1.25;
1180
1180
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1181
1181
  }
1182
+ .transform {
1183
+ transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
1184
+ }
1182
1185
  @keyframes ping {
1183
1186
  75%, 100% {
1184
1187
  transform: scale(2);
@@ -1848,6 +1851,10 @@ video {
1848
1851
  --tw-ring-shadow: var(--tw-ring-inset) 0 0 0 calc(3px + var(--tw-ring-offset-width)) var(--tw-ring-color);
1849
1852
  box-shadow: var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow, 0 0 #0000);
1850
1853
  }
1854
+ .drop-shadow {
1855
+ --tw-drop-shadow: drop-shadow(0 1px 2px rgb(0 0 0 / 0.1)) drop-shadow(0 1px 1px rgb(0 0 0 / 0.06));
1856
+ filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
1857
+ }
1851
1858
  .drop-shadow-md {
1852
1859
  --tw-drop-shadow: drop-shadow(0 4px 3px rgb(0 0 0 / 0.07)) drop-shadow(0 2px 2px rgb(0 0 0 / 0.06));
1853
1860
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@geomak/ui",
3
- "version": "1.6.2",
3
+ "version": "1.7.0",
4
4
  "description": "Oxygen Design System — reusable UI primitives built with Radix UI behaviours and Tailwind CSS styling",
5
5
  "author": "G-MAKROGLOU",
6
6
  "license": "MIT",
@@ -65,16 +65,13 @@
65
65
  "react-dom": "^19.0.0"
66
66
  },
67
67
  "devDependencies": {
68
- "@chromatic-com/storybook": "^3",
68
+ "@chromatic-com/storybook": "^5.2.1",
69
69
  "@semantic-release/changelog": "^6.0.3",
70
70
  "@semantic-release/git": "^10.0.1",
71
- "@storybook/addon-essentials": "^8.6.12",
72
- "@storybook/addon-interactions": "^8.6.12",
73
- "@storybook/addon-links": "^8.6.12",
74
- "@storybook/blocks": "^8.6.12",
75
- "@storybook/react": "^8.6.12",
76
- "@storybook/react-vite": "^8.6.12",
77
- "@storybook/test": "^8.6.12",
71
+ "@storybook/addon-docs": "^10.4.1",
72
+ "@storybook/addon-links": "^10.4.1",
73
+ "@storybook/react-vite": "^10.4.1",
74
+ "@testing-library/dom": "^10.4.1",
78
75
  "@testing-library/jest-dom": "^6.9.1",
79
76
  "@testing-library/react": "^16.3.2",
80
77
  "@testing-library/user-event": "^14.6.1",
@@ -89,6 +86,7 @@
89
86
  "eslint": "^9.0.0",
90
87
  "eslint-plugin-react": "^7.37.0",
91
88
  "eslint-plugin-react-hooks": "^5.0.0",
89
+ "eslint-plugin-storybook": "^10.4.1",
92
90
  "jsdom": "^29.1.1",
93
91
  "msw": "2",
94
92
  "msw-storybook-addon": "2",
@@ -97,7 +95,7 @@
97
95
  "remark-gfm": "^4.0.1",
98
96
  "sass": "^1.100.0",
99
97
  "semantic-release": "^24.0.0",
100
- "storybook": "^8.6.12",
98
+ "storybook": "^10.4.1",
101
99
  "tailwindcss": "^3.1.8",
102
100
  "tsup": "^8.5.0",
103
101
  "typescript": "^6.0.3",