@xenide-io/the-old-ui-theme 0.5.1 → 0.5.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.
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@xenide-io/the-old-ui-theme",
3
- "version": "0.5.1",
4
- "description": "Props-driven React components and theme tokens inspired by classic interface design optimized for Next.js apps and internal tools.",
3
+ "version": "0.5.2",
4
+ "description": "Props-driven React components and theme tokens inspired by classic interface design \u2014 optimized for Next.js apps and internal tools.",
5
5
  "author": "Xenide",
6
6
  "license": "MIT",
7
7
  "homepage": "https://github.com/xenide-io/the-old-ui-theme",
@@ -1764,6 +1764,154 @@
1764
1764
  --ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%23929292' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
1765
1765
  }
1766
1766
 
1767
+ /* Nakama Light — cyan-accented bright suite palette for the AI teammate app. */
1768
+ [data-theme="nakama-light"] {
1769
+ color-scheme: light;
1770
+
1771
+ --ph-canvas: #f6f8f9;
1772
+ --ph-surface: #ffffff;
1773
+ --ph-muted: #eef2f4;
1774
+ --ph-toolbar: #e6ebee;
1775
+ --ph-surface-inset: #eef2f4;
1776
+ --ph-surface-raised: #ffffff;
1777
+ --ph-surface-overlay: #ffffff;
1778
+ --ph-border: #dfe5e8;
1779
+ --ph-border-subtle: #eaeff1;
1780
+ --ph-border-strong: #a5b0b7;
1781
+
1782
+ --ph-text-primary: #17242c;
1783
+ --ph-text-secondary: #42525c;
1784
+ --ph-text-tertiary: #5f6f7a;
1785
+
1786
+ --ph-accent: #0891b2;
1787
+ --ph-accent-hover: #0e7490;
1788
+ --ph-blue: #437aff;
1789
+ --ph-violet: #8b5cf6;
1790
+ --ph-purple: #7c3aed;
1791
+
1792
+ --ph-success: #15803d;
1793
+ --ph-warning: #b26a00;
1794
+ --ph-danger: #c7463a;
1795
+ --ph-info: #1769aa;
1796
+ --ph-on-accent: #ffffff;
1797
+ --ph-on-violet: #ffffff;
1798
+ --ph-on-success: #ffffff;
1799
+ --ph-on-warning: #211606;
1800
+ --ph-on-danger: #ffffff;
1801
+ --ph-on-info: #ffffff;
1802
+ --ph-focus-ring: #0891b2;
1803
+ --ph-selected-bg: #e6f6fa;
1804
+ --ph-selected-text: #0b5569;
1805
+ --ph-selected-border: #67c6dd;
1806
+
1807
+ --ph-text-3000: #ffffff;
1808
+ --ph-primary-button-face: #0891b2;
1809
+ --ph-primary-button-border: #0b728c;
1810
+ --ph-primary-button-border-hover: #0e7490;
1811
+ --ph-primary-frame-bg: #0b5569;
1812
+ --ph-secondary-button-bg: #ffffff;
1813
+ --ph-secondary-frame-bg: #dce4e8;
1814
+ --ph-secondary-button-border: #bfcbd2;
1815
+ --ph-secondary-button-border-hover: #8797a1;
1816
+
1817
+ --ph-border-3000: #dce4e8;
1818
+ --ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.9);
1819
+ --ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.06);
1820
+ --ph-accent-highlight-secondary: rgb(8 145 178 / 10%);
1821
+
1822
+ --ph-data-1: #0891b2;
1823
+ --ph-data-2: #f59e0b;
1824
+ --ph-data-3: #437aff;
1825
+ --ph-data-4: #059669;
1826
+ --ph-data-5: #b26a00;
1827
+ --ph-data-6: #c7463a;
1828
+ --ph-data-7: #7c3aed;
1829
+
1830
+ --ph-product-session-replay: #b26a00;
1831
+ --ph-product-product-analytics: #1769aa;
1832
+ --ph-product-data-pipeline: #059669;
1833
+ --ph-product-feature-flags: #f59e0b;
1834
+ --ph-product-experiments: #437aff;
1835
+ --ph-product-data-warehouse: #7b5e3b;
1836
+ --ph-product-surveys: #c7463a;
1837
+
1838
+ --ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%235f6f7a' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
1839
+ }
1840
+
1841
+ /* Nakama Dark — deep navy night palette with a bright cyan accent. */
1842
+ [data-theme="nakama-dark"] {
1843
+ color-scheme: dark;
1844
+
1845
+ --ph-canvas: #0f1420;
1846
+ --ph-surface: #161d2b;
1847
+ --ph-muted: #1c2434;
1848
+ --ph-toolbar: #232c3e;
1849
+ --ph-surface-inset: #121826;
1850
+ --ph-surface-raised: #1a2231;
1851
+ --ph-surface-overlay: #202a3c;
1852
+ --ph-border: #2b3648;
1853
+ --ph-border-subtle: #232d3f;
1854
+ --ph-border-strong: #4a5871;
1855
+
1856
+ --ph-text-primary: #e8eef4;
1857
+ --ph-text-secondary: #b9c4d1;
1858
+ --ph-text-tertiary: #8594a8;
1859
+
1860
+ --ph-accent: #22d3ee;
1861
+ --ph-accent-hover: #67e8f9;
1862
+ --ph-blue: #7da3ff;
1863
+ --ph-violet: #c4a7e7;
1864
+ --ph-purple: #b794f6;
1865
+
1866
+ --ph-success: #34d399;
1867
+ --ph-warning: #fbbf24;
1868
+ --ph-danger: #f87171;
1869
+ --ph-info: #60a5fa;
1870
+ --ph-on-accent: #062a33;
1871
+ --ph-on-violet: #1b1430;
1872
+ --ph-on-success: #052e1e;
1873
+ --ph-on-warning: #2b1e06;
1874
+ --ph-on-danger: #3b1010;
1875
+ --ph-on-info: #0a2a45;
1876
+ --ph-focus-ring: #22d3ee;
1877
+ --ph-selected-bg: #123a47;
1878
+ --ph-selected-text: #a5f3fc;
1879
+ --ph-selected-border: #2f6e80;
1880
+
1881
+ --ph-text-3000: #0f1420;
1882
+ --ph-primary-button-face: #22d3ee;
1883
+ --ph-primary-button-border: #3aa8bd;
1884
+ --ph-primary-button-border-hover: #67e8f9;
1885
+ --ph-primary-frame-bg: #0b6b80;
1886
+ --ph-secondary-button-bg: #202a3c;
1887
+ --ph-secondary-frame-bg: #2e3a50;
1888
+ --ph-secondary-button-border: #3d4b64;
1889
+ --ph-secondary-button-border-hover: #5a6b8a;
1890
+
1891
+ --ph-border-3000: #232d3f;
1892
+ --ph-chrome-inset-face-top: inset 0 1px 0 hsl(0deg 0% 100% / 0.08);
1893
+ --ph-chrome-inset-face-bottom: inset 0 -1px 0 hsl(0deg 0% 0% / 0.4);
1894
+ --ph-accent-highlight-secondary: rgb(34 211 238 / 12%);
1895
+
1896
+ --ph-data-1: #22d3ee;
1897
+ --ph-data-2: #fbbf24;
1898
+ --ph-data-3: #7da3ff;
1899
+ --ph-data-4: #34d399;
1900
+ --ph-data-5: #f59e0b;
1901
+ --ph-data-6: #f87171;
1902
+ --ph-data-7: #c4a7e7;
1903
+
1904
+ --ph-product-session-replay: #f59e0b;
1905
+ --ph-product-product-analytics: #60a5fa;
1906
+ --ph-product-data-pipeline: #34d399;
1907
+ --ph-product-feature-flags: #fbbf24;
1908
+ --ph-product-experiments: #7da3ff;
1909
+ --ph-product-data-warehouse: #d4a373;
1910
+ --ph-product-surveys: #f87171;
1911
+
1912
+ --ph-select-chevron: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' fill='none' stroke='%238594a8' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round' viewBox='0 0 24 24'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");
1913
+ }
1914
+
1767
1915
  /* Semantic button contrast is scoped to buttons so other token consumers keep theme-native ink. */
1768
1916
  :is(
1769
1917
  [data-theme="hedgehog-dark"],
@@ -1780,7 +1928,8 @@
1780
1928
  [data-theme="rosepine-dark"],
1781
1929
  [data-theme="notion-dark"],
1782
1930
  [data-theme="deepsea-dark"],
1783
- [data-theme="kraken-dark"]
1931
+ [data-theme="kraken-dark"],
1932
+ [data-theme="nakama-dark"]
1784
1933
  ) {
1785
1934
  .ph-btn-signal {
1786
1935
  --ph-btn-face: color-mix(in oklab, var(--ph-accent) 62%, black);