optimized-react-component-library-xyz123 0.19.26 → 0.19.28

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,6 +1,6 @@
1
1
  {
2
2
  "name": "optimized-react-component-library-xyz123",
3
- "version": "0.19.26",
3
+ "version": "0.19.28",
4
4
  "description": "A modern React component library using TypeScript with React 19 support.",
5
5
  "main": "dist/index.cjs",
6
6
  "module": "dist/index.mjs",
@@ -13,14 +13,16 @@
13
13
  "./css/darkMode.css": "./src/css/darkMode.css",
14
14
  "./css/mobileView.css": "./src/css/mobileView.css",
15
15
  "./css/styles.css": "./src/css/styles.css",
16
- "./css/questions.css": "./src/css/questions.css"
16
+ "./css/questions.css": "./src/css/questions.css",
17
+ "./icons/*": "./src/icons/*"
17
18
  },
18
19
  "files": [
19
20
  "dist",
20
21
  "src/css/darkMode.css",
21
22
  "src/css/mobileView.css",
22
23
  "src/css/styles.css",
23
- "src/css/questions.css"
24
+ "src/css/questions.css",
25
+ "src/icons"
24
26
  ],
25
27
  "scripts": {
26
28
  "build": "tsup",
@@ -256,6 +256,7 @@
256
256
  border-color: var(--dark-info);
257
257
  background-color: var(--dark-main);
258
258
  color: var(--dark-text);
259
+ background-image: url('../icons/arrow-down-dark.svg');
259
260
  }
260
261
 
261
262
  /* ---------- ADD FILE QUESTION ---------- */
@@ -0,0 +1,3 @@
1
+ <svg width="12" height="12" viewBox="0 0 12 12" fill="none" xmlns="http://www.w3.org/2000/svg">
2
+ <path d="M2 4L6 8L10 4" stroke="#ffffff" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/>
3
+ </svg>