@studiocms/ui 1.1.0 → 1.1.2

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.
@@ -9,7 +9,7 @@
9
9
  }
10
10
  .sui-alert-header {
11
11
  display: flex;
12
- align-items: flex-start;
12
+ align-items: center;
13
13
  justify-content: flex-start;
14
14
  gap: 0.5rem;
15
15
  color: var(--text-normal);
@@ -56,7 +56,7 @@ footer.sui-footer {
56
56
  padding: 2rem;
57
57
  }
58
58
  }
59
- @media screen and (max-width: 1280px) {
59
+ @media screen and (max-width: 1024px) {
60
60
  .upper {
61
61
  flex-direction: column;
62
62
  gap: 2rem;
@@ -9,6 +9,10 @@ declare module 'studiocms:ui/custom-css' {}
9
9
 
10
10
  declare module 'studiocms:ui/scripts/*' {}
11
11
 
12
+ declare module 'studiocms:ui/components/alert' {
13
+ export const Alert: typeof import('./components/Alert/Alert.astro').default;
14
+ }
15
+
12
16
  declare module 'studiocms:ui/components/button' {
13
17
  export const Button: typeof import('./components/Button/Button.astro').default;
14
18
  }
@@ -320,6 +324,7 @@ declare module 'studiocms:ui/components/tooltip' {
320
324
  declare module 'studiocms:ui/components' {
321
325
  export const Accordion: typeof import('./components/Accordion/Accordion.astro').default;
322
326
  export const AccordionItem: typeof import('./components/Accordion/Item.astro').default;
327
+ export const Alert: typeof import('./components/Alert/Alert.astro').default;
323
328
  export const Badge: typeof import('./components/Badge/Badge.astro').default;
324
329
  export const Breadcrumbs: typeof import('./components/Breadcrumbs/Breadcrumbs.astro').default;
325
330
  export const Button: typeof import('./components/Button/Button.astro').default;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@studiocms/ui",
3
- "version": "1.1.0",
3
+ "version": "1.1.2",
4
4
  "description": "The UI library for StudioCMS. Includes the layouts & components we use to build StudioCMS.",
5
5
  "repository": {
6
6
  "type": "git",