proto-daisy-ui 0.0.210 → 0.0.211
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.
|
@@ -445,6 +445,9 @@ html {
|
|
|
445
445
|
--tw-pan-y: ;
|
|
446
446
|
--tw-pinch-zoom: ;
|
|
447
447
|
--tw-scroll-snap-strictness: proximity;
|
|
448
|
+
--tw-gradient-from-position: ;
|
|
449
|
+
--tw-gradient-via-position: ;
|
|
450
|
+
--tw-gradient-to-position: ;
|
|
448
451
|
--tw-ordinal: ;
|
|
449
452
|
--tw-slashed-zero: ;
|
|
450
453
|
--tw-numeric-figure: ;
|
|
@@ -492,6 +495,9 @@ html {
|
|
|
492
495
|
--tw-pan-y: ;
|
|
493
496
|
--tw-pinch-zoom: ;
|
|
494
497
|
--tw-scroll-snap-strictness: proximity;
|
|
498
|
+
--tw-gradient-from-position: ;
|
|
499
|
+
--tw-gradient-via-position: ;
|
|
500
|
+
--tw-gradient-to-position: ;
|
|
495
501
|
--tw-ordinal: ;
|
|
496
502
|
--tw-slashed-zero: ;
|
|
497
503
|
--tw-numeric-figure: ;
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "proto-daisy-ui",
|
|
3
|
-
"version": "0.0.
|
|
3
|
+
"version": "0.0.211",
|
|
4
4
|
"description": "Stencil Component Starter",
|
|
5
5
|
"main": "dist/index.cjs.js",
|
|
6
6
|
"module": "dist/index.js",
|
|
@@ -40,8 +40,8 @@
|
|
|
40
40
|
"postcss": "8.4.23",
|
|
41
41
|
"prettier": "2.8.8",
|
|
42
42
|
"prettier-plugin-tailwindcss": "0.2.7",
|
|
43
|
-
"proto-tailwindcss-clrs": "0.0.
|
|
44
|
-
"tailwindcss": "3.3.
|
|
43
|
+
"proto-tailwindcss-clrs": "0.0.231",
|
|
44
|
+
"tailwindcss": "3.3.2"
|
|
45
45
|
},
|
|
46
46
|
"license": "MIT"
|
|
47
47
|
}
|