@xploreu/styles 1.0.6 → 1.0.8

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.
@@ -1 +1 @@
1
- @reference "../globals.css";.tiptap .is-editor-empty:first-child:before{@apply float-left pointer-events-none h-0 text-body-regular-base text-specific-input-field-text-default content-[attr(data-placeholder)];}.mention{@apply text-content-primary;}
1
+ .tiptap .is-editor-empty:first-child:before{float:left;pointer-events:none;height:0;color:var(--color-specific-input-field-text-default);content:attr(data-placeholder);font-size:16px;font-weight:400;line-height:24px}.mention{color:var(--color-content-primary)}
@@ -1 +1 @@
1
- @theme{--radius-card-base: 8px; --radius-card-base-lg: 12px; --radius-card-summary-data: 12px; --radius-card-charts: 12px; --radius-card-profile: 12px; --radius-buttons: 8px; --radius-modal-compact: 16px; --radius-icon-bg: 8px; --radius-chart-bar: 6px; --radius-full: 99999px; --radius-badge: 9999px; --radius-badge-square: 9999px; --radius-tooltip: 8px;}
1
+ @theme{--radius-xp-card-base: 8px; --radius-xp-card-base-lg: 12px; --radius-xp-card-summary-data: 12px; --radius-xp-card-charts: 12px; --radius-xp-card-profile: 12px; --radius-xp-buttons: 8px; --radius-xp-modal-compact: 16px; --radius-xp-icon-bg: 8px; --radius-xp-chart-bar: 6px; --radius-xp-full: 99999px; --radius-xp-badge: 9999px; --radius-xp-badge-square: 9999px; --radius-xp-tooltip: 8px;}
@@ -1 +1 @@
1
- @theme{--spacing-none: 0px; --spacing-xxs: 2px; --spacing-xs: 4px; --spacing-sm: 6px; --spacing-md: 8px; --spacing-lg: 12px; --spacing-xl: 16px; --spacing-2xl: 20px; --spacing-3xl: 24px; --spacing-4xl: 32px; --spacing-5xl: 40px; --spacing-6xl: 48px; --spacing-7xl: 64px; --spacing-8xl: 80px; --spacing-9xl: 96px; --spacing-10xl: 96px; --spacing-11xl: 160px;}
1
+ @theme{--spacing-xp-none: 0px; --spacing-xp-xxs: 2px; --spacing-xp-xs: 4px; --spacing-xp-sm: 6px; --spacing-xp-md: 8px; --spacing-xp-lg: 12px; --spacing-xp-xl: 16px; --spacing-xp-2xl: 20px; --spacing-xp-3xl: 24px; --spacing-xp-4xl: 32px; --spacing-xp-5xl: 40px; --spacing-xp-6xl: 48px; --spacing-xp-7xl: 64px; --spacing-xp-8xl: 80px; --spacing-xp-9xl: 96px; --spacing-xp-10xl: 96px; --spacing-xp-11xl: 160px;}
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@xploreu/styles",
3
- "version": "1.0.6",
3
+ "version": "1.0.8",
4
4
  "description": "Shared styles for XploreU apps",
5
5
  "keywords": [],
6
6
  "license": "MIT",