@sofya-ds/react 1.3.1 → 1.3.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/dist/index.cjs CHANGED
@@ -332,6 +332,7 @@ var tablerIconRegistry = {
332
332
  IconPlus: import_icons_react.IconPlus,
333
333
  IconSchool: import_icons_react.IconSchool,
334
334
  IconSearch: import_icons_react.IconSearch,
335
+ IconSquareToggle: import_icons_react.IconSquareToggle,
335
336
  IconSparkles: import_icons_react.IconSparkles,
336
337
  IconUser: import_icons_react.IconUser,
337
338
  IconUserFilled: import_icons_react.IconUserFilled,
@@ -397,6 +398,8 @@ var legacyIconToTablerNameMap = {
397
398
  "trash-filled": "IconTrashFilled",
398
399
  "trash-off": "IconTrashOff",
399
400
  "trash-x": "IconTrashX",
401
+ "square-toggle": "IconSquareToggle",
402
+ iconSquareToggle: "IconSquareToggle",
400
403
  "delete": "IconTrash",
401
404
  "remove": "IconTrashX",
402
405
  "lixeira": "IconTrash",
package/dist/index.d.cts CHANGED
@@ -264,6 +264,8 @@ declare const legacyIconToTablerNameMap: {
264
264
  readonly "trash-filled": "IconTrashFilled";
265
265
  readonly "trash-off": "IconTrashOff";
266
266
  readonly "trash-x": "IconTrashX";
267
+ readonly "square-toggle": "IconSquareToggle";
268
+ readonly iconSquareToggle: "IconSquareToggle";
267
269
  readonly delete: "IconTrash";
268
270
  readonly remove: "IconTrashX";
269
271
  readonly lixeira: "IconTrash";
package/dist/index.d.ts CHANGED
@@ -264,6 +264,8 @@ declare const legacyIconToTablerNameMap: {
264
264
  readonly "trash-filled": "IconTrashFilled";
265
265
  readonly "trash-off": "IconTrashOff";
266
266
  readonly "trash-x": "IconTrashX";
267
+ readonly "square-toggle": "IconSquareToggle";
268
+ readonly iconSquareToggle: "IconSquareToggle";
267
269
  readonly delete: "IconTrash";
268
270
  readonly remove: "IconTrashX";
269
271
  readonly lixeira: "IconTrash";
package/dist/index.js CHANGED
@@ -130,6 +130,7 @@ import {
130
130
  IconPlus,
131
131
  IconSchool,
132
132
  IconSearch,
133
+ IconSquareToggle,
133
134
  IconSparkles,
134
135
  IconUser,
135
136
  IconUserFilled,
@@ -171,6 +172,7 @@ var tablerIconRegistry = {
171
172
  IconPlus,
172
173
  IconSchool,
173
174
  IconSearch,
175
+ IconSquareToggle,
174
176
  IconSparkles,
175
177
  IconUser,
176
178
  IconUserFilled,
@@ -236,6 +238,8 @@ var legacyIconToTablerNameMap = {
236
238
  "trash-filled": "IconTrashFilled",
237
239
  "trash-off": "IconTrashOff",
238
240
  "trash-x": "IconTrashX",
241
+ "square-toggle": "IconSquareToggle",
242
+ iconSquareToggle: "IconSquareToggle",
239
243
  "delete": "IconTrash",
240
244
  "remove": "IconTrashX",
241
245
  "lixeira": "IconTrash",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofya-ds/react",
3
- "version": "1.3.1",
3
+ "version": "1.3.2",
4
4
  "description": "Sofya React design system with official brand tokens, provider and UI components.",
5
5
  "type": "module",
6
6
  "main": "./dist/index.cjs",
@@ -59,7 +59,7 @@
59
59
  "motion": "^12.38.0",
60
60
  "sonner": "^2.0.7",
61
61
  "tailwind-merge": "^3.5.0",
62
- "@sofya-ds/tokens": "1.3.1"
62
+ "@sofya-ds/tokens": "1.3.2"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@testing-library/jest-dom": "^6.9.1",