@incodetech/web 0.0.0-dev-20260420-2d3cdf1 → 0.0.0-dev-20260420-6d25da1
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/base.css +7 -0
- package/package.json +2 -2
package/dist/base.css
CHANGED
|
@@ -94,6 +94,13 @@
|
|
|
94
94
|
max-width: 100%;
|
|
95
95
|
height: auto;
|
|
96
96
|
}
|
|
97
|
+
.IncodeComponent img {
|
|
98
|
+
-webkit-user-select: none;
|
|
99
|
+
user-select: none;
|
|
100
|
+
pointer-events: none;
|
|
101
|
+
touch-action: none;
|
|
102
|
+
-webkit-touch-callout: none;
|
|
103
|
+
}
|
|
97
104
|
@layer incode-theme;
|
|
98
105
|
@layer incode-utilities {
|
|
99
106
|
.\!visible {
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@incodetech/web",
|
|
3
|
-
"version": "0.0.0-dev-20260420-
|
|
3
|
+
"version": "0.0.0-dev-20260420-6d25da1",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"main": "./dist/index.es.js",
|
|
6
6
|
"types": "./dist/types/index.d.ts",
|
|
@@ -183,7 +183,7 @@
|
|
|
183
183
|
"qrcode": "^1.5.4",
|
|
184
184
|
"signature_pad": "^5.1.3",
|
|
185
185
|
"tailwindcss": "^4.1.17",
|
|
186
|
-
"@incodetech/core": "0.0.0-dev-20260420-
|
|
186
|
+
"@incodetech/core": "0.0.0-dev-20260420-6d25da1"
|
|
187
187
|
},
|
|
188
188
|
"devDependencies": {
|
|
189
189
|
"@microsoft/api-extractor": "^7.53.3",
|