@knapsack/sandbox-components 4.75.3--canary.5590.2f278d5.0 → 4.75.3

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.
Files changed (2) hide show
  1. package/CHANGELOG.md +26 -0
  2. package/package.json +8 -8
package/CHANGELOG.md CHANGED
@@ -1,3 +1,29 @@
1
+ # v4.75.3 (Thu Feb 06 2025)
2
+
3
+ #### 🐛 Bug Fix
4
+
5
+ - Add Image Alignment Options for Callout Sandbox Component [#5590](https://github.com/knapsack-labs/app-monorepo/pull/5590) ([@brittanysmart](https://github.com/brittanysmart))
6
+ - Merge branch 'latest' into feature/ksp-6030-callout-image-alignment ([@brittanysmart](https://github.com/brittanysmart))
7
+ - fix: Update Callout component text and image styling ([@brittanysmart](https://github.com/brittanysmart))
8
+ - feat: Add image alignment option to Callout component ([@brittanysmart](https://github.com/brittanysmart))
9
+
10
+ #### 🏠 Internal
11
+
12
+ - KSP-5929: Removed unused applications [#5587](https://github.com/knapsack-labs/app-monorepo/pull/5587) ([@illepic](https://github.com/illepic))
13
+ - remove enableFigmaInt and enableFigmaToDemo flags from codebase [#5574](https://github.com/knapsack-labs/app-monorepo/pull/5574) ([@mabry1985](https://github.com/mabry1985))
14
+ - fix(deps): update dependency esbuild to ^0.24.2 [#5536](https://github.com/knapsack-labs/app-monorepo/pull/5536) ([@renovate[bot]](https://github.com/renovate[bot]))
15
+ - prevents table of content logic from running when hidden on page, updates tiptap editor [#5570](https://github.com/knapsack-labs/app-monorepo/pull/5570) ([@mabry1985](https://github.com/mabry1985))
16
+ - KSP-6010: turn off cross origin auth [#5562](https://github.com/knapsack-labs/app-monorepo/pull/5562) ([@illepic](https://github.com/illepic))
17
+
18
+ #### Authors: 4
19
+
20
+ - [@renovate[bot]](https://github.com/renovate[bot])
21
+ - Brittany Smart ([@brittanysmart](https://github.com/brittanysmart))
22
+ - Christopher Bloom ([@illepic](https://github.com/illepic))
23
+ - Josh Mabry ([@mabry1985](https://github.com/mabry1985))
24
+
25
+ ---
26
+
1
27
  # v4.75.2 (Wed Feb 05 2025)
2
28
 
3
29
  #### 🐛 Bug Fix
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "@knapsack/sandbox-components",
3
3
  "description": "",
4
- "version": "4.75.3--canary.5590.2f278d5.0",
4
+ "version": "4.75.3",
5
5
  "type": "module",
6
6
  "exports": {
7
7
  "./css": "./dist/css/ks-sandbox-styles.css",
@@ -48,14 +48,14 @@
48
48
  "vue": "^3.5.13"
49
49
  },
50
50
  "devDependencies": {
51
- "@knapsack/eslint-config-starter": "4.75.3--canary.5590.2f278d5.0",
52
- "@knapsack/postcss-config-starter": "4.75.3--canary.5590.2f278d5.0",
53
- "@knapsack/prettier-config": "4.75.3--canary.5590.2f278d5.0",
54
- "@knapsack/sandbox-tokens": "4.75.3--canary.5590.2f278d5.0",
55
- "@knapsack/typescript-config-starter": "4.75.3--canary.5590.2f278d5.0",
51
+ "@knapsack/eslint-config-starter": "4.75.3",
52
+ "@knapsack/postcss-config-starter": "4.75.3",
53
+ "@knapsack/prettier-config": "4.75.3",
54
+ "@knapsack/sandbox-tokens": "4.75.3",
55
+ "@knapsack/typescript-config-starter": "4.75.3",
56
56
  "@types/node": "^20.17.17",
57
57
  "@types/react": "^18.3.18",
58
- "esbuild": "^0.24.0",
58
+ "esbuild": "^0.24.2",
59
59
  "eslint": "^8.57.0",
60
60
  "npm-run-all2": "^5.0.2",
61
61
  "postcss-cli": "^9.1.0",
@@ -72,5 +72,5 @@
72
72
  "directory": "apps/ui/libs/sandbox-components",
73
73
  "type": "git"
74
74
  },
75
- "gitHead": "2f278d5e9c174c288ad68c4a2ba021392587b88d"
75
+ "gitHead": "1bb41ae894c2f17dd0a8ac2df270379e706e8005"
76
76
  }