@caweb/html-webpack-plugin 1.4.10 → 1.4.11
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/build/delta-rtl.css +17 -0
- package/build/delta.asset.php +1 -1
- package/build/delta.css +17 -0
- package/build/delta.css.map +1 -1
- package/build/eureka-rtl.css +17 -0
- package/build/eureka.asset.php +1 -1
- package/build/eureka.css +17 -0
- package/build/eureka.css.map +1 -1
- package/build/mono-rtl.css +17 -0
- package/build/mono.asset.php +1 -1
- package/build/mono.css +17 -0
- package/build/mono.css.map +1 -1
- package/build/oceanside-rtl.css +17 -0
- package/build/oceanside.asset.php +1 -1
- package/build/oceanside.css +17 -0
- package/build/oceanside.css.map +1 -1
- package/build/orangecounty-rtl.css +17 -0
- package/build/orangecounty.asset.php +1 -1
- package/build/orangecounty.css +17 -0
- package/build/orangecounty.css.map +1 -1
- package/build/pasorobles-rtl.css +17 -0
- package/build/pasorobles.asset.php +1 -1
- package/build/pasorobles.css +17 -0
- package/build/pasorobles.css.map +1 -1
- package/build/sacramento-rtl.css +17 -0
- package/build/sacramento.asset.php +1 -1
- package/build/sacramento.css +17 -0
- package/build/sacramento.css.map +1 -1
- package/build/santabarbara-rtl.css +17 -0
- package/build/santabarbara.asset.php +1 -1
- package/build/santabarbara.css +17 -0
- package/build/santabarbara.css.map +1 -1
- package/build/santacruz-rtl.css +17 -0
- package/build/santacruz.asset.php +1 -1
- package/build/santacruz.css +17 -0
- package/build/santacruz.css.map +1 -1
- package/build/shasta-rtl.css +17 -0
- package/build/shasta.asset.php +1 -1
- package/build/shasta.css +17 -0
- package/build/shasta.css.map +1 -1
- package/build/sierra-rtl.css +17 -0
- package/build/sierra.asset.php +1 -1
- package/build/sierra.css +17 -0
- package/build/sierra.css.map +1 -1
- package/build/trinity-rtl.css +17 -0
- package/build/trinity.asset.php +1 -1
- package/build/trinity.css +17 -0
- package/build/trinity.css.map +1 -1
- package/package.json +1 -1
package/build/delta-rtl.css
CHANGED
|
@@ -6414,6 +6414,7 @@
|
|
|
6414
6414
|
3. Add 25%, 50%, 75%, 100% to rounded- utility
|
|
6415
6415
|
4. Add dotted, solid, dashed, wavy to text-decoration- utility
|
|
6416
6416
|
5. Add sm, md, lg to font-size- utility
|
|
6417
|
+
6. Add default, pointer, grab, crosshair to cursor- utility classes
|
|
6417
6418
|
*/
|
|
6418
6419
|
:root,
|
|
6419
6420
|
[data-bs-theme=light] {
|
|
@@ -16965,6 +16966,22 @@ textarea.form-control-lg {
|
|
|
16965
16966
|
text-decoration-style: wavy !important;
|
|
16966
16967
|
}
|
|
16967
16968
|
|
|
16969
|
+
.cursor-default {
|
|
16970
|
+
cursor: default !important;
|
|
16971
|
+
}
|
|
16972
|
+
|
|
16973
|
+
.cursor-pointer {
|
|
16974
|
+
cursor: pointer !important;
|
|
16975
|
+
}
|
|
16976
|
+
|
|
16977
|
+
.cursor-grab {
|
|
16978
|
+
cursor: grab !important;
|
|
16979
|
+
}
|
|
16980
|
+
|
|
16981
|
+
.cursor-crosshair {
|
|
16982
|
+
cursor: crosshair !important;
|
|
16983
|
+
}
|
|
16984
|
+
|
|
16968
16985
|
@media (min-width: 576px) {
|
|
16969
16986
|
.float-sm-start {
|
|
16970
16987
|
float: right !important;
|
package/build/delta.asset.php
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
<?php return array('dependencies' => array(), 'version' => '
|
|
1
|
+
<?php return array('dependencies' => array(), 'version' => '5283c0df333bf4a3413c');
|
package/build/delta.css
CHANGED
|
@@ -6414,6 +6414,7 @@
|
|
|
6414
6414
|
3. Add 25%, 50%, 75%, 100% to rounded- utility
|
|
6415
6415
|
4. Add dotted, solid, dashed, wavy to text-decoration- utility
|
|
6416
6416
|
5. Add sm, md, lg to font-size- utility
|
|
6417
|
+
6. Add default, pointer, grab, crosshair to cursor- utility classes
|
|
6417
6418
|
*/
|
|
6418
6419
|
:root,
|
|
6419
6420
|
[data-bs-theme=light] {
|
|
@@ -16991,6 +16992,22 @@ textarea.form-control-lg {
|
|
|
16991
16992
|
text-decoration-style: wavy !important;
|
|
16992
16993
|
}
|
|
16993
16994
|
|
|
16995
|
+
.cursor-default {
|
|
16996
|
+
cursor: default !important;
|
|
16997
|
+
}
|
|
16998
|
+
|
|
16999
|
+
.cursor-pointer {
|
|
17000
|
+
cursor: pointer !important;
|
|
17001
|
+
}
|
|
17002
|
+
|
|
17003
|
+
.cursor-grab {
|
|
17004
|
+
cursor: grab !important;
|
|
17005
|
+
}
|
|
17006
|
+
|
|
17007
|
+
.cursor-crosshair {
|
|
17008
|
+
cursor: crosshair !important;
|
|
17009
|
+
}
|
|
17010
|
+
|
|
16994
17011
|
@media (min-width: 576px) {
|
|
16995
17012
|
.float-sm-start {
|
|
16996
17013
|
float: left !important;
|