@copilotz/admin 0.9.28 → 0.9.29

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/styles.css CHANGED
@@ -2047,21 +2047,6 @@
2047
2047
  grid-template-columns: repeat(3, minmax(0, 1fr));
2048
2048
  }
2049
2049
  }
2050
- .sm\:flex-row {
2051
- @media (width >= 40rem) {
2052
- flex-direction: row;
2053
- }
2054
- }
2055
- .sm\:items-center {
2056
- @media (width >= 40rem) {
2057
- align-items: center;
2058
- }
2059
- }
2060
- .sm\:justify-between {
2061
- @media (width >= 40rem) {
2062
- justify-content: space-between;
2063
- }
2064
- }
2065
2050
  .md\:block {
2066
2051
  @media (width >= 48rem) {
2067
2052
  display: block;
@@ -2087,21 +2072,6 @@
2087
2072
  grid-template-columns: repeat(3, minmax(0, 1fr));
2088
2073
  }
2089
2074
  }
2090
- .md\:flex-row {
2091
- @media (width >= 48rem) {
2092
- flex-direction: row;
2093
- }
2094
- }
2095
- .md\:items-start {
2096
- @media (width >= 48rem) {
2097
- align-items: flex-start;
2098
- }
2099
- }
2100
- .md\:justify-between {
2101
- @media (width >= 48rem) {
2102
- justify-content: space-between;
2103
- }
2104
- }
2105
2075
  .md\:text-sm {
2106
2076
  @media (width >= 48rem) {
2107
2077
  font-size: var(--text-sm);
@@ -2174,9 +2144,9 @@
2174
2144
  flex-direction: row;
2175
2145
  }
2176
2146
  }
2177
- .xl\:items-end {
2147
+ .xl\:items-start {
2178
2148
  @media (width >= 80rem) {
2179
- align-items: flex-end;
2149
+ align-items: flex-start;
2180
2150
  }
2181
2151
  }
2182
2152
  .xl\:justify-between {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@copilotz/admin",
3
- "version": "0.9.28",
3
+ "version": "0.9.29",
4
4
  "description": "Copilotz admin dashboard components",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",