@syncfusion/ej2 20.2.43 → 20.2.44

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 (161) hide show
  1. package/base/bootstrap-dark.css +12 -0
  2. package/base/bootstrap.css +12 -0
  3. package/base/bootstrap4.css +12 -0
  4. package/base/bootstrap5-dark.css +12 -0
  5. package/base/bootstrap5.css +12 -0
  6. package/base/compatibility/bootstrap-dark.css +12 -0
  7. package/base/compatibility/bootstrap.css +12 -0
  8. package/base/compatibility/bootstrap4.css +12 -0
  9. package/base/compatibility/bootstrap5-dark.css +12 -0
  10. package/base/compatibility/bootstrap5.css +12 -0
  11. package/base/compatibility/fabric-dark.css +12 -0
  12. package/base/compatibility/fabric.css +12 -0
  13. package/base/compatibility/fluent-dark.css +12 -0
  14. package/base/compatibility/fluent.css +12 -0
  15. package/base/compatibility/highcontrast-light.css +12 -0
  16. package/base/compatibility/highcontrast.css +12 -0
  17. package/base/compatibility/material-dark.css +12 -0
  18. package/base/compatibility/material.css +12 -0
  19. package/base/compatibility/tailwind-dark.css +12 -0
  20. package/base/compatibility/tailwind.css +12 -0
  21. package/base/fabric-dark.css +12 -0
  22. package/base/fabric.css +12 -0
  23. package/base/fluent-dark.css +12 -0
  24. package/base/fluent.css +12 -0
  25. package/base/highcontrast-light.css +12 -0
  26. package/base/highcontrast.css +12 -0
  27. package/base/material-dark.css +12 -0
  28. package/base/material.css +12 -0
  29. package/base/tailwind-dark.css +12 -0
  30. package/base/tailwind.css +12 -0
  31. package/bootstrap-dark.css +30 -21
  32. package/bootstrap.css +30 -21
  33. package/bootstrap4.css +30 -21
  34. package/bootstrap5-dark.css +32 -23
  35. package/bootstrap5.css +32 -23
  36. package/dist/ej2.d.ts +1 -1
  37. package/dist/ej2.min.js +2 -2
  38. package/fabric-dark.css +30 -21
  39. package/fabric.css +30 -21
  40. package/fluent-dark.css +32 -23
  41. package/fluent.css +32 -23
  42. package/gantt/bootstrap-dark.css +4 -4
  43. package/gantt/bootstrap.css +4 -4
  44. package/gantt/bootstrap4.css +4 -4
  45. package/gantt/bootstrap5.css +4 -4
  46. package/gantt/compatibility/bootstrap-dark.css +4 -4
  47. package/gantt/compatibility/bootstrap.css +4 -4
  48. package/gantt/compatibility/bootstrap4.css +4 -4
  49. package/gantt/compatibility/bootstrap5.css +4 -4
  50. package/gantt/compatibility/fabric-dark.css +4 -4
  51. package/gantt/compatibility/fabric.css +4 -4
  52. package/gantt/compatibility/fluent-dark.css +4 -4
  53. package/gantt/compatibility/fluent.css +4 -4
  54. package/gantt/compatibility/highcontrast-light.css +4 -4
  55. package/gantt/compatibility/highcontrast.css +4 -4
  56. package/gantt/compatibility/material-dark.css +4 -4
  57. package/gantt/compatibility/material.css +4 -4
  58. package/gantt/compatibility/tailwind-dark.css +4 -4
  59. package/gantt/compatibility/tailwind.css +4 -4
  60. package/gantt/fabric-dark.css +4 -4
  61. package/gantt/fabric.css +4 -4
  62. package/gantt/fluent-dark.css +4 -4
  63. package/gantt/fluent.css +4 -4
  64. package/gantt/highcontrast-light.css +4 -4
  65. package/gantt/highcontrast.css +4 -4
  66. package/gantt/material-dark.css +4 -4
  67. package/gantt/material.css +4 -4
  68. package/gantt/tailwind-dark.css +4 -4
  69. package/gantt/tailwind.css +4 -4
  70. package/grid/bootstrap-dark.css +1 -4
  71. package/grid/bootstrap.css +1 -4
  72. package/grid/bootstrap4.css +1 -4
  73. package/grid/bootstrap5-dark.css +1 -4
  74. package/grid/bootstrap5.css +1 -4
  75. package/grid/compatibility/bootstrap-dark.css +1 -4
  76. package/grid/compatibility/bootstrap.css +1 -4
  77. package/grid/compatibility/bootstrap4.css +1 -4
  78. package/grid/compatibility/bootstrap5-dark.css +1 -4
  79. package/grid/compatibility/bootstrap5.css +1 -4
  80. package/grid/compatibility/fabric-dark.css +1 -4
  81. package/grid/compatibility/fabric.css +1 -4
  82. package/grid/compatibility/fluent-dark.css +1 -4
  83. package/grid/compatibility/fluent.css +1 -4
  84. package/grid/compatibility/highcontrast-light.css +1 -4
  85. package/grid/compatibility/highcontrast.css +1 -4
  86. package/grid/compatibility/material-dark.css +1 -4
  87. package/grid/compatibility/material.css +1 -4
  88. package/grid/compatibility/tailwind-dark.css +1 -4
  89. package/grid/compatibility/tailwind.css +1 -4
  90. package/grid/fabric-dark.css +1 -4
  91. package/grid/fabric.css +1 -4
  92. package/grid/fluent-dark.css +1 -4
  93. package/grid/fluent.css +1 -4
  94. package/grid/highcontrast-light.css +1 -4
  95. package/grid/highcontrast.css +1 -4
  96. package/grid/material-dark.css +1 -4
  97. package/grid/material.css +1 -4
  98. package/grid/tailwind-dark.css +1 -4
  99. package/grid/tailwind.css +1 -4
  100. package/highcontrast.css +30 -21
  101. package/input/compatibility/material-dark.css +27 -0
  102. package/input/compatibility/material.css +27 -0
  103. package/input/material-dark.css +27 -0
  104. package/input/material.css +27 -0
  105. package/material-dark.css +57 -21
  106. package/material.css +57 -21
  107. package/multi-select/compatibility/tailwind-dark.css +2 -0
  108. package/multi-select/compatibility/tailwind.css +2 -0
  109. package/multi-select/tailwind-dark.css +2 -0
  110. package/multi-select/tailwind.css +2 -0
  111. package/package.json +19 -19
  112. package/resource.json +2 -8
  113. package/spreadsheet/bootstrap-dark.css +13 -13
  114. package/spreadsheet/bootstrap.css +13 -13
  115. package/spreadsheet/bootstrap4.css +13 -13
  116. package/spreadsheet/bootstrap5-dark.css +13 -13
  117. package/spreadsheet/bootstrap5.css +13 -13
  118. package/spreadsheet/compatibility/bootstrap-dark.css +13 -13
  119. package/spreadsheet/compatibility/bootstrap.css +13 -13
  120. package/spreadsheet/compatibility/bootstrap4.css +13 -13
  121. package/spreadsheet/compatibility/bootstrap5-dark.css +13 -13
  122. package/spreadsheet/compatibility/bootstrap5.css +13 -13
  123. package/spreadsheet/compatibility/fabric-dark.css +13 -13
  124. package/spreadsheet/compatibility/fabric.css +13 -13
  125. package/spreadsheet/compatibility/fluent-dark.css +13 -13
  126. package/spreadsheet/compatibility/fluent.css +13 -13
  127. package/spreadsheet/compatibility/highcontrast-light.css +13 -13
  128. package/spreadsheet/compatibility/highcontrast.css +13 -13
  129. package/spreadsheet/compatibility/material-dark.css +13 -13
  130. package/spreadsheet/compatibility/material.css +13 -13
  131. package/spreadsheet/compatibility/tailwind-dark.css +13 -13
  132. package/spreadsheet/compatibility/tailwind.css +13 -13
  133. package/spreadsheet/fabric-dark.css +13 -13
  134. package/spreadsheet/fabric.css +13 -13
  135. package/spreadsheet/fluent-dark.css +13 -13
  136. package/spreadsheet/fluent.css +13 -13
  137. package/spreadsheet/highcontrast-light.css +13 -13
  138. package/spreadsheet/highcontrast.css +13 -13
  139. package/spreadsheet/material-dark.css +13 -13
  140. package/spreadsheet/material.css +13 -13
  141. package/spreadsheet/tailwind-dark.css +13 -13
  142. package/spreadsheet/tailwind.css +13 -13
  143. package/styles/compatibility/bootstrap.css +30 -21
  144. package/styles/compatibility/bootstrap4.css +30 -21
  145. package/styles/compatibility/fabric.css +30 -21
  146. package/styles/compatibility/highcontrast.css +30 -21
  147. package/styles/compatibility/material.css +57 -21
  148. package/tailwind-dark.css +34 -23
  149. package/tailwind.css +34 -23
  150. package/uploader/bootstrap5-dark.css +2 -2
  151. package/uploader/bootstrap5.css +2 -2
  152. package/uploader/compatibility/bootstrap5-dark.css +2 -2
  153. package/uploader/compatibility/bootstrap5.css +2 -2
  154. package/uploader/compatibility/fluent-dark.css +2 -2
  155. package/uploader/compatibility/fluent.css +2 -2
  156. package/uploader/compatibility/tailwind-dark.css +2 -2
  157. package/uploader/compatibility/tailwind.css +2 -2
  158. package/uploader/fluent-dark.css +2 -2
  159. package/uploader/fluent.css +2 -2
  160. package/uploader/tailwind-dark.css +2 -2
  161. package/uploader/tailwind.css +2 -2
