@apolitical/component-library 2.0.0 → 2.0.1-beta.0

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": "@apolitical/component-library",
3
- "version": "2.0.0",
3
+ "version": "2.0.1-beta.0",
4
4
  "main": "./index.js",
5
5
  "types": "./index.d.ts",
6
6
  "exports": {
@@ -1,4 +1,4 @@
1
- @import '@/styles/functions', '@/styles/mixins', '@/styles/variables';
1
+ @import './../../functions', './../../mixins', './../../variables';
2
2
 
3
3
  $form: (
4
4
  'padding': 40,
@@ -1,4 +1,4 @@
1
- @import '@/styles/functions', '@/styles/variables';
1
+ @import './../../functions', './../../variables';
2
2
 
3
3
  @layer base {
4
4
  label {
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $banners: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $base: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $cards: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $communities: (
@@ -1,6 +1,6 @@
1
1
  @use 'sass:color';
2
2
  @import './../colors';
3
- @import '@/styles/functions';
3
+ @import './../../../functions';
4
4
 
5
5
  $c: $default-colors;
6
6
  $discussion: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $form: (
@@ -1,6 +1,6 @@
1
1
  @use 'sass:color';
2
2
  @import './../colors';
3
- @import '@/styles/functions';
3
+ @import './../../../functions';
4
4
 
5
5
  $c: $default-colors;
6
6
  $general: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $layout: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $loaders: (
@@ -1,6 +1,6 @@
1
1
  @use 'sass:color';
2
2
  @import './../colors';
3
- @import '@/styles/functions';
3
+ @import './../../../functions';
4
4
 
5
5
  $c: $default-colors;
6
6
  $modals: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $navigation: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $pages: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $text: (
@@ -1,5 +1,5 @@
1
1
  @import './../colors';
2
- @import '@/styles/functions';
2
+ @import './../../../functions';
3
3
 
4
4
  $c: $default-colors;
5
5
  $user: (