@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.
Files changed (49) hide show
  1. package/build/delta-rtl.css +17 -0
  2. package/build/delta.asset.php +1 -1
  3. package/build/delta.css +17 -0
  4. package/build/delta.css.map +1 -1
  5. package/build/eureka-rtl.css +17 -0
  6. package/build/eureka.asset.php +1 -1
  7. package/build/eureka.css +17 -0
  8. package/build/eureka.css.map +1 -1
  9. package/build/mono-rtl.css +17 -0
  10. package/build/mono.asset.php +1 -1
  11. package/build/mono.css +17 -0
  12. package/build/mono.css.map +1 -1
  13. package/build/oceanside-rtl.css +17 -0
  14. package/build/oceanside.asset.php +1 -1
  15. package/build/oceanside.css +17 -0
  16. package/build/oceanside.css.map +1 -1
  17. package/build/orangecounty-rtl.css +17 -0
  18. package/build/orangecounty.asset.php +1 -1
  19. package/build/orangecounty.css +17 -0
  20. package/build/orangecounty.css.map +1 -1
  21. package/build/pasorobles-rtl.css +17 -0
  22. package/build/pasorobles.asset.php +1 -1
  23. package/build/pasorobles.css +17 -0
  24. package/build/pasorobles.css.map +1 -1
  25. package/build/sacramento-rtl.css +17 -0
  26. package/build/sacramento.asset.php +1 -1
  27. package/build/sacramento.css +17 -0
  28. package/build/sacramento.css.map +1 -1
  29. package/build/santabarbara-rtl.css +17 -0
  30. package/build/santabarbara.asset.php +1 -1
  31. package/build/santabarbara.css +17 -0
  32. package/build/santabarbara.css.map +1 -1
  33. package/build/santacruz-rtl.css +17 -0
  34. package/build/santacruz.asset.php +1 -1
  35. package/build/santacruz.css +17 -0
  36. package/build/santacruz.css.map +1 -1
  37. package/build/shasta-rtl.css +17 -0
  38. package/build/shasta.asset.php +1 -1
  39. package/build/shasta.css +17 -0
  40. package/build/shasta.css.map +1 -1
  41. package/build/sierra-rtl.css +17 -0
  42. package/build/sierra.asset.php +1 -1
  43. package/build/sierra.css +17 -0
  44. package/build/sierra.css.map +1 -1
  45. package/build/trinity-rtl.css +17 -0
  46. package/build/trinity.asset.php +1 -1
  47. package/build/trinity.css +17 -0
  48. package/build/trinity.css.map +1 -1
  49. package/package.json +1 -1
@@ -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;
@@ -1 +1 @@
1
- <?php return array('dependencies' => array(), 'version' => '461a27d1989e0c66b40f');
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;