@phcdevworks/spectre-ui 0.3.0 → 0.4.0

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.
@@ -2,28 +2,28 @@
2
2
  .sp-stack {
3
3
  display: flex;
4
4
  flex-direction: column;
5
- gap: var(--sp-layout-stack-gap-md, var(--sp-space-md, 1rem));
5
+ gap: var(--sp-layout-stack-gap-md);
6
6
  }
7
7
 
8
8
  .sp-hstack {
9
9
  display: flex;
10
10
  flex-direction: row;
11
11
  align-items: center;
12
- gap: var(--sp-layout-stack-gap-md, var(--sp-space-md, 1rem));
12
+ gap: var(--sp-layout-stack-gap-md);
13
13
  }
14
14
 
15
15
  .sp-container {
16
16
  width: 100%;
17
17
  margin-left: auto;
18
18
  margin-right: auto;
19
- padding-left: var(--sp-layout-container-padding-inline-md, var(--sp-space-md, 1rem));
20
- padding-right: var(--sp-layout-container-padding-inline-md, var(--sp-space-md, 1rem));
21
- max-width: var(--sp-container-max-width, 72rem);
19
+ padding-left: var(--sp-layout-container-padding-inline-md);
20
+ padding-right: var(--sp-layout-container-padding-inline-md);
21
+ max-width: 72rem;
22
22
  }
23
23
 
24
24
  .sp-section {
25
- padding-top: var(--sp-layout-section-padding-md, var(--sp-space-2xl, 3rem));
26
- padding-bottom: var(--sp-layout-section-padding-md, var(--sp-space-2xl, 3rem));
25
+ padding-top: var(--sp-layout-section-padding-md);
26
+ padding-bottom: var(--sp-layout-section-padding-md);
27
27
  }
28
28
 
29
29
  .sp-shadow-soft {
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@phcdevworks/spectre-ui",
3
- "version": "0.3.0",
4
- "description": "Framework-agnostic UI layer for the Spectre design system. Provides base CSS, component classes, utilities, and a Tailwind preset powered by @phcdevworks/spectre-tokens.",
3
+ "version": "0.4.0",
4
+ "description": "Cross-platform UI built on Spectre Tokens. A Tailwind-powered design system that turns the tokens into consistent CSS utilities, component classes and design recipes for WordPress blocks, Astro components, 11ty templates and other modern web apps.",
5
5
  "keywords": [
6
6
  "phcdevworks",
7
7
  "spectre",
@@ -36,7 +36,7 @@
36
36
  "bugs": {
37
37
  "url": "https://github.com/phcdevworks/spectre-ui/issues"
38
38
  },
39
- "homepage": "https://github.com/phcdevworks/spectre-ui#readme",
39
+ "homepage": "https://phcdevworks.com",
40
40
  "type": "module",
41
41
  "main": "./dist/index.cjs",
42
42
  "module": "./dist/index.js",