@sofya-ds/react 1.1.14 → 1.1.16

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
@@ -306,16 +306,19 @@ var import_icons_react = require("@tabler/icons-react");
306
306
  var tablerIconRegistry = {
307
307
  IconAdjustmentsHorizontalFilled: import_icons_react.IconAdjustmentsHorizontalFilled,
308
308
  IconArrowUp: import_icons_react.IconArrowUp,
309
+ IconArchive: import_icons_react.IconArchive,
309
310
  IconBuildingHospital: import_icons_react.IconBuildingHospital,
310
311
  IconBooks: import_icons_react.IconBooks,
311
312
  IconBulb: import_icons_react.IconBulb,
312
313
  IconChartBar: import_icons_react.IconChartBar,
313
314
  IconCheck: import_icons_react.IconCheck,
314
315
  IconChecklist: import_icons_react.IconChecklist,
316
+ IconChevronLeft: import_icons_react.IconChevronLeft,
315
317
  IconChevronDown: import_icons_react.IconChevronDown,
316
318
  IconChevronUp: import_icons_react.IconChevronUp,
317
319
  IconFile: import_icons_react.IconFile,
318
320
  IconFolders: import_icons_react.IconFolders,
321
+ IconFolder: import_icons_react.IconFolder,
319
322
  IconHelpCircle: import_icons_react.IconHelpCircle,
320
323
  IconLanguage: import_icons_react.IconLanguage,
321
324
  IconMapPin: import_icons_react.IconMapPin,
@@ -332,6 +335,11 @@ var tablerIconRegistry = {
332
335
  IconUserSearch: import_icons_react.IconUserSearch,
333
336
  IconUsers: import_icons_react.IconUsers,
334
337
  IconUsersGroup: import_icons_react.IconUsersGroup,
338
+ IconTrash: import_icons_react.IconTrash,
339
+ IconTrashFilled: import_icons_react.IconTrashFilled,
340
+ IconTrashOff: import_icons_react.IconTrashOff,
341
+ IconTrashX: import_icons_react.IconTrashX,
342
+ IconChevronRight: import_icons_react.IconChevronRight,
335
343
  IconX: import_icons_react.IconX
336
344
  };
337
345
  var tablerIconNames = Object.keys(tablerIconRegistry).sort(
@@ -373,7 +381,18 @@ var legacyIconToTablerNameMap = {
373
381
  "question": "IconHelpCircle",
374
382
  "user-filled": "IconUserFilled",
375
383
  "caret-up": "IconChevronUp",
376
- "users-group": "IconUsersGroup"
384
+ "caret-left": "IconChevronLeft",
385
+ "caret-right": "IconChevronRight",
386
+ "users-group": "IconUsersGroup",
387
+ "archive": "IconArchive",
388
+ "folder": "IconFolder",
389
+ "trash": "IconTrash",
390
+ "trash-filled": "IconTrashFilled",
391
+ "trash-off": "IconTrashOff",
392
+ "trash-x": "IconTrashX",
393
+ "delete": "IconTrash",
394
+ "remove": "IconTrashX",
395
+ "lixeira": "IconTrash"
377
396
  };
378
397
  var iconNames = Object.keys(legacyIconToTablerNameMap);
379
398
  var iconRegistry = Object.fromEntries(
package/dist/index.d.cts CHANGED
@@ -238,7 +238,18 @@ declare const legacyIconToTablerNameMap: {
238
238
  readonly question: "IconHelpCircle";
239
239
  readonly "user-filled": "IconUserFilled";
240
240
  readonly "caret-up": "IconChevronUp";
241
+ readonly "caret-left": "IconChevronLeft";
242
+ readonly "caret-right": "IconChevronRight";
241
243
  readonly "users-group": "IconUsersGroup";
244
+ readonly archive: "IconArchive";
245
+ readonly folder: "IconFolder";
246
+ readonly trash: "IconTrash";
247
+ readonly "trash-filled": "IconTrashFilled";
248
+ readonly "trash-off": "IconTrashOff";
249
+ readonly "trash-x": "IconTrashX";
250
+ readonly delete: "IconTrash";
251
+ readonly remove: "IconTrashX";
252
+ readonly lixeira: "IconTrash";
242
253
  };
243
254
  type IconName = keyof typeof legacyIconToTablerNameMap;
244
255
  declare const iconNames: IconName[];
package/dist/index.d.ts CHANGED
@@ -238,7 +238,18 @@ declare const legacyIconToTablerNameMap: {
238
238
  readonly question: "IconHelpCircle";
239
239
  readonly "user-filled": "IconUserFilled";
240
240
  readonly "caret-up": "IconChevronUp";
241
+ readonly "caret-left": "IconChevronLeft";
242
+ readonly "caret-right": "IconChevronRight";
241
243
  readonly "users-group": "IconUsersGroup";
244
+ readonly archive: "IconArchive";
245
+ readonly folder: "IconFolder";
246
+ readonly trash: "IconTrash";
247
+ readonly "trash-filled": "IconTrashFilled";
248
+ readonly "trash-off": "IconTrashOff";
249
+ readonly "trash-x": "IconTrashX";
250
+ readonly delete: "IconTrash";
251
+ readonly remove: "IconTrashX";
252
+ readonly lixeira: "IconTrash";
242
253
  };
243
254
  type IconName = keyof typeof legacyIconToTablerNameMap;
244
255
  declare const iconNames: IconName[];
package/dist/index.js CHANGED
@@ -108,16 +108,19 @@ import * as React2 from "react";
108
108
  import {
109
109
  IconAdjustmentsHorizontalFilled,
110
110
  IconArrowUp,
111
+ IconArchive,
111
112
  IconBuildingHospital,
112
113
  IconBooks,
113
114
  IconBulb,
114
115
  IconChartBar,
115
116
  IconCheck,
116
117
  IconChecklist,
118
+ IconChevronLeft,
117
119
  IconChevronDown,
118
120
  IconChevronUp,
119
121
  IconFile,
120
122
  IconFolders,
123
+ IconFolder,
121
124
  IconHelpCircle,
122
125
  IconLanguage,
123
126
  IconMapPin,
@@ -134,21 +137,29 @@ import {
134
137
  IconUserSearch,
135
138
  IconUsers,
136
139
  IconUsersGroup,
140
+ IconTrash,
141
+ IconTrashFilled,
142
+ IconTrashOff,
143
+ IconTrashX,
144
+ IconChevronRight,
137
145
  IconX
138
146
  } from "@tabler/icons-react";
139
147
  var tablerIconRegistry = {
140
148
  IconAdjustmentsHorizontalFilled,
141
149
  IconArrowUp,
150
+ IconArchive,
142
151
  IconBuildingHospital,
143
152
  IconBooks,
144
153
  IconBulb,
145
154
  IconChartBar,
146
155
  IconCheck,
147
156
  IconChecklist,
157
+ IconChevronLeft,
148
158
  IconChevronDown,
149
159
  IconChevronUp,
150
160
  IconFile,
151
161
  IconFolders,
162
+ IconFolder,
152
163
  IconHelpCircle,
153
164
  IconLanguage,
154
165
  IconMapPin,
@@ -165,6 +176,11 @@ var tablerIconRegistry = {
165
176
  IconUserSearch,
166
177
  IconUsers,
167
178
  IconUsersGroup,
179
+ IconTrash,
180
+ IconTrashFilled,
181
+ IconTrashOff,
182
+ IconTrashX,
183
+ IconChevronRight,
168
184
  IconX
169
185
  };
170
186
  var tablerIconNames = Object.keys(tablerIconRegistry).sort(
@@ -206,7 +222,18 @@ var legacyIconToTablerNameMap = {
206
222
  "question": "IconHelpCircle",
207
223
  "user-filled": "IconUserFilled",
208
224
  "caret-up": "IconChevronUp",
209
- "users-group": "IconUsersGroup"
225
+ "caret-left": "IconChevronLeft",
226
+ "caret-right": "IconChevronRight",
227
+ "users-group": "IconUsersGroup",
228
+ "archive": "IconArchive",
229
+ "folder": "IconFolder",
230
+ "trash": "IconTrash",
231
+ "trash-filled": "IconTrashFilled",
232
+ "trash-off": "IconTrashOff",
233
+ "trash-x": "IconTrashX",
234
+ "delete": "IconTrash",
235
+ "remove": "IconTrashX",
236
+ "lixeira": "IconTrash"
210
237
  };
211
238
  var iconNames = Object.keys(legacyIconToTablerNameMap);
212
239
  var iconRegistry = Object.fromEntries(
@@ -3166,7 +3193,7 @@ var Logo = React20.forwardRef(function Logo2({
3166
3193
  Logo.displayName = "Logo";
3167
3194
 
3168
3195
  // src/components/pagination.tsx
3169
- import { IconChevronLeft, IconChevronRight } from "@tabler/icons-react";
3196
+ import { IconChevronLeft as IconChevronLeft2, IconChevronRight as IconChevronRight2 } from "@tabler/icons-react";
3170
3197
  import { Slot as Slot4 } from "@radix-ui/react-slot";
3171
3198
  import { cva as cva7 } from "class-variance-authority";
3172
3199
 
@@ -3247,10 +3274,10 @@ function PaginationLink({
3247
3274
  );
3248
3275
  }
3249
3276
  function PaginationChevronLeft() {
3250
- return /* @__PURE__ */ jsx22(IconChevronLeft, { "aria-hidden": "true", className: "h-4 w-4", stroke: 1.75 });
3277
+ return /* @__PURE__ */ jsx22(IconChevronLeft2, { "aria-hidden": "true", className: "h-4 w-4", stroke: 1.75 });
3251
3278
  }
3252
3279
  function PaginationChevronRight() {
3253
- return /* @__PURE__ */ jsx22(IconChevronRight, { "aria-hidden": "true", className: "h-4 w-4", stroke: 1.75 });
3280
+ return /* @__PURE__ */ jsx22(IconChevronRight2, { "aria-hidden": "true", className: "h-4 w-4", stroke: 1.75 });
3254
3281
  }
3255
3282
  function PaginationPrevious({
3256
3283
  className,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@sofya-ds/react",
3
- "version": "1.1.14",
3
+ "version": "1.1.16",
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.1.14"
62
+ "@sofya-ds/tokens": "1.1.16"
63
63
  },
64
64
  "devDependencies": {
65
65
  "@testing-library/jest-dom": "^6.9.1",