@tollerud/ui 1.1.2 → 1.1.4

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/globals.css CHANGED
@@ -918,3 +918,31 @@
918
918
  padding-right: 1.5rem;
919
919
  }
920
920
  }
921
+
922
+ /* ═══════════════════════════════════════════════
923
+ Tailwind v4 safelist — Alert tone classes
924
+ ═══════════════════════════════════════════════
925
+ These classes are used dynamically in Alert.tsx and would be missed
926
+ by @source scanning a pre-compiled dist file. Declaring them here
927
+ ensures Tailwind always generates them regardless of @source config.
928
+ ═══════════════════════════════════════════════ */
929
+
930
+ /*
931
+ @source inline("
932
+ bg-red-500/5 border-red-500/30 text-red-400
933
+ bg-blue-500/5 border-blue-500/30 text-blue-400
934
+ bg-green-500/5 border-green-500/30 text-green-400
935
+ ");
936
+ */
937
+
938
+ @layer utilities {
939
+ .bg-red-500\/5 { background-color: rgb(239 68 68 / 0.05); }
940
+ .bg-blue-500\/5 { background-color: rgb(59 130 246 / 0.05); }
941
+ .bg-green-500\/5 { background-color: rgb(34 197 94 / 0.05); }
942
+ .border-red-500\/30 { border-color: rgb(239 68 68 / 0.3); }
943
+ .border-blue-500\/30 { border-color: rgb(59 130 246 / 0.3); }
944
+ .border-green-500\/30 { border-color: rgb(34 197 94 / 0.3); }
945
+ .text-red-400 { color: rgb(248 113 113); }
946
+ .text-blue-400 { color: rgb(96 165 250); }
947
+ .text-green-400 { color: rgb(74 222 128); }
948
+ }
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@tollerud/ui",
3
- "version": "1.1.2",
3
+ "version": "1.1.4",
4
4
  "description": "Tollerud User Interface — dark, monochrome + yellow accent. Noir aesthetic meets modern utility.",
5
5
  "private": false,
6
6
  "type": "module",
@@ -85,7 +85,7 @@
85
85
  "@types/react-dom": "^19.2.3",
86
86
  "clsx": "^2.1.1",
87
87
  "react": "^19.2.7",
88
- "react-dom": "^18.3.1",
88
+ "react-dom": "^19.2.7",
89
89
  "tailwind-merge": "^3.6.0",
90
90
  "tsup": "^8.4.0",
91
91
  "typescript": "^6.0.3"
package/tollerud-logo.svg CHANGED
@@ -1 +1 @@
1
- <svg width="50" height="55" viewBox="0 0 130 143" xmlns="http://www.w3.org/2000/svg"><title>Tollerud Logo</title><g fill="#FFF200" fill-rule="evenodd"><g transform="translate(-86.000000, -109.000000)"><g transform="translate(32.000000, 55.000000)"><g transform="translate(54.000000, 54.000000)"><path d="M82.4839273,140.272626 L95.1738252,140.272626 L95.1738252,143 L34.8114657,143 L34.8114657,140.272626 L47.5013636,140.272626 L47.5013636,28.2924381 C40.1277806,26.4177752 32.9252955,25.2241422 26.4088393,25.2241422 C12.1757856,25.2241422 4.11617359,34.5982703 4.11617359,39.8821508 C4.11617359,40.9049161 4.63028596,41.5867596 5.65932936,41.5867596 C7.20248513,41.5867596 7.37440169,40.3931266 8.06043062,38.8593855 C10.4615319,33.575505 15.6059302,31.5307881 20.4073141,31.5307881 C29.152955,31.5307881 35.1552988,38.5184637 35.1552988,47.2107482 C35.1552988,56.2447681 28.8107592,62.8907084 18.0070315,62.8907084 C7.5454996,62.891522 0,53.6882617 0,43.8023442 C0,30.8497582 11.3178401,21.986606 26.5799372,21.986606 C51.1026062,21.986606 84.1989996,39.2011209 104.948509,39.2011209 C118.495534,39.2011209 126.384048,31.7016558 126.384048,19.4300996 C126.384048,10.3968933 118.667451,4.60203698 115.580321,4.60203698 C114.552096,4.60203698 113.69415,5.1130128 113.69415,6.13577809 C113.69415,7.49946515 114.552096,7.6695192 115.409223,8.01044097 C115.752237,8.18049502 122.268693,10.5669474 122.268693,19.2592319 C122.268693,28.2924381 115.238125,34.0872945 107.177694,34.0872945 C97.7460244,34.0872945 91.0584702,26.4177752 91.0584702,17.8955448 C91.0584702,6.64675391 99.9760277,0 109.749893,0 C122.268693,0 129.642276,9.88510384 129.642276,19.6001536 C129.642276,34.2581622 119.181563,42.4386572 104.947691,42.4386572 C98.0890388,42.4386572 90.5443579,40.9049161 82.4839273,38.6901451 L82.4839273,140.272626 Z"></path></g></g></g></g></svg>
1
+ <svg width="50" height="55" viewBox="0 0 130 143" xmlns="http://www.w3.org/2000/svg"><title>Tollerud Logo</title><g fill="#FFFF00" fill-rule="evenodd"><g transform="translate(-86.000000, -109.000000)"><g transform="translate(32.000000, 55.000000)"><g transform="translate(54.000000, 54.000000)"><path d="M82.4839273,140.272626 L95.1738252,140.272626 L95.1738252,143 L34.8114657,143 L34.8114657,140.272626 L47.5013636,140.272626 L47.5013636,28.2924381 C40.1277806,26.4177752 32.9252955,25.2241422 26.4088393,25.2241422 C12.1757856,25.2241422 4.11617359,34.5982703 4.11617359,39.8821508 C4.11617359,40.9049161 4.63028596,41.5867596 5.65932936,41.5867596 C7.20248513,41.5867596 7.37440169,40.3931266 8.06043062,38.8593855 C10.4615319,33.575505 15.6059302,31.5307881 20.4073141,31.5307881 C29.152955,31.5307881 35.1552988,38.5184637 35.1552988,47.2107482 C35.1552988,56.2447681 28.8107592,62.8907084 18.0070315,62.8907084 C7.5454996,62.891522 0,53.6882617 0,43.8023442 C0,30.8497582 11.3178401,21.986606 26.5799372,21.986606 C51.1026062,21.986606 84.1989996,39.2011209 104.948509,39.2011209 C118.495534,39.2011209 126.384048,31.7016558 126.384048,19.4300996 C126.384048,10.3968933 118.667451,4.60203698 115.580321,4.60203698 C114.552096,4.60203698 113.69415,5.1130128 113.69415,6.13577809 C113.69415,7.49946515 114.552096,7.6695192 115.409223,8.01044097 C115.752237,8.18049502 122.268693,10.5669474 122.268693,19.2592319 C122.268693,28.2924381 115.238125,34.0872945 107.177694,34.0872945 C97.7460244,34.0872945 91.0584702,26.4177752 91.0584702,17.8955448 C91.0584702,6.64675391 99.9760277,0 109.749893,0 C122.268693,0 129.642276,9.88510384 129.642276,19.6001536 C129.642276,34.2581622 119.181563,42.4386572 104.947691,42.4386572 C98.0890388,42.4386572 90.5443579,40.9049161 82.4839273,38.6901451 L82.4839273,140.272626 Z"></path></g></g></g></g></svg>