@nrbx/topbar-components 1.1.7 → 1.1.9

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.
@@ -354,9 +354,9 @@ local function Icon(componentProps)
354
354
  BackgroundColor3 = sizing.disabledOverlayColor,
355
355
  BorderSizePixel = 0,
356
356
  ZIndex = 10,
357
- })), componentProps.notificationCount ~= nil and (React.createElement(Notification, {
357
+ }))), componentProps.notificationCount ~= nil and (React.createElement(Notification, {
358
358
  count = componentProps.notificationCount,
359
- })))))
359
+ }))))
360
360
  end
361
361
  return {
362
362
  Icon = Icon,
package/out/style.luau CHANGED
@@ -132,13 +132,13 @@ local DefaultStylesheet = {
132
132
  hoverLift = 2,
133
133
  },
134
134
  notification = {
135
- backgroundColor = Color3.new(1, 0.2, 0.2),
136
- backgroundTransparency = 0.1,
137
- textColor = Color3.new(1, 1, 1),
135
+ backgroundColor = Color3.new(1, 1, 1),
136
+ backgroundTransparency = 0,
137
+ textColor = Color3.fromRGB(57, 60, 65),
138
138
  textSize = 13,
139
139
  fontFace = Font.new("rbxasset://fonts/families/GothamSSm.json", Enum.FontWeight.Bold, Enum.FontStyle.Normal),
140
- position = UDim2.new(1, -12, 0, -1),
141
- size = UDim2.new(0, 20, 0, 20),
140
+ position = UDim2.fromScale(1, 0),
141
+ size = UDim2.new(0, 15, 0, 15),
142
142
  cornerRadius = UDim.new(1, 0),
143
143
  borderColor = Color3.new(1, 1, 1),
144
144
  borderTransparency = 0.5,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@nrbx/topbar-components",
3
- "version": "1.1.7",
3
+ "version": "1.1.9",
4
4
  "main": "out/init.luau",
5
5
  "scripts": {
6
6
  "build": "rbxtsc",