@@ -2098,6 +2098,18 @@
2098
2098
  touch-action: pinch-zoom;
2099
2099
  }
2100
2100
 
2101
+ .e-license {
2102
+ color: rgb(255, 255, 0);
2103
+ text-decoration: none;
2104
+ }
2105
+
2106
+ .e-license-banner {
2107
+ cursor: pointer;
2108
+ position: absolute;
2109
+ right: 10px;
2110
+ top: 27%;
2111
+ }
2112
+
2101
2113
  /*! animation keyframes */
2102
2114
  @keyframes SlideLeftOut {
2103
2115
  from {
@@ -2098,6 +2098,18 @@
2098
2098
  touch-action: pinch-zoom;
2099
2099
  }
2100
2100
 
2101
+ .e-license {
2102
+ color: rgb(255, 255, 0);
2103
+ text-decoration: none;
2104
+ }
2105
+
2106
+ .e-license-banner {
2107
+ cursor: pointer;
2108
+ position: absolute;
2109
+ right: 10px;
2110
+ top: 27%;
2111
+ }
2112
+
2101
2113
  /*! animation keyframes */
2102
2114
  @keyframes SlideLeftOut {
2103
2115
  from {
@@ -1750,6 +1750,18 @@
1750
1750
  touch-action: pinch-zoom;
1751
1751
  }
1752
1752
 
1753
+ .e-license {
1754
+ color: rgb(255, 255, 0);
1755
+ text-decoration: none;
1756
+ }
1757
+
1758
+ .e-license-banner {
1759
+ cursor: pointer;
1760
+ position: absolute;
1761
+ right: 10px;
1762
+ top: 27%;
1763
+ }
1764
+
1753
1765
  /*! animation keyframes */
1754
1766
  @keyframes SlideLeftOut {
1755
1767
  from {
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
@@ -2098,6 +2098,18 @@
2098
2098
  touch-action: pinch-zoom;
2099
2099
  }
2100
2100
 
2101
+ .e-license {
2102
+ color: rgb(255, 255, 0);
2103
+ text-decoration: none;
2104
+ }
2105
+
2106
+ .e-license-banner {
2107
+ cursor: pointer;
2108
+ position: absolute;
2109
+ right: 10px;
2110
+ top: 27%;
2111
+ }
2112
+
2101
2113
  /*! animation keyframes */
2102
2114
  @keyframes SlideLeftOut {
2103
2115
  from {
@@ -2098,6 +2098,18 @@
2098
2098
  touch-action: pinch-zoom;
2099
2099
  }
2100
2100
 
2101
+ .e-license {
2102
+ color: rgb(255, 255, 0);
2103
+ text-decoration: none;
2104
+ }
2105
+
2106
+ .e-license-banner {
2107
+ cursor: pointer;
2108
+ position: absolute;
2109
+ right: 10px;
2110
+ top: 27%;
2111
+ }
2112
+
2101
2113
  /*! animation keyframes */
2102
2114
  @keyframes SlideLeftOut {
2103
2115
  from {
@@ -1750,6 +1750,18 @@
1750
1750
  touch-action: pinch-zoom;
1751
1751
  }
1752
1752
 
1753
+ .e-license {
1754
+ color: rgb(255, 255, 0);
1755
+ text-decoration: none;
1756
+ }
1757
+
1758
+ .e-license-banner {
1759
+ cursor: pointer;
1760
+ position: absolute;
1761
+ right: 10px;
1762
+ top: 27%;
1763
+ }
1764
+
1753
1765
  /*! animation keyframes */
1754
1766
  @keyframes SlideLeftOut {
1755
1767
  from {
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
@@ -2080,6 +2080,18 @@
2080
2080
  touch-action: pinch-zoom;
2081
2081
  }
2082
2082
 
2083
+ .e-license {
2084
+ color: rgb(255, 255, 0);
2085
+ text-decoration: none;
2086
+ }
2087
+
2088
+ .e-license-banner {
2089
+ cursor: pointer;
2090
+ position: absolute;
2091
+ right: 10px;
2092
+ top: 27%;
2093
+ }
2094
+
2083
2095
  /*! animation keyframes */
2084
2096
  @keyframes SlideLeftOut {
2085
2097
  from {
@@ -2080,6 +2080,18 @@
2080
2080
  touch-action: pinch-zoom;
2081
2081
  }
2082
2082
 
2083
+ .e-license {
2084
+ color: rgb(255, 255, 0);
2085
+ text-decoration: none;
2086
+ }
2087
+
2088
+ .e-license-banner {
2089
+ cursor: pointer;
2090
+ position: absolute;
2091
+ right: 10px;
2092
+ top: 27%;
2093
+ }
2094
+
2083
2095
  /*! animation keyframes */
2084
2096
  @keyframes SlideLeftOut {
2085
2097
  from {
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
@@ -2068,6 +2068,18 @@
2068
2068
  touch-action: pinch-zoom;
2069
2069
  }
2070
2070
 
2071
+ .e-license {
2072
+ color: rgb(255, 255, 0);
2073
+ text-decoration: none;
2074
+ }
2075
+
2076
+ .e-license-banner {
2077
+ cursor: pointer;
2078
+ position: absolute;
2079
+ right: 10px;
2080
+ top: 27%;
2081
+ }
2082
+
2071
2083
  /*! animation keyframes */
2072
2084
  @keyframes SlideLeftOut {
2073
2085
  from {
@@ -2068,6 +2068,18 @@
2068
2068
  touch-action: pinch-zoom;
2069
2069
  }
2070
2070
 
2071
+ .e-license {
2072
+ color: rgb(255, 255, 0);
2073
+ text-decoration: none;
2074
+ }
2075
+
2076
+ .e-license-banner {
2077
+ cursor: pointer;
2078
+ position: absolute;
2079
+ right: 10px;
2080
+ top: 27%;
2081
+ }
2082
+
2071
2083
  /*! animation keyframes */
2072
2084
  @keyframes SlideLeftOut {
2073
2085
  from {
@@ -2051,6 +2051,18 @@
2051
2051
  touch-action: pinch-zoom;
2052
2052
  }
2053
2053
 
2054
+ .e-license {
2055
+ color: rgb(255, 255, 0);
2056
+ text-decoration: none;
2057
+ }
2058
+
2059
+ .e-license-banner {
2060
+ cursor: pointer;
2061
+ position: absolute;
2062
+ right: 10px;
2063
+ top: 27%;
2064
+ }
2065
+
2054
2066
  /*! animation keyframes */
2055
2067
  @keyframes SlideLeftOut {
2056
2068
  from {
@@ -2051,6 +2051,18 @@
2051
2051
  touch-action: pinch-zoom;
2052
2052
  }
2053
2053
 
2054
+ .e-license {
2055
+ color: rgb(255, 255, 0);
2056
+ text-decoration: none;
2057
+ }
2058
+
2059
+ .e-license-banner {
2060
+ cursor: pointer;
2061
+ position: absolute;
2062
+ right: 10px;
2063
+ top: 27%;
2064
+ }
2065
+
2054
2066
  /*! animation keyframes */
2055
2067
  @keyframes SlideLeftOut {
2056
2068
  from {
@@ -1325,6 +1325,18 @@
1325
1325
  touch-action: pinch-zoom;
1326
1326
  }
1327
1327
 
1328
+ .e-license {
1329
+ color: rgb(255, 255, 0);
1330
+ text-decoration: none;
1331
+ }
1332
+
1333
+ .e-license-banner {
1334
+ cursor: pointer;
1335
+ position: absolute;
1336
+ right: 10px;
1337
+ top: 27%;
1338
+ }
1339
+
1328
1340
  /*! animation keyframes */
1329
1341
  @keyframes SlideLeftOut {
1330
1342
  from {
@@ -1325,6 +1325,18 @@
1325
1325
  touch-action: pinch-zoom;
1326
1326
  }
1327
1327
 
1328
+ .e-license {
1329
+ color: rgb(255, 255, 0);
1330
+ text-decoration: none;
1331
+ }
1332
+
1333
+ .e-license-banner {
1334
+ cursor: pointer;
1335
+ position: absolute;
1336
+ right: 10px;
1337
+ top: 27%;
1338
+ }
1339
+
1328
1340
  /*! animation keyframes */
1329
1341
  @keyframes SlideLeftOut {
1330
1342
  from {
@@ -2080,6 +2080,18 @@
2080
2080
  touch-action: pinch-zoom;
2081
2081
  }
2082
2082
 
2083
+ .e-license {
2084
+ color: rgb(255, 255, 0);
2085
+ text-decoration: none;
2086
+ }
2087
+
2088
+ .e-license-banner {
2089
+ cursor: pointer;
2090
+ position: absolute;
2091
+ right: 10px;
2092
+ top: 27%;
2093
+ }
2094
+
2083
2095
  /*! animation keyframes */
2084
2096
  @keyframes SlideLeftOut {
2085
2097
  from {
package/base/fabric.css CHANGED
@@ -2080,6 +2080,18 @@
2080
2080
  touch-action: pinch-zoom;
2081
2081
  }
2082
2082
 
2083
+ .e-license {
2084
+ color: rgb(255, 255, 0);
2085
+ text-decoration: none;
2086
+ }
2087
+
2088
+ .e-license-banner {
2089
+ cursor: pointer;
2090
+ position: absolute;
2091
+ right: 10px;
2092
+ top: 27%;
2093
+ }
2094
+
2083
2095
  /*! animation keyframes */
2084
2096
  @keyframes SlideLeftOut {
2085
2097
  from {
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
package/base/fluent.css CHANGED
@@ -1324,6 +1324,18 @@
1324
1324
  touch-action: pinch-zoom;
1325
1325
  }
1326
1326
 
1327
+ .e-license {
1328
+ color: rgb(255, 255, 0);
1329
+ text-decoration: none;
1330
+ }
1331
+
1332
+ .e-license-banner {
1333
+ cursor: pointer;
1334
+ position: absolute;
1335
+ right: 10px;
1336
+ top: 27%;
1337
+ }
1338
+
1327
1339
  /*! animation keyframes */
1328
1340
  @keyframes SlideLeftOut {
1329
1341
  from {
@@ -2068,6 +2068,18 @@
2068
2068
  touch-action: pinch-zoom;
2069
2069
  }
2070
2070
 
2071
+ .e-license {
2072
+ color: rgb(255, 255, 0);
2073
+ text-decoration: none;
2074
+ }
2075
+
2076
+ .e-license-banner {
2077
+ cursor: pointer;
2078
+ position: absolute;
2079
+ right: 10px;
2080
+ top: 27%;
2081
+ }
2082
+
2071
2083
  /*! animation keyframes */
2072
2084
  @keyframes SlideLeftOut {
2073
2085
  from {
@@ -2068,6 +2068,18 @@
2068
2068
  touch-action: pinch-zoom;
2069
2069
  }
2070
2070
 
2071
+ .e-license {
2072
+ color: rgb(255, 255, 0);
2073
+ text-decoration: none;
2074
+ }
2075
+
2076
+ .e-license-banner {
2077
+ cursor: pointer;
2078
+ position: absolute;
2079
+ right: 10px;
2080
+ top: 27%;
2081
+ }
2082
+
2071
2083
  /*! animation keyframes */
2072
2084
  @keyframes SlideLeftOut {
2073
2085
  from {
@@ -2051,6 +2051,18 @@
2051
2051
  touch-action: pinch-zoom;
2052
2052
  }
2053
2053
 
2054
+ .e-license {
2055
+ color: rgb(255, 255, 0);
2056
+ text-decoration: none;
2057
+ }
2058
+
2059
+ .e-license-banner {
2060
+ cursor: pointer;
2061
+ position: absolute;
2062
+ right: 10px;
2063
+ top: 27%;
2064
+ }
2065
+
2054
2066
  /*! animation keyframes */
2055
2067
  @keyframes SlideLeftOut {
2056
2068
  from {
package/base/material.css CHANGED
@@ -2051,6 +2051,18 @@
2051
2051
  touch-action: pinch-zoom;
2052
2052
  }
2053
2053
 
2054
+ .e-license {
2055
+ color: rgb(255, 255, 0);
2056
+ text-decoration: none;
2057
+ }
2058
+
2059
+ .e-license-banner {
2060
+ cursor: pointer;
2061
+ position: absolute;
2062
+ right: 10px;
2063
+ top: 27%;
2064
+ }
2065
+
2054
2066
  /*! animation keyframes */
2055
2067
  @keyframes SlideLeftOut {
2056
2068
  from {
@@ -1325,6 +1325,18 @@
1325
1325
  touch-action: pinch-zoom;
1326
1326
  }
1327
1327
 
1328
+ .e-license {
1329
+ color: rgb(255, 255, 0);
1330
+ text-decoration: none;
1331
+ }
1332
+
1333
+ .e-license-banner {
1334
+ cursor: pointer;
1335
+ position: absolute;
1336
+ right: 10px;
1337
+ top: 27%;
1338
+ }
1339
+
1328
1340
  /*! animation keyframes */
1329
1341
  @keyframes SlideLeftOut {
1330
1342
  from {
package/base/tailwind.css CHANGED
@@ -1325,6 +1325,18 @@
1325
1325
  touch-action: pinch-zoom;
1326
1326
  }
1327
1327
 
1328
+ .e-license {
1329
+ color: rgb(255, 255, 0);
1330
+ text-decoration: none;
1331
+ }
1332
+
1333
+ .e-license-banner {
1334
+ cursor: pointer;
1335
+ position: absolute;
1336
+ right: 10px;
1337
+ top: 27%;
1338
+ }
1339
+
1328
1340
  /*! animation keyframes */
1329
1341
  @keyframes SlideLeftOut {
1330
1342
  from {