@principal-ade/industry-theme 0.1.17 → 0.1.18
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/cjs/index.js +14 -14
- package/dist/esm/index.js +14 -14
- package/package.json +1 -1
- package/src/themes.ts +19 -19
package/dist/cjs/index.js
CHANGED
|
@@ -1838,33 +1838,33 @@ var slateGoldTheme = {
|
|
|
1838
1838
|
colors: {
|
|
1839
1839
|
text: "#d0d6e0",
|
|
1840
1840
|
background: "#1a1c1e",
|
|
1841
|
-
primary: "#
|
|
1842
|
-
secondary: "#
|
|
1843
|
-
accent: "#
|
|
1844
|
-
highlight: "#
|
|
1841
|
+
primary: "#2563EB",
|
|
1842
|
+
secondary: "#1d4ed8",
|
|
1843
|
+
accent: "#E4C04A",
|
|
1844
|
+
highlight: "#2a2720",
|
|
1845
1845
|
muted: "#2d3134",
|
|
1846
1846
|
success: "#10b981",
|
|
1847
1847
|
warning: "#E4C04A",
|
|
1848
1848
|
error: "#ef4444",
|
|
1849
|
-
info: "#
|
|
1849
|
+
info: "#2563EB",
|
|
1850
1850
|
border: "#2d3034",
|
|
1851
1851
|
backgroundSecondary: "#22252a",
|
|
1852
1852
|
backgroundTertiary: "#2d3134",
|
|
1853
1853
|
backgroundLight: "#202325",
|
|
1854
|
-
backgroundHover: "#
|
|
1854
|
+
backgroundHover: "#1e2a3d",
|
|
1855
1855
|
surface: "#1f2124",
|
|
1856
1856
|
textSecondary: "#e5e7eb",
|
|
1857
1857
|
textTertiary: "#6b7280",
|
|
1858
1858
|
textMuted: "#4b5563",
|
|
1859
|
-
highlightBg: "#
|
|
1860
|
-
highlightBorder: "#
|
|
1861
|
-
textOnPrimary: "#
|
|
1859
|
+
highlightBg: "#1e2a3d",
|
|
1860
|
+
highlightBorder: "#2563EB",
|
|
1861
|
+
textOnPrimary: "#ffffff",
|
|
1862
1862
|
textOnSecondary: "#ffffff",
|
|
1863
|
-
textOnAccent: "#
|
|
1863
|
+
textOnAccent: "#1a1c1e"
|
|
1864
1864
|
},
|
|
1865
1865
|
buttons: {
|
|
1866
1866
|
primary: {
|
|
1867
|
-
color: "#
|
|
1867
|
+
color: "#ffffff",
|
|
1868
1868
|
bg: "primary",
|
|
1869
1869
|
borderWidth: 0,
|
|
1870
1870
|
"&:hover": {
|
|
@@ -1872,11 +1872,11 @@ var slateGoldTheme = {
|
|
|
1872
1872
|
}
|
|
1873
1873
|
},
|
|
1874
1874
|
secondary: {
|
|
1875
|
-
color: "
|
|
1875
|
+
color: "accent",
|
|
1876
1876
|
bg: "transparent",
|
|
1877
1877
|
borderWidth: 1,
|
|
1878
1878
|
borderStyle: "solid",
|
|
1879
|
-
borderColor: "
|
|
1879
|
+
borderColor: "accent",
|
|
1880
1880
|
"&:hover": {
|
|
1881
1881
|
bg: "highlight"
|
|
1882
1882
|
}
|
|
@@ -1916,7 +1916,7 @@ var slateGoldTheme = {
|
|
|
1916
1916
|
secondary: {
|
|
1917
1917
|
bg: "backgroundSecondary",
|
|
1918
1918
|
border: "1px solid",
|
|
1919
|
-
borderColor: "
|
|
1919
|
+
borderColor: "accent",
|
|
1920
1920
|
borderRadius: 3
|
|
1921
1921
|
}
|
|
1922
1922
|
}
|
package/dist/esm/index.js
CHANGED
|
@@ -1752,33 +1752,33 @@ var slateGoldTheme = {
|
|
|
1752
1752
|
colors: {
|
|
1753
1753
|
text: "#d0d6e0",
|
|
1754
1754
|
background: "#1a1c1e",
|
|
1755
|
-
primary: "#
|
|
1756
|
-
secondary: "#
|
|
1757
|
-
accent: "#
|
|
1758
|
-
highlight: "#
|
|
1755
|
+
primary: "#2563EB",
|
|
1756
|
+
secondary: "#1d4ed8",
|
|
1757
|
+
accent: "#E4C04A",
|
|
1758
|
+
highlight: "#2a2720",
|
|
1759
1759
|
muted: "#2d3134",
|
|
1760
1760
|
success: "#10b981",
|
|
1761
1761
|
warning: "#E4C04A",
|
|
1762
1762
|
error: "#ef4444",
|
|
1763
|
-
info: "#
|
|
1763
|
+
info: "#2563EB",
|
|
1764
1764
|
border: "#2d3034",
|
|
1765
1765
|
backgroundSecondary: "#22252a",
|
|
1766
1766
|
backgroundTertiary: "#2d3134",
|
|
1767
1767
|
backgroundLight: "#202325",
|
|
1768
|
-
backgroundHover: "#
|
|
1768
|
+
backgroundHover: "#1e2a3d",
|
|
1769
1769
|
surface: "#1f2124",
|
|
1770
1770
|
textSecondary: "#e5e7eb",
|
|
1771
1771
|
textTertiary: "#6b7280",
|
|
1772
1772
|
textMuted: "#4b5563",
|
|
1773
|
-
highlightBg: "#
|
|
1774
|
-
highlightBorder: "#
|
|
1775
|
-
textOnPrimary: "#
|
|
1773
|
+
highlightBg: "#1e2a3d",
|
|
1774
|
+
highlightBorder: "#2563EB",
|
|
1775
|
+
textOnPrimary: "#ffffff",
|
|
1776
1776
|
textOnSecondary: "#ffffff",
|
|
1777
|
-
textOnAccent: "#
|
|
1777
|
+
textOnAccent: "#1a1c1e"
|
|
1778
1778
|
},
|
|
1779
1779
|
buttons: {
|
|
1780
1780
|
primary: {
|
|
1781
|
-
color: "#
|
|
1781
|
+
color: "#ffffff",
|
|
1782
1782
|
bg: "primary",
|
|
1783
1783
|
borderWidth: 0,
|
|
1784
1784
|
"&:hover": {
|
|
@@ -1786,11 +1786,11 @@ var slateGoldTheme = {
|
|
|
1786
1786
|
}
|
|
1787
1787
|
},
|
|
1788
1788
|
secondary: {
|
|
1789
|
-
color: "
|
|
1789
|
+
color: "accent",
|
|
1790
1790
|
bg: "transparent",
|
|
1791
1791
|
borderWidth: 1,
|
|
1792
1792
|
borderStyle: "solid",
|
|
1793
|
-
borderColor: "
|
|
1793
|
+
borderColor: "accent",
|
|
1794
1794
|
"&:hover": {
|
|
1795
1795
|
bg: "highlight"
|
|
1796
1796
|
}
|
|
@@ -1830,7 +1830,7 @@ var slateGoldTheme = {
|
|
|
1830
1830
|
secondary: {
|
|
1831
1831
|
bg: "backgroundSecondary",
|
|
1832
1832
|
border: "1px solid",
|
|
1833
|
-
borderColor: "
|
|
1833
|
+
borderColor: "accent",
|
|
1834
1834
|
borderRadius: 3
|
|
1835
1835
|
}
|
|
1836
1836
|
}
|
package/package.json
CHANGED
package/src/themes.ts
CHANGED
|
@@ -1492,50 +1492,50 @@ export const slateGoldTheme: Theme = {
|
|
|
1492
1492
|
],
|
|
1493
1493
|
zIndices: [0, 1, 10, 20, 30, 40, 50],
|
|
1494
1494
|
|
|
1495
|
-
// Colors - Slate greys with Circuit Gold accents
|
|
1495
|
+
// Colors - Slate greys with Deep Sapphire blue primary and Circuit Gold accents
|
|
1496
1496
|
colors: {
|
|
1497
|
-
// Base colors - Slate greys with gold
|
|
1497
|
+
// Base colors - Slate greys with blue primary and gold accent
|
|
1498
1498
|
text: '#d0d6e0', // Near-white grey for most text
|
|
1499
1499
|
background: '#1a1c1e', // Very dark charcoal
|
|
1500
|
-
primary: '#
|
|
1501
|
-
secondary: '#
|
|
1502
|
-
accent: '#
|
|
1503
|
-
highlight: '#
|
|
1500
|
+
primary: '#2563EB', // Deep Sapphire blue - primary action color
|
|
1501
|
+
secondary: '#1d4ed8', // Darker blue for hover
|
|
1502
|
+
accent: '#E4C04A', // Bright Circuit Gold accent
|
|
1503
|
+
highlight: '#2a2720', // Gold-tinted highlight
|
|
1504
1504
|
muted: '#2d3134', // Dark grey
|
|
1505
1505
|
|
|
1506
1506
|
// Status colors
|
|
1507
1507
|
success: '#10b981', // Emerald green
|
|
1508
|
-
warning: '#E4C04A', //
|
|
1508
|
+
warning: '#E4C04A', // Circuit Gold
|
|
1509
1509
|
error: '#ef4444', // Red
|
|
1510
|
-
info: '#
|
|
1510
|
+
info: '#2563EB', // Deep Sapphire blue
|
|
1511
1511
|
|
|
1512
|
-
// Additional semantic colors - Grey palette with gold touches
|
|
1512
|
+
// Additional semantic colors - Grey palette with blue/gold touches
|
|
1513
1513
|
border: '#2d3034', // Subtle grey border
|
|
1514
1514
|
backgroundSecondary: '#22252a', // Slightly lighter dark grey
|
|
1515
1515
|
backgroundTertiary: '#2d3134', // Even lighter dark grey
|
|
1516
1516
|
backgroundLight: '#202325', // Very faint grey
|
|
1517
|
-
backgroundHover: '#
|
|
1517
|
+
backgroundHover: '#1e2a3d', // Blue-tinted hover
|
|
1518
1518
|
surface: '#1f2124', // Near-black surface
|
|
1519
1519
|
textSecondary: '#e5e7eb', // Light grey for important text
|
|
1520
1520
|
textTertiary: '#6b7280', // Darker grey
|
|
1521
1521
|
textMuted: '#4b5563', // Even darker grey
|
|
1522
1522
|
|
|
1523
1523
|
// Search highlight colors
|
|
1524
|
-
highlightBg: '#
|
|
1525
|
-
highlightBorder: '#
|
|
1524
|
+
highlightBg: '#1e2a3d', // Blue highlight
|
|
1525
|
+
highlightBorder: '#2563EB', // Deep Sapphire blue border
|
|
1526
1526
|
|
|
1527
1527
|
// Text on primary background
|
|
1528
|
-
textOnPrimary: '#
|
|
1528
|
+
textOnPrimary: '#ffffff', // White text on blue primary
|
|
1529
1529
|
// Text on secondary background
|
|
1530
|
-
textOnSecondary: '#ffffff', // White text on
|
|
1530
|
+
textOnSecondary: '#ffffff', // White text on darker blue secondary
|
|
1531
1531
|
// Text on accent background
|
|
1532
|
-
textOnAccent: '#
|
|
1532
|
+
textOnAccent: '#1a1c1e', // Dark text on gold accent
|
|
1533
1533
|
},
|
|
1534
1534
|
|
|
1535
1535
|
// Component variants
|
|
1536
1536
|
buttons: {
|
|
1537
1537
|
primary: {
|
|
1538
|
-
color: '#
|
|
1538
|
+
color: '#ffffff', // White text on blue
|
|
1539
1539
|
bg: 'primary',
|
|
1540
1540
|
borderWidth: 0,
|
|
1541
1541
|
'&:hover': {
|
|
@@ -1543,11 +1543,11 @@ export const slateGoldTheme: Theme = {
|
|
|
1543
1543
|
},
|
|
1544
1544
|
},
|
|
1545
1545
|
secondary: {
|
|
1546
|
-
color: '
|
|
1546
|
+
color: 'accent',
|
|
1547
1547
|
bg: 'transparent',
|
|
1548
1548
|
borderWidth: 1,
|
|
1549
1549
|
borderStyle: 'solid',
|
|
1550
|
-
borderColor: '
|
|
1550
|
+
borderColor: 'accent',
|
|
1551
1551
|
'&:hover': {
|
|
1552
1552
|
bg: 'highlight',
|
|
1553
1553
|
},
|
|
@@ -1589,7 +1589,7 @@ export const slateGoldTheme: Theme = {
|
|
|
1589
1589
|
secondary: {
|
|
1590
1590
|
bg: 'backgroundSecondary',
|
|
1591
1591
|
border: '1px solid',
|
|
1592
|
-
borderColor: '
|
|
1592
|
+
borderColor: 'accent',
|
|
1593
1593
|
borderRadius: 3,
|
|
1594
1594
|
},
|
|
1595
1595
|
},
